From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5860 Path: news.gmane.org!not-for-mail From: u-igbb@aetey.se Newsgroups: gmane.linux.lib.musl.general Subject: Re: compiling musl on x86_64 linux with ppc Date: Fri, 15 Aug 2014 10:05:06 +0200 Message-ID: <20140815080506.GX5170@example.net> References: <20140813091843.GD5170@example.net> <20140813123832.GK12888@brightrain.aerifal.cx> <20140813125607.GK5170@example.net> <20140813142332.GN12888@brightrain.aerifal.cx> 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 1408089956 11216 80.91.229.3 (15 Aug 2014 08:05:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Aug 2014 08:05:56 +0000 (UTC) Cc: musl@lists.openwall.com To: Rich Felker Original-X-From: musl-return-5866-gllmg-musl=m.gmane.org@lists.openwall.com Fri Aug 15 10:05:48 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 1XICW9-0003nq-62 for gllmg-musl@plane.gmane.org; Fri, 15 Aug 2014 10:05:45 +0200 Original-Received: (qmail 3338 invoked by uid 550); 15 Aug 2014 08:05:43 -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 3325 invoked from network); 15 Aug 2014 08:05:42 -0000 X-T2-Spam-Status: No, hits=0.0 required=5.0 Received-SPF: none receiver=mailfe08.swip.net; client-ip=62.210.74.137; envelope-from=u-igbb@aetey.se Content-Disposition: inline In-Reply-To: <20140813142332.GN12888@brightrain.aerifal.cx> User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:5860 Archived-At: On Wed, Aug 13, 2014 at 10:23:32AM -0400, Rich Felker wrote: > pcc was working in the past > (at least on 32-bit) and should work. Unfortunately since then pcc acquired a bug which is a showstopper until fixed - "xxx\0yyy" (\0 bytes in string literals) leads to badly distorted string data. The developers are aware of this and hopefully in several days pcc and musl will be able to coexist again. (it was the introduction of support for utf-8 which caused the regression) Rune