From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6338 Path: news.gmane.org!not-for-mail From: Samuel Holland Newsgroups: gmane.linux.lib.musl.general Subject: Re: regcomp regression? Date: Wed, 15 Oct 2014 20:43:57 -0500 Message-ID: <543F22DD.2090605@sholland.net> References: <543EE0A5.2000905@sholland.net> <20141016011210.GA3118@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1413423836 28115 80.91.229.3 (16 Oct 2014 01:43:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2014 01:43:56 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6351-gllmg-musl=m.gmane.org@lists.openwall.com Thu Oct 16 03:43:52 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 1Xea6Z-0006ZE-SC for gllmg-musl@plane.gmane.org; Thu, 16 Oct 2014 03:43:51 +0200 Original-Received: (qmail 11904 invoked by uid 550); 16 Oct 2014 01:43:50 -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 11881 invoked from network); 16 Oct 2014 01:43:50 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=sholland.net; s=key1; t=1413423837; bh=P15z0mNQreRysyMASh1qcG4cJvXLtgumFGGU+MJOt1s=; h=Date:From:To:Subject:References:In-Reply-To; b=AFIYsQOBNDers8JGCiGFEd7Z70uUWZOrj9sEHRQ6m8n2L2nq8GKCIZtdecviJMBgx o0R2Vf9e3jNA6m5vKuuXg25KG5HCsoIUEBtVxZvTCV+GSdRxLrWUlTL8Ser4pzAtrU 1SA9VCod3xmmNMuE1ixLMyiYwjJBaQRLZGjLZuLY= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 In-Reply-To: <20141016011210.GA3118@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:6338 Archived-At: On 10/15/2014 08:12 PM, Szabolcs Nagy wrote: > this was a bug in file (in theory we could provide such extension, > but it's non-trivial and applications should not rely on it: posix > re is not usable for binary data) > > there is upstream fix: http://bugs.gw.com/view.php?id=383 I updated from 5.19 to 5.20 and it compiles now, thanks. > i didnt know about m4 issues, are you talking about > http://git.savannah.gnu.org/gitweb/?p=m4.git;a=blob;f=tests/testsuite.at No, when you run `make check' it appears to auto-generate testcases from the texinfo documentation[1]. the first one is at line 4257, and the second is at line 4536. You can ignore my report; I misremembered. They fail on 1.1.4 too. The problem is they use Latin-1 characters that are invalid UTF-8. So that's one more "the C locale is not binary-safe" compatibility issue. [1] http://git.savannah.gnu.org/gitweb/?p=m4.git;a=blob;f=doc/m4.texi;h=81dd255e4b9a7ee8fdc73cc8c30e448d5a7718ee;hb=d1bce954ab5f164041541d128fa491c68f2bc1a6 -- Regards, Samuel Holland