[lfs-dev] binutils patch

2012-03-28 Thread Pierre Labastie
Hi, The binutils patch in chapter05/binutils-pass{1,2} should be applied before changing directory to binutils-build:-) . Chapter06/binutils is OK. Regards, Pierre -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above infor

Re: [lfs-dev] binutils patch

2012-03-28 Thread Matthew Burgess
On Wed, 28 Mar 2012 10:23:57 +0200, Pierre Labastie wrote: > Hi, > > The binutils patch in chapter05/binutils-pass{1,2} should be applied > before changing directory to binutils-build:-) . Chapter06/binutils is OK. See, that's what I get from breaking from my normal practice of running things t

Re: [lfs-dev] binutils patch

2012-03-28 Thread Pierre Labastie
Le 28/03/2012 10:32, Matthew Burgess a écrit : > On Wed, 28 Mar 2012 10:23:57 +0200, Pierre Labastie > wrote: >> Hi, >> >> The binutils patch in chapter05/binutils-pass{1,2} should be applied >> before changing directory to binutils-build:-) . Chapter06/binutils is OK. BTW, the patch is useless i

Re: [lfs-dev] glibc-2.15 with i686

2012-03-28 Thread Pierre Labastie
Le 27/03/2012 18:47, Pierre Labastie a écrit : > Le 27/03/2012 15:12, Matthew Burgess a écrit : >>> 2- When building without optimization (noOpt in jhalfs), there is an error >>> >>> "glibc cannot be built without optimization" >> Is this a regression from Glibc-2.14.1? It certainly sounds like an

[lfs-dev] glibc-2.15 config error

2012-03-28 Thread Cyril LEVIS
Hi, I build on an debian wheezy host. I get the following error when running (http://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.html) lfs@debian:/mnt/lfs/sources/glibc-build$ ../glibc-2.15/configure --prefix=/tools --host=$LFS_TGT --build=$(../glibc-2.15/scripts/config.guess) --

Re: [lfs-dev] glibc-2.15 config error

2012-03-28 Thread Bruce Dubbs
Cyril LEVIS wrote: > Hi, > > I build on an debian wheezy host. > > I get the following error when running > (http://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.html) > > lfs@debian:/mnt/lfs/sources/glibc-build$ ../glibc-2.15/configure > --prefix=/tools --host=$LFS_TGT > --build=$

Re: [lfs-dev] glibc-2.15 config error

2012-03-28 Thread Cyril Levis
This is not the first time. I have build a 7.0 lfs/blfs. But first time i use the mailing ;) sorry for mistake. Bruce Dubbs a écrit : >Cyril LEVIS wrote: >> Hi, >> >> I build on an debian wheezy host. >> >> I get the following error when running >> (http://www.linuxfromscratch.org/lfs/view/

Re: [lfs-dev] glibc-2.15 config error

2012-03-28 Thread Cyril LEVIS
It is good, thanks for part vii, I have add bison and gawk O:-) Sorry for noise... :) Le 28/03/2012 22:25, Cyril Levis a écrit : > This is not the first time. I have build a 7.0 lfs/blfs. But first time i use > the mailing ;) sorry for mistake. > > Bruce Dubbs a écrit : > >> Cyril LEVIS wrote: >>

[lfs-dev] trouble with udev > 173

2012-03-28 Thread Ivan Kabaivanov
Hi, I must be doing something wrong cause LFS-7.1 has been out for a while and noone has complained yet about udev-181/182. Here's my problem: I have a custom initramfs that works perfectly well with udev-173. When the *only* thing I supplant in the initramfs image is udev-173 with udev-181/

Re: [lfs-dev] trouble with udev > 173

2012-03-28 Thread Ivan Kabaivanov
On Thursday 29 March 2012 00:24:46 Ivan Kabaivanov wrote: > mount -o mode=0755,nosuid -t tmpfs tmpfs /dev -o mode=755 A few minutes after I sent the email I saw what I was doing wrong: mount -o mode=0755,nosuid -t tmpfs tmpfs /dev -o mode=755 should be mount -o mode=0755,nosuid -t devtmpfs de

Re: [lfs-dev] trouble with udev > 173

2012-03-28 Thread Bruce Dubbs
Ivan Kabaivanov wrote: > This means that you need CONFIG_DEVTMPFS=y in the kernel config. If this is > not mentioned in the book, it should be. It is. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above infor

Re: [lfs-dev] Coreutils uname patch for all arches

2012-03-28 Thread DJ Lucas
On 03/27/2012 03:55 PM, Matt Burgess wrote: > On Mon, 2012-03-26 at 19:07 -0500, DJ Lucas wrote: >> Noticed that 8.16 patch has not been committed, want to suggest an >> updated one that gets all arches. Been using this for a while, taken >> directly from Gentoo, about 2/3 of the way through a gnom

Re: [lfs-dev] glibc-2.15 with i686

2012-03-28 Thread Ivan Wagner
Matt, > Whoops, yes, it was in chapter 6, but not in chapter 5. Fixed in r9792. The fix got put in the middle of something else so that the line now reads: "The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: Fix a bug that prevent

Re: [lfs-dev] glibc-2.15 with i686

2012-03-28 Thread Matt Burgess
On Wed, 2012-03-28 at 22:39 -0400, Ivan Wagner wrote: > Matt, > > > Whoops, yes, it was in chapter 6, but not in chapter 5. Fixed in r9792. > > The fix got put in the middle of something else so that the line now reads: > > "The Glibc documentation recommends building Glibc outside of the sourc