Quellcode |
|
1 |
emerge mozilla-firefox |
Quellcode |
|
1 |
emerge --update --deep -p world |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
!!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: www-client/mozilla-firefox:0 ('ebuild', '/', 'www-client/mozilla-firefox-2.0.0.19', 'merge') pulled in by =www-client/mozilla-firefox-2* required by ('installed', '/', 'www-client/epiphany-2.22.3-r1', 'nomerge') =www-client/mozilla-firefox-2* required by ('installed', '/', 'gnome-extra/yelp-2.22.1-r2', 'nomerge') (and 1 more) ('installed', '/', 'www-client/mozilla-firefox-3.0.6', 'nomerge') pulled in by www-client/mozilla-firefox required by world It may be possible to solve this problem by using package.mask to prevent one of those packages from being selected. However, it is also possible that conflicting dependencies exist such that they are impossible to satisfy simultaneously. If such a conflict exists in the dependencies of two different packages, then those packages can not be installed simultaneously. For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »philipp« (20.02.2009, 23:25)
Zitat
All the packages built against mozilla-firefox won't compile,
if after installing firefox 3.0 you get some blockers,
please add 'xulrunner' to your USE-flags.
Quellcode |
|
1 |
# cat /usr/portage/www-client/epiphany/epiphany-2.22.3-r1.ebuild |
Quellcode |
|
1 2 |
!xulrunner? ( =www-client/mozilla-firefox-2* ) xulrunner? ( =net-libs/xulrunner-1.8* ) |
Quellcode |
|
1 |
# emerge -avuDN world |
Quellcode |
|
1 |
# equery depends www-client/mozilla-firefox |
Quellcode |
|
1 |
app-crypt/seahorse-2.22.3 (dbus & epiphany & !xulrunner? =www-client/mozilla-firefox-2*) |