From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1174 Path: news.gmane.org!not-for-mail From: Jens Staal Newsgroups: gmane.linux.lib.musl.general Subject: links to some info/sources (Heirloom, pcc, ncurses)? Date: Mon, 18 Jun 2012 17:11:02 +0200 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1340032298 27576 80.91.229.3 (18 Jun 2012 15:11:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2012 15:11:38 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1175-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jun 18 17:11:37 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 1Sgdc7-0005qf-JT for gllmg-musl@plane.gmane.org; Mon, 18 Jun 2012 17:11:35 +0200 Original-Received: (qmail 18057 invoked by uid 550); 18 Jun 2012 15:11:35 -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 18049 invoked from network); 18 Jun 2012 15:11:35 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=DCfU/R7nmtV13NskCGwVU1ZiluZeGIlQSZ7QUZ79tLs=; b=JrWJm/TbfAIXbsggPW4I0qMZ1rOyBx9TGpsVMO6ta7QKv4quGyyGWF/MNCYIJFRDGV k2aj7ejeCGvFGNK8CYstDRDSbyGE3wdgje8FbEMcOUUP7F/pqGldEAGeXFOSrunouw0S s+v9bQyCHB8QmfKIgSNTK19FoLzbnU12ZFcs3Fv9kuXc5hjqH83awjFLcgKE9Kvx4tfq OxBMX2De0s/2ayLa5fxX8pK+CvOiQmte0B3WMK4wZ2b57Kj+rnVC74SMoZ+tOTuooAW2 S59rHyLsgvRgtuYF66tGrprHSJw4HetApAzB2KfQC7HWAdQFEQ7bl7vGFHjM814YSQjD c1ow== Xref: news.gmane.org gmane.linux.lib.musl.general:1174 Archived-At: Hi I have been playing with putting up some AURs for stuff statically linked against musl, like Heirloom https://aur.archlinux.org/packages.php?ID=59806 (toolchest) (zlib dependent packages built, ncurses ones still on TODO) https://aur.archlinux.org/packages.php?ID=59908 (jsh) (had to disable ACCT but seems to be working ok anyway) I have seen some messages pass about someone setting up a musl-compiled pcc (and pcc-compiled musl) that was able to build Heirloom and I just wonder if there is a source for the pcc wrapper script used (similar to the musl-gcc one). I am interested in trying something similar in AUR (and put it in as an optional compilation alternative for the Heirloom packages), but my googling failed to find a good source. 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? Ps. has anyone tried replacing busybox with Heirloom in Sabotage? Ds.