Re: [lfs-dev] glibc-2.15

2012-03-22 Thread HouHongxun
于 2012年03月23日 05:56, Bruce Dubbs 写道: > It looks like glibc-2.15 is about to be released: > > http://ftp.gnu.org/gnu/glibc/glibc-2.15.tar.xz is in the repository but > I can't find a release announcement yet. > > -- Bruce Here it is: http://sourceware.org/ml/libc-alpha/2012-03/msg00836.html --

[lfs-dev] swap on lvm

2012-03-22 Thread Nathan Coulson
Hate posting this after the first fixes were out, but came across one more problem. If you are using lvm for swap, the mountfs stop script fails to bring down the lvm array's. I fixed this on my local system by moving the swap bootscript before mountfs on shutdown. -- Nathan Coulson (conathan)

Re: [lfs-dev] pass1 gcc 4.7.0 glibc 2.15 fails

2012-03-22 Thread Jeremy Huntwork
On 3/22/12 6:01 PM, Pierre Labastie wrote: > Why do you use : > > + make install_root=/tools install? > > With --prefix=/tools, all the files are installed in > /tools/tools/{lib,include} > > Of course the sanity check fails, because it looks for files in > /tools/{lib,include} Yep, thanks, I th

Re: [lfs-dev] pass1 gcc 4.7.0 glibc 2.15 fails

2012-03-22 Thread Pierre Labastie
Le 22/03/2012 22:43, Thierry Nuttens a écrit : > Hello, > > I'm facing some trouble which I could partially solved but pass1 glibc 2.15 > is not compiling successfully. Any idea > > > GNU C (GCC) version 4.7.0 (x86_64-lfs-linux-gnu) > compiled by GNU C version 4.6.3, GMP version 5.0.4, MPFR

Re: [lfs-dev] pass1 gcc 4.7.0 glibc 2.15 fails

2012-03-22 Thread Jeremy Huntwork
On 3/22/12 5:43 PM, Thierry Nuttens wrote: > In file included from /mnt/lfs/tools/include/features.h:382:0, > from /mnt/lfs/tools/include/limits.h:27, > from > /mnt/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.0/include-fixed/limits.h:169, >

[lfs-dev] glibc-2.15

2012-03-22 Thread Bruce Dubbs
It looks like glibc-2.15 is about to be released: http://ftp.gnu.org/gnu/glibc/glibc-2.15.tar.xz is in the repository but I can't find a release announcement yet. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the a

[lfs-dev] pass1 gcc 4.7.0 glibc 2.15 fails

2012-03-22 Thread Thierry Nuttens
Hello, I'm facing some trouble which I could partially solved but pass1 glibc 2.15 is not compiling successfully. Any idea GNU C (GCC) version 4.7.0 (x86_64-lfs-linux-gnu) compiled by GNU C version 4.6.3, GMP version 5.0.4, MPFR version 3.1.0, MPC version 0.9 GGC heuristics: --param gg

Re: [lfs-dev] Fwd: Error in ipv4-static

2012-03-22 Thread Bruce Dubbs
> # ip addr show eth0 > 2: eth0: mtu 1500 qdisc pfifo_fast state > UP qlen 1000 >link/ether 00:1e:4f:f8:00:39 brd ff:ff:ff:ff:ff:ff >inet 172.16.24.1/24 brd 172.16.24.255 scope global eth0 >inet 172.16.24.2/24 brd 172.16.24.255 scope global secondary eth0 >inet 172.16.24.3/24 brd 1

[lfs-dev] Fwd: Error in ipv4-static

2012-03-22 Thread Nathan Coulson
-- Forwarded message -- From: "Victor Wren" Date: Mar 22, 2012 10:49 AM Subject: Error in ipv4-static To: Cc: I was having fits with trying to get secondary ethernet ports setup with ipv4. The scripts would neither bring up nor bring down an ip address of 172.16.24.2. I finall

[lfs-dev] gcc-4.7.0 patch

2012-03-22 Thread Andrew Benton
Hello a simple patch to use gcc-4.7 in the book. Andy gcc.patch Description: Binary data -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: [lfs-dev] I give a try with glibc 2.14.1 and gcc 4.7.0-RC-20120314

2012-03-22 Thread Thierry Nuttens
Tanks a lot again. Today gcc-4.7.0 is release, I will give a try with Jeremy's new build method. I will also go for glibc 2.15 All the logs about the going process here http://orchidman.dyndns-server.com/log/sekong/x86_64/pass1/gcc-4.7.0/ On Sat, 17 Mar 2012 11:48:52 -0400 Jeremy Huntwork wrot

[lfs-dev] siginfo breakage

2012-03-22 Thread Andrew Benton
Hello, A recent change in glibc has broken compiling gcc on i686 http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=4efeffc1d583597e4f52985b9747269e47b754e2 The solution is to change struct siginfo to siginfo_t sed -i 's#struct siginfo #siginfo_t #' libgcc/config/*/linux-unwind.h