RE: GCC pass 2

2007-05-29 Thread jordan krohn
great. thanks for the help. > Date: Tue, 29 May 2007 19:59:32 -0700 > From: [EMAIL PROTECTED] > To: lfs-support@linuxfromscratch.org > Subject: Re: GCC pass 2 > > On 5/29/07, jordan krohn wrote: > > > > ok i got that problem fixed. i was just confused

Re: GCC pass 2

2007-05-29 Thread Dan Nicholson
On 5/29/07, jordan krohn <[EMAIL PROTECTED]> wrote: > > ok i got that problem fixed. i was just confused because the code was out of > order. but now i am have compile errors. > > make[1]: *** No rule to make target `../include/ansidecl.h', needed by > `regex.o'. Stop. > make[1]: Leaving directo

RE: GCC pass 2

2007-05-29 Thread jordan krohn
ok i got that problem fixed. i was just confused because the code was out of order. but now i am have compile errors. make[1]: *** No rule to make target `../include/ansidecl.h', needed by `regex.o'. Stop. make[1]: Leaving directory `/LFS/gcc/gcc-4.0.3/build-i686-pc-linux-gnu/libiberty' make:

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Alan Womack
> > Hmm... I wonder if the old - still works? Or maybe the > to stop it (as it does at BIOS time) and to start > it again? Anybody know? > did not work. But I don't think I tried the old control-S, wasn't control Q to start it up again? -- http://linuxfromscratch.org/mailman/listinfo/lfs-suppo

Re: GCC pass 2

2007-05-29 Thread Chris Staub
jordan krohn wrote: > I am on the second pass of gcc(5.11.1, p64) and i am having some problems. > when i enter > > cp -v gcc/Makefile.in{,.orig} && > sed '[EMAIL PROTECTED]/[EMAIL PROTECTED] true@' gcc/Makefile.in.orig > > gcc/Makefile.in > > it tells me no such file or directory. so where do

Re: GCC pass 2

2007-05-29 Thread Colin Kemp
you should be in the gcc-version directory (for LFS 6.2 this would be gcc-4.0.3) On May 29, 2007, at 7:07 PM, jordan krohn wrote: > > I am on the second pass of gcc(5.11.1, p64) and i am having some > problems. when i enter > > cp -v gcc/Makefile.in{,.orig} && > sed '[EMAIL PROTECTED]/[EMAIL

Re: Xog 7.1 Build Error

2007-05-29 Thread Dan Nicholson
On 5/29/07, Ken Moffat <[EMAIL PROTECTED]> wrote: > > Yes, for some parts of modular X the order is critical. The order in > the .wget files is known to work (you can even drop things, like the > applewm parts). When I looked at my copy of the wget for 7.1 libs > last night, libXfont was "somewh

GCC pass 2

2007-05-29 Thread jordan krohn
I am on the second pass of gcc(5.11.1, p64) and i am having some problems. when i enter cp -v gcc/Makefile.in{,.orig} && sed '[EMAIL PROTECTED]/[EMAIL PROTECTED] true@' gcc/Makefile.in.orig > gcc/Makefile.in it tells me no such file or directory. so where do i need to be when i issue that co

Re: 6.9.1 Glibc-2.3.6 problems...

2007-05-29 Thread Dan Nicholson
On 5/29/07, Peter Santimauro <[EMAIL PROTECTED]> wrote: > > First, as I said before, /bin/gcc should not exist. 2nd, it appears that > > /tools/bin/gcc is probably incorrectly linked. What's the output of > > "readelf -l /tools/bin/gcc"? > > as fas as the output goes the interpreter is pointing to

Re: 6.9.1 Glibc-2.3.6 problems...

2007-05-29 Thread Peter Santimauro
> First, as I said before, /bin/gcc should not exist. 2nd, it appears that > /tools/bin/gcc is probably incorrectly linked. What's the output of > "readelf -l /tools/bin/gcc"? as fas as the output goes the interpreter is pointing to /lib/ld-linux.so.2 which I think is wrong and it should point to

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Wit
Ken Moffat wrote: > A: Because it messes up the order in which people normally read > text. > Q: Why is top-posting such a bad thing? > > On Mon, May 28, 2007 at 02:19:11PM -0700, Alan Womack wrote: > >> > Can you go in to the bios and play with the boot order, or tell it > that the IDE drive

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread [EMAIL PROTECTED]
>I have an adaptec 3940 card connected to an IBM drive that I want to >boot too. I can at least get to GRUB if I take the IDE drive off the >system completely. > >If I leave the WD IDE drive on line, I am unable to boot successfully. That's been the way it is as long as I can remember, and I've g

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Tijnema
On 5/29/07, Alan Womack <[EMAIL PROTECTED]> wrote: > > Hmm, this list is already in the mail-archive :) > > > > http://www.mail-archive.com/lfs-support@linuxfromscratch.org/msg07749.html > > > > Apparently not indexed by Google however, a search for > argon client pxe linux lfs > > has no links bac

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Wit
Tijnema wrote: > On 5/29/07, Theodore Heise <[EMAIL PROTECTED]> wrote: > >> On Tue, 29 May 2007, Tijnema wrote: >> >>> On 5/29/07, Alan Womack <[EMAIL PROTECTED]> wrote: >>> Since the boot messages go by so fast, and I cannot get pause, or scroll lock to stop the screen I c

Re: 6.9.1 Glibc-2.3.6 problems...

2007-05-29 Thread Chris Staub
Peter Santimauro wrote: > ls -l /bin/gcc returns > lrwxrwxrwx 1 root root 14 May 29 19:25 /bin/gcc -> /tools/bin/gcc > and > ldd /bin/gcc > /tools/bin/ldd: line 124: /bin/gcc: No such file or directory > > when under /tools/bin I ran 'ls | grep gcc' and got > gcc > gccbug > i686-pc-linux-gnu-gcc >

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Alan Womack
> Hmm, this list is already in the mail-archive :) > > http://www.mail-archive.com/lfs-support@linuxfromscratch.org/msg07749.html > Apparently not indexed by Google however, a search for argon client pxe linux lfs has no links back to LFS. -- http://linuxfromscratch.org/mailman/listinfo/lfs-supp

Re: 6.9.1 Glibc-2.3.6 problems...

2007-05-29 Thread Peter Santimauro
ls -l /bin/gcc returns lrwxrwxrwx 1 root root 14 May 29 19:25 /bin/gcc -> /tools/bin/gcc and ldd /bin/gcc /tools/bin/ldd: line 124: /bin/gcc: No such file or directory when under /tools/bin I ran 'ls | grep gcc' and got gcc gccbug i686-pc-linux-gnu-gcc i686-pc-linux-gnu-gcc-4.0.3 why then does it

Re: [EMAIL PROTECTED]/yaboot

2007-05-29 Thread gerhard . ramsebner
> On 5/29/07, Gerhard Ramsebner <[EMAIL PROTECTED]> wrote: >> I successfully built LFS for ppc and now I have troubles to make it >> boot. >> Please give me a hint how to create a proper bootstrap partition and set >> nvram with powerpc-utils. >> > <> >> >> 4) Openfirmware reports this error: >> >>

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Tijnema
On 5/29/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 5/29/07, Tijnema <[EMAIL PROTECTED]> wrote: > > <> > > > > > > Thanks for the hints and the details on the PXE. To bad the LFS > > > mailing list cannot be google scanned so that particular tidbit would > > > be available on the web. > > >

RE: 6.9.1 Glibc-2.3.6 problems...

2007-05-29 Thread Spahn, Daniel
I missed that you were chroot'ed One thing I would try after reading Dan Nocholson's email is to switch to an alternate console that's not chroot'ed into the new environment and run slocate gcc. Look for anything under /mnt/lfs. Also, try changing your PATH variable to pur the /tools/bin at the

Re: 6.9.1 Glibc-2.3.6 problems...

2007-05-29 Thread Chris Staub
Peter Santimauro wrote: > After mkdir -v ../glibc-build and cd ../glibc-build, I tryed to run > the configure script. I get the following as and output: > ... > the config.log says: > > ... > configure:2631: checking for C compiler version > configure:2634: gcc --version &5 > ../glibc-2.3.6/c

Re: 6.9.1 Glibc-2.3.6 problems...

2007-05-29 Thread Peter Santimauro
the elf file when logged in as root says my interpreter is /lib/ld-linux.so.2 but when i 'su - lfs' its /tools/lib/ld-linux.so.2 is that how it is supposed to be or should i try readjusting the tool chain again? On 5/29/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 5/29/07, Peter Santimauro <[

Re: 6.9.1 Glibc-2.3.6 problems...

2007-05-29 Thread Peter Santimauro
I appreciate the quick response but, > Filesystem. Use the recommended ext3 (for some reason, Reiserfs was > problematic in at least four attempts to build LFS.) I am using ext3 > Host system/configuration. If this is a laptop, try botting from the LFS > liveCD using "linux acpi=off -noapic" I am

Re: 6.9.1 Glibc-2.3.6 problems...

2007-05-29 Thread Dan Nicholson
On 5/29/07, Peter Santimauro <[EMAIL PROTECTED]> wrote: > ... > configure:2631: checking for C compiler version > configure:2634: gcc --version &5 > ../glibc-2.3.6/configure: line 2635: /bin/gcc: No such file or directory > configure:2637: $? =127 This is in the chroot, right? First, I'm not sure

RE: 6.9.1 Glibc-2.3.6 problems...

2007-05-29 Thread Spahn, Daniel
Hi Peter, I had some "weird" problems the first few times I tried to build LFS. Here were some things that should *not* have been problematic, but seemed to contribute: Filesystem. Use the recommended ext3 (for some reason, Reiserfs was problematic in at least four attempts to build LFS.) Host syst

6.9.1 Glibc-2.3.6 problems...

2007-05-29 Thread Peter Santimauro
After mkdir -v ../glibc-build and cd ../glibc-build, I tryed to run the configure script. I get the following as and output: checking for gcc... gcc checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile See 'config.log' for more detai

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Dan Nicholson
On 5/29/07, Tijnema <[EMAIL PROTECTED]> wrote: > <> > > > > Thanks for the hints and the details on the PXE. To bad the LFS > > mailing list cannot be google scanned so that particular tidbit would > > be available on the web. > > Is that true? > > If so, then somebody should add [EMAIL PROTECTED]

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Tijnema
<> > > Thanks for the hints and the details on the PXE. To bad the LFS > mailing list cannot be google scanned so that particular tidbit would > be available on the web. > > Alan Is that true? If so, then somebody should add [EMAIL PROTECTED] to the (B)LFS list. Tijnema -- http://linuxfromscra

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Dan Nicholson
On 5/29/07, Alan Womack <[EMAIL PROTECTED]> wrote: > > Thanks for the hints and the details on the PXE. To bad the LFS > mailing list cannot be google scanned so that particular tidbit would > be available on the web. You can try the custum google search I just made. Sorry about the URL. I don't

Re: Never use another distro, only LFS for me

2007-05-29 Thread Vladimir A. Pavlov
"Dear sir, there is nothing difficult in LFS. It is much harder to understand and fix bugs that creators of easy-to-use distros do." (c) by someone I don't remember -- Nothing but perfection Vladimir A. Pavlov -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfro

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Alan Womack
> > > > PXE or something like that, seems to used for the ability to boot a > > system from over a network, but there is no direct option for it. > > That isn't a boot manager :) It's just for Intel network cards.. I > have a Intel Gbit card too, and it has the same prog. It allows you to > boot a

Re: Never use another distro, only LFS for me

2007-05-29 Thread Chris Whitacre
Hi Peter.. I've used just about every distro of Linux out there and know what your going through, however if you do not have time to compile every single little thing then Debian/Ubuntu is the only way to go but you have to keep in mind that when you install a server based OS all of the unnee

RE: Never use another distro, only LFS for me

2007-05-29 Thread Spahn, Daniel
Hi Peter, If you're looking for a source-based distro with good support and good package management, I recommend Gentoo as an alternate to LFS. Gentoo's Portage package management system is top-notch, combining a single-command-line installation for many packages with a database that includes versi

Never use another distro, only LFS for me

2007-05-29 Thread Peter B. Steiger
I finally put together another PC out of spare parts to use as a server; up to this point my only linux box acted as server, game machine, personal workstation, etc. and it drove my family crazy when I had to reboot because I was experimenting. Now I can experiment on my own computer while the serv

Re: [EMAIL PROTECTED]/yaboot

2007-05-29 Thread Jaqui Greenlees
--- Ken Moffat <[EMAIL PROTECTED]> wrote: > On Tue, May 29, 2007 at 11:21:03AM +0200, Gerhard > Ramsebner wrote: > > > > 2) The hfsutils aren't available right now > (ftp://ftp.mars.org/pub/hfs/) > > so I desided to create a msdosfs on the bootstrap > > partition. Does this work at all? > > >

Re: [EMAIL PROTECTED]/yaboot

2007-05-29 Thread Ken Moffat
On Tue, May 29, 2007 at 11:21:03AM +0200, Gerhard Ramsebner wrote: > > 2) The hfsutils aren't available right now (ftp://ftp.mars.org/pub/hfs/) > so I desided to create a msdosfs on the bootstrap > partition. Does this work at all? > No, it doesn't. I was going to point you to http://cross-lfs.

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Tijnema
On 5/29/07, Theodore Heise <[EMAIL PROTECTED]> wrote: > > > On Tue, 29 May 2007, Tijnema wrote: > > On 5/29/07, Alan Womack <[EMAIL PROTECTED]> wrote: > > >> Since the boot messages go by so fast, and I cannot get pause, or > >> scroll lock to stop the screen I cannot see what happens earlier > >>

Re: [EMAIL PROTECTED]/yaboot

2007-05-29 Thread Tijnema
On 5/29/07, Gerhard Ramsebner <[EMAIL PROTECTED]> wrote: > I successfully built LFS for ppc and now I have troubles to make it boot. > Please give me a hint how to create a proper bootstrap partition and set > nvram with powerpc-utils. > <> > > 4) Openfirmware reports this error: > > 0 > boot hd:2,

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Theodore Heise
On Tue, 29 May 2007, Tijnema wrote: > On 5/29/07, Alan Womack <[EMAIL PROTECTED]> wrote: >> Since the boot messages go by so fast, and I cannot get pause, or >> scroll lock to stop the screen I cannot see what happens earlier >> in the boot. > This is a common problem, I don't think it's poss

Re: need help with first boot no Dell Optiplex G110

2007-05-29 Thread Tijnema
On 5/29/07, Alan Womack <[EMAIL PROTECTED]> wrote: > The default for gmail! I use gmail everyday, and i allways scroll down first :) > > On 5/28/07, Ken Moffat <[EMAIL PROTECTED]> wrote: > > A: Because it messes up the order in which people normally read > > text. > > Q: Why is top-posting such a

[EMAIL PROTECTED]/yaboot

2007-05-29 Thread Gerhard Ramsebner
I successfully built LFS for ppc and now I have troubles to make it boot. Please give me a hint how to create a proper bootstrap partition and set nvram with powerpc-utils. 1) I set up a MAC partition table with a bootstrap partition as described in 'info parted'. root:~# parted -s /dev/hda p Mod