Re: LFS-6.1-testing binutils failure

2005-04-04 Thread Bryan Kadzban
Bruce Dubbs wrote: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.15.94.0.2.2/bfd -I. -D_GNU_SOURCE -DTRAD_CORE -I. -I../../binutils-2.15.94.0.2.2/bfd -I../../binutils-2.15.94.0.2.2/bfd/../include -I../../binutils-2.15.94.0.2.2/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes

6.1 release branch, /etc/profile locale specification

2005-04-04 Thread Ken Moffat
Oh I do love doing it a fully manual build, and having to read the text instead of just skimming it to look for changes ;) The text for setting /etc/profile in chapter 7 includes an appropriate example for me, "en_GB.iso8859-1" but locale -a shows this as "en_GB.iso88591" Is this a bug, or is the

[POST-6.1] Console script with UTF-8 support

2005-04-04 Thread Alexander E. Patrakov
Hello, Attached is the updated "console" bootscript with support for both UTF-8 and traditional 8-bit modes. 8-bit mode is the default. Documentation is below, please ask questions if it is not clear enough. If you think you can improve readability of the script, please do. With this script, the

Re: 6.1 release branch, /etc/profile locale specification

2005-04-04 Thread Alexander E. Patrakov
Ken Moffat wrote: > Oh I do love doing it a fully manual build, and having to read the text > instead of just skimming it to look for changes ;) The text for setting > /etc/profile in chapter 7 includes an appropriate example for me, > "en_GB.iso8859-1" but locale -a shows this as "en_GB.iso88591

Re: 6.1 release branch, /etc/profile locale specification

2005-04-04 Thread Matthew Burgess
Alexander E. Patrakov wrote: So it's better to change the book to say "ISO-8859-1". Easy enough to do, added to my (ever growing) TODO for 6.1. Also some people say it's better to remove LC_ALL (i.e. set only LANG) > and I tend to agree with them now. Please do that before LFS 6.1 comes out. But th

2 potentially 6.1 related questions

2005-04-04 Thread Matthew Burgess
Hi folks, In both sets of grep's instructions we use the '--with-included-regex' to prevent grep from using potentially buggy regex code from glibc. Now, I can understand this in chapter 5 where the host's glibc can't be guaranteed to work. However, in chapter 6 we have a known version of glib

Re: 2 potentially 6.1 related questions

2005-04-04 Thread Andrew Benton
Matthew Burgess wrote: Hi folks, In both sets of grep's instructions we use the '--with-included-regex' to prevent grep from using potentially buggy regex code from glibc. Now, I can understand this in chapter 5 where the host's glibc can't be guaranteed to work. However, in chapter 6 we have a

/lfs/view/testing/ ?

2005-04-04 Thread Bryan Kadzban
as it replaced by the 6.1-testing-20050401 link? -- because the SVN date on the old /testing/ book was 20050402, and the current SVN book is dated 20050404 (both are later). signature.asc Description: OpenPGP digital signature -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ:

Re: 6.1 release branch, /etc/profile locale specification

2005-04-04 Thread Alexander E. Patrakov
Matthew Burgess wrote: > Alexander E. Patrakov wrote: > >> So it's better to change the book to say "ISO-8859-1". > > Easy enough to do, added to my (ever growing) TODO for 6.1. > >> Also some people say it's better to remove LC_ALL (i.e. set only LANG) > > and I tend to agree with them now. >

Re: 2 potentially 6.1 related questions

2005-04-04 Thread Alexander E. Patrakov
Matthew Burgess wrote: > Hi folks, > > In both sets of grep's instructions we use the '--with-included-regex' > to prevent grep from using potentially buggy regex code from glibc. > Now, I can understand this in chapter 5 where the host's glibc can't be > guaranteed to work. However, in chapter

Re: LFS-6.1-testing binutils failure

2005-04-04 Thread Bruce Dubbs
Bryan Kadzban wrote: Does the boot CD's /usr/include/errno.h #include ? At first I thought it doesn't, but it is OK. I ended up rebooting the CD and checking everything and now it works. I really don't know what was going on, but I'm continuing with the testing build. Thansks for the feedback