Re: [Clfs-support] is it possible to build target OS in kernel 2.4 and glibc 2.3 in CLFS?

2011-03-28 Thread Fred Liu
Andrew and Code Monkey, Thank you very much. The reason why we still stick to CentOS3.9 is the some legacy software running on it are still needed by our business. And just like what you said, I tried and got no luck today. I also found a HINT -- http://www.linuxfromscratch.org/hints/download

[Clfs-support] xorg 7 script problem

2011-03-28 Thread Randolph D Dach
Hi I am trying to rebuild CFLS and I have run into a problem with the script for helping build the xorg7 proto section of the CBLFS when I run the script top=$PWD cat ../Proto-20101205.wget | while read package; do packagedir=$(sed -e "s/\.tar\.bz2//" <<< $package);cd $top || break;

Re: [Clfs-support] xorg 7 script problem

2011-03-28 Thread Grail Dane
Well the grep error is due to you not having the complete script, ie the following line: echo "$packagedir" >> done || break Is what populates the done file, bad name in my opinion as it is confusing, however, have you also performed the priorstep of: wget -B http://xorg.freedesktop.org/releases

Re: [Clfs-support] xorg 7 script problem

2011-03-28 Thread Randolph D Dach
that part of "done" not being a file isn't the problem. this was all done under a previous build of CLFS that I did. the problem is that tar will not open any of the packages supplied by Proto-20101205.wget, if I use the script and yes I've successfully downloaded all the packages in the above

Re: [Clfs-support] xorg 7 script problem

2011-03-28 Thread Grail Dane
Well adding the "\r" won't help as then tar will more than likely not recognise the file type. So when opening the downloaded Proto-20101205.wget in vim it reports that it is a dosfile. Also if you put something like the following around the package variable: echo "|$package|" You will see tha