failure in the posix/annexc test on 6.9. Glibc-2.12.1 on LFS version?

2010-11-15 Thread littlebat
On Tue, 16 Nov 2010 04:13:23 +0300 Flan Alflani falfl...@gmail.com wrote: is this something i should worry about or it just simple expected (ignored) failure in the posix/annexc test on 6.9. Glibc-2.12.1? root:/sources/glibc-build# grep Error glibc-check-log make[2]:

Re: Problem Booting up the new system ?

2010-11-11 Thread littlebat
attach your .config file to the list, so someone can test it on their machine. Maybe, you can copy your LFS root directory to another machine to test if it is only happen on that machine. -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: Problem Booting up the new system ?

2010-11-11 Thread littlebat
On Fri, 12 Nov 2010 00:34:31 +0300 Flan Alflani falfl...@gmail.com wrote: 2010/11/11 littlebat dashing.m...@gmail.com: On Wed, 10 Nov 2010 16:31:50 + dgfhfgh dfghdfgh solo9...@hotmail.com wrote: Sincerely, http://www.Q8h.net Date: Tue, 9 Nov 2010 23:04:33 +0800

Re: Book-5.8_Adjusting the ToolChain (v6.7)

2010-10-22 Thread littlebat
On Fri, 22 Oct 2010 00:35:18 -0700 Nolan 4030...@gmail.com wrote: I have tried everything I could think of to get this command to work... It seems $LFS_TGT is missing in environment. -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: Book-5.8_Adjusting the ToolChain (v6.7)

2010-10-22 Thread littlebat
specs file is: $SPECS New specs file is: /specs no...@retired:~$ unset SPECS ** What the key to getting this to work? If I need to do more reading, please point me in the direction. And I shall read. :) Thanks in Advance Nolan -- littlebat -- http://linuxfromscratch.org

Maybe a bug still in 7.10. Creating Custom Symlinks to Devices in LFS6.7

2010-10-22 Thread littlebat
by_path by_id. I don't know the content of /lib/udev/rules.d/75-cd-aliases-generator.rules in LFS6.7, so, someone can do a check and correct it. -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above

Re: Book-5.8_Adjusting the ToolChain (v6.7)

2010-10-22 Thread littlebat
the reason why your $LFS_TGT environment variable is missing? I think this is the key of your problem. -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: LFS Dev SVN-20100702 - 5.9. Binutils-2.20.1 - Pass 2 (AR and RANLIB)

2010-07-16 Thread littlebat
On Fri, 16 Jul 2010 22:32:04 +0300 Rebel Yell rebely...@xbox-zone.ro wrote: My $LFS_TGT is i686-pc-linux-gnu You are wrong, it says LFS_TGT=$(uname -m)-lfs-linux-gnu in Section: 4.4. Setting Up the Environment . -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ

Re: Issues with second build of GCC

2010-07-12 Thread littlebat
above. -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Issues with second build of GCC

2010-07-11 Thread littlebat
be something like below: checking for i686-lfs-linux-gnu-gcc... Maybe, check your environment value: $LFS_TGT --- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Issues with second build of GCC

2010-07-11 Thread littlebat
was set correctly. What am I doing wrong? Thanks! CC=$LFS_TGT-gcc -B/tools/lib/ Have you missed -B/tools/lib/ in CC value? If still many errors appear, suggest delete the entire tools directory and restart from Chapter 4 again. -- littlebat -- http://linuxfromscratch.org/mailman/listinfo

Re: Issues with second build of GCC

2010-07-11 Thread littlebat
-linux-gnu/bin/ld is right. But the C compiler should be i686-lfs-linux-gnu-gcc . I have posted my log for reference at: http://linuxfromscratch.pastebin.com/ni7edwLd Note, I am using parellel make introduced in 4.5. About SBUs, so the make * log lines is interleaved. -- littlebat -- http

need an accurate answer: can we build LFS with parallel compiling?

2010-07-07 Thread littlebat
. Introduction says? I have also had a glance at a hint that was written at 2004: How to build LFS using multiple compiler instances. http://www.linuxfromscratch.org/hints/downloads/files/parallelcompiling.txt -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: need an accurate answer: can we build LFS with parallel compiling?

2010-07-07 Thread littlebat
and is different from parallel make in section 4.5. About SBUs. Thanks. -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: need an accurate answer: can we build LFS with parallel compiling?

2010-07-07 Thread littlebat
On Wed, 07 Jul 2010 13:31:32 +0100 Andrew Benton b3n...@gmail.com wrote: On 07/07/10 12:10, littlebat wrote: So, I need some accurate answers: 1, Can we build LFS with parallel compiling through the book? Yes. A few packages won't build in parallel (openssl) and some packages sometimes

Re: configure: error: could not find a working compiler

2010-07-04 Thread littlebat
configure:3237: checking host system type configure:3250: result: pentium2-unknown-linux-gnu I am just a little confused. Is it a pentiumII CPU? Why can run a 64 bit Linux? How about a 32 bit host OS? -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: configure: error: could not find a working compiler

2010-07-04 Thread littlebat
On Sun, 4 Jul 2010 13:24:55 +0300 Face falaz...@gmail.com wrote: i am trying to install it on KVM . On Sun, Jul 4, 2010 at 12:17 PM, littlebat dashing.m...@gmail.com wrote: On Sun, 4 Jul 2010 11:10:12 +0300 Face falaz...@gmail.com wrote: hostname = lfslivecd uname -m = x86_64

Re: LFS 6.6 Chapter 2, Preparing a New Partition

2010-07-03 Thread littlebat
experience, we can duplicate to mount a partition on different mount point again and again, but it isn't needed and maybe cause potential problem. Not recommended. -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe

Re: If SBU measure include test time?

2010-07-01 Thread littlebat
-headers.xml.orig \ chapter06/linux-headers.xml touch chapter06/linux-headers.xml.orig exit 0 /code -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: If SBU measure include test time?

2010-07-01 Thread littlebat
(new enhancement) clarifying the approximate build SBU number and required disk space of the package http://wiki.linuxfromscratch.org/lfs/ticket/2702 patch file: http://wiki.linuxfromscratch.org/lfs/attachment/ticket/2702/clarify-sbu-disk_space.patch -- littlebat -- http://linuxfromscratch.org

If SBU measure include test time?

2010-06-30 Thread littlebat
should I use? --- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: If SBU measure include test time?

2010-06-30 Thread littlebat
On Wed, 30 Jun 2010 10:44:56 -0500 Bruce Dubbs bruce.du...@gmail.com wrote: littlebat wrote: Hi, I try to measure SBU when installing every package with command time {} and consider post my measure into http://www.linuxfromscratch.org/~sbu . 1, If only those packages marked

Re: LFS (Version SVN-20100529) - 6.7 Linux API Headers

2010-06-30 Thread littlebat
: Child returned status 2 tar: Error is not recoverable: exiting now -- Sincerely, -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page -- littlebat -- http://linuxfromscratch.org

Re: Help with Glib-c 2.11.1 Pass 1 (ch 5.7) in LFS 6.6

2010-06-29 Thread littlebat
. -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

A sed syntax

2010-06-23 Thread littlebat
is append string -isystem /tools/include to the end of the next line of line *cpp: by a test. But what's meaning of the every part in {n;s, $, -isystem /tools/include,} and how this command to achieve this effect? Thanks, littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ

Re: A sed syntax

2010-06-23 Thread littlebat
On Wed, 23 Jun 2010 02:57:44 -0400 Neal Murphy neal.p.mur...@alum.wpi.edu wrote: On Wednesday 23 June 2010 02:24:51 littlebat wrote: Hi, I am learning LFS BOOK: http://www.linuxfromscratch.org/lfs/view/6.6/chapter05/adjusting.html Below is a sed syntax I can't understand and haven't

Re: A sed syntax

2010-06-23 Thread littlebat
On Wed, 23 Jun 2010 05:22:35 -0500 Mike McCarty mike.mcca...@sbcglobal.net wrote: So much detailed answer, I can post it into my blog as a detailed manual. too many thanks. littlebat wrote: Hi, I am learning LFS BOOK: http://www.linuxfromscratch.org/lfs/view/6.6/chapter05/adjusting.html

Re: A sed syntax

2010-06-23 Thread littlebat
On Wed, 23 Jun 2010 09:23:49 -0500 Mike McCarty mike.mcca...@sbcglobal.net wrote: littlebat wrote: On Wed, 23 Jun 2010 05:22:35 -0500 Mike McCarty mike.mcca...@sbcglobal.net wrote: So much detailed answer, I can post it into my blog as a detailed manual. too many thanks. It's

Re: LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-14 Thread littlebat
5 at least. See: http://www.linuxfromscratch.org/lfs/view/6.6/chapter04/addinguser.html -- littlebat dashing.m...@gmail.com -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-14 Thread littlebat
when i add lfs user i get permissions problems You have deviated the book. http://www.linuxfromscratch.org/lfs/view/development/chapter04/addinguser.html As root, issue the following commands to add the new user: groupadd lfs useradd -s /bin/bash -g lfs -m -k /dev/null lfs -- littlebat

Re: live and learn

2010-06-08 Thread littlebat
virtual machine as your LFS building host. It will keep you real physical machine safe. -- littlebat dashing.m...@gmail.com -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: the issue of environment value $PS1 set under Ubuntu 10.04

2010-06-07 Thread littlebat
distribution that the first goal is education( http://www.linuxfromscratch.org/lfs/view/6.6/prologue/audience.html In the end, education is by far the most powerful of reasons. ). Thank you. -- littlebat dashing.m...@gmail.com -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ

Re: the issue of environment value $PS1 set under Ubuntu 10.04

2010-06-06 Thread littlebat
or umask 022 those are set in the file .bashrc. There are almost always ways to work around little problems. I think, it isn't everyone know how to solve these lttle problems(just like me), so the best way is give the right guide in the LFS BOOK. -- littlebat dashing.m...@gmail.com -- http

the issue of environment value $PS1 set under Ubuntu 10.04

2010-06-04 Thread littlebat
fi } fi /code -- littlebat dashing.m...@gmail.com -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Can't set $PS1 properly under Ubuntu 10.04 host

2010-06-03 Thread littlebat
return 127 fi } fi /code -- littlebat dashing.m...@gmail.com -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: LFS on USB?

2010-03-07 Thread littlebat
/hdc2 . -- littlebat dashing.m...@gmail.com -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page