Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Pierre Labastie
Le 13/03/2012 03:44, Jeremy Huntwork a écrit : > > I'm not sure what you're doing differently, but I can't replicate. > > JH Maybe, what you could do is exchange your logs and diff them? Or send it both to me, and I'll try to diff them sometime today. This is useful only if you have not used make -

[lfs-dev] glibc timezone/zoneinfo

2012-03-13 Thread Andrew Benton
Hello FYI, it seems that timezone/zoneinfo data are no longer installed by glibc (from git). It still installs zic, and the files are still in the source tree so you can use zic to generate /etc/localtime, however, more up to date files are available at http://www.iana.org/time-zones Andy -- htt

Re: [lfs-dev] glibc timezone/zoneinfo

2012-03-13 Thread g . esp
- Mail original - > De: "Andrew Benton" > À: "LFS Developers Mailinglist" > Envoyé: Mardi 13 Mars 2012 14:10:54 > Objet: [lfs-dev] glibc timezone/zoneinfo > > Hello > > FYI, it seems that timezone/zoneinfo data are no longer installed by > glibc (from git). It still installs zic, and

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Andrew Benton
On Mon, 12 Mar 2012 11:47:24 + Matthew Burgess wrote: > On Mon, 12 Mar 2012 11:24:27 +, Andrew Benton wrote: > > On Mon, 12 Mar 2012 09:47:18 + > > Matthew Burgess wrote: > >> I'd like to get to the bottom of the issues you're seeing as they may > >> point to problems in our toolcha

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Pierre Labastie
Le 13/03/2012 16:18, Andrew Benton a écrit : > > I was unwilling to use jhalfs as I dislike sudo. However, needs must, > and the result? > [...] > This was using Jeremy's sysroot.diff on top of the LFS xml files. I > think vanilla LFS will work for me as it has the patch and > --disable-target-zlib

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Jeremy Huntwork
On 3/13/12 12:27 PM, Pierre Labastie wrote: > Le 13/03/2012 16:18, Andrew Benton a écrit : >> >> I was unwilling to use jhalfs as I dislike sudo. However, needs must, >> and the result? >> [...] >> This was using Jeremy's sysroot.diff on top of the LFS xml files. I >> think vanilla LFS will work fo

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Andrew Benton
On Tue, 13 Mar 2012 15:19:19 + Andrew Benton wrote: > checking dynamic linker characteristics... configure: error: Link tests are > not allowed after GCC_NO_EXECUTABLES. > make[2]: *** [configure-target-zlib] Error 1 > make[2]: Leaving directory `/tmp/sources/gcc-build' > make[1]: *** [all]

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Jeremy Huntwork
On 3/13/12 1:21 PM, Andrew Benton wrote: > ... and then I tried jhalfs with the vanilla LFS svn book and of > course, I was wrong again, it failed in exactly the same way! Looking > at the differences between the book and the scripts that work for me, > the book has --disable-target-libiberty --dis

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Bruce Dubbs
Andrew Benton wrote: > On Tue, 13 Mar 2012 15:19:19 + > Andrew Benton wrote: > >> checking dynamic linker characteristics... configure: error: Link tests are >> not allowed after GCC_NO_EXECUTABLES. >> make[2]: *** [configure-target-zlib] Error 1 >> make[2]: Leaving directory `/tmp/sources/g

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Andrew Benton
On Tue, 13 Mar 2012 17:02:47 + Jeremy Huntwork wrote: > Here's my log: > > http://linuxfromscratch.org/~jhuntwork/033-gcc-pass1 > > And the script that generated it: > > http://linuxfromscratch.org/~jhuntwork/033-gcc-pass1.sh Here are mine: http://www.linuxfromscratch.org/~andy/033-gcc-pa

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Andrew Benton
On Tue, 13 Mar 2012 17:02:47 + Jeremy Huntwork wrote: > Here's my log: > > http://linuxfromscratch.org/~jhuntwork/033-gcc-pass1 > > And the script that generated it: > > http://linuxfromscratch.org/~jhuntwork/033-gcc-pass1.sh For me, the build fails whilst it's trying to configure the sec

Re: [blfs-dev] Initramfs issues

2012-03-13 Thread Pierre Labastie
Le 13/03/2012 20:14, Bruce Dubbs a ecrit: > - if [ "$2" == "lib" ]; then > -file=$(PATH=/lib:/usr/lib type -p $1) > + if [ "$2" = "lib" ]; then > +file=$(find /lib /usr/lib -maxdepth 1 -name $1 | head -n 1) > else > -file=$(type -p $1) > +file=$(find /bin /usr/bin /sbin /usr/

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Andrew Benton
On Tue, 13 Mar 2012 17:40:03 + Bruce Dubbs wrote: > I'm having a problem with why this is happening. Me too... > The jhalfs vanilla LFS > svn build worked perfectly for me. > > http://www.linuxfromscratch.org/~bdubbs/033-gcc-pass1 Looking at your log I see: *** This configuration is

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Jeremy Huntwork
On Mar 13, 2012, at 6:03 PM, Andrew Benton wrote: > On Tue, 13 Mar 2012 17:40:03 + > Bruce Dubbs wrote: > >> I'm having a problem with why this is happening. > > Me too... > >> The jhalfs vanilla LFS >> svn build worked perfectly for me. >> >> http://www.linuxfromscratch.org/~bdubbs/033-gcc

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Andrew Benton
On Tue, 13 Mar 2012 22:06:33 + Jeremy Huntwork wrote: > What's your CPU? andy@eccles:~$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 30 model name : Intel(R) Core(TM) i5 CPU 760 @ 2.80GHz stepping: 5 microcod

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Gilles Espinasse
- Original Message - From: "Andrew Benton" To: Sent: Tuesday, March 13, 2012 11:00 PM Subject: Re: [lfs-dev] gcc cross patch in pass1 > On Tue, 13 Mar 2012 17:40:03 + > Bruce Dubbs wrote: > > > I'm having a problem with why this is happening. > > Me too... > > > The jhalfs vanil

Re: [lfs-dev] gcc cross patch in pass1

2012-03-13 Thread Andrew Benton
On Tue, 13 Mar 2012 22:37:30 + "Gilles Espinasse" wrote: > > - Original Message - > From: "Andrew Benton" > To: > Sent: Tuesday, March 13, 2012 11:00 PM > Subject: Re: [lfs-dev] gcc cross patch in pass1 > > > > On Tue, 13 Mar 2012 17:40:03 + > > Bruce Dubbs wrote: > > > > >