View previous topic :: View next topic |
Author |
Message |
Disabled Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 09 Jul 2004 Posts: 96
|
Posted: Thu Mar 24, 2005 12:26 am Post subject: [Risolto] Problema con xine-lib |
|
|
Stavo provando ad emergere xine-lib, ma l'emerge fallisce col seguente messaggio:
Code: | grep: //usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la: No such file or directory
/bin/sed: can't read //usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la: No such file or directory
libtool-nofpic: link: `//usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la' is not a valid libtool archive
make[4]: *** [xineplug_vo_out_sdl.la] Error 1
make[4]: Leaving directory `/var/tmp/portage/xine-lib-1.0/work/xine-lib-1.0/src/video_out'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.0/work/xine-lib-1.0/src/video_out'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1.0/work/xine-lib-1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xine-lib-1.0/work/xine-lib-1.0'
make: *** [all] Error 2
!!! ERROR: media-libs/xine-lib-1.0 failed.
!!! Function src_compile, Line 243, Exitcode 2
!!! Parallel make failed
!!! If you need support, post the topmost build error, NOT this status message.
|
Ora, io nn ho, effettivamente, il file libstdc++.la nella directory //usr/lib/gcc/i686-pc-linux-gnu/3.4.3/, poichè è nella directory //usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/ che è quella della mia attuale versione del gcc...
Qualcuno mi sa dire come posso risolvere questo problema? Grazie mille ![Smile :)](images/smiles/icon_smile.gif)
Last edited by Disabled on Thu Mar 24, 2005 1:16 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
neryo Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Funny_Figure/klo.gif)
Joined: 09 Oct 2004 Posts: 1292 Location: Ferrara, Italy, Europe
|
Posted: Thu Mar 24, 2005 7:12 am Post subject: |
|
|
hai provato a creare un link simbolico al file nella directory in cui lo cerca?
Penso che ti basti creare il link e sei a posto....
Code: | cd /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/
ln -s /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/libstdc++.la libstdc++.la |
Se la dir 3.4.3 non ce l hai la crei e crei il link al suo interno... ![Very Happy :D](images/smiles/icon_biggrin.gif) _________________ cache: a safe place for hiding or storing things..
D-link DWL-G650 AirPlus
Apache Php Mysql |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fedeliallalinea Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/161653968057192eb39329f.jpg)
Joined: 08 Mar 2003 Posts: 31478 Location: here
|
Posted: Thu Mar 24, 2005 8:03 am Post subject: |
|
|
Il meglio sarebbe usare fix_libtool_files.sh _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
neryo Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Funny_Figure/klo.gif)
Joined: 09 Oct 2004 Posts: 1292 Location: Ferrara, Italy, Europe
|
Posted: Thu Mar 24, 2005 8:18 am Post subject: |
|
|
fedeliallalinea wrote: | Il meglio sarebbe usare fix_libtool_files.sh |
si in effetti la mia soluzione era funzionante ma poco elegante.. ![Wink :wink:](images/smiles/icon_wink.gif) _________________ cache: a safe place for hiding or storing things..
D-link DWL-G650 AirPlus
Apache Php Mysql |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Disabled Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 09 Jul 2004 Posts: 96
|
Posted: Thu Mar 24, 2005 11:04 am Post subject: |
|
|
La soluzione di neryo l'avevo pensata anche io 5 min dopo aver postato però mi sembrava, appunto, molto un rappezzamento...
fix_libtool_files.sh si è invece dimostrato perfettamente adatto al problema grazie mille a tutti |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gutter Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/67030318436dd16c1dd5e.jpg)
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Thu Mar 24, 2005 11:17 am Post subject: |
|
|
Per favore metti il tag [Risolto]. _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|