Re: Dash fails to build with the LFS 6.5 toolchain

2009-08-15 Thread William Immendorf
On Sat, Aug 15, 2009 at 9:30 AM, Matthew Burgess wrote: > On Sat, 15 Aug 2009 7:52:48 -0600, Matthew Burgess > wrote: >> Now to track down which of those tools called out to from mkbuiltins is >> causing the >> issue! > > And the culprit is `sort'.  Building coreutils without LFS' i18n patch is

Re: Dash fails to build with the LFS 6.5 toolchain

2009-08-15 Thread Matthew Burgess
On Sat, 15 Aug 2009 7:52:48 -0600, Matthew Burgess wrote: > Now to track down which of those tools called out to from mkbuiltins is > causing the > issue! And the culprit is `sort'. Building coreutils without LFS' i18n patch is enough to get things working again. I'll pop this issue over to

Re: Dash fails to build with the LFS 6.5 toolchain

2009-08-15 Thread Matthew Burgess
On Sat, 15 Aug 2009 14:33:56 +0100, Guy Dalziel wrote: > On Sat, Aug 15, 2009 at 07:15:13AM -0600, Matthew Burgess wrote: >> Yes, I can reproduce it at will here. Stock LFS-6.5-rc2 and no compiler >> flags set in my environment: > > It's odd that I'm not experiencing the same problems that ever

Re: Dash fails to build with the LFS 6.5 toolchain

2009-08-15 Thread Guy Dalziel
On Sat, Aug 15, 2009 at 07:15:13AM -0600, Matthew Burgess wrote: > Yes, I can reproduce it at will here. Stock LFS-6.5-rc2 and no compiler > flags set > in my environment: It's odd that I'm not experiencing the same problems that everyone else seems to be. Do you think that there could be a prob

Re: Dash fails to build with the LFS 6.5 toolchain

2009-08-15 Thread Matthew Burgess
On Sat, 15 Aug 2009 14:10:00 +0100, Guy Dalziel wrote: > On Sat, Aug 15, 2009 at 06:57:50AM -0600, Matthew Burgess wrote: >> That missing [0] reference is: >> >> http://www.mail-archive.com/d...@vger.kernel.org/ > > Ah, I've already looked through that, a project mailing list is usually > the

Re: Dash fails to build with the LFS 6.5 toolchain

2009-08-15 Thread Guy Dalziel
On Sat, Aug 15, 2009 at 06:57:50AM -0600, Matthew Burgess wrote: > That missing [0] reference is: > > http://www.mail-archive.com/d...@vger.kernel.org/ Ah, I've already looked through that, a project mailing list is usually the first place I look. Since it compiles for me, there doesn't appear to

Re: Dash fails to build with the LFS 6.5 toolchain

2009-08-15 Thread Matthew Burgess
On Sat, 15 Aug 2009 6:56:26 -0600, Matthew Burgess wrote: > I had a look at their mailing list archives [0] and couldn't see a similar > report > (and google couldn't either). That missing [0] reference is: http://www.mail-archive.com/d...@vger.kernel.org/ Regards, Matt. -- http://linuxfro

Re: Dash fails to build with the LFS 6.5 toolchain

2009-08-15 Thread Matthew Burgess
On Sat, 15 Aug 2009 13:51:31 +0100, Guy Dalziel wrote: > On Sat, Aug 15, 2009 at 06:45:38AM -0600, Matthew Burgess wrote: >> This is an upstream bug, and as such should be reported there. > > Do you have a URL for the ticket? No, I was suggesting that William report this upstream as I don't thi

Re: Dash fails to build with the LFS 6.5 toolchain

2009-08-15 Thread Guy Dalziel
On Sat, Aug 15, 2009 at 06:45:38AM -0600, Matthew Burgess wrote: > This is an upstream bug, and as such should be reported there. Do you have a URL for the ticket? pgpUU93Y1y0iZ.pgp Description: PGP signature -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfrom

Re: Dash fails to build with the LFS 6.5 toolchain

2009-08-15 Thread Matthew Burgess
On Sat, 15 Aug 2009 07:41:01 -0400, William Immendorf wrote: > When I was trying to build Dash, I got these messages: > > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -include ../config.h -DBSD=1 > -DSHELL -DIFS_BROKEN -Wall -g -O2 -MT eval.o -MD -MP -MF > ".deps/eval.Tpo" -c -o eval.o eval.c; \ >

Re: Dash fails to build with the LFS 6.5 toolchain

2009-08-15 Thread Guy Dalziel
On Sat, Aug 15, 2009 at 07:41:01AM -0400, William Immendorf wrote: > When I was trying to build Dash, I got these messages: > > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -include ../config.h -DBSD=1 > -DSHELL -DIFS_BROKEN -Wall -g -O2 -MT eval.o -MD -MP -MF > ".deps/eval.Tpo" -c -o eval.o eval.c; \ >

Dash fails to build with the LFS 6.5 toolchain

2009-08-15 Thread William Immendorf
When I was trying to build Dash, I got these messages: if gcc -DHAVE_CONFIG_H -I. -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -g -O2 -MT eval.o -MD -MP -MF ".deps/eval.Tpo" -c -o eval.o eval.c; \ then mv -f ".deps/eval.Tpo" ".deps/eval.Po"; else rm -f ".deps/eval.Tpo