Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge kdebase 3.2 problema [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
b10m
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 204
Location: Monza

PostPosted: Tue Feb 03, 2004 11:30 pm    Post subject: emerge kdebase 3.2 problema [RISOLTO] Reply with quote

Ciao a tutti,
mentre kdelibs non ha dato problemi (a parte le 3 ore di compilazione) kdebase mi dice che l'automake che si aspetta non e' quello installato e fa riferimento ad una ipotetica versione 1.7. Io ho la 1.8, ho provato a downgradarla alla 1.7 ma al momento di emerge kdebase mi riemergia la 1.8 e dopo circa 1 ora mi da errore.

Avete qualche idea?

Thanks

-------------------

aggiunta
questo e' l'errore esatto:

Making all in kcontrol
make[3]: Entering directory `/var/tmp/portage/kdebase-3.2.0/work/kdebase-3.2.0/kcontrol/kcontrol'
cd ../.. && \
/bin/sh /var/tmp/portage/kdebase-3.2.0/work/kdebase-3.2.0/admin/missing --run automake-1.7 --foreign kcontrol/kcontrol/Makefile
configure.in:43: version mismatch. This is Automake 1.7.8,
configure.in:43: but the definition used by this AM_INIT_AUTOMAKE
configure.in:43: comes from Automake 1.7.6. You should recreate


Last edited by b10m on Wed Feb 04, 2004 11:39 am; edited 1 time in total
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Wed Feb 04, 2004 1:16 am    Post subject: Reply with quote

Come fai l'emerge di kde? Puoi postare qualche riga di errore in piu'?
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
neon
l33t
l33t


Joined: 04 Aug 2003
Posts: 759
Location: Catania, Italy, Europe

PostPosted: Wed Feb 04, 2004 2:14 am    Post subject: Reply with quote

hai tagliato il pezzo più importante dell'errore 8O

Code:
configure.in:43: comes from Automake 1.7.6.  You should recreate
configure.in:43: aclocal.m4 with aclocal and run automake again.


devi editare l'ebuild e modificarlo da così

Code:
src_unpack() {
    kde_src_unpack
    epatch ${FILESDIR}/${P}-kcontrol.patch
}


a così
Code:
src_unpack() {
    kde_src_unpack
    epatch ${FILESDIR}/${P}-kcontrol.patch
    cd ${S} && aclocal
}

_________________
Io credo che le tecnologie siano moralmente neutrali fino a quando non le utilizziamo - William Gibson

LINEE GUIDA DEL FORUM
Back to top
View user's profile Send private message
b10m
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 204
Location: Monza

PostPosted: Wed Feb 04, 2004 6:27 am    Post subject: Reply with quote

neon_it wrote:
hai tagliato il pezzo più importante dell'errore 8O

Code:
configure.in:43: comes from Automake 1.7.6.  You should recreate
configure.in:43: aclocal.m4 with aclocal and run automake again.


devi editare l'ebuild e modificarlo da così

Code:
src_unpack() {
    kde_src_unpack
    epatch ${FILESDIR}/${P}-kcontrol.patch
}


a così
Code:
src_unpack() {
    kde_src_unpack
    epatch ${FILESDIR}/${P}-kcontrol.patch
    cd ${S} && aclocal
}


Grazie neon ora ci provo.

X cerri: vedo se il suggerimento di neon funziona prima perche' come ho scritto sopra ci vuole circe 1h di compilazione prima di ricevere l'errore...

Vi faccio sapere
Back to top
View user's profile Send private message
b10m
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 204
Location: Monza

PostPosted: Wed Feb 04, 2004 6:31 am    Post subject: Reply with quote

Ho appena guardato l'ebuild... ma e' stato gia' corretto? La modifica du cui parlavi la trovo gia'... anche se devo dire che kdebase falliva con l'emerge sync di ieri pomeriggio, e la modifica l'ho vista dopo l'emerge sync di questa mattina
Back to top
View user's profile Send private message
tolipth
Guru
Guru


Joined: 01 Dec 2003
Posts: 301

PostPosted: Wed Feb 04, 2004 6:51 am    Post subject: Reply with quote

ma riuscite a scaricarlo? Ho provato anche a cambiare mirror in make.conf ma nulla :(
Back to top
View user's profile Send private message
b10m
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 204
Location: Monza

PostPosted: Wed Feb 04, 2004 7:12 am    Post subject: Reply with quote

tolipth wrote:
ma riuscite a scaricarlo? Ho provato anche a cambiare mirror in make.conf ma nulla :(


Io l'ho scaricato da un mirror che c'e' in download.kde.org e l'ho messo in distfile
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Wed Feb 04, 2004 8:07 am    Post subject: Reply with quote

Io l'ho scaricato, a fatica ma ci sono riuscito.
CMQ b10m è probabile che si a già stato corretto.
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
tolipth
Guru
Guru


Joined: 01 Dec 2003
Posts: 301

PostPosted: Wed Feb 04, 2004 3:21 pm    Post subject: Reply with quote

risolto con il metodo manuale, ma nell'about ho ancora la dicitura 3.1*
beta2, e' normale?
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