FS#16993 - [nvidia-96xx-utils] conflicts with libgl

Attached to Project: Arch Linux
Opened by Dmytro Bagrii (dimich) - Tuesday, 03 November 2009, 19:03 GMT
Last edited by Jan de Groot (JGC) - Thursday, 05 November 2009, 19:22 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture i686
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Unable to upgrade the system because of conflicting dependencies

$ sudo pacman -Su
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
:: libxft conflicts with libxft-lcd. Remove libxft-lcd? [Y/n] y
:: libgl conflicts with nvidia-96xx-utils. Remove nvidia-96xx-utils? [Y/n] y
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia-96xx: requires nvidia-96xx-utils

$ sudo pacman -Su
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
:: libxft conflicts with libxft-lcd. Remove libxft-lcd? [Y/n] y
:: libgl conflicts with nvidia-96xx-utils. Remove nvidia-96xx-utils? [Y/n] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: libgl: conflicts with nvidia-96xx-utils

But I have no `libgl' package installed:
$ pacman -Q libgl
error: package "libgl" not found
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 05 November 2009, 19:22 GMT
Reason for closing:  Not a bug
Additional comments about closing:  xf86-video-nouveau no longer depends on nouveau-dri.
Comment by Jan de Groot (JGC) - Wednesday, 04 November 2009, 07:53 GMT
Why does it specifically want to install libgl? Nvidia-96xx-utils provides libgl, but it's not versioned. So far there's not a single package except the -dri drivers that require a versioned libgl.
Comment by Manuel José Pinot Paz (talishte) - Thursday, 05 November 2009, 18:47 GMT
I was using Chakra-Proyect and get this error but I fixed

This thing I did:

remove the nvidia driver

# pacman -R nvidia-96xx

update with pun problem
# pacman -Syu

reinstall de the nvidia driver
# pacman -Syu nvidia-96xx nvidia-96xx-utils

When I reboot, I get problems with a black screen so y press ctrl+alt+F1 and in a terminal y logon with a your normal main user and type:

$ sudo su
# cd /etc/X11
# mv xorg.conf xorg.conf_old
# Xorg -configure
# cp /root/xorg.conf . (don't forget the dot)
# reboot

That´s it I hope this will work for every body




Loading...