sanitize headrs

2010-12-28 Thread piper.guy1
Section 5.6 Linux Headers. This is done by way of sanitizing various C header files that are shipped in the Linux kernel source tarball. What does this mean? Sanitize from what? thanx /carl h. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

Re: mirrored /dev folder

2010-12-28 Thread John Harrigan
* piper.g...@gmail.com (Dec 28, 2010 @ 13:23-0500): In section 6.2.1 we create a couple of device nodes: a console device, and a null device. Then in the following section we mount /dev of the host platform to be mirrored at $LFS/dev. What's the point of creating the 2 devices in section

Re: mirrored /dev folder

2010-12-28 Thread piper.guy1
Ahhh. Makes sense. thanx On Tue, Dec 28, 2010 at 1:45 PM, John Harrigan jfharri...@fedex.com wrote: * piper.g...@gmail.com (Dec 28, 2010 @ 13:23-0500): In section 6.2.1 we create a couple of device nodes: a console device, and a null device. Then in the following section we mount /dev of the

glibc stage2 problem

2010-12-28 Thread Louis Davies
Hi, I Have built LFS-6.5 and now I'm trying to build 6.7. In my opinion everything has gone right until section 6.9.1 in which, with the command grep Error glibc-check-log I obtain the following response: make[2]: *** [/sources/glibc-build/math/test-float-out] Error 1 make[2]: ***

Re: make won't work in section 6

2010-12-28 Thread William Immendorf
On Tue, Dec 28, 2010 at 3:54 PM, piper.guy1 piper.g...@gmail.com wrote: root:/tools/bin# ls -l make -rwxr-xr-x 1 root root 457270 Dec 28 19:25 make root:/tools/bin# make --help bash: /tools/bin/make: No such file or directory root:/tools/bin# file make make: ELF 32-bit LSB executable, Intel

Re: make won't work in section 6

2010-12-28 Thread Ken Moffat
On Tue, Dec 28, 2010 at 04:21:13PM -0600, William Immendorf wrote: On Tue, Dec 28, 2010 at 3:54 PM, piper.guy1 piper.g...@gmail.com wrote: root:/tools/bin# ls -l make -rwxr-xr-x 1 root root 457270 Dec 28 19:25 make root:/tools/bin# make --help bash: /tools/bin/make: No such file or

Re: sanitize headrs

2010-12-28 Thread Andrew Benton
On Tue, 28 Dec 2010 13:15:27 -0500 piper.guy1 piper.g...@gmail.com wrote: Section 5.6 Linux Headers. This is done by way of sanitizing various C header files that are shipped in the Linux kernel source tarball. What does this mean? Sanitize from what? It means various C header files

Re: mirrored /dev folder

2010-12-28 Thread Andrew Benton
On Tue, 28 Dec 2010 11:45:30 -0700 John Harrigan jfharri...@fedex.com wrote: * piper.g...@gmail.com (Dec 28, 2010 @ 13:23-0500): In section 6.2.1 we create a couple of device nodes: a console device, and a null device. Then in the following section we mount /dev of the host platform to