Linux From Scratch - Version 7.0-cross-lfs-20050811-x86_64 ${TARGET} should be ${LFS_TARGET}? Version 7.0-cross-lfs-20050811-x86_64

2005-08-11 Thread Doug Ronne
in Chapter 7. If You Are Going to Boot, I get a -gcc not found error, upon closer inspection I see a ${TARGET} in the make command which I don't believe exists. I changed it to ${LFS_TARGET} and everything seemed happy. -Doug -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://w

Re: SOLVED: uClibc & shadow problem with l64a

2005-08-11 Thread Joshua Murphy
On 8/11/05, Dermot Bradley <[EMAIL PROTECTED]> wrote: > It hit the same problems as a few other people with building uClibc HLFS > Development version - shadow 4.0.11.1 gave problems with login_pam > (innetgr) and then with missing l64a code in uClibc. > I was one of those people ... I'll test it

Re: Cross-LFS 5.9. Glibc-2.3.5 (32 bit build on a 32 bit host)

2005-08-11 Thread Doug Ronne
On 8/11/05, Jim Gifford <[EMAIL PROTECTED]> wrote: > Please give me any details you can so I can help diagnose your issue. > Here are some of the questions that I use to trouble shoot these issues. > > What does LFS_TARGET, LFS_TARGET32, and LFS_HOST show? > What is your host architecture? > What

Re: Cross-LFS 5.9. Glibc-2.3.5 (32 bit build on a 32 bit host)

2005-08-11 Thread Jim Gifford
Please give me any details you can so I can help diagnose your issue. Here are some of the questions that I use to trouble shoot these issues. What does LFS_TARGET, LFS_TARGET32, and LFS_HOST show? What is your host architecture? What is your host distro? Was there any error message with the gcc

Cross-LFS 5.9. Glibc-2.3.5 (32 bit build on a 32 bit host)

2005-08-11 Thread Doug Ronne
Linux From Scratch - Version 7.0-cross-lfs-20050811-x86_64 When configuring Glibc-2.3.5 for the first time , I get an error saying that it couldn't compute the sizeof a long int. The file that it failed was looking for crt1.o wich apparently doesn't appear until after you build

Re: Cross LFS - Pure 64 - Bootloaders [RFC]

2005-08-11 Thread Archaic
On Thu, Aug 11, 2005 at 06:48:20PM +0200, M.Canales.es wrote: > > Then, at least for consistency, I will prefer an homogeneous solution for all > archs. If that implies to build some 32 bits tools to can compile the > bootloaders, go for it. We still can't achieve one bootloader for all arches

Please share your .config with me! (was: Re: System clock hastening)

2005-08-11 Thread Jens Olav Nygaard
My current conclusion is that my clock problem is something more serious than just a drift (the system clock gains a lot, and not constant amounts), maybe involving acpi, timers (hpet++), rtc, interrupts and whatnot, all of which I have just a limited understanding. (Probably not much of an LFS-i

Re: unecessary symlinks or bad scripts?

2005-08-11 Thread Andrew Benton
Jeremy Huntwork wrote: In the chapter 6 build of gcc there are two symlinks made after 'make install': ln -s ../usr/bin/cpp /lib ln -s gcc /usr/bin/cc The LiveCD scripts currently error out because those commands fail. It appears that make install already does this, but again, I haven't looked

Re: Cross LFS - Pure 64 - Bootloaders [RFC]

2005-08-11 Thread M.Canales.es
El Miércoles, 10 de Agosto de 2005 23:18, Jim Gifford escribió: > I've been working on our cross-lfs build methods quite a bit lately, but > have ran into some dead ends when it comes to the bootloaders for all > the architectures we support. None of them will build properly on a Pure > 64 bit syst

Re: unecessary symlinks or bad scripts?

2005-08-11 Thread Jeremy Huntwork
On Thu, Aug 11, 2005 at 11:32:26AM -0500, Randy McMurchy wrote: > Jeremy Huntwork wrote these words on 08/11/05 10:58 CST: > > > Is someone in a position to verify that those symlinks are still > > necessary? > > I believe the commands to create those symlinks are still necessary. > > My build s

Re: unecessary symlinks or bad scripts?

2005-08-11 Thread Randy McMurchy
Jeremy Huntwork wrote these words on 08/11/05 10:58 CST: > Is someone in a position to verify that those symlinks are still > necessary? I believe the commands to create those symlinks are still necessary. My build script uses 'ln -v -s' *not* ln -v -sf, and I log everything. The install.log sho

Re: unecessary symlinks or bad scripts?

2005-08-11 Thread Jeremy Huntwork
On Thu, Aug 11, 2005 at 09:58:02AM -0600, Jeremy Huntwork wrote: > ln -s ../usr/bin/cpp /lib > ln -s gcc /usr/bin/cc > > The LiveCD scripts currently error out because those commands fail. It > appears that make install already does this, but again, I haven't looked Rereading what I said, I can s

unecessary symlinks or bad scripts?

2005-08-11 Thread Jeremy Huntwork
Heya, I've encountered a minor error when testing the latest LiveCD scripts and I'm trying to track down if this is an error in LFS trunk or if it's a problem with our scripts. In the chapter 6 build of gcc there are two symlinks made after 'make install': ln -s ../usr/bin/cpp /lib ln -s gcc /us

Re: Creating logs of builds (was - Re: Addition to Chapter 12)

2005-08-11 Thread Bruce Dubbs
Richard A Downing wrote: > Bruce Dubbs wrote: > > >>Do you mean something like this? :) >> > > > > Horrible! :-) > > Seriously, I'm sure it works for you, but everyone should roll their own > (Here Richard seeks to dominate the world with his own opinion - as > usual :). I see LFS as teach

RE: LFS Bootscripts [SOLVED]

2005-08-11 Thread David Fix
> I believe you are correct, but I'd have to direct this back to Nathan. > If you want to add it for yourself, it's real easy three > lines in killproc: Could you give some line numbers for that patch? :) Sorry, I'm just not QUITE sure where to put them. :) Dave -- http://linuxfroms

Re: LFS Bootscripts [SOLVED]

2005-08-11 Thread Richard A Downing
Matthew Burgess wrote: > Archaic wrote: > >> That just seems silly. Warn was much nicer and still allowed things to >> proceed. > > > Can we not still warn, but just leave the exit status as '0'. The spec > (from the quote given) doesn't appear to forbid output, it just mandates > what the exit

Re: LFS Bootscripts [SOLVED]

2005-08-11 Thread DJ Lucas
Matthew Burgess wrote: > Archaic wrote: > >> That just seems silly. Warn was much nicer and still allowed things to >> proceed. > > > Can we not still warn, but just leave the exit status as '0'. The spec > (from the quote given) doesn't appear to forbid output, it just mandates > what the exit