[lfs-support] my latest project

2012-01-10 Thread Alain Toussaint
Hello Everyone, Tonight, after having maxed the ram out of my computer (4GB ddr-400, I received my ram from amazon this morning), I set out to install Gentoo in order to build LFS in 64 bit with the clang/LLVM 3.0 compiler system. I will try out Jason's scripts and will likely do 2

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread Andrew Benton
On Tue, 10 Jan 2012 10:03:09 -0700 wrote: > Cool TRick - and I see how that might worked ... but what I found is... > the driver > is name tg3. It is from Broadcom. In the kernel (3.2), make menuconfig Device Drivers ---> [*] Network device support ---> [*] Ethernet driver support ---> [*]

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread Andrew Benton
On Tue, 10 Jan 2012 06:58:10 -0700 wrote: > >> Now I want to make my network card work - it says there isn't an eth0... > > > >That sounds like a kernel config problem. Read what lspci says about > >your ethernet card and when you do make menuconfig compare it to the > >help text for each of the

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Andrew Benton
On Tue, 10 Jan 2012 16:57:03 +0530 Uthayanan wrote: > checking for gawk... no > checking for mawk... mawk Fix this. Glibc does not like mawk. Use gawk. Also, can you please stop top posting and trim your replies to the relevant content? Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread Bruce Dubbs
jasonps...@jegas.com wrote: >>> ...what I found is...the driver is named tg3. It is from Broadcom. >>> They have a Linux Driver - its in *.rpm format, the source code >>> is for a 2.6 kernel (might not work on 3.1, might... I dunno) but >>> rather than fight and fight to figure out how to get thi

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread Matijn Woudt
On Tue, Jan 10, 2012 at 7:22 PM, wrote: > > I was thinking along the same lines. The devices all appear in /dev > except eth0 > Note also, Slackware (my Host) DOES use the card but there isn't a eth0 > in the "dev" > either. Something like an Alias of some sort might be in play? I don't > know.

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread jasonpsage
>>>The tg3 driver is inside the kernel source, you don't need an RPM for that. >> I Saw some Broadcom "drivers" in the Kernel Make Menu config area, and >> that didn't work. >The driver should be called "Broadcom Tigon3 support", or you can set >it manually with CONFIG_TIGON3=y, IIRC. Yes Sir -

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread Matijn Woudt
On Tue, Jan 10, 2012 at 6:36 PM, wrote: >>> ...what I found is...the driver is named tg3. It is from Broadcom. >>> They have a Linux Driver - its in *.rpm format, the source code >>> is for a 2.6 kernel (might not work on 3.1, might... I dunno) but >>> rather than fight and fight to figure out ho

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread jasonpsage
>> ...what I found is...the driver is named tg3. It is from Broadcom. >> They have a Linux Driver - its in *.rpm format, the source code >> is for a 2.6 kernel (might not work on 3.1, might... I dunno) but >> rather than fight and fight to figure out how to get this to work (which >> it might not

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread Matijn Woudt
On Tue, Jan 10, 2012 at 6:03 PM, wrote: >>> I thought there was no way I missed a simple network driver... >> >>For your network card, try: >> >>lspci -k >> >>In the host; this will give you the module used to support your card. If it >>say something like ath5k.ko (or something similar), look in

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread jasonpsage
>> I thought there was no way I missed a simple network driver... > >For your network card, try: > >lspci -k > >In the host; this will give you the module used to support your card. If it >say something like ath5k.ko (or something similar), look in the Makefile of >drivers/net/ (in the kernel sourc

Re: [lfs-support] Final GCC Compile Weirdness - 1 Time? No, 2 nd Time? Perfect!

2012-01-10 Thread Bruce Dubbs
Simon Geard wrote: > On Mon, 2012-01-09 at 08:57 -0700, jasonps...@jegas.com wrote: >> Now, I wouldn't care that much except even running on a DEDICATED 32bit >> Linux (Slackware 13.37) with MAKEFLAGS set to EIGHT to use all CORES... >> it takes a while... So running the procedure twice is time >>

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread Alain Toussaint
> Thank You Andy. I've been reading and trying things all night... Mostly > because I thought I WENT CRAZY selecting options in the kernel... I > though there was no way I missed a simple network driver... > > But I did - I missed a WHOLE category PAGE of them! LOL - So I'm > waiting > for a new k

Re: [lfs-support] LFS, Uthayanan has invited you to open a Gmail account

2012-01-10 Thread William Immendorf
On Jan 10, 2012 5:27 AM, "Uthayanan" wrote: > > I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. You do realize that Gmail is not good for managing mailing lists? (yes, I know it probaly was a finger slip or something - but still...) Sent

Re: [lfs-support] LFS, Uthayanan has invited you to open a Gmail account

2012-01-10 Thread lfs-support . neophyte_rep
Thanks, but No, thanks. I imagine this was issued by accident. In which case, I'll just ignore it. If not, I think you have a something to learn about the appropriateness of posting such things to a mailing list. This type of posting is off topic. That is, no one expects to get such a posting,

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Uthayanan
Thank You all for the support . :) On Tue, Jan 10, 2012 at 6:19 PM, Eleanore Boyd wrote: > On 1/10/2012 5:27 AM, Uthayanan wrote: > > This time I got loads of "no " . I think I should slow little bit down and > do the whole process again.. > > > lfsuthayan@ubuntu:~$ cd /mnt/lfs/Sources/binutils

Re: [blfs-support] firefox build error

2012-01-10 Thread mais lfs
[SOLVED] The error is in the book: .. Required patch: http://www.linuxfromscratch.org/patches/blfs/svn/firefox-9.0.1-libpng-1.5-1.patch .. The book installs libpng-1.5.5 If the patch is omitted the build succeeds. On 1/10/12, Firerat wrote: > On Tue, Jan 10, 2012 at 1:39 PM, mais lfs wrot

Re: [blfs-support] firefox build error

2012-01-10 Thread Firerat
On Tue, Jan 10, 2012 at 1:39 PM, mais lfs wrote: > found this 'higher up': > .. > In file included from /xapps/mozilla-release/modules/libpr0n/decoders >  /nsPNGDecoder.cpp:44:0: > /xapps/mozilla-release/modules/libpr0n/decoders/nsPNGDecoder.h: > In member function ‘bool mozilla::imagelib::nsPNGDe

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread jasonpsage
>> Now I want to make my network card work - it says there isn't an eth0... > >That sounds like a kernel config problem. Read what lspci says about >your ethernet card and when you do make menuconfig compare it to the >help text for each of the ethernet options. > >Andy > I did exactly as you said

Re: [lfs-support] Final GCC Compile Weirdness - 1 Time? No, 2 nd Time? Perfect!

2012-01-10 Thread jasonpsage
>If you wanted to go back to a virtual machine, check EVERY tab on EVERY >page. Oracle VirtualBox hides a critical option on a separate tab of the >"System" page. I only found out about it when some of the ISOs I was >testing wouldn't boot without it checked.. > >Elly > Thank You Elly - I DO Ac

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Eleanore Boyd
On 1/10/2012 5:27 AM, Uthayanan wrote: This time I got loads of "no " . I think I should slow little bit down and do the whole process again.. lfsuthayan@ubuntu:~$ cd /mnt/lfs/Sources/binutils-2.21.1 lfsuthayan@ubuntu:/mnt/lfs/Sources/binutils-2.21.1$ ../binutils-2.21.1/configure \ > --t

Re: [lfs-support] Final GCC Compile Weirdness - 1 Time? No, 2 nd Time? Perfect!

2012-01-10 Thread Eleanore Boyd
On 1/10/2012 6:34 AM, jasonps...@jegas.com wrote: >>> I find that if a make fails first time, but completes (or gets further ) on >>> second run it is due to some race condition where you have multiple jobs >>> and a new job thread is dependent on something that hasn't completed. >>> The simplest w

Re: [lfs-support] Final GCC Compile Weirdness - 1 Time? No, 2 nd Time? Perfect!

2012-01-10 Thread jasonpsage
>> I find that if a make fails first time, but completes (or gets further ) on >> second run it is due to some race condition where you have multiple jobs >> and a new job thread is dependent on something that hasn't completed. >> The simplest way around this is to flag the make with -j1 > >FWIW I'

Re: [lfs-support] Final GCC Compile Weirdness - 1 Time? No, 2 nd Time? Perfect!

2012-01-10 Thread Firerat
On Tue, Jan 10, 2012 at 10:50 AM, Andrew Benton wrote: > On Tue, 10 Jan 2012 09:21:01 + > Firerat wrote: > >> I find that if a make fails first time, but completes (or gets further ) on >> second run it is due to some race condition where you have multiple jobs >> and a new job thread is depe

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread jasonpsage
>> Now I want to make my network card work - it says there isn't an eth0... >That sounds like a kernel config problem. Read what lspci says about >your ethernet card and when you do make menuconfig compare it to the >help text for each of the ethernet options. > >Andy Thank You Andy. I've been re

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Firerat
On Tue, Jan 10, 2012 at 11:27 AM, Uthayanan wrote: > This time I got loads of "no " . I think I should slow little bit down and > do the whole process again.. > > > lfsuthayan@ubuntu:~$ cd /mnt/lfs/Sources/binutils-2.21.1 > lfsuthayan@ubuntu:/mnt/lfs/Sources/binutils-2.21.1$ > ../binutils-2.21.1/c

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Firerat
On Tue, Jan 10, 2012 at 11:21 AM, Uthayanan wrote: > > Hi Firerat, > > I  did that in following way. > > I went to the binutis-2.21 folder first (after unziping ) and then offered > the commands in the book. I think the commands in the book simply get out of > the binutils folder and create binu

[lfs-support] LFS, Uthayanan has invited you to open a Gmail account

2012-01-10 Thread Uthayanan
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. You're Invited to Gmail! Uthayanan has invited you to open a Gmail account. Gmail is Google's free email service, built on the idea that email can be intuitive, efficient, and fun. Gmail

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Uthayanan
This time I got loads of "no " . I think I should slow little bit down and do the whole process again.. lfsuthayan@ubuntu:~$ cd /mnt/lfs/Sources/binutils-2.21.1 lfsuthayan@ubuntu:/mnt/lfs/Sources/binutils-2.21.1$ ../binutils-2.21.1/configure \ > --target=$LFS_TGT --prefix=/tools \ > --dis

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Uthayanan
Hi Firerat, I did that in following way. I went to the binutis-2.21 folder first (after unziping ) and then offered the commands in the book. I think the commands in the book simply get out of the binutils folder and create binutil-build under source directory.. Correct me If I am wrong. On Tu

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread sandip sitapara
yes, you are right. Point to be noted that you have to untar the source then run configure from binutils-build to generate the makefiles. Also source directory and binutils-build are in same directory from the below mentioned command ../binutils-x.y.z/configure \ --target=$LFS_TGT --prefix=/t

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Firerat
Let's have a small time out and think about this make failed as it found no Makefile, this is created by configure. Binutils is a little 'odd' in you build it outside of the source dir in sources you should have the tarball, binutils-x.y.z/ and binutils-build I suspect you have untared binu

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread Andrew Benton
On Tue, 10 Jan 2012 02:20:12 -0700 wrote: > Now I want to make my network card work - it says there isn't an eth0... That sounds like a kernel config problem. Read what lspci says about your ethernet card and when you do make menuconfig compare it to the help text for each of the ethernet option

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread sandip sitapara
yes, "du" is the command to check the disk usage. On Tue, Jan 10, 2012 at 4:15 PM, Firerat wrote: > > On Jan 10, 2012 10:37 AM, "sandip sitapara" wrote: > > > > you are checking your build directory size. You did after build or > before build? And the size mentioned in book is space required in

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread sandip sitapara
Create new directory and untar the binutils source and try to build it as suggested by Firerat. On Tue, Jan 10, 2012 at 4:21 PM, sandip sitapara wrote: > that is why you got this "make: *** No targets specified and no makefile > found. Stop." > > > On Tue, Jan 10, 2012 at 4:16 PM, Uthayanan wro

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Uthayanan
lfsuthayan@ubuntu:/$ du -hcs /mnt/lfs/Sources/binutils-build/ 87M /mnt/lfs/Sources/binutils-build/ 87M total It is 87M. Thanks for the info. But my tools folder lfsuthayan@ubuntu:/$ du -hcs /mnt/lfs/tools/ 4.0K /mnt/lfs/tools/ 4.0K total On Tue, Jan 10, 2012 at 4:15 PM, Firerat wrote: > > On

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread sandip sitapara
that is why you got this "make: *** No targets specified and no makefile found. Stop." On Tue, Jan 10, 2012 at 4:16 PM, Uthayanan wrote: > Hi Sandip, > > I checked my tools folder too... Its empty > > > On Tue, Jan 10, 2012 at 4:06 PM, sandip sitapara wrote: > >> you are checking your build dir

Re: [lfs-support] Final GCC Compile Weirdness - 1 Time? No, 2 nd Time? Perfect!

2012-01-10 Thread Andrew Benton
On Tue, 10 Jan 2012 09:21:01 + Firerat wrote: > I find that if a make fails first time, but completes (or gets further ) on > second run it is due to some race condition where you have multiple jobs > and a new job thread is dependent on something that hasn't completed. > The simplest way aro

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Uthayanan
Hi Sandip, I checked my tools folder too... Its empty On Tue, Jan 10, 2012 at 4:06 PM, sandip sitapara wrote: > you are checking your build directory size. You did after build or before > build? And the size mentioned in book is space required in your system to > install the same. > > > On Tue,

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Uthayanan
Hi Firerat, lfsuthayan@ubuntu:/$ make -j1 make: *** No targets specified and no makefile found. Stop. I also tried in following way lfsuthayan@ubuntu:/$ export MAKEFLAGS='-j 1' lfsuthayan@ubuntu:/$ make -j1 make: *** No targets specified and no makefile found. Stop. But earlier, Since My lapt

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Firerat
On Jan 10, 2012 10:37 AM, "sandip sitapara" wrote: > > you are checking your build directory size. You did after build or before build? And the size mentioned in book is space required in your system to install the same. > > > Ahh, I missed that,, instead of ls -lh use du -hcs -- http://lin

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Firerat
On Jan 10, 2012 10:22 AM, "Uthayanan" wrote: > > Hi Firerat > > Book says the required disk space should be 350 MB. But my binutils-build is only 508K > > lfsuthayan@ubuntu:/mnt/lfs/Sources$ ls -lh binutils-build/ > total 508K > > that means , I am missing something no btw I used ubuntu to cr

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread sandip sitapara
you are checking your build directory size. You did after build or before build? And the size mentioned in book is space required in your system to install the same. On Tue, Jan 10, 2012 at 3:51 PM, Uthayanan wrote: > Hi Firerat > > Book says the required disk space should be 350 MB. But my binu

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Uthayanan
Hi Firerat Book says the required disk space should be 350 MB. But my binutils-build is only 508K lfsuthayan@ubuntu:/mnt/lfs/Sources$ ls -lh binutils-build/ total 508K that means , I am missing something no btw I used ubuntu to create my lfs partition.. is there any thing to do with that ?

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Firerat
On Jan 10, 2012 9:48 AM, "Uthayanan" wrote: > > Hi Sandip, > > I followed the book.. During the compilation i didnt get any errors.. Then during the installation I got the above warning and system > got out of the installation mode soon after the errors. > Do we have different options in compilati

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Uthayanan
Hi Sandip, I followed the book.. During the compilation i didnt get any errors.. Then during the installation I got the above warning and system got out of the installation mode soon after the errors. Do we have different options in compilation ? On Tue, Jan 10, 2012 at 3:13 PM, sandip sitapara w

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread sandip sitapara
There is no error. Just messages that there is nothing to be installed. I am not sure but testsuit shouldn't be install in system it is just to check the correct installation and dependencies to run that software correctly.Also you have to look the compilation options while building the same. On T

[lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-10 Thread Uthayanan
Hi Group, I get following error when I try to install the binutils. I am new to lfs and may be this one may be a silly question to ask:) . Please help me on this make[3]: Entering directory `/mnt/lfs/Sources/binutils-build/libiberty/testsuite' make[3]: Nothing to be done for `install'. make[3]: L

Re: [lfs-support] Final GCC Compile Weirdness - 1 Time? No, 2 nd Time? Perfect!

2012-01-10 Thread Firerat
On Jan 10, 2012 9:03 AM, wrote: > > >>On Mon, 2012-01-09 at 08:57 -0700, jasonps...@jegas.com wrote: > >> Now, I wouldn't care that much except even running on a DEDICATED 32bit > >> Linux (Slackware 13.37) with MAKEFLAGS set to EIGHT to use all CORES... > >> it takes a while... So running the pro

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-10 Thread jasonpsage
>> >> I'll keep hammering, but any ideas are welcome. >> >> --Jason >> > Without knowing which bootscript failed - can you login, or does it >shutdown when you press enter ? It seems you have started userspace >(i.e. init runs the bootscripts), so perhaps try init=/bin/bash and >then step throu

Re: [lfs-support] Final GCC Compile Weirdness - 1 Time? No, 2 nd Time? Perfect!

2012-01-10 Thread jasonpsage
>>On Mon, 2012-01-09 at 08:57 -0700, jasonps...@jegas.com wrote: >> Now, I wouldn't care that much except even running on a DEDICATED 32bit >> Linux (Slackware 13.37) with MAKEFLAGS set to EIGHT to use all CORES... >> it takes a while... So running the procedure twice is time >> consuming.. We're

Re: [lfs-support] LFS - 5.29 - perl-5.14.2 - possible errata

2012-01-10 Thread jasonpsage
>>On Mon, 2012-01-09 at 04:19 -0700, jasonps...@jegas.com wrote: >> But my REAL puzzle is the PERL thing I'm addressing here happens pretty >> early in the big picture, and AFTER a very global chown -R lfs /tools >> and chown -R lfs /sources >If copying a file to /tools/bin gives permission errors