View previous topic :: View next topic |
Author |
Message |
jexen n00b
Joined: 01 Oct 2006 Posts: 35 Location: torino, italy
|
Posted: Mon Jul 23, 2007 9:42 pm Post subject: [RISOLTO] problemi con www-client/epiphany-2.16.3 |
|
|
salve a tutti,
vorrei capire perchè dopo aver disinstallato e mascherato firefox successivamente aver installato firefox-bin non riesco più a reinstallare epiphany (che nel frattempo aveva smesso di funzionare)
dove ho sbagliato?
grazie,
ciao
j.
# emerge -pv epiphany epiphany-extensions
Code: |
=====SNIP=====
checking whether to enable C++ RTTI... no
checking whether we have a gtk 2 gecko build... configure: error: This program needs a gtk 2 gecko build
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/www-client/epiphany-2.16.3/work/epiphany-2.16.3/config.log
!!! ERROR: www-client/epiphany-2.16.3 failed.
Call stack:
ebuild.sh, line 1621: Called dyn_compile
ebuild.sh, line 973: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
epiphany-2.16.3.ebuild, line 68: Called gnome2_src_compile
gnome2.eclass, line 70: Called gnome2_src_configure
gnome2.eclass, line 66: Called econf '--disable-scrollkeeper' '--with-mozilla=firefox' '--enable-python' '--disable-gtk-doc'
ebuild.sh, line 578: Called die
!!! econf failed
|
/etc/portage/package.mask
Code: |
====SNIP====
www-client/mozilla-firefox
|
/etc/portage/profile/package.provided
Code: |
====SNIP====
www-client/mozilla-firefox-2.0.0.4
|
Last edited by jexen on Tue Jul 24, 2007 10:40 am; edited 1 time in total |
|
Back to top |
|
|
Scen Retired Dev
Joined: 29 Jul 2003 Posts: 2470 Location: Padova, Italy
|
Posted: Tue Jul 24, 2007 6:43 am Post subject: |
|
|
Il problema è che l'ebuild 2.16.3 di epiphany richiede ESPRESSAMENTE che mozilla-firefox (compilato) sia installato nel sistema.
Se per te non è un problema, smaschera la versione 2.18.2, che tramite la USE "xulrunner" ti richiede come dipendenza solamente il pacchetto
Code: |
* net-libs/xulrunner
Available versions: 1.8.1.4 ~1.8.1.5
Homepage: http://developer.mozilla.org/en/docs/XULRunner
Description: Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications
|
invece di tutto il panda rosso _________________ I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny |
|
Back to top |
|
|
jexen n00b
Joined: 01 Oct 2006 Posts: 35 Location: torino, italy
|
Posted: Tue Jul 24, 2007 10:39 am Post subject: |
|
|
Quote: |
Il problema è che l'ebuild 2.16.3 di epiphany richiede ESPRESSAMENTE che mozilla-firefox (compilato) sia installato nel sistema.
|
domanda:
scusa ma non trovo dove nell'ebuild dove dica che firefox debba proprio essere compilato piuttosto che solo installato
epilogo:
alla fine ho fatto come hai consigliato, solo che net-libs/xulrunner è 35 MB , speriamo non lo aggiornino spesso sennò tanto valeva tenersi fireflosh compilato
grazie, ciao
j. |
|
Back to top |
|
|
Scen Retired Dev
Joined: 29 Jul 2003 Posts: 2470 Location: Padova, Italy
|
Posted: Tue Jul 24, 2007 10:43 am Post subject: |
|
|
jexen wrote: | domanda:
scusa ma non trovo dove nell'ebuild dove dica che firefox debba proprio essere compilato piuttosto che solo installato
|
http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.16.3.ebuild?view=markup
Code: |
...
RDEPEND=">=dev-libs/glib-2.12
...
>=www-client/mozilla-firefox-1.5
...
|
_________________ I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny |
|
Back to top |
|
|
jexen n00b
Joined: 01 Oct 2006 Posts: 35 Location: torino, italy
|
Posted: Tue Jul 24, 2007 10:50 am Post subject: |
|
|
quello l'avevo visto, ma mi sa che devo approfondire la mia conoscenza riguardo gli ebuilds |
|
Back to top |
|
|
Scen Retired Dev
Joined: 29 Jul 2003 Posts: 2470 Location: Padova, Italy
|
Posted: Tue Jul 24, 2007 10:55 am Post subject: |
|
|
jexen wrote: | quello l'avevo visto, ma mi sa che devo approfondire la mia conoscenza riguardo gli ebuilds |
In pratica l'ebuild dice: "tra le dipendenze di ESECUZIONE (=RDEPEND) serve la versione 1.5 o successiva di mozilla-firefox" (NON la versione binaria -bin ma proprio quella compilata da sorgente) _________________ I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny |
|
Back to top |
|
|
jexen n00b
Joined: 01 Oct 2006 Posts: 35 Location: torino, italy
|
Posted: Tue Jul 24, 2007 11:38 am Post subject: |
|
|
ora mi e' chiaro, thanks |
|
Back to top |
|
|
|