[lfs-support] How to upgrade a single package?

2013-01-03 Thread JIA Pei
Hi, all: sorry for my naive question again. I now noticed coreutils has been upgraded from 8.19 to 8.20 . I'd love to upgrade it without rebuilding everything from scratch, but just this single package. I can always chroot into the environment required by chapter 6, but how can I re-enter

Re: [lfs-support] How to upgrade a single package?

2013-01-03 Thread Chris Staub
On 01/03/2013 04:13 AM, JIA Pei wrote: Hi, all: sorry for my naive question again. I now noticed coreutils has been upgraded from 8.19 to 8.20 . I'd love to upgrade it without rebuilding everything from scratch, but just this single package. I can always chroot into the environment

Re: [lfs-support] How to upgrade a single package?

2013-01-03 Thread JIA Pei
Hi, Chris: I understand now.. The reason why I'm asking this question is because yesterday I was preparing the tools in Chapter 5 using coreutils-8.19, but today, the SVN manual has already been changed to coreutils-8.20 , however, I still haven't finished chapter 6 yet... But, I guess I got

[lfs-support] Step 5.7 -- ld: cannot find crt1.o

2013-01-03 Thread Chris J. Breisch
This is most likely an FAQ, and I apologize for that. But the mail archives seem to be having issues. Using webcache and search engines, I've been able to find where some people have asked about this or something similar, but I haven't been able to find the answers. Anyway, after doing the

Re: [lfs-support] Step 5.7 -- ld: cannot find crt1.o

2013-01-03 Thread Baho Utot
Chris J. Breisch wrote: [putolin] So, clearly the problem is that ld isn't looking for crt1.o where it resides. Obviously, I've done something wrong on a preceding step, but I'm unable to find it. But I don't know which step is wrong. Did make install of glibc install it in the wrong

Re: [lfs-support] Step 5.7 -- ld: cannot find crt1.o

2013-01-03 Thread Chris J. Breisch
On 1/3/2013 8:44 AM, Baho Utot wrote: Check the tools symlink ls -l /tools should output something like this: tools - /mnt/lfs/tools/ It does. -- Chris J. Breischhttp://www.sports-gazer.com -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

Re: [lfs-support] Step 5.7 -- ld: cannot find crt1.o

2013-01-03 Thread Baho Utot
Chris J. Breisch wrote: On 1/3/2013 8:44 AM, Baho Utot wrote: Check the tools symlink ls -l /tools should output something like this: tools - /mnt/lfs/tools/ It does. crt1.o is part of the glibc package, you should review the installation of that package. Make sure the environment is

[lfs-support] Issues compiling File 5.10

2013-01-03 Thread Prudhomme, Harold
I have tried compiling File-5.10 and 5.11 and both keep coming up with the same errors: /tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/../../../../x86_64-unknown -linux-gnu/bin/ld: /usr/lib/libz.a(inflate.o): relocation R_x86_64_32S against `zcalloc` could not be used when making a shared

Re: [lfs-support] Step 5.7 -- ld: cannot find crt1.o

2013-01-03 Thread Chris J. Breisch
On 1/3/2013 9:50 AM, Baho Utot wrote: crt1.o is part of the glibc package, you should review the installation of that package. Make sure the environment is correct and that you are the lfs user. Do a set at the bash prompt and have a look at the bash environment, ie PATH LC_ALL LFS LFS_TGT

Re: [lfs-support] Issues compiling File 5.10

2013-01-03 Thread Ken Moffat
On Thu, Jan 03, 2013 at 09:01:18AM -0600, Prudhomme, Harold wrote: I have tried compiling File-5.10 and 5.11 and both keep coming up with the same errors: /tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/../../../../x86_64-unknown -linux-gnu/bin/ld: /usr/lib/libz.a(inflate.o): relocation

Re: [lfs-support] How to upgrade a single package?

2013-01-03 Thread Bruce Dubbs
JIA Pei wrote: Hi, all: sorry for my naive question again. I now noticed coreutils has been upgraded from 8.19 to 8.20 . I'd love to upgrade it without rebuilding everything from scratch, but just this single package. I can always chroot into the environment required by chapter 6, but how