Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problemi con aclocal e pygobject
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) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
rief
n00b
n00b


Joined: 20 Jul 2006
Posts: 15
Location: Genova

PostPosted: Mon Dec 18, 2006 7:18 pm    Post subject: Problemi con aclocal e pygobject Reply with quote

Salve a tutti,
durante l'aggiornamento di gentoo ho riscontrato dei problemi riguardanti pygobject e aclocal: durante la configurazione aclocal da errore in questo modo

Code:
>>> Emerging (1 of 99) dev-python/pygobject-2.12.3 to /
 * pygobject-2.12.3.tar.bz2 MD5 ;-) ...                                                                                                                     
 * pygobject-2.12.3.tar.bz2 RMD160 ;-) ...                                                                                                                   
 * pygobject-2.12.3.tar.bz2 SHA1 ;-) ...                                                                                                                     
 * pygobject-2.12.3.tar.bz2 SHA256 ;-) ...                                                                                                                   
 * pygobject-2.12.3.tar.bz2 size ;-) ...                                                                                                                     
 * checking ebuild checksums ;-) ...                                                                                                                         
 * checking auxfile checksums ;-) ...                                                                                                                       
 * checking miscfile checksums ;-) ...                                                                                                                       
 * checking pygobject-2.12.3.tar.bz2 ;-) ...                                                                                                                 
>>> Unpacking source...
>>> Unpacking pygobject-2.12.3.tar.bz2 to /var/tmp/portage/pygobject-2.12.3/work
 * Fixing OMF Makefiles ...                                                                                                                                 
 * Requested automake 1.8
 * Using automake (GNU automake) 1.9.6
 * Using aclocal (GNU automake) 1.8.5
 * Automake used for the package (1.8.5) differs from
 * the installed version (1.9.6).
 * Running eautoreconf in '/var/tmp/portage/pygobject-2.12.3/work/pygobject-2.12.3' ...
 * Running aclocal ...                                                                                                                                       

 * Failed Running aclocal !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/pygobject-2.12.3/temp/aclocal-18841.out


!!! ERROR: dev-python/pygobject-2.12.3 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  pygobject-2.12.3.ebuild, line 38:   Called eautomake
  autotools.eclass, line 182:   Called eautoreconf
  autotools.eclass, line 86:   Called eaclocal
  autotools.eclass, line 124:   Called autotools_run_tool 'aclocal'
  autotools.eclass, line 244:   Called die

!!! Failed Running aclocal !
!!! If you need support, post the topmost build error, and the call stack if relevant.


se vado a vedere il file di errore si legge questo

Code:

***** aclocal *****

/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
aclocal: configure.ac: 70: macro `AM_CHECK_PYTHON_HEADERS' not found in library
aclocal: configure.ac: 101: macro `AM_CHECK_PYMOD' not found in library


Qualcuno sa di che errore si tratta? No perchè pygobject è dipendenza di tanti pacchetti e quindi mi serve.
Grazie in anticipo, ciau.
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Mon Dec 18, 2006 8:24 pm    Post subject: Reply with quote

Code:
 * Requested automake 1.8
 * Using automake (GNU automake) 1.9.6
 * Using aclocal (GNU automake) 1.8.5
 * Automake used for the package (1.8.5) differs from
 * the installed version (1.9.6).


C'è qualcosa che non va qua, l'ebuild richiede esplicitamente di utilizzare automake 1.8 mentre poi viene usato la versione 1.9. Io proverei a fare un "emerge --sync" per assicurarmi che sia l'ebuild che l'eclass siano apposto. Oppure si potrebbe modificare l'ebuild nella riga 4:

da
Code:
WANT_AUTOMAKE=1.8

in
Code:
WANT_AUTOMAKE="1.8"


magari c'è qualche problema con i quote.
_________________
Running Fast!
Back to top
View user's profile Send private message
rief
n00b
n00b


Joined: 20 Jul 2006
Posts: 15
Location: Genova

PostPosted: Mon Dec 18, 2006 8:31 pm    Post subject: Reply with quote

Quote:
C'è qualcosa che non va qua, l'ebuild richiede esplicitamente di utilizzare automake 1.8 mentre poi viene usato la versione 1.9. Io proverei a fare un "emerge --sync" per assicurarmi che sia l'ebuild che l'eclass siano apposto. Oppure si potrebbe modificare l'ebuild nella riga 4:


Premettendo che io do tutti i giorni emerge --sync , hoo fatto di meglio che modificare l'ebuild: se mi chiede automake 1.8 io gli ho linkato automake-1.8. Questo però è un problema perchè già più volte ho dovuto rilinkare /usr/bin/automake a una diversa versione perchè sennò c'erano problemi, è normale? Di solito mi viene richiesto automake 1,7 e automake linka la 1.9 oppure viceversa. Mi succede praticamente ogni aggiornamento e sta di fatto che hocirca 7 versioni di automake installate.

Grazie ancora
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano 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