Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-23 Thread Pierre Labastie
Le 22/10/2013 23:31, Viola Zoltán a écrit : lfs@Csiszilla ~ $ cat .bashrc set +h umask 022 LFS=/Mount/Simplicity LC_ALL=POSIX LFS_TGT=$(uname -m)-pc-linux-gnu Should be : |LFS_TGT=$(uname -m)-lfs-linux-gnu See section 4.4 and 5.2 for why. | PATH=/tools/bin:/bin:/usr/bin export LFS

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-23 Thread akhiezer
Date: Tue, 22 Oct 2013 19:41:24 -0400 From: Viola Zoltán violaz...@gmail.com To: LFS Support List lfs-support@linuxfromscratch.org Subject: Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1 Excuse me, I am very newbie and very idiotic... I tryed it:

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-23 Thread akhiezer
Date: Wed, 23 Oct 2013 10:01:40 +0100 From: (akhiezer) To: LFS Support List lfs-support@linuxfromscratch.org Subject: Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1 Date: Tue, 22 Oct 2013 19:41:24 -0400 From: Viola Zoltán violaz...@gmail.com To: LFS Support

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-23 Thread Viola Zoltán
Sorry, nothing change. I was deleted all GCC source, begin from first the 5.5 chapter (compiling of GCC), with this command (after the configure): CFLAGS=-fno-exceptions -fno-rtti make but it write me this error message: /bin/sh ../../gcc-4.8.1/gcc/../move-if-change tmp-latencytab.c

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-23 Thread Viola Zoltán
The full printenv output: TERM=xterm OLDPWD=/Mount/Simplicity/sources/gcc-build LC_ALL=POSIX

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-23 Thread Viola Zoltán
@akhiezer: I tryed: CFLAGS=-O2 -g make but no changed: -Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c /bin/sh ../../gcc-4.8.1/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c /bin/sh ../../gcc-4.8.1/gcc/../move-if-change tmp-dfatab.c insn-dfatab.c /bin/sh

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-23 Thread Ken Moffat
On Wed, Oct 23, 2013 at 05:49:27PM -0400, Viola Zoltán wrote: @akhiezer: I tryed: CFLAGS=-O2 -g make but no changed: My final suggestion is : try a different host distro. The recent google matches for this were almost all for people updating packages on gentoo, which is why I

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-23 Thread Viola Zoltán
Dear Ken, I am sure that this is no memory problem. I have absolutely full totally new memory chipset in my laptop, and all programs work very good, both in my Sabayon (because I use not Gentoo, but Sabayon) and my old Ubuntu 11.10 distro in an other partition. Okay, I try the LFS with any other

[lfs-support] Glibc-2.18 Test Suite Failed

2013-10-23 Thread Dan McGhee
In fact, I don't think it conducted any tests. The commands I use in the glibc-build directory come right out of the book make -k check 21 | tee glibc-check-log grep Error glibc-check-log I do call them from a function defined in a build.conf file called check_commands, but that shouldn't

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-23 Thread Ken Moffat
On Wed, Oct 23, 2013 at 07:14:15PM -0400, Viola Zoltán wrote: Dear Ken, I am sure that this is no memory problem. I have absolutely full totally new memory chipset in my laptop, and all programs work very good, both in my Sabayon (because I use not Gentoo, but Sabayon) and my old Ubuntu 11.10

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-23 Thread Viola Zoltán
Dear Ken, I need the new distro from you suggestion ONLY, JUST for the building of LFS, no for other works/jobs! No problem, if it not have wifi-possibility or others. I saved the full LFS and BLFS books to my new-used partition, I will work from its. And I was downloaded all needed packages, of

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-23 Thread Ken Moffat
On Wed, Oct 23, 2013 at 09:00:36PM -0400, Viola Zoltán wrote: Dear Ken, I need the new distro from you suggestion ONLY, JUST for the building of LFS, no for other works/jobs! No problem, if it not have wifi-possibility or others. I saved the full LFS and BLFS books to my new-used partition, I

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-23 Thread Viola Zoltán
Okay, thanks. 2013/10/23 Ken Moffat zarniwh...@ntlworld.com On Wed, Oct 23, 2013 at 09:00:36PM -0400, Viola Zoltán wrote: Dear Ken, I need the new distro from you suggestion ONLY, JUST for the building of LFS, no for other works/jobs! No problem, if it not have wifi-possibility or

Re: [lfs-support] Glibc-2.18 Test Suite Failed

2013-10-23 Thread William Harrington
On Oct 23, 2013, at 6:24 PM, Dan McGhee wrote: make -k check 21 | tee glibc-check-log grep Error glibc-check-log What as the output when running make -k check? Sincerely, William Harrington -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: