[arch-dev-public] kernel/catalyst upgrade path broken
[root@laptop64 andyrtr]# LANG=C pacman -Syu :: Synchronizing package databases... testing is up to date core is up to date extra is up to date community is up to date :: Starting full system upgrade... resolving dependencies... looking for inter-conflicts... :: bluez-libs conflicts with bluez. Remove bluez? [Y/n] :: libgl conflicts with catalyst-utils. Remove catalyst-utils? [Y/n] error: failed to prepare transaction (could not satisfy dependencies) :: catalyst: requires catalyst-utils>=8.12 my system is still running kernel2.6.27 and catalyst driver. no idea if the kernel bump caused it or Jan's changes in the libgl stuff from xf86-video-ati/newly introduces ati-dri. please have a look. -Andy
Am Sat, 27 Dec 2008 18:59:51 +0100 schrieb Andreas Radke <a.radke@arcor.de>:
[root@laptop64 andyrtr]# LANG=C pacman -Syu :: Synchronizing package databases... testing is up to date core is up to date extra is up to date community is up to date :: Starting full system upgrade... resolving dependencies... looking for inter-conflicts... :: bluez-libs conflicts with bluez. Remove bluez? [Y/n] :: libgl conflicts with catalyst-utils. Remove catalyst-utils? [Y/n] error: failed to prepare transaction (could not satisfy dependencies) :: catalyst: requires catalyst-utils>=8.12
my system is still running kernel2.6.27 and catalyst driver.
no idea if the kernel bump caused it or Jan's changes in the libgl stuff from xf86-video-ati/newly introduces ati-dri.
please have a look.
-Andy
after pacman -R xf86-video-ati i can do the update. -Andy
On Sat, 2008-12-27 at 21:30 +0100, Andreas Radke wrote:
after pacman -R xf86-video-ati i can do the update.
This is because xf86-video-ati contains a versioned dependency on libgl, which catalyst-utils doesn't provide. This is half-correct actually. xf86-video-ati depends on ati-dri, which needs libdricore.so, which is in libgl-7.2, not in any other package. Having both drivers installed on the same system has no use actually, as you can't use both at the same time.
participants (2)
-
Andreas Radke
-
Jan de Groot