From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2339 Path: news.gmane.org!.POSTED!not-for-mail From: Guillermo Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: nosh build problems (Re: Compatibilities between runit and s6 (re: ) Date: Sun, 18 Feb 2018 18:16:58 -0300 Message-ID: References: <20180115135320.43c0dd84@kadisius> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1518988534 20440 195.159.176.226 (18 Feb 2018 21:15:34 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 18 Feb 2018 21:15:34 +0000 (UTC) To: Supervision Original-X-From: supervision-return-1930-gcsg-supervision=m.gmane.org@list.skarnet.org Sun Feb 18 22:15:30 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 1enWIQ-0002nZ-RP for gcsg-supervision@m.gmane.org; Sun, 18 Feb 2018 22:14:54 +0100 Original-Received: (qmail 25379 invoked by uid 89); 18 Feb 2018 21:17:26 -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 25372 invoked from network); 18 Feb 2018 21:17:26 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=NPrwQjNJtBa1jcsuoy+nFerFTVNGv5+H9EX2ur7biJg=; b=oUuRC0yCkHPNkb+4dxHl/BRiLxVzukGeUHg8TKA23AMvAIPiAxAru2Oke+gBGKAbPB gxZQuPBNbWg/AChQ1vIMPyLIEhcRuiG/WOnEwT/TNhj8zkR74p4uZjdXVqezaXe3OLUd b/k5WQgO3Kizfj0SDt7LSsQ98i7weScbY6m4jbD1XzfEbC43DrDbnD+aHFPZR602hQmV zDmrspF5SwrIz2HWU2Gy5THuPIvl3i+W0w/gLdORjjRrkJwwwUWFSFKqDYgDIv5hZmG5 ew8cPar0RPoLEModAs9j6FSPuSVYr50TWcWWfio0/gR0xtkPVLyxkdxgRkuIl+yXR5wp lCyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=NPrwQjNJtBa1jcsuoy+nFerFTVNGv5+H9EX2ur7biJg=; b=GiKGUyWNDAEuAdoNs7ZpKkiEl95jNd2HTZax/uEaniirKJpUTAQQThxLxEGSm/+Azr YO1bKDEboIFHtHP4BDHmBags426l5E7k7r4m2B4D0AYSKltAurrxwJ275RWkTSkDmxrN J97d6vALM1UAZjazOWtzW7pL43F2BEV2lJJDN1a5BouGYyfp2sEQ86IjROmaTK9HXjcd AagryhvbCBLjYORlylKzTdY/Jkdeu7myUa8j32yniIGPTd8Jcd12AVpJ4qZc4Vsu8Fi5 g9J5biF9mVkGwVY4Db2EoJLdAAQa9lCMcyG/kZvXBfNhcy4j+MSvtnB2+4Dc+Ue/5nT9 chlw== X-Gm-Message-State: APf1xPA/BH2OVT4xuL5ya9vk9Vs91rQnureY3g8wAQHjynYqHyJYoqTx u5W92T0xiLyPf98rE3Z7S0xuhORXCmYw2+557k8= X-Google-Smtp-Source: AH8x225Y7XUzJ2Iqx7gyduwBlxap4zemjyBbqnjwUv6W4IcRTjuXn6GJbDqEUZtAaDVYW8VxI1FDvpn+WDvZACqeEcM= X-Received: by 10.107.134.209 with SMTP id q78mr16427339ioi.225.1518988618483; Sun, 18 Feb 2018 13:16:58 -0800 (PST) In-Reply-To: Xref: news.gmane.org gmane.comp.sysutils.supervision.general:2339 Archived-At: 2018-01-16 13:09 GMT-03:00 Charlie Brady: > > Now seeing these many times: > > /usr/include/curses.h:843:31: error: initializing argument 1 of 'char* > tigetstr(char*)' [-fpermissive] > > service-status.cpp:148:21: error: invalid conversion from 'const char*' to > 'char*' [-fpermissive] > s = tigetstr(setaf); > [...] > This is on CentOS7 build platform. This should be fixed in nosh 1.37. So, unless there were other compiler errors (warnings are nonfatal), nosh binaries should now build on CentOS too. G.