From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5407 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: glfw - x11 and opengl Date: Thu, 3 Jul 2014 23:25:46 -0400 Message-ID: <20140704032546.GD179@brightrain.aerifal.cx> References: <20140703205039.GB179@brightrain.aerifal.cx> <53B5F1D7.4000402@skarnet.org> <1404441610.1648.0.camel@gandalf.lan.sholland.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1404444368 32028 80.91.229.3 (4 Jul 2014 03:26:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jul 2014 03:26:08 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5412-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jul 04 05:26:02 2014 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 1X2u8P-000056-Ld for gllmg-musl@plane.gmane.org; Fri, 04 Jul 2014 05:26:01 +0200 Original-Received: (qmail 3479 invoked by uid 550); 4 Jul 2014 03:25:59 -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 3471 invoked from network); 4 Jul 2014 03:25:59 -0000 Content-Disposition: inline In-Reply-To: <1404441610.1648.0.camel@gandalf.lan.sholland.net> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:5407 Archived-At: On Thu, Jul 03, 2014 at 09:40:10PM -0500, Samuel Holland wrote: > On Fri, 2014-07-04 at 01:14 +0100, Laurent Bercot wrote: > > On 03/07/2014 22:22, Carlos Breviglieri wrote: > > > I also keep an eye on aboriginal linux for other architectures testings, > > > which, just now, announced basic musl compatibility... sweet. > > > > Where did you see that announcement ? I can see nothing on landley.net. > > I've been waiting for the Aboriginal native musl toolchains for a while > > and chafing at the bit. It would be sweet if they were finally ready. > > (Rob, can you confirm/deny ?) > > > > http://lists.landley.net/pipermail/aboriginal-landley.net/2014-July/001399.html Has anyone had a chance to look at this yet? It would be nice if someone with experience with distros/building could help check for common breakage/pitfalls. I know Aboriginal is using a much older toolchain than most musl users, so that might also have some new issues that others haven't encountered. I suspect there might still be issues with libgcc.a symbol visibility that would result in broken binaries when dynamic linking against musl; this should be easy to check. BTW regarding the libgcc.a issue, since it seems to be common in bootstrapping, it might be worth working around it in the musl build process by using -Wl,--exclude-libs,libgcc.a if this option is supported by the linker. Anyway back to the point, it's great to see musl making it into Aboriginal! Rich