Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Risolto] Durante aggiornamento errore compile
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
wiklex
n00b
n00b


Joined: 20 Aug 2009
Posts: 26

PostPosted: Thu Oct 22, 2009 8:14 pm    Post subject: [Risolto] Durante aggiornamento errore compile Reply with quote

Salve, come da oggetto...

l'aggiornamento non è riuscito ad emergere tutti i pacchetti, mi si blocca alla compilazione di gnome-control-center-2.26.0, come errore mi dà semplicemente "compile failure".

Che è successo? (Ho aggiornato l'USE aggiungendo autoipd, perchè inizialmente l'update dava errore dicendo che avahi aveva bisogno di questa flag USE).

Aiutatemi per piacere...


Last edited by wiklex on Thu Oct 29, 2009 11:33 pm; edited 1 time in total
Back to top
View user's profile Send private message
MajinJoko
l33t
l33t


Joined: 20 Sep 2005
Posts: 639
Location: Bergamo / Verona

PostPosted: Thu Oct 22, 2009 9:37 pm    Post subject: Reply with quote

Beh, per prima cosa tu aiuta chi ti vuole aiutare postando la parte finale dell'emerge. Non solo la notifica dell'errore, prendi qualche riga sopra (in numero sufficiente per capire cosa possa accadere).
Così è davvero troppo poco.
_________________
[(.. watashi wa Urumi Kanzaki ga suki da ..)]
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Fri Oct 23, 2009 10:24 pm    Post subject: Reply with quote

Non mi ricordo quale altro pacchetto mi terminava con lo stesso errore, credo che vuol dire che il compilatore per mono non funziona per qualche problema di permessi.
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
wiklex
n00b
n00b


Joined: 20 Aug 2009
Posts: 26

PostPosted: Sat Oct 24, 2009 5:42 pm    Post subject: Reply with quote

MajinJoko wrote:
Beh, per prima cosa tu aiuta chi ti vuole aiutare postando la parte finale dell'emerge. Non solo la notifica dell'errore, prendi qualche riga sopra (in numero sufficiente per capire cosa possa accadere).
Così è davvero troppo poco.


Scusate se non l'ho fatto, prima ero di fretta e speravo in un errore comune e magari banale... :(

Ecco il mio errore per intero:

Code:

libtool: link: cannot find the library `/usr/lib/libogg.la' or unhandled argument `/usr/lib/libogg.la'
make[2]: *** [gnome-typing-monitor] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-control-center-2.26.0/work/gnome-control-center-2.26.0/typing-break'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-base/gnome-control-center-2.26.0/work/gnome-control-center-2.26.0'
make: *** [all] Error 2
 *
 * ERROR: gnome-base/gnome-control-center-2.26.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2969:  Called gnome2_src_compile
 *             environment, line 2333:  Called die
 * The specific snippet of code:
 *       emake || die "compile failure"
 *  The die message:
 *   compile failure
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/gnome-base/gnome-control-center-2.26.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/gnome-base/gnome-control-center-2.26.0/temp/environment'.
 *

>>> Failed to emerge gnome-base/gnome-control-center-2.26.0, Log file:

>>>  '/var/tmp/portage/gnome-base/gnome-control-center-2.26.0/temp/build.log'

 * Messages for package gnome-base/gnome-control-center-2.26.0:

 *
 * ERROR: gnome-base/gnome-control-center-2.26.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2969:  Called gnome2_src_compile
 *             environment, line 2333:  Called die
 * The specific snippet of code:
 *       emake || die "compile failure"
 *  The die message:
 *   compile failure
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/gnome-base/gnome-control-center-2.26.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/gnome-base/gnome-control-center-2.26.0/temp/environment'.
 *


Praticamente mi dice che manca la libreria /usr/lib/libogg.la ... dove la trovo? (libtool è installato...)
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Sun Oct 25, 2009 11:23 am    Post subject: Reply with quote

Code:
emerge gentoolkit && revdep-rebuild && emerge -DuNav gnome-base/gnome-control-center
?
Back to top
View user's profile Send private message
MajinJoko
l33t
l33t


Joined: 20 Sep 2005
Posts: 639
Location: Bergamo / Verona

PostPosted: Sun Oct 25, 2009 12:22 pm    Post subject: Reply with quote

Code:
emerge dev-util/lafilefixer && lafilefixer --justfixit


a me così è risolto.
_________________
[(.. watashi wa Urumi Kanzaki ga suki da ..)]
Back to top
View user's profile Send private message
wiklex
n00b
n00b


Joined: 20 Aug 2009
Posts: 26

PostPosted: Sun Oct 25, 2009 2:48 pm    Post subject: Reply with quote

si, ieri subito dopo avervi scritto ho fatto un revdep-rebuild... e mi si è risolto...

Grazie!
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Sun Oct 25, 2009 2:52 pm    Post subject: Reply with quote

well..metti risolto ;)
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