From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2331 Path: news.gmane.org!.POSTED!not-for-mail From: Charlie Brady Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: nosh build problems (Re: Compatibilities between runit and s6 (re: ) Date: Wed, 17 Jan 2018 10:25:44 -0500 (EST) Message-ID: References: <20180115135320.43c0dd84@kadisius> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: blaine.gmane.org 1516202644 6227 195.159.176.226 (17 Jan 2018 15:24:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 17 Jan 2018 15:24:04 +0000 (UTC) Cc: Supervision To: Jonathan de Boyne Pollard Original-X-From: supervision-return-1922-gcsg-supervision=m.gmane.org@list.skarnet.org Wed Jan 17 16:24:00 2018 Return-path: Envelope-to: gcsg-supervision@m.gmane.org Original-Received: from alyss.skarnet.org ([95.142.172.232]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1ebpZ1-0000RN-4s for gcsg-supervision@m.gmane.org; Wed, 17 Jan 2018 16:23:43 +0100 Original-Received: (qmail 13945 invoked by uid 89); 17 Jan 2018 15:26:12 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Original-Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 13937 invoked from network); 17 Jan 2018 15:26:12 -0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2HiBgDaaV9a/wzcpUVcHAEBAQQBAQoBA?= =?us-ascii?q?YNBgVqPUo1uAYFaJzIBmRGFRQKEY0QUAQEBAQEBAQEBA2gohSUBBAE6HCMFCwt?= =?us-ascii?q?GOR4Gij4Ip3aJTAEBCAImhDyDLTSCKYJ5ix4Fk0GQK6Fnh3+XH4FMNiOBUDIaH?= =?us-ascii?q?4MBglMcggUjjFMBAQE?= X-IPAS-Result: =?us-ascii?q?A2HiBgDaaV9a/wzcpUVcHAEBAQQBAQoBAYNBgVqPUo1uAYF?= =?us-ascii?q?aJzIBmRGFRQKEY0QUAQEBAQEBAQEBA2gohSUBBAE6HCMFCwtGOR4Gij4Ip3aJT?= =?us-ascii?q?AEBCAImhDyDLTSCKYJ5ix4Fk0GQK6Fnh3+XH4FMNiOBUDIaH4MBglMcggUjjFM?= =?us-ascii?q?BAQE?= X-IronPort-AV: E=Sophos;i="5.46,372,1511845200"; d="scan'208";a="18011432" X-X-Sender: charlieb@e-smith.charliebrady.org In-Reply-To: Xref: news.gmane.org gmane.comp.sysutils.supervision.general:2331 Archived-At: On Tue, 16 Jan 2018, Jonathan de Boyne Pollard wrote: > This is a problem that I thought was confined to OpenBSD, and its > not-|const|-correct ncurses library. Certainly this has never been a problem > on Debian nor on FreeBSD, and M. Caravia did not report any lack of > |const|-correctness on Arch Linux. What does line 843 of your > |/usr/include/curses.h| actually say? Because that's not the location > of that function declaration in that header in either Dickey ncurses or Acton > pdcurses as far as I can see. So what curses are you actually using? CentOS 7 is not an obscure distribution. bash-4.2$ sed -n 843p /usr/include/curses.h extern NCURSES_EXPORT(char *) tigetstr (NCURSES_CONST char *); /* implemented */ bash-4.2$ rpm -qf /usr/include/curses.h ncurses-devel-5.9-14.20130511.el7_4.x86_64 bash-4.2$