Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fix_libtool_files.sh 3.3.4 non risolve l'errore![RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Scorpionibm
Tux's lil' helper
Tux's lil' helper


Joined: 20 Oct 2004
Posts: 88
Location: Napoli

PostPosted: Mon Apr 04, 2005 11:13 am    Post subject: fix_libtool_files.sh 3.3.4 non risolve l'errore![RISOLTO] Reply with quote

é strano l'errore in questione è il seguente...

Code:
*** Warning: Linking the shared library libxmms-flac.la against the
*** static library ../../src/plugin_common/libplugin_common.a is not portable!

*** Warning: Linking the shared library libxmms-flac.la against the
*** static library ../../src/share/grabbag/libgrabbag.a is not portable!

*** Warning: Linking the shared library libxmms-flac.la against the
*** static library ../../src/share/gain_analysis/libgain_analysis.a is not portable!

*** Warning: Linking the shared library libxmms-flac.la against the
*** static library ../../src/share/utf8/libutf8.a is not portable!
grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la: No such file or directory
sed: can't read /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la: No such file or directory
libtool-disable-static: link: `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la' is not a valid libtool archive
make[3]: *** [libxmms-flac.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/flac-1.1.0-r2/work/flac-1.1.0/src/plugin_xmms'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/flac-1.1.0-r2/work/flac-1.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/flac-1.1.0-r2/work/flac-1.1.0'
make: *** [all] Error 2

!!! ERROR: media-libs/flac-1.1.0-r2 failed.
!!! Function src_compile, Line 49, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


Ho fatto una ricerca sul forum è ho trovato alcuni comandi che dovrebbe risolvere il problema...ma questo nn va lo stesso

ho provato a lanciare

Code:
 fix_libtool_files.sh 3.3.4   


il cui output è il seguente

Code:
* Scanning libtool files for hardcoded gcc library paths...
 *   [1/6] Scanning /lib ...
 *   [2/6] Scanning /usr/lib ...
 *   [3/6] Scanning /opt/blackdown-jdk-1.4.2.01/jre/lib/i386 ...
 *   [4/6] Scanning /usr/kde/3.3/lib ...
 *   [5/6] Scanning /usr/local/lib ...
 *   [6/6] Scanning /usr/qt/3/lib ...


Non linciatemi vi prego....

Ma sto facendo l'emerge -e world e nn vorrei perdere i primi 150 programmi compilati... :?

Grazie


Last edited by Scorpionibm on Mon Apr 04, 2005 2:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4810
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Mon Apr 04, 2005 12:29 pm    Post subject: Re: fix_libtool_files.sh 3.3.4 non risolve l'errore! Reply with quote

Scorpionibm wrote:

grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la: No such file or directory
sed: can't read /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la: No such file or directory
libtool-disable-static: link: `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la' is not a valid libtool archive

Prova a dare:
Code:

ls /usr/lib/gcc/i386-pc-linux-gnu/

e guarda quali sono le tue librerie.
Può darsi che tu debba dare:
Code:

fix_libtool_files 3.3.5

_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Apr 04, 2005 12:54 pm    Post subject: Reply with quote

O forse, se hai cambiato CHOST:

Code:
fix_libtool_files.sh 3.3.5 --oldarch i386-pc-linux-gnu

_________________
Ciao da me!
Back to top
View user's profile Send private message
AlterX
l33t
l33t


Joined: 03 Apr 2004
Posts: 754
Location: rm -rf /*

PostPosted: Mon Apr 04, 2005 12:58 pm    Post subject: Reply with quote

Anche a me dava errore durante la compilazione di samba, e si fermava su libtool.
Ho semplicemente riemerso libtool, e adesso samba è installato!
Back to top
View user's profile Send private message
Scorpionibm
Tux's lil' helper
Tux's lil' helper


Joined: 20 Oct 2004
Posts: 88
Location: Napoli

PostPosted: Mon Apr 04, 2005 2:23 pm    Post subject: Reply with quote

Grazie mille la cosa si è risolta...

ho dato un bel

Code:
fix_libtool_files.sh 3.3.5 --oldarch i386-pc-linux-gnu


ne ha sistemate parecchie e ora sta continuando la compilazione....

Anche se ho visto la versione delle mie gcc che è la 3.3.5

in usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 no in /urc/lib/gcc

vabbè cmq l'importante e che funge

GRAZIE
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4810
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Mon Apr 04, 2005 9:29 pm    Post subject: Re: fix_libtool_files.sh 3.3.4 non risolve l'errore![RISOLTO Reply with quote

Scorpionibm wrote:

Non linciatemi vi prego....

Ma sto facendo l'emerge -e world e nn vorrei perdere i primi 150 programmi compilati... :?

Sono contento che ne sei uscito.
Il fatto è che, probabilmente, su questo problema non c'è affatto da linciare te, ma gli howto, che non sono assolutamente soddisfacenti.
D'altra parte, il bachetto delle fix_libtool è un guasto che ti assale a sorpresa, le prime volte ti spaventa a morte, e dopo un po' impari a domare con l'esperienza, magari senza averne capito bene il meccanismo.

Dato che l'evento si presenta ciclicamente ad ogni nuova versione del compilatore, e considerata la velocità supersonica di aggiornamento di gentoo, sul tema sarebbe assolutamente necessaria una faq. Rinnovo quindi l'invito, a qualcuno che ne sappia più di me, a riprendere quel tentativo che avevo abbozzato, con le mie limitate competenze, più per porre il problema che per realizzare una proposta definitiva.

Secondo me serve spiegare bene la funzione e l'uso di questo programma, tenendo presente che non tutti sono perfettamente consapevoli di quali siano le librerie del proprio compilatore e dove siano collocate.
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum