From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1392 Path: news.gmane.org!not-for-mail From: Kyle Sanderson Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl live ebuild Date: Tue, 31 Jul 2012 18:12:08 -0700 Message-ID: References: <501710B4.9080307@gentoo.org> <50187F72.40508@barfooze.de> 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 1343783563 12125 80.91.229.3 (1 Aug 2012 01:12:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Aug 2012 01:12:43 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1393-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 01 03:12:44 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 1SwNUP-0003by-Rf for gllmg-musl@plane.gmane.org; Wed, 01 Aug 2012 03:12:41 +0200 Original-Received: (qmail 3553 invoked by uid 550); 1 Aug 2012 01:12:41 -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 3545 invoked from network); 1 Aug 2012 01:12:41 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=8I3AFMKeDWBdZN3ZJJtV57FU/7QF4qLxNm6G5MhQdkM=; b=yJsJxisnvI9ZAfY0kq+yx2w2RFmSBUjuy4LTQNtxsvpXD51F1Ije4AG/7yT/ZHwMs7 MSLyFII35Tu1SV5v/n6b/qaOwPLqQtilpI8jUzCfZB0Rr7cXbOwBHNwvIHsjkVsQUKHa B1wV/q94cCx25tHaC1aJsAEAo3Aryjyo1+LWpksjN021H7ZKLtAx56HTf4QhyrzwW2jA 2EYYIa03QYV9BjSbLeL58YYvg2GnQtGSv0o2mMOBcv/T4Bgxe6TKxPKXozN3zLQ93H/p 0tnS6YfTPXEQgIxrf3vp6bzLIdIXFKW6OSyya2KPzOc3pVVIGznmw02XE4bTnAfFG0L2 FJYg== In-Reply-To: <50187F72.40508@barfooze.de> Xref: news.gmane.org gmane.linux.lib.musl.general:1392 Archived-At: It's essentially a musl build script for use with emerge (the portage system). I don't think you'll find it useful if you don't use Gentoo. I do however, so thanks Luca! Thanks, Kyle. On Tue, Jul 31, 2012 at 5:59 PM, John Spencer wrote: > On 07/31/2012 12:54 AM, Luca Barbato wrote: >> >> It should work fine as system ebuild, using it in crossdev requires the >> toolchain to be patched to understand musl isn't a bare-metal libc (the >> default search path change between those) >> >> lu >> > could you explain to non-gentoo users (me included) what this is and what to > do with it ?