Re: [lfs-support] Help with GCC Compile Pass 1 errors

2012-08-12 Thread Bruce Dubbs
William Harrington wrote: > > On Aug 12, 2012, at 15:37 PM, Keiran wrote: > >> --build=i686-pc-linux-gnu >> --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu > > > What happened to your LFS_TGT variable? Are you using the lfs user? > Make sure you are the lfs user and your environment is set up r

Re: [lfs-support] live cd

2012-08-12 Thread William Harrington
On Aug 12, 2012, at 17:53 PM, Robert Cox wrote: > ok , > there's a big red notice on the live cd page don't use on > 7.0 I see the script and my distro seems to need many > changes... could someone be kinnd enough to give me a hint as to > what live cd might work? thanks in advan

Re: [lfs-support] live cd

2012-08-12 Thread Robert Cox
thanks From: Tiago Barros To: LFS Support List Sent: Sunday, August 12, 2012 7:06 PM Subject: Re: [lfs-support] live cd I built LFS 7.0 using the Gentoo Live DVD (version 12, if I remember well). No problems. -- 智亞護 計算機工學之學生 -- http://linuxfromscratc

Re: [lfs-support] live cd

2012-08-12 Thread Tiago Barros
I built LFS 7.0 using the Gentoo Live DVD (version 12, if I remember well). No problems. -- 智亞護 計算機工學之學生 -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

[lfs-support] live cd

2012-08-12 Thread Robert Cox
ok ,  there's a big red notice on the live cd page don't use on 7.0 I see the script and my distro seems to need many changes... could someone be kinnd enough to give me a hint as to what live cd might work?  thanks in advance -- http://linuxfromscratch.org/mailman/listinfo/lfs-support

Re: [lfs-support] Help with GCC Compile Pass 1 errors

2012-08-12 Thread Keiran
On 12/08/12 22:14, William Harrington wrote: > On Aug 12, 2012, at 15:37 PM, Keiran wrote: > >> --build=i686-pc-linux-gnu >> --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu > > What happened to your LFS_TGT variable? Are you using the lfs user? > Make sure you are the lfs user and your environm

Re: [lfs-support] Help with GCC Compile Pass 1 errors

2012-08-12 Thread William Harrington
On Aug 12, 2012, at 15:37 PM, Keiran wrote: > --build=i686-pc-linux-gnu > --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu What happened to your LFS_TGT variable? Are you using the lfs user? Make sure you are the lfs user and your environment is set up right. --target should not be your

Re: [lfs-support] Help with GCC Compile Pass 1 errors

2012-08-12 Thread Keiran
On 12/08/12 21:39, Bruce Dubbs wrote: > Keiran wrote: > >>> That tells me that gcc is not installed or binutils wasn't installed >>> correctly. What is the output of the script in Section iii - Host >>> System Requirements? >> bash, version 4.2.24(1)-release >> Binutils: (GNU Binutils for Ubuntu)

Re: [lfs-support] GCC-4.6.2 on 32 bit Mint13 mpfr error

2012-08-12 Thread Keiran
On 12/08/12 21:36, William Harrington wrote: > On Aug 12, 2012, at 14:27 PM, Richard Melville wrote: > >> >> Just went through this step in linux mint 32bit in vmware and found >> no issues. >> >> That's because it's an intermittent bug. I've just had the same >> problem using Linux Mint Cinnamon

Re: [lfs-support] Help with GCC Compile Pass 1 errors

2012-08-12 Thread Bruce Dubbs
Keiran wrote: >> That tells me that gcc is not installed or binutils wasn't installed >> correctly. What is the output of the script in Section iii - Host >> System Requirements? > bash, version 4.2.24(1)-release > Binutils: (GNU Binutils for Ubuntu) 2.22 > bison (GNU Bison) 2.5 > bzip2, Versio

Re: [lfs-support] Help with GCC Compile Pass 1 errors

2012-08-12 Thread Keiran
On 12/08/12 21:34, William Harrington wrote: > On Aug 12, 2012, at 15:16 PM, Keiran wrote: > >> Hello, I'm not sure if this is the correct place to mail with this, if >> not could you please point me in the right direction? >> >> When trying to compile GCC at Chapter 5.5, I get this error, and no >

Re: [lfs-support] GCC-4.6.2 on 32 bit Mint13 mpfr error

2012-08-12 Thread William Harrington
On Aug 12, 2012, at 14:27 PM, Richard Melville wrote: > > > Just went through this step in linux mint 32bit in vmware and found > no issues. > > That's because it's an intermittent bug. I've just had the same > problem using Linux Mint Cinnamon 64 bit. Sometimes the error > message appears

Re: [lfs-support] Help with GCC Compile Pass 1 errors

2012-08-12 Thread William Harrington
On Aug 12, 2012, at 15:16 PM, Keiran wrote: > Hello, I'm not sure if this is the correct place to mail with this, if > not could you please point me in the right direction? > > When trying to compile GCC at Chapter 5.5, I get this error, and no > amount of Googling has been able to solve it. > >

Re: [lfs-support] Help with GCC Compile Pass 1 errors

2012-08-12 Thread Keiran
On 12/08/12 21:22, Bruce Dubbs wrote: > Keiran wrote: >> Hello, I'm not sure if this is the correct place to mail with this > Yes, this is the right list. > >> When trying to compile GCC at Chapter 5.5, I get this error, and no >> amount of Googling has been able to solve it. >> >> configure: error

Re: [lfs-support] Help with GCC Compile Pass 1 errors

2012-08-12 Thread Bruce Dubbs
Keiran wrote: > Hello, I'm not sure if this is the correct place to mail with this Yes, this is the right list. > When trying to compile GCC at Chapter 5.5, I get this error, and no > amount of Googling has been able to solve it. > > configure: error: in `/mnt/lfs/sources/gcc-build/lto-plugin': >

Re: [lfs-support] Help with GCC Compile Pass 1 errors

2012-08-12 Thread Keiran
On 12/08/12 21:16, Keiran wrote: > Hello, I'm not sure if this is the correct place to mail with this, if > not could you please point me in the right direction? > > When trying to compile GCC at Chapter 5.5, I get this error, and no > amount of Googling has been able to solve it. > > configure: er

[lfs-support] Help with GCC Compile Pass 1 errors

2012-08-12 Thread Keiran
Hello, I'm not sure if this is the correct place to mail with this, if not could you please point me in the right direction? When trying to compile GCC at Chapter 5.5, I get this error, and no amount of Googling has been able to solve it. configure: error: in `/mnt/lfs/sources/gcc-build/lto-plu

Re: [lfs-support] Google Chrome disappears after running script to remove $LFS/dev/shm symlink

2012-08-12 Thread Bruce Dubbs
Richard Melville wrote: > Can anybody tell me why the above happens? I'm using Chrome on the host to > follow the book. Chrome won't restart and I'm now using Firefox. I > noticed that the symlink was also removed from the host /dev directory; If LFS is not defined in the environment you used,

[lfs-support] Google Chrome disappears after running script to remove $LFS/dev/shm symlink

2012-08-12 Thread Richard Melville
Can anybody tell me why the above happens? I'm using Chrome on the host to follow the book. Chrome won't restart and I'm now using Firefox. I noticed that the symlink was also removed from the host /dev directory; should that be so? I'm guessing that's why Chrome halted. I thought that the scr

Re: [lfs-support] GCC-4.6.2 on 32 bit Mint13 mpfr error

2012-08-12 Thread Richard Melville
Just went through this step in linux mint 32bit in vmware and found > no issues. That's because it's an intermittent bug. I've just had the same problem using Linux Mint Cinnamon 64 bit. Sometimes the error message appears and sometimes it doesn't. If you look back through the posts in the mai

Re: [lfs-support] GCC-4.7.1-Pass 2 MPC configure fails

2012-08-12 Thread Bruce Dubbs
Whitequill Riclo wrote: > On Thu, Aug 9, 2012 at 4:38 PM, Bruce Dubbs wrote: > >> Whitequill Riclo wrote: >> >>> I've been looking for this for a very long time, I have this problem too! >>> and I've had it for months, and months... I can't figure it out. >> >> Which problem? We need your specifi

Re: [lfs-support] installing packages from chapter 6.7 onwards

2012-08-12 Thread Bruce Dubbs
Moe Derballa wrote: > > Hi guys just a quick question. When installing API headers in 6.7 and > all packages from there on, which user login is best to use. Root on > the host system or lfs user?? (or something else). Everything in Chapter 6 and later needs to be done as root. -- Bruce -- htt

Re: [lfs-support] GCC-4.7.1-Pass 2 MPC configure fails

2012-08-12 Thread William Harrington
On Aug 12, 2012, at 03:01 AM, Whitequill Riclo wrote: > > http://pastebin.com/hsgiNcvB > and please don't criticize what I'm doing. I've gotten a lot of that. > > my initial command is: > $LFS_TGT= x86_64-w64-mingw32-gcc > CC="$LFS_TGT -B/tools/lib/" AR=/w-environment/bin/$LFS_TGT-ar > RANLIB=/

[lfs-support] installing packages from chapter 6.7 onwards

2012-08-12 Thread Moe Derballa
Hi guys just a quick question. When installing API headers in 6.7 and all packages from there on, which user login is best to use. Root on the host system or lfs user?? (or something else). Thanks -- http://linuxfromscratch.org/mailman/listinfo/lfs-su

Re: [lfs-support] GCC-4.7.1-Pass 2 MPC configure fails

2012-08-12 Thread Whitequill Riclo
On Sun, Aug 12, 2012 at 3:27 AM, Whitequill Riclo wrote: > On Sun, Aug 12, 2012 at 3:11 AM, Whitequill Riclo > wrote: > >> On Thu, Aug 9, 2012 at 4:38 PM, Bruce Dubbs wrote: >> >>> Whitequill Riclo wrote: >>> >>> > I've been looking for this for a very long time, I have this problem >>> too! >>>

Re: [lfs-support] GCC-4.7.1-Pass 2 MPC configure fails

2012-08-12 Thread Whitequill Riclo
On Sun, Aug 12, 2012 at 3:11 AM, Whitequill Riclo wrote: > On Thu, Aug 9, 2012 at 4:38 PM, Bruce Dubbs wrote: > >> Whitequill Riclo wrote: >> >> > I've been looking for this for a very long time, I have this problem >> too! >> > and I've had it for months, and months... I can't figure it out. >>

Re: [lfs-support] GCC-4.7.1-Pass 2 MPC configure fails

2012-08-12 Thread Whitequill Riclo
On Thu, Aug 9, 2012 at 4:38 PM, Bruce Dubbs wrote: > Whitequill Riclo wrote: > > > I've been looking for this for a very long time, I have this problem too! > > and I've had it for months, and months... I can't figure it out. > > Which problem? We need your specific details in order to help. Al