Re: [lfs-support] 6.17 GCC-4.7.2 error :(

2013-09-01 Thread Ken Moffat
On Sat, Aug 31, 2013 at 06:50:35PM -0700, Pwn Me wrote:
 thanks for the reply.. all were marked as FAIL
 
 my processor is Intel® Core™2 Duo CPU T6400 @ 2.00GHz × 2
 i'm working in Linux Ubuntu 13.04
 i can't find the kernel version. :3
 
 
 And did you have anything listing the details from the tests ?  I'm
not familiar with libitm, but I assume that each test which fails
will create a file showing the expected result and the actual
result.

 The kernel version should be available from 'uname -r' but that
distro is recent enough.  Did you make the /bin/sh link to bash
before you started building LFS ?  If you are using dash as the
shell on the host, it can trigger all sorts of problems.  I'm not
expecting that to cause a problem in chroot, but your problem is
uncommon.

 Core 2 is a perfectly common i686 processor - I wondered if you
were running on something unusual.

ĸen
-- 
das eine Mal als Tragödie, dieses Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] 6.17 GCC-4.7.2 error :(

2013-08-31 Thread Ken Moffat
On Sat, Aug 31, 2013 at 05:21:31PM -0700, Pwn Me wrote:
 now i'm stuck with this kind of errors. when i type make -k check.. it 
 appears:
 
 === libitm Summary ===
 
 # of unexpected failures15
 # of unresolved testcases14
 # of unsupported tests1
 make[4]: *** [check-DEJAGNU] Error 1
 make[4]: Leaving directory 
 `/sources/gcc-build/i686-pc-linux-gnu/libitm/testsuite'
 make[3]: *** [check-am] Error 2
 make[3]: Target `check' not remade because of errors.
 make[3]: Leaving directory 
 `/sources/gcc-build/i686-pc-linux-gnu/libitm/testsuite'
 make[3]: Entering directory `/sources/gcc-build/i686-pc-linux-gnu/libitm'
 true  DO=all multi-do # make
 make[3]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libitm'
 make[2]: *** [check-recursive] Error 1
 make[2]: Target `check' not remade because of errors.
 make[2]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libitm'
 make[1]: *** [check-target-libitm] Error 2
 make[1]: Target `check-target' not remade because of errors.
 make[1]: Leaving directory `/sources/gcc-build'
 make: *** [do-check] Error 2
 make: Target `check' not remade because of errors.
 
 
 
 
 i'm afraid to proceed to next step because of this.. can you help me guys 
 please? :(
 thanks by the way.

 Did you log it ?  If so, which tests were marked as FAIL ?

 If you didn't, it is possible there might have been other failures
in other directories.  But assuming these libitm failures are the
only problem - is there anything in gcc-4.7.2/libitm/testsuite which
records what failed ?  You might do better looking from the host
system, where you will have 'less' or 'view'.

 Errors in libitm seem to be uncommon.  What is your processor, your
host distro, and your kernel version ?

 I've had a look at google - your results look surprisingly close to
http://gcc.gnu.org/ml/gcc-bugs/2013-06/msg00695.html which was on
OSX not linux.

ĸen
-- 
das eine Mal als Tragödie, dieses Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] 6.17 GCC-4.7.2 error :(

2013-08-31 Thread Pwn Me
thanks for the reply.. all were marked as FAIL

my processor is Intel® Core™2 Duo CPU T6400 @ 2.00GHz × 2
i'm working in Linux Ubuntu 13.04
i can't find the kernel version. :3



 From: Ken Moffat zarniwh...@ntlworld.com
To: Pwn Me pwn_m...@yahoo.com; LFS Support List 
lfs-support@linuxfromscratch.org 
Sent: Sunday, September 1, 2013 9:25 AM
Subject: Re: [lfs-support] 6.17 GCC-4.7.2 error :(
 

On Sat, Aug 31, 2013 at 05:21:31PM -0700, Pwn Me wrote:
 now i'm stuck with this kind of errors. when i type make -k check.. it 
 appears:
 
 === libitm Summary ===
 
 # of unexpected failures15
 # of unresolved testcases14
 # of unsupported tests1
 make[4]: *** [check-DEJAGNU] Error 1
 make[4]: Leaving directory 
 `/sources/gcc-build/i686-pc-linux-gnu/libitm/testsuite'
 make[3]: *** [check-am] Error 2
 make[3]: Target `check' not remade because of errors.
 make[3]: Leaving directory 
 `/sources/gcc-build/i686-pc-linux-gnu/libitm/testsuite'
 make[3]: Entering directory `/sources/gcc-build/i686-pc-linux-gnu/libitm'
 true  DO=all multi-do # make
 make[3]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libitm'
 make[2]: *** [check-recursive] Error 1
 make[2]: Target `check' not remade because of errors.
 make[2]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libitm'
 make[1]: *** [check-target-libitm] Error 2
 make[1]: Target `check-target' not remade because of errors.
 make[1]: Leaving directory `/sources/gcc-build'
 make: *** [do-check] Error 2
 make: Target `check' not remade because of errors.
 
 
 
 
 i'm afraid to proceed to next step because of this.. can you help me guys 
 please? :(
 thanks by the way.

Did you log it ?  If so, which tests were marked as FAIL ?

If you didn't, it is possible there might have been other failures
in other directories.  But assuming these libitm failures are the
only problem - is there anything in gcc-4.7.2/libitm/testsuite which
records what failed ?  You might do better looking from the host
system, where you will have 'less' or 'view'.

Errors in libitm seem to be uncommon.  What is your processor, your
host distro, and your kernel version ?

I've had a look at google - your results look surprisingly close to
http://gcc.gnu.org/ml/gcc-bugs/2013-06/msg00695.html which was on
OSX not linux.

ĸen
-- 
das eine Mal als Tragödie, dieses Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page