From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7605 Path: news.gmane.org!not-for-mail From: stephen Turner Newsgroups: gmane.linux.lib.musl.general Subject: Re: Musl and pcc Date: Fri, 8 May 2015 18:27:09 -0400 Message-ID: References: <20150507165122.GU17573@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1134f126681e25051599873e X-Trace: ger.gmane.org 1431124046 26245 80.91.229.3 (8 May 2015 22:27:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 May 2015 22:27:26 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7618-gllmg-musl=m.gmane.org@lists.openwall.com Sat May 09 00:27:25 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 1Yqqjr-00073d-If for gllmg-musl@m.gmane.org; Sat, 09 May 2015 00:27:23 +0200 Original-Received: (qmail 7387 invoked by uid 550); 8 May 2015 22:27:21 -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 7367 invoked from network); 8 May 2015 22:27:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=kCcUydXjuKPiom+IkfFQNwFRz0ZwuQx5M5YN2P6I7j4=; b=dNESx1Cdi4uy52y8dbRbGpiXKHgvsg0DQhbIsi0ffgVyk+5PLV8/HDYOCsU4w1fHgT yHEn/hjVx+lFmx3oVj2PnYkgvOMEEeY16pzjZp0t70wX19jCdr5XWFBnq8YSmp45ZLxA 5Vbkw7yyMsNWEttELI3aXdHk0MD0MHKF/l0qSNbBB5DsFMRidvWAqqy3dbp1efl3ZZKq urDqqSAi3fxOz9uW4kIKeJpHrnPNBpR1WqMDHVfAkJ4mv7rDhvXZ12U8/uO9Mw1lz39w QsLVnysb00uzPh5aWCWISheY6EH0VjDcC+OQlG+JgVpS1cYonUhsJ4ZDawQPpGTCjns/ mRyg== X-Received: by 10.140.130.196 with SMTP id 187mr351876qhc.12.1431124029478; Fri, 08 May 2015 15:27:09 -0700 (PDT) In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:7605 Archived-At: --001a1134f126681e25051599873e Content-Type: text/plain; charset=UTF-8 I ran it against the git version and it errors out the same way. Just wanted to see if some of your changes to musl that haven't been officially released yet would have a impact and turns out its the same result. Man i have been super excited with the recent development and cant wait to see these two working together. PCC, Musl, and elftoolchain is going to make a fantastic replacement GNU toolchain i'm sure. On Thu, May 7, 2015 at 2:07 PM, stephen Turner wrote: > Todays version using a script, pcc-$(date +%Y%m%d).tgz but any version > from the past couple days would do it. > > I attached the script which is the same thing i have used in the past to > build my custom chroot. Its set to build infinitely so i tend to babysit it > just in case the issue has been fixed but i like to run it once a day to > see how things are working. The build breaks on the 2nd build (first in a > chroot) > > > > > On Thu, May 7, 2015 at 12:51 PM, Rich Felker wrote: > >> On Thu, May 07, 2015 at 12:26:37PM -0400, stephen Turner wrote: >> > Rich, i know you guys have made some good changes recently to pcc and to >> > musl. I see my compiles with the latest pcc and musl-1.1.8 are getting >> much >> > farther along then previously. I'm currently seeing a error message " >> > include/stdint.h:84 error: bad terminal L'\0' " Does this sound like a >> > issue you guys were running into? >> >> I've never seen this issue. Presumably it's a bug in the preprocessor. >> What version of pcc are you using? >> >> Rich >> > > --001a1134f126681e25051599873e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I ran it against the git version and it errors out the sam= e way. Just wanted to see if some of your changes to musl that haven't = been officially released yet would have a impact and turns out its the same= result.=C2=A0

Man i have been super excited with the re= cent development and cant wait to see these two working together. PCC, Musl= , and elftoolchain is going to make a fantastic replacement GNU toolchain i= 'm sure.

On Thu, May 7, 2015 at 2:07 PM, stephen Turner <= ;stephen.n.= turner@gmail.com> wrote:
Todays version using a script, pcc-$(date +%Y%m%d).tgz but a= ny version from the past couple days would do it.

I atta= ched the script which is the same thing i have used in the past to build my= custom chroot. Its set to build infinitely so i tend to babysit it just in= case the issue has been fixed but i like to run it once a day to see how t= hings are working. The build breaks on the 2nd build (first in a chroot)




On Thu, May 7, 2015 at 12:51 PM, Rich Felker <dalias@libc.org> wrote:
On Thu, May 07, 2015 at 1= 2:26:37PM -0400, stephen Turner wrote:
> Rich, i know you guys have made some good changes recently to pcc and = to
> musl. I see my compiles with the latest pcc and musl-1.1.8 are getting= much
> farther along then previously. I'm currently seeing a error messag= e "
> include/stdint.h:84 error: bad terminal L'\0' " Does this= sound like a
> issue you guys were running into?

I've never seen this issue. Presumably it's a bug in the pre= processor.
What version of pcc are you using?

Rich


--001a1134f126681e25051599873e--