vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I am trying to emerge gnome but on net-www/epiphany-1.0 i get an error. it tells me * you need mozilla-1.4+ compiled against gtk+-2 * export USE="gtk2" ;emerge mozilla -p !!! ERROR: net-www/epiphany-1.0 failed !!! Function pkg_setup, Line 42, Exitcode 0 !!! Need Mozilla compiled with gtk+-2.0 In my make.conf : USE="gnome gtk gtk2 -kde -qt" I also tried : export USE="gtk2" and : emerge mozilla -p and then tried again to emerge -u gnome but he still stops on epiphany. Any suggestion ?? Christophe |
| ||||
| no_spam@telenet.be (Christophe Vermeren) writes: > I am trying to emerge gnome but on net-www/epiphany-1.0 i get an error. > it tells me > * you need mozilla-1.4+ compiled against gtk+-2 > * export USE="gtk2" ;emerge mozilla -p > !!! ERROR: net-www/epiphany-1.0 failed > !!! Function pkg_setup, Line 42, Exitcode 0 > !!! Need Mozilla compiled with gtk+-2.0 > In my make.conf : > USE="gnome gtk gtk2 -kde -qt" > I also tried : export USE="gtk2" > and : emerge mozilla -p > and then tried again to emerge -u gnome but he still stops on epiphany. > Any suggestion ?? You need to really emerge mozilla, not just pretend. I don't know why 'emerge mozilla -p' is suggested, just do 'USE=gtk2 emerge mozilla', and 'emerge -u gnome' will work. AYou will, however, have problems getting Galeon to work, bcause it does not like GTK2. It works when using the newer version ( ACCEPT_KEYWORDS="~x86" emerge galeon), but I prefer the old Galeon. Another suggestion on the list was: emerge --inject net-www/epiphany ln -s /usr/bin/mozilla /usr/bin/epiphany This does not install epiphany, and will call mozilla instead. Alex -- Alex Schuster Wonko@wonkology.org PGP Key available alex@pet.mpin-koeln.mpg.de |