View previous topic :: View next topic |
Author |
Message |
b10m Apprentice


Joined: 04 Aug 2003 Posts: 204 Location: Monza
|
Posted: Tue Feb 03, 2004 11:30 pm Post subject: emerge kdebase 3.2 problema [RISOLTO] |
|
|
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 |
|
 |
cerri Bodhisattva


Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Wed Feb 04, 2004 1:16 am Post subject: |
|
|
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 |
|
 |
neon l33t


Joined: 04 Aug 2003 Posts: 759 Location: Catania, Italy, Europe
|
Posted: Wed Feb 04, 2004 2:14 am Post subject: |
|
|
hai tagliato il pezzo più importante dell'errore
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 |
|
 |
b10m Apprentice


Joined: 04 Aug 2003 Posts: 204 Location: Monza
|
Posted: Wed Feb 04, 2004 6:27 am Post subject: |
|
|
neon_it wrote: | hai tagliato il pezzo più importante dell'errore
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 |
|
 |
b10m Apprentice


Joined: 04 Aug 2003 Posts: 204 Location: Monza
|
Posted: Wed Feb 04, 2004 6:31 am Post subject: |
|
|
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 |
|
 |
tolipth Guru

Joined: 01 Dec 2003 Posts: 301
|
Posted: Wed Feb 04, 2004 6:51 am Post subject: |
|
|
ma riuscite a scaricarlo? Ho provato anche a cambiare mirror in make.conf ma nulla  |
|
Back to top |
|
 |
b10m Apprentice


Joined: 04 Aug 2003 Posts: 204 Location: Monza
|
Posted: Wed Feb 04, 2004 7:12 am Post subject: |
|
|
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 |
|
 |
cerri Bodhisattva


Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Wed Feb 04, 2004 8:07 am Post subject: |
|
|
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 |
|
 |
tolipth Guru

Joined: 01 Dec 2003 Posts: 301
|
Posted: Wed Feb 04, 2004 3:21 pm Post subject: |
|
|
risolto con il metodo manuale, ma nell'about ho ancora la dicitura 3.1*
beta2, e' normale? |
|
Back to top |
|
 |
|