lfs-support@linuxfromscratch.org

2009-09-01 Thread peter
> On 08/31/2009 08:28 PM, peter wrote: > > Hello, > > > > I had been trying out LFS6.4and6.5 serveral times and got stuck with same > > errors that continues to the ch6 binutils test failes. > > > > For your references, I am running on CentOS5.3Final. > > > > It first shows at the dejaGNU-1.4.4 whe

Re: Where can I set extra routing table.

2009-09-01 Thread Bruce Dubbs
Benjamin John wrote: > xinglp schrieb: >> I use "route add -net 192.168.3.0/24 gw 192.168.0.3" to add it. After >> reboot, it lost. >> Add it to "/etc/rc.d/x" or some where else? > > Create a file in /etc/sysconfig/network-devices/ifconfig.XXX where XXX > is your network interface > The name o

Re: Where can I set extra routing table.

2009-09-01 Thread Benjamin John
xinglp schrieb: > I use "route add -net 192.168.3.0/24 gw 192.168.0.3" to add it. After > reboot, it lost. > Add it to "/etc/rc.d/x" or some where else? Create a file in /etc/sysconfig/network-devices/ifconfig.XXX where XXX is your network interface The name of this file should be alphabetical

lfs-support@linuxfromscratch.org

2009-09-01 Thread Chris Staub
On 08/31/2009 08:28 PM, peter wrote: > Hello, > > I had been trying out LFS6.4and6.5 serveral times and got stuck with same > errors that continues to the ch6 binutils test failes. > > For your references, I am running on CentOS5.3Final. > > It first shows at the dejaGNU-1.4.4 when I run (make c

Re: Problem compiling Glibc Lfs 6.5

2009-09-01 Thread Chris Staub
On 09/01/2009 07:29 AM, Giorgio Gambino wrote: > *i've resolved the problem modifyng this commands:* > > case `uname -m` in >i?86) echo "CFLAGS += -march=i686 -mtune=native" > configparms ;; > esac > > > cp -v nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S{,.orig} > > > sed -e 's/FUTEX_W

Re: Problem compiling Glibc Lfs 6.5

2009-09-01 Thread Justin P. Mattock
Giorgio Gambino wrote: > *i've resolved the problem modifyng this commands:* > > case `uname -m` in > i?86) echo "CFLAGS += -march=i686 -mtune=native" > configparms ;; > esac > > > cp -v nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S{,.orig} > > > sed -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALT

Re: Problem compiling Glibc Lfs 6.5

2009-09-01 Thread Hugh
A question not quite answering your question:have you checked the host system requirements section before your beginning of the building process? On 9/1/09, Giorgio Gambino wrote: > *i've resolved the problem modifyng this commands:* > > case `uname -m` in > i?86) echo "CFLAGS += -march=i686 -m

Problem installing udev-145 (6.57)

2009-09-01 Thread Vera, Pedro L.
Hello: I sent this message to the list last night, but I did not see it on the list, so I'm resending it again. I apologize if it eventually turns up as a double post. Here's my current problem: I've been bulding LFS 6.5 and everything was going well, until I got to udev-145. Make went fine,

Re: Problem compiling Glibc Lfs 6.5

2009-09-01 Thread Giorgio Gambino
*i've resolved the problem modifyng this commands:* case `uname -m` in i?86) echo "CFLAGS += -march=i686 -mtune=native" > configparms ;; esac cp -v nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S{,.orig} sed -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \