You are not logged in.
Greetings you all.
I've been tried to upgrade my system and I've been unable to do it due to a conflict between xf86-video-openchrome and unichrome-dri.
This is the pacman output:
[root@Viper /]# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
:: Replace farsight2 with extra/farstream? [Y/n] y
:: Replace gnupg2 with core/gnupg? [Y/n] y
:: Replace procps with core/procps-ng? [Y/n] y
:: Replace seahorse-plugins with community/seahorse-nautilus? [Y/n] y
:: Replace sqlite3 with extra/sqlite? [Y/n] y
:: Replace telepathy-farsight with extra/telepathy-farstream? [Y/n] y
:: Replace xfce-utils with extra/xfce4-appfinder? [Y/n] y
:: Replace xfce-utils with extra/xfce4-session? [Y/n] y
resolving dependencies...
warning: dependency cycle detected:
warning: util-linux will be installed before its udev dependency
looking for inter-conflicts...
:: xf86-video-openchrome and unichrome-dri are in conflict. Remove unichrome-dri? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-unichrome-dri: requires lib32-libgl=7.11.2Can anybody tel me how do I solve this?
I already have libgl installed...
[root@Viper /]# pacman -S libgl
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: nouveau-dri: requires libgl=7.11.2
:: unichrome-dri: requires libgl=7.11.2
[root@Viper /]# pacman -Q libgl
libgl 7.11.2-1If trying to uninstall unichrome-dri, it returns:
[root@Viper /]# pacman -R unichrome-dri
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: xf86-video-openchrome: requires unichrome-driAnd by the way, is it safe do replace all those items that appeared before?
Thank you all.
Last edited by JMRamos (2012-05-31 16:01:12)
Offline
Looks like the unichrome-dri package is no longer in the repos. Is there a reason you have the openchrome driver installed as well as nouveau?
If you need it, you should be able to get around this by removing xf86-video-openchrome and its dependencies, update, then reinstall xf86-video-openchrome. Otherwise just remove it.
Offline
Thanks for your quick response, but only today I had a chance of look into this again...
I use an on board chipset from VIA Technologies, and the only way I figured to get that old gadget (VIA Technologies, Inc. P4M890) working is by using Openchrome. Mesa simply doesn't work and vesa has some issues.
So I followed your advice, by removing xf86-video-openchrome, updating and installing it again.
Everything is working now.
Thanks a lot.
Offline