Re: [lfs-support] LFS 7.4 / 5.5 GCC Pass 1 Question

2013-11-24 Thread Chris Staub
On 11/24/2013 04:01 PM, Kenan Regez wrote: > Hi, > > It is my first try to build LFS im really excited about the project but > i have got a question about the step GCC 4.8.1. > > I run into the same error many times when i run "make". I followed every > step in the book, i untared the gmp, mpfr and

[lfs-support] LFS 7.4 / 5.5 GCC Pass 1 Question

2013-11-24 Thread Kenan Regez
Hi, It is my first try to build LFS im really excited about the project but i have got a question about the step GCC 4.8.1. I run into the same error many times when i run "make". I followed every step in the book, i untared the gmp, mpfr and mpc into my gcc-4.8.1 dir, as written in the book

[lfs-support] SEARCH_DIR wrong / LFS 7.4 / 6.10. Adjusting the Toolchain / Ubuntu 12.04 LTS

2013-11-24 Thread Ron Hartikka
Hi, In Adjusting the Toolchain, I found that the new linker is being used with the WRONG search paths. grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' ... prints nothing (and has no errors) instead of printing... SEARCH_DIR("/usr/lib") SEARCH_DIR("/lib"); I found that my backup from the end

Re: [lfs-support] Ethernet Card Not Found

2013-11-24 Thread Pierre Labastie
Le 24/11/2013 19:24, David Kredba a écrit : > Do you have pciutils installed? > If not install it (you can use liveCD or what you used to do first > installation and chroot inside your current system or download it and > copy in if you have USB storage working etc.). > Then start in single mode and

Re: [lfs-support] Ethernet Card Not Found

2013-11-24 Thread David Kredba
Do you have pciutils installed? If not install it (you can use liveCD or what you used to do first installation and chroot inside your current system or download it and copy in if you have USB storage working etc.). Then start in single mode and post output of lspci -v. David 2013/11/24 Alan Feue

Re: [lfs-support] Ethernet Card Not Found

2013-11-24 Thread Alan Feuerbacher
On 11/24/2013 10:33 AM, Bruce Dubbs wrote: > Alan Feuerbacher wrote: >> On 11/24/2013 12:19 AM, Bruce Dubbs wrote: Per Ken's suggestion, I added the ethernet driver for my Realtek ethernet device, recompiled the kernel, reinstalled systemd/udev from scratch. Still no luck. When linux starts, I

Re: [lfs-support] Ethernet Card Not Found

2013-11-24 Thread Alan Feuerbacher
On 11/24/2013 10:48 AM, Ken Moffat wrote: > I think Alan needs the r8169, this is what I use : > > CONFIG_NET_VENDOR_REALTEK=y > and > CONFIG_R8169=m (actually 'y' would be better, i.e. faster to come > up) Ok, I set that and recompiled the kernel. No luck; the eth0 interface will not come up

Re: [lfs-support] make error / nptl/tst-cond25 / LFS 7.4 / 6.9. Glibc-2.18 / Ubuntu 12.04 LTS

2013-11-24 Thread Ron Hartikka
> A subshell, including any executing program, cannot affect a parent > shell. That's part of the Unix design. > Yikes. Sorry. I should know that. I DO know that. Thank you for your patience there. I just looked through ch 5. No vars are set - except at the beginning of command lines. All that l

Re: [lfs-support] make error / nptl/tst-cond25 / LFS 7.4 / 6.9. Glibc-2.18 / Ubuntu 12.04 LTS

2013-11-24 Thread Bruce Dubbs
Ron Hartikka wrote: > Thanks Bruce but just to be 200% clear... see below > >> Is it necessary to log out of user lfs between packages* in chapter 5*? >> >> Not exactly, but you need to be root to use chroot. You would need to >> su to root from the lfs user. >> > >>> I still wonder about thi

Re: [lfs-support] Ethernet Card Not Found

2013-11-24 Thread Ken Moffat
On Sun, Nov 24, 2013 at 09:33:54AM -0600, Bruce Dubbs wrote: > Alan Feuerbacher wrote: > > On 11/24/2013 12:19 AM, Bruce Dubbs wrote: > >> Alan Feuerbacher wrote: > >>> Can anyone clue me in? > >> > >> It sounds like you don't have the right ethernet driver built. We > >> recommend building it int

Re: [lfs-support] make error / nptl/tst-cond25 / LFS 7.4 / 6.9. Glibc-2.18 / Ubuntu 12.04 LTS

2013-11-24 Thread Ron Hartikka
Thanks Bruce but just to be 200% clear... see below > Is it necessary to log out of user lfs between packages* in chapter 5*? > > Not exactly, but you need to be root to use chroot. You would need to > su to root from the lfs user. > > >> > > I still wonder about this. > > If you don't log out,

Re: [lfs-support] Ethernet Card Not Found

2013-11-24 Thread Bruce Dubbs
Alan Feuerbacher wrote: > On 11/24/2013 12:19 AM, Bruce Dubbs wrote: >> Alan Feuerbacher wrote: >>> Can anyone clue me in? >> >> It sounds like you don't have the right ethernet driver built. We >> recommend building it into the kernel. > > Ok, then I must have missed something when building the s

Re: [lfs-support] Error: invalid file name When Booting For theFirstTime

2013-11-24 Thread Bruce Dubbs
Alan Feuerbacher wrote: > >> I don't think GRUB has >> any way to tell what drive it boots from relative to the rest of the >> system, so it assumes that the drive with the boot track is hd0. > > Interesting. I would consider that a bug, though. Remember that GRUB is designed to work with a lot o

Re: [lfs-support] make error / nptl/tst-cond25 / LFS 7.4 / 6.9. Glibc-2.18 / Ubuntu 12.04 LTS

2013-11-24 Thread Bruce Dubbs
Ron Hartikka wrote: > Update... > I asked... > > Can I ignore the error [in my previous message] from make-ing glibc in >> section 6.9? >> > > I emptied the build directory and tried again. > This time, I only got errors mentioned in the book. > So I the question is purely academic now. > > > Is

Re: [lfs-support] Ethernet Card Not Found

2013-11-24 Thread Alan Feuerbacher
On 11/24/2013 12:19 AM, Bruce Dubbs wrote: > Alan Feuerbacher wrote: >> Can anyone clue me in? > > It sounds like you don't have the right ethernet driver built. We > recommend building it into the kernel. Ok, then I must have missed something when building the system. What do I look for in the

Re: [lfs-support] Error: invalid file name When Booting For theFirstTime

2013-11-24 Thread Alan Feuerbacher
On 11/24/2013 12:07 AM, Bruce Dubbs wrote: > Alan Feuerbacher wrote: >> Well I finally found the problem why linux would not boot: for some >> reason grub is assigning (hd0) to /dev/sdb. > > I suspect that's because you installed GRUB on /dev/sdb. IIRC, you did > grub-install /dev/sdb, so I'd thin

Re: [lfs-support] make error / nptl/tst-cond25 / LFS 7.4 / 6.9. Glibc-2.18 / Ubuntu 12.04 LTS

2013-11-24 Thread Ron Hartikka
Update... I asked... Can I ignore the error [in my previous message] from make-ing glibc in > section 6.9? > I emptied the build directory and tried again. This time, I only got errors mentioned in the book. So I the question is purely academic now. Is it necessary to log out of user lfs betwe

Re: [blfs-support] /dev/fb0 not being created on boot

2013-11-24 Thread Richard Melville
> > On Fri, Nov 22, 2013 at 07:05:14PM +, Richard Melville wrote: > > Ken, I'm using vesafb on a web server with no Xorg, and I just use the > > console. I realise that my kernel was quite old but as I like to check > > every configuration option (often because of new hardware) it takes a > lo