From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8578 Path: news.gmane.org!not-for-mail From: "dalias@aerifal.cx" Newsgroups: gmane.linux.lib.musl.general Subject: Re: regression in musl Date: Sun, 27 Sep 2015 13:01:39 -0400 Message-ID: <20150927170139.GS17773@brightrain.aerifal.cx> References: <34472605.1917390.1443336448291.JavaMail.yahoo@mail.yahoo.com> 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 1443373352 1554 80.91.229.3 (27 Sep 2015 17:02:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Sep 2015 17:02:32 +0000 (UTC) Cc: musl@lists.openwall.com To: Herr Timson Original-X-From: musl-return-8590-gllmg-musl=m.gmane.org@lists.openwall.com Sun Sep 27 19:02:24 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1ZgFKt-0006PX-8c for gllmg-musl@m.gmane.org; Sun, 27 Sep 2015 19:02:03 +0200 Original-Received: (qmail 22184 invoked by uid 550); 27 Sep 2015 17:02:01 -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 22106 invoked from network); 27 Sep 2015 17:01:54 -0000 Content-Disposition: inline In-Reply-To: <34472605.1917390.1443336448291.JavaMail.yahoo@mail.yahoo.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:8578 Archived-At: On Sun, Sep 27, 2015 at 06:47:28AM +0000, Herr Timson wrote: > hi there, > > I am playing around with aGentoo musl stage 3 here. It requires some patching, but is worth the effort. > > However, this commit here, of which you are the author > http://git.musl-libc.org/cgit/musl/commit/?id=844212d94f582c4e3c5055e0a1524931e89ebe76 > > has caused some trouble. The Gentoo devs cherry picked and applied > it to the 1.1.11 branch, but at least vlc is now failing to compile, > see here if you would like to learn more about it > https://bugs.gentoo.org/show_bug.cgi?id=560728 > > as musl has no bugzilla, this is for your information and/or maybe > you could forward it to the right person? The right place to report it is the mailing list; I've Cc'd the list on this response. The issue is known -- it's a problematic interaction with the GNU regex implementation used in GNU sed, and only happens when LC_ALL=C is imposed by the caller. I'm presently trying to figure out the best way to fix it. Rich