From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1176 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: links to some info/sources (Heirloom, pcc, ncurses)? Date: Mon, 18 Jun 2012 18:06:33 +0200 Message-ID: <4FDF5209.2010800@barfooze.de> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1340035020 19316 80.91.229.3 (18 Jun 2012 15:57:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2012 15:57:00 +0000 (UTC) Cc: Jens Staal To: musl@lists.openwall.com Original-X-From: musl-return-1177-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jun 18 17:56:59 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SgeK2-0007No-Ph for gllmg-musl@plane.gmane.org; Mon, 18 Jun 2012 17:56:58 +0200 Original-Received: (qmail 2011 invoked by uid 550); 18 Jun 2012 15:56:58 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 2003 invoked from network); 18 Jun 2012 15:56:58 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:1176 Archived-At: On 06/18/2012 05:11 PM, Jens Staal wrote: > The second question was regarding ncurses. Some utilities in Heirloom > require curses but I fail to build it for musl - but it seems to be in > Sabotage. Are there any good patches/tricks around to get it to build? yes it is in sabotage. https://github.com/rofl0r/sabotage/blob/master/pkg/ncurses take a look at the build script. in case you want a more specific answer, provide more specifics (such as a buildlog). btw, a much nicer terminal library than ncurses is available here: https://github.com/nsf/termbox this one is straightforward to use, supports UTF8 natively and adds only about 20KB to a static binary. might be an option for heirloom. > Ps. has anyone tried replacing busybox with Heirloom in Sabotage? Ds. no, after recent bughunt activities, busybox is now in a really good shape (builds entire sabotage with stock utils). i see no reason to switch to something else.