[lfs-support] GCC error

2013-09-07 Thread Rob Chua
I'm having trouble with gcc can help me these are the errors
Running /sources/gcc-4.7.2/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp 
...
FAIL: 22_locale/time_get/get_weekday/char/38081-1.cc execution test
FAIL: 22_locale/time_get/get_weekday/char/38081-2.cc execution test

ERROR: tcl error sourcing 
/sources/gcc-4.7.2/libmudflap/testsuite/libmudflap.cth/cthfrags.exp.
ERROR: couldn't compile regular expression pattern: out of memory

make[1]: Leaving directory `/sources/gcc-build'
make: *** [do-check] Error 2
make: Target `check' not remade because of errors.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] GCC error

2013-09-07 Thread Bruce Dubbs
Rob Chua wrote:
 I'm having trouble with gcc can help me these are the errors
 Running 
 /sources/gcc-4.7.2/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp ...
 FAIL: 22_locale/time_get/get_weekday/char/38081-1.cc execution test
 FAIL: 22_locale/time_get/get_weekday/char/38081-2.cc execution test

 ERROR: tcl error sourcing 
 /sources/gcc-4.7.2/libmudflap/testsuite/libmudflap.cth/cthfrags.exp.
 ERROR: couldn't compile regular expression pattern: out of memory

Those pop up once in a while.  You can safely ignore them.

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


[lfs-support] gcc error

2013-09-07 Thread Rob Chua
I'm having problems with gcc can you help me with this error?
true  DO=all multi-do # make
make[3]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libitm'
make[2]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libitm'
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.

what does this mean?-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] gcc error

2013-09-07 Thread Ken Moffat
On Sun, Sep 08, 2013 at 09:48:53AM +0800, Rob Chua wrote:
 I'm having problems with gcc can you help me with this error?
 true  DO=all multi-do # make
 make[3]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libitm'
 make[2]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libitm'
 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.
 
 what does this mean?

 It means there was at least one error in the gcc testsuite.  Libitm
was the last subdirectory in which check ran, but the error(s) could
be in any of the subdirectories.

 But you have already reported the errors and got a response from
Bruce.  What is your problem ?  Is it the wording Target 'check'not
remade because of errors.?  That's just how the gcc testsuite works
: the Makefiles list targets for check (e.g. do-check) and in normal
'make' style they have to be updated if any dependency changed.  But
this doesn't happen if you had an error (if it did, I guess that
'make check' would loop for ever).

ĸ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


[lfs-support] GCC Error

2012-03-20 Thread siefke_lis...@web.de
Hello, 

i try with LFS 7.1 to build my own Linux, ok at Moment in VMWARE but when it
run good i want it use directly. 

I use the Handbook, at Moment i has compile errors in GCC, i has before too
one error message but i could fix it. But with this error, i not find the way
to fix. Can someone help me?


Checking multilib configuration for libgcc...
mkdir -p -- i686-lfs-linux-gnu/libgcc
Configuring in i686-lfs-linux-gnu/libgcc
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-lfs-linux-gnu
checking for i686-lfs-linux-gnu-ar... i686-lfs-linux-gnu-ar
checking for i686-lfs-linux-gnu-lipo... i686-lfs-linux-gnu-lipo
checking for i686-lfs-linux-gnu-nm... /mnt/lfs/sources/gcc-build/./gcc/nm
checking for i686-lfs-linux-gnu-ranlib... i686-lfs-linux-gnu-ranlib
checking for i686-lfs-linux-gnu-strip... i686-lfs-linux-gnu-strip
checking whether ln -s works... yes
checking for i686-lfs-linux-gnu-gcc... /mnt/lfs/sources/gcc-build/./gcc/xgcc
-B/mnt/lfs/sources/gcc-build/./gcc/ -B/tools/i686-lfs-linux-gnu/bin/
-B/tools/i686-lfs-linux-gnu/lib/ -isystem /tools/i686-lfs-linux-gnu/include
-isystem /tools/i686-lfs-linux-gnu/sys-include checking for suffix of object
files... configure: error: in
`/mnt/lfs/sources/gcc-build/i686-lfs-linux-gnu/libgcc': configure: error:
cannot compute suffix of object files: cannot compile See `config.log' for
more details. make[1]: *** [configure-target-libgcc] Error 1 make[1]: Leaving
directory `/mnt/lfs/sources/gcc-build' make: *** [all] Error 2

Im not sure, the config.log is sure big for write here in the list. When have
question, ask. 

Thank u. 

Regards
Silvio
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] GCC Error

2012-03-20 Thread Andrew Benton
On Tue, 20 Mar 2012 17:55:27 +
siefke_lis...@web.de siefke_lis...@web.de wrote:

 Hello, 
 
 i try with LFS 7.1 to build my own Linux, ok at Moment in VMWARE but when it
 run good i want it use directly. 
 
 I use the Handbook, at Moment i has compile errors in GCC, i has before too
 one error message but i could fix it. But with this error, i not find the way
 to fix. Can someone help me?

 checking for i686-lfs-linux-gnu-gcc... /mnt/lfs/sources/gcc-build/./gcc/xgcc
 -B/mnt/lfs/sources/gcc-build/./gcc/ -B/tools/i686-lfs-linux-gnu/bin/
 -B/tools/i686-lfs-linux-gnu/lib/ -isystem /tools/i686-lfs-linux-gnu/include
 -isystem /tools/i686-lfs-linux-gnu/sys-include checking for suffix of object
 files... configure: error: in
 `/mnt/lfs/sources/gcc-build/i686-lfs-linux-gnu/libgcc': configure: error:
 cannot compute suffix of object files: cannot compile See `config.log' for
 more details. make[1]: *** [configure-target-libgcc] Error 1 make[1]: Leaving
 directory `/mnt/lfs/sources/gcc-build' make: *** [all] Error 2
 
 Im not sure, the config.log is sure big for write here in the list. When have
 question, ask. 

The config log that you want is
/mnt/lfs/sources/gcc-build/i686-lfs-linux-gnu/libgcc/config.log
Open it in a text editor and search for the string
'cannot compute suffix of object files'

What was the other error that you fixed?

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] GCC Error

2012-03-20 Thread siefke_lis...@web.de
Hello,

On Tue, 20 Mar 2012 18:21:56 + Andrew Benton wrote:
 The config log that you want is
 /mnt/lfs/sources/gcc-build/i686-lfs-linux-gnu/libgcc/config.log
 Open it in a text editor and search for the string
 'cannot compute suffix of object files'

ok, yes i have search in other folder. But really i not know what should read
in the messages there. 

http://nopaste.info/56d5e47c92.html

 
 What was the other error that you fixed?

I has compile error in preproccesses or so was message. Its a few weeks ago,
because has error in first process so i think i give up. But now i think im
ever angry for the distributionen, and when i make my own linux i can be
angry with me. :) I fix the error that i delete the folder gcc-build and then
make new and it run now to this error what i write. But now im think, i really
must be coder for understand the error messages, because from the config log
i really not found the mistake or im blind. 


Regards
Silvio
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] GCC Error

2012-03-20 Thread Andrew Benton
On Tue, 20 Mar 2012 19:40:26 +
siefke_lis...@web.de siefke_lis...@web.de wrote:

 ok, yes i have search in other folder. But really i not know what should read
 in the messages there. 
 
 http://nopaste.info/56d5e47c92.html
 

This looks like the wrong file. This is
/mnt/lfs/sources/gcc-build/config.log
As I told you before, you need to look at
/mnt/lfs/sources/gcc-build/i686-lfs-linux-gnu/libgcc/config.log

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] GCC Error

2012-03-20 Thread siefke_lis...@web.de
On Wed, 21 Mar 2012 00:29:55 + Andrew Benton wrote:
 This looks like the wrong file. This is
 /mnt/lfs/sources/gcc-build/config.log
 As I told you before, you need to look at
 /mnt/lfs/sources/gcc-build/i686-lfs-linux-gnu/libgcc/config.log

No its really the file which u say. But i has fix it, the binutils was not
correct, i found in internet and now its running. Im now at Part III,
Building the LFS System. 


Thank u for help.


Silvio 
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page