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

2010-06-05 Thread Andrew Benton
On 05/06/10 13:05, littlebat wrote: > Did you mean you have ever compiled successfully with "make -j2" Yes > but failed when do "make -j2 install" on package glibc? Yes > And, you did "make -j4" and "make -j4 install" on this package successfully > later? No. I compile almost all packages with mak

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

2010-06-05 Thread Bruce Dubbs
littlebat wrote: >> It should be export MAKEFLAGS='-j 2' shouldn't it? Personally I >> have never tried using the MAKEFLAGS variable because I have had >> problems with glibc not installing correctly if make install is run >> with parallel jobs. It compiles fine with make -j4 but I've learned >> to

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

2010-06-05 Thread Bruce Dubbs
Andrew Benton wrote: > It should be export MAKEFLAGS='-j 2' shouldn't it? Yes. > Personally I have > never tried using the MAKEFLAGS variable because I have had problems > with glibc not installing correctly if make install is run with > parallel jobs. It compiles fine with make -j4 but I've l

Re: LFS-6.6 - Old bug in bash has returned

2010-06-05 Thread DJ Lucas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/05/2010 04:28 AM, Gilles Espinasse wrote: > not a bug > I fixed the same mistake in our prompt 2 years ago > you have to escape with \[ \] the non printing characters Thank you Giles. Taken directly from info bash -> Shell Variables -> Bourne

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

2010-06-05 Thread littlebat
> It should be export MAKEFLAGS='-j 2' shouldn't it? Personally I have > never tried using the MAKEFLAGS variable because I have had problems > with glibc not installing correctly if make install is run with parallel > jobs. It compiles fine with make -j4 but I've learned to always run just >

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.html > > > > I am using a

Re: LFS-6.6 - Old bug in bash has returned

2010-06-05 Thread Gilles Espinasse
- Original Message - From: "Petersen Liman" To: "LFS Developers Mailinglist" Sent: Saturday, June 05, 2010 12:10 PM Subject: Re: LFS-6.6 - Old bug in bash has returned >>> >>> Can someone confirm? This was an old bug that seems to have returned in >>> LFS-6.6. When you use color escap

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

2010-06-05 Thread Andrew Benton
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.html > > I am using a E7400 double cores CPU, I want set an environment variable with > co

Re: LFS-6.6 - Old bug in bash has returned

2010-06-05 Thread Petersen Liman
On Sat, Jun 5, 2010 at 1:28 AM, Gilles Espinasse wrote: > > - Original Message - > From: "DJ Lucas" > To: "LFS Developers Mailinglist" > Sent: Saturday, June 05, 2010 8:29 AM > Subject: LFS-6.6 - Old bug in bash has returned > > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> C

Re: LFS-6.6 - Old bug in bash has returned

2010-06-05 Thread Gilles Espinasse
- Original Message - From: "DJ Lucas" To: "LFS Developers Mailinglist" Sent: Saturday, June 05, 2010 8:29 AM Subject: LFS-6.6 - Old bug in bash has returned > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Can someone confirm? This was an old bug that seems to have returned in

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

2010-06-05 Thread littlebat
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.html I am using a E7400 double cores CPU, I want set an environment variable with command provided by LFS book as below: set MAKE