the issue of environment value $PS1 set under Ubuntu 10.04

2010-06-04 Thread littlebat
usr/bin/python /usr/lib/command-not-found -- $1 return $? elif [ -x /usr/share/command-not-found ]; then /usr/bin/python /usr/share/command-not-found -- $1 return $? else return 127 fi } fi -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

the issue of setting an environment variable with "set" command under Ubuntu 10.04 host

2010-06-05 Thread littlebat
o use case about setting environment varible with "set" command except one I confirmed it can't work under my Ubuntu 10.04 host. I consider it is a LFS BOOK 6.6 bug, isn't it? I am a LFS newbie, don't hesitate to write more words reply on this issue :-) -- littlebat -- http:/

Re: the issue of setting an environment variable with "set" command under Ubuntu 10.04 host

2010-06-05 Thread littlebat
On Sat, 05 Jun 2010 11:17:23 +0100 Andrew Benton wrote: > On 05/06/10 09:43, littlebat wrote: > > I am using Ubuntu 10.04 as the LFS building host. And I am learning LFS > > BOOK 6.6: 4.5. About SBUs: > > http://www.linuxfromscratch.org/lfs/view/6.6/chapter04/aboutsbus.ht

Re: the issue of setting an environment variable with "set" command under Ubuntu 10.04 host

2010-06-05 Thread littlebat
j2" but failed when do "make -j2 install" on package glibc? And, you did "make -j4" and "make -j4 install" on this package successfully later? What's your CPU? a four cores CPU? or you just did it on a four CPUs' machine? I'm

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

2010-06-06 Thread littlebat
> cat > ~/.bash_profile << "EOF" > exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' ENV=$HOME/.bashrc > /bin/bash --posix > EOF > > Of course, you lose all the nice bashisms, though. I don't know if start interactive bash with posix mode

two bugs in LFS BOOK 6.6

2010-06-21 Thread littlebat
allation should depends on Linux API Headers too. Best regards, -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: MPFR 3.0.0

2010-07-01 Thread littlebat
nd ensure that all tests passed:". This will ensure these trivial bug disappear forever. -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page