Code: Select all
emerge --update --deep --newuse worldCode: Select all
* IMPORTANT: 6 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
* IMPORTANT: 2 config files in '/etc/portage' need updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.
Calculating dependencies... done!
[ebuild R ] x11-libs/libdrm-2.4.45 USE="-libkms*"
[ebuild R ] media-libs/mesa-9.1.2-r1 USE="-xa*"
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
media-libs/mesa:0
(media-libs/mesa-9.1.2-r1::gentoo, ebuild scheduled for merge) pulled in by
(no parents that aren't satisfied by other packages in this slot)
(media-libs/mesa-9.1.2-r1::gentoo, installed) pulled in by
media-libs/mesa[xa] required by (x11-drivers/xf86-video-vmware-12.0.2-r1::gentoo, installed)
x11-libs/libdrm:0
(x11-libs/libdrm-2.4.45::gentoo, ebuild scheduled for merge) pulled in by
(no parents that aren't satisfied by other packages in this slot)
(x11-libs/libdrm-2.4.45::gentoo, installed) pulled in by
x11-libs/libdrm[libkms,video_cards_vmware] required by (x11-drivers/xf86-video-vmware-12.0.2-r1::gentoo, installed)
It might be possible to solve these slot collisions
by applying all of the following changes:
- media-libs/mesa-9.1.2-r1 (Change USE: +xa)
- x11-libs/libdrm-2.4.45 (Change USE: +libkms)
Ho provato a mettere in package.use
Code: Select all
media-libs/mesa-9.1.2-r1 xa
x11-libs/libdrm-2.4.45 libkmsHo anche provato ad installarli tutti e due con i comandi:
Code: Select all
USE="xa" emerge mesaCode: Select all
USE="libkms" emerge libdrmForse non c'entra niente quello che ho provato a fare. Ma come faccio a risolvere questa cosa? (cmq finora non riscontro nessun problema ad usare gentoo, questo conflitto non mi dà problemi)


