Re: glibc-2.11.1 configure warning seems to be the problem but I cannot find the solutions

2010-07-13 Thread garth scott
This is the out-put of version-check.sh bash, version 4.1.5(1)-release /bin/sh - /bin/dash Binutils: (GNU Binutils for Ubuntu) 2.20.1-system.20100303 yacc not found bzip2, Version 1.0.5, 10-Dec-2007. Coreutils: 7.4 diff (GNU diffutils) 2.8.1 find (GNU findutils) 4.4.2 GNU Awk 3.1.6 /usr/bin/awk

Re: glibc-2.11.1 configure warning seems to be the problem but I cannot find the solutions

2010-07-13 Thread Andrew Benton
On 13/07/10 11:39, garth scott wrote: This is the out-put of version-check.sh bash, version 4.1.5(1)-release /bin/sh - /bin/dash sudo ln -s bash /bin/sh Binutils: (GNU Binutils for Ubuntu) 2.20.1-system.20100303 yacc not found sudo apt-get install yacc bison Andy --

Re: glibc-2.11.1 configure warning seems to be the problem but I cannot find the solutions

2010-07-13 Thread Andrew Benton
On 13/07/10 13:18, Andrew Benton wrote: On 13/07/10 11:39, garth scott wrote: Binutils: (GNU Binutils for Ubuntu) 2.20.1-system.20100303 yacc not found sudo apt-get install yacc bison Sorry, that should have read sudo apt-get install bison flex Andy --

Re: glibc-2.11.1 configure warning seems to be the problem but I cannot find the solutions

2010-07-13 Thread Andrew Benton
On 13/07/10 13:18, Andrew Benton wrote: On 13/07/10 11:39, garth scott wrote: This is the out-put of version-check.sh bash, version 4.1.5(1)-release /bin/sh - /bin/dash sudo ln -s bash /bin/sh Another thinko, I forgot the f. That should have read: sudo ln -sf bash /bin/sh Sorry for the

Zlib-1.2.3 package

2010-07-13 Thread jameslori1...@comcast.net
I noticed when downloading all the packages with wget, that the zlib package was not found. Can the newer zlib-1.2.5 package be used, or is there an alternative link to the zlib-1.2.3 package available at LFS? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

Re: Zlib-1.2.3 package

2010-07-13 Thread Bruce Dubbs
jameslori1...@comcast.net wrote: I noticed when downloading all the packages with wget, that the zlib package was not found. Can the newer zlib-1.2.5 package be used, or is there an alternative link to the zlib-1.2.3 package available at LFS? Download locations may not always be accessible.

Zlib-1.2.3

2010-07-13 Thread jameslori1...@comcast.net
Okay, I found zlib-1.2.3 at sourceforge from the following link: http://sourceforge.net/projects/libpng/files/zlib/1.2.3/zlib-1.2.3.tar.gz/download Hope this helps others with same problem. Also, thank you Bruce for the quick response. LFS ROCKS!! --

Failures and warnings in Binutils-2.20 from chapter 6.12 of LFS 6.6

2010-07-13 Thread jameslori1815
I have reached performing make check on binutils-2.20 in chapter 6.12 LFS version 6.6 and I'm seeing some failures and warnings that are not mentioned in the text of that chapter, nor can I find any information about them searching the mailing lists archive or anywhere on the LFS site. Are

Re: Failures and warnings in Binutils-2.20 from chapter 6.12 of LFS 6.6

2010-07-13 Thread Ken Moffat
On 13 July 2010 18:15, jameslori1...@comcast.net wrote: I have reached performing make check on binutils-2.20 in chapter 6.12 LFS version 6.6 and I'm seeing some failures and warnings that are not mentioned in the text of that chapter, nor can I find any information about them searching the

LFS (Version SVN-20100529) - 6.4. Entering the Chroot Environment

2010-07-13 Thread Face
l...@cloud:~$ sudo chroot $LFS /tools/bin/env -i HOME=/root TERM=$TERM PS1='\u:\w\$ ' PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin /tools/bin/bash --login +h chroot: cannot run command `/tools/bin/env': No such file or directory is this normal ? -- Sincerely, --

Re: LFS (Version SVN-20100529) - 6.4. Entering the Chroot Environment

2010-07-13 Thread Andrew Benton
On 13/07/10 22:00, Face wrote: l...@cloud:~$ sudo chroot $LFS /tools/bin/env -i HOME=/root TERM=$TERM PS1='\u:\w\$ ' PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin /tools/bin/bash --login +h chroot: cannot run command `/tools/bin/env': No such file or directory is this normal ? Read the FAQ

Syntax and Logic on a Build Script

2010-07-13 Thread Dan McGhee
I'm building against LFS-latest SVN on a 64-bit system. I use the More Control and Package User package management system and have, over the years, developed a build script for each {,B}LFS package. Today I'm working on Chapter 6.9, GlibC-2.11.2. Currently the build of GlibC is cooking

Re: glibc-2.11.1 configure warning seems to be the problem but I cannot find the solutions

2010-07-13 Thread garth scott
I am still getting this warning: configure: WARNING: cpuid.h: present but cannot be compiled configure: WARNING: cpuid.h: check for missing prerequisite headers? configure: WARNING: cpuid.h: see the Autoconf documentation configure: WARNING: cpuid.h: section Present But Cannot

Re: Syntax and Logic on a Build Script

2010-07-13 Thread Neal Murphy
On Tuesday 13 July 2010 20:20:56 Dan McGhee wrote: BUILD=$HOME/$package-build cd $BUILD #Double sanity check--visual and logical pwd if [ $(pwd) -ne $BUILD ] echo Check the build directory creation exit Status 1 You seem to have left out the 'then' and the