View previous topic :: View next topic |
Author |
Message |
solka Apprentice
Joined: 25 Jun 2003 Posts: 287 Location: Torino - ITA
|
Posted: Sun Apr 04, 2004 2:16 pm Post subject: Errore di compilazione binutils nel bootstrap |
|
|
Sto cercando di installare gentoo dallo stage1 su un Pentium 200 MMX con 32mb [non datemi del pazzo ] e ovviamente con distcc, il problema è che la compilazione si blocca sempre con i binutils.
L'errore è il seguente
Code: |
configure: creating ./config.status
config.status: creating .gdbinit
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
creating doc/Makefile
creating po/Makefile.in
creating po/Makefile.in
creating config.h
creating config.h
ltcf-cxx.sh: error: problem compiling test program
checking for objdir... .libs
checking for g++ option to produce PIC... -DPIC
checking if g++ PIC flag -DPIC works... no
checking if g++ static flag works... no
finding the maximum length of command line arguments... (cached) 49153
checking if g++ supports -c -o file.o... (cached) no
checking if we can lock with hard links... yes
checking whether the linker (ld) supports shared libraries...
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse nm output... failed
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
appending configuration tag "CXX" to libtool
checking for a BSD compatible install... (cached) /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for executable suffix... (cached)
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether we can use the new demangler in C++... no
updating cache .././config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
!!! ERROR: sys-devel/binutils-2.14.90.0.7-r4 failed.
!!! Function src_compile, Line 130, Exitcode 2
!!! (no error message)
|
Come vedete la parte saliente dovrebbe essere
Code: |
ltcf-cxx.sh: error: problem compiling test program
|
Ho provato nell'ordine:
- ad abbassare il grado di ottimizzazione delle cflags [prima -02, poi -01, poi -0]
- a rimuovere il settaggio USE in make.conf [l'avevo settato come USE="-*" non volendo nulla di superfluo]
- a riscaricare i pacchetti
ma nessuna di queste cose è servita...
Domando a voi, come posso risolvere questo problema? _________________ "The only reason of the man's sadness
is that he can't stay peacefully in his room."
Blaise Pascal |
|
Back to top |
|
|
shev Bodhisattva
Joined: 03 Feb 2003 Posts: 4084 Location: Italy
|
Posted: Sun Apr 04, 2004 3:05 pm Post subject: Re: Errore di compilazione binutils nel bootstrap |
|
|
solka wrote: | Ho provato nell'ordine:
- ad abbassare il grado di ottimizzazione delle cflags [prima -02, poi -01, poi -0]
|
Nelle cflags non devi mettere -0 (meno zero) ma -O (meno "o grande"). Quindi -O3, -O2, -O1 o -Os.
Controlla di aver scritto giusto. _________________ Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo |
|
Back to top |
|
|
solka Apprentice
Joined: 25 Jun 2003 Posts: 287 Location: Torino - ITA
|
Posted: Sun Apr 04, 2004 3:22 pm Post subject: |
|
|
sì, ovviamente era -O, è stato un errore di battitura nel post _________________ "The only reason of the man's sadness
is that he can't stay peacefully in his room."
Blaise Pascal |
|
Back to top |
|
|
mtto Apprentice
Joined: 11 Jan 2004 Posts: 177 Location: Bassano Del Grappa, Italia
|
Posted: Sun Apr 04, 2004 7:15 pm Post subject: |
|
|
Avevo problemi simili con processore e memoria overcloccati, ma non è il tuo caso, vero? |
|
Back to top |
|
|
solka Apprentice
Joined: 25 Jun 2003 Posts: 287 Location: Torino - ITA
|
Posted: Sun Apr 04, 2004 9:21 pm Post subject: |
|
|
no, tutto default, mi è proprio impossibile da bios overclocckare _________________ "The only reason of the man's sadness
is that he can't stay peacefully in his room."
Blaise Pascal |
|
Back to top |
|
|
solka Apprentice
Joined: 25 Jun 2003 Posts: 287 Location: Torino - ITA
|
Posted: Mon Apr 05, 2004 4:39 pm Post subject: |
|
|
niuno? _________________ "The only reason of the man's sadness
is that he can't stay peacefully in his room."
Blaise Pascal |
|
Back to top |
|
|
shev Bodhisattva
Joined: 03 Feb 2003 Posts: 4084 Location: Italy
|
Posted: Mon Apr 05, 2004 6:11 pm Post subject: |
|
|
Oltre a:
- aggiungere ram
- compilare senza distcc (almeno il bootstrap)
- riprovare rifacendo tutto
- installare da stage2 o stage3 ricompilando poi tutto con emerge -e world
non saprei che dirti. Errori simili li ho trovati su google relativi al gcc, ma non saprei proporti soluzioni (nel senso che non li ho letti molto, magari prova a cercarli tu). _________________ Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo |
|
Back to top |
|
|
|