[lfs-support] LFS 7.1 - 6.9. Glibc-2.14.1

2012-05-07 Thread Lázaro Morales
Hello, After running the test suit, I get the next errors: # make -k check 21 | tee glibc-check-log # grep Error glibc-check-log make[2]: *** [/sources/glibc-build/stdio-common/bug22.out] Error 1 make[1]: *** [stdio-common/tests] Error 2 make[2]: ***

Re: [lfs-support] LFS 7.1 - 6.9. Glibc-2.14.1

2012-05-07 Thread Yasser Zamani
Yes, I think. If you look at some lines after the command, last known test failure is: Other tests known to fail on some architectures are posix/bug-regex32, misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, and stdio-common/bug22. But I'm not sure about

Re: [lfs-support] LFS 7.1 - 6.9. Glibc-2.14.1

2012-05-07 Thread Yasser Zamani
Sorry, I took a more careful look at book and saw: You will probably see an expected (ignored) failure in the posix/annexc test. So you can continue to LFS with no any worry about this errors :) Good Luck! From: yasser.zam...@live.com To: lfs-support@linuxfromscratch.org Date: Mon,

Re: [lfs-support] LFS 7.1 - 6.9. Glibc-2.14.1

2012-05-07 Thread Lázaro Morales
En 07/05/2012 10:00:20, Yasser Zamani yasser.zam...@live.com escribió: Sorry, I took a more careful look at book and saw: You will probably see an expected (ignored) failure in the posix/annexc test. So you can continue to LFS with no any worry about this errors Good Luck! Thanks

Re: [lfs-support] Shoul I remember (keep in mind) all steps?!

2012-05-07 Thread Yasser Zamani
You're right Simon, Unicodes are two fold. And also I don't know if 'sed' can edit a binary stream :? However, in computer academic world, streams are bytes even if they are not letters e.g. 0x00 and I'm not sure why it's named 'stream editor' instead of e.g. 'tsed'(text stream editor).

[lfs-support] mounting via .bashrc as root (2 suggestions)

2012-05-07 Thread Yasser Zamani
Hi there, I have two suggestions for the book which I hope will be helpful: As in every computer boot up and logging in as lfs user I had to run 'mount /dev/sda7 /mnt/lfs' as root, I added (rewrited) this to .bashrc file as following (rewriting LFS-7.1 4.4. Setting Up the Environment

Re: [lfs-support] mounting via .bashrc as root (2 suggestions)

2012-05-07 Thread Yasser Zamani
I just tried to automating mounting while loggin in without any extra typing; However, I'll use your advise instead, thanks! What about second idea? i.e. defining .bashrc for user root like lfs user to export $LFS variable. The book does not talk about repeating the steps, it may consider we

Re: [lfs-support] mounting via .bashrc as root (2 suggestions)

2012-05-07 Thread Ken Moffat
On Mon, May 07, 2012 at 10:45:04PM +0430, Yasser Zamani wrote: What about second idea? i.e. defining .bashrc for user root like lfs user to export $LFS variable. The book does not talk about repeating the steps, it may consider we will learn this from previous sections. Thanks! Please

[lfs-support] wget-list update

2012-05-07 Thread Eleanore Boyd
I noticed that the wget-list file has outdated links for man-pages and zlib. For some reason, man7.org doesn't seem to host downloads anymore at all, and zlib got an update from the version in the book. Huzzah for google, at least.

Re: [lfs-support] mounting via .bashrc as root (2 suggestions)

2012-05-07 Thread Yasser Zamani
Date: Mon, 7 May 2012 20:44:45 +0100 From: zarniwh...@ntlworld.com To: lfs-support@linuxfromscratch.org Subject: Re: [lfs-support] mounting via .bashrc as root (2 suggestions) On Mon, May 07, 2012 at 10:45:04PM +0430, Yasser Zamani wrote: What about second idea? i.e. defining .bashrc

Re: [lfs-support] wget-list update

2012-05-07 Thread Yasser Zamani
Date: Mon, 7 May 2012 23:14:28 -0500 From: cara...@cox.net To: lfs-support@linuxfromscratch.org Subject: [lfs-support] wget-list update I noticed that the wget-list file has outdated links for man-pages and zlib. For some reason, man7.org doesn't seem to host downloads anymore at all,

Re: [lfs-support] wget-list update

2012-05-07 Thread Eleanore Boyd
On 5/7/2012 11:28 PM, Yasser Zamani wrote: Date: Mon, 7 May 2012 23:14:28 -0500 From: cara...@cox.net To: lfs-support@linuxfromscratch.org Subject: [lfs-support] wget-list update I noticed that the wget-list file has outdated links for man-pages and zlib. For some reason, man7.org doesn't

Re: [lfs-support] mounting via .bashrc as root (2 suggestions)

2012-05-07 Thread Bruce Dubbs
Yasser Zamani wrote: Please see the Note at LFS-7.1 section 5.35 at http://www.linuxfromscratch.org/lfs/view/stable/chapter05/changingowner.html which says: The commands in the remainder of this book must be performed while logged in as user root and no longer as user lfs. Also, double check