You are not logged in.

#1 2010-06-22 12:31:14

Henry Flower
Member
Registered: 2010-04-12
Posts: 63

[solved] System upgrade fails - catalyst-libgl related

I've been having trouble upgrading my system over the last few days.  This is what I get:

sudo powerpill -f -Syyu
:: Synchronising package databases...
 catalyst                   1.5K 1163.9K/s 00:00:00 [------------------------------------------------------------------------------------------] 100%
 core                      35.5K  135.3K/s 00:00:00 [------------------------------------------------------------------------------------------] 100%
 extra                    451.3K  122.7K/s 00:00:04 [------------------------------------------------------------------------------------------] 100%
 community                375.4K  123.0K/s 00:00:03 [------------------------------------------------------------------------------------------] 100%
:: Starting full system upgrade...
:: Replace kernel26-firmware with core/linux-firmware? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
:: xf86-input-acecad conflicts with xorg-server. Remove xorg-server? [Y/n] y
:: libgl conflicts with catalyst. Remove catalyst? [Y/n] y
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-catalyst-utils: requires catalyst>=10.5

If I try to remove lib32-catalyst-utils to do the upgrade, I get:

powerpill -R catalyst lib32-catalyst-utils
Password: 
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: bin32-google-earth: requires lib32-libgl
:: lib32-mesa: requires lib32-libgl
:: mesa: requires libgl
:: mplayer: requires libgl
:: qt: requires libgl
:: stellarium: requires libgl
:: wxgtk: requires libgl
:: xorg-server: requires libgl
:: xorg-utils: requires libgl

Any thoughts?

Last edited by Henry Flower (2010-06-22 21:13:15)

Offline

#2 2010-06-22 12:57:32

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: [solved] System upgrade fails - catalyst-libgl related

Have you tried updating Catalyst? The latest version in AUR is 10.6.

Offline

#3 2010-06-22 20:22:16

Henry Flower
Member
Registered: 2010-04-12
Posts: 63

Re: [solved] System upgrade fails - catalyst-libgl related

Hmm. One problem solved, one to go.  I'd missed the moving of the catalyst repo to the new address; updating the repo got me to

The following packages will be downloaded:
   [catalyst]
     catalyst-10.6-2 [16.10 MiB]
     lib32-catalyst-utils-10.6-1 [7.13 MiB]
   [extra]
     boost-1.43.0-1 [6.97 MiB]
     boost-libs-1.43.0-1 [2.23 MiB]
     xorg-server-1.8.1.902-1 [1.82 MiB]

:: Number of Packages:               5
:: Total Download Size:      34.24 MiB
:: Total Installed Size:    243.51 MiB

:: Proceed with download? [Y/n] y

Unfortunately, then

:: Starting full system upgrade...
:: Replace kernel26-firmware with core/linux-firmware? [Y/n] y
resolving dependencies...
warning: dependency cycle detected:
warning: xorg-server will be installed before its catalyst dependency
looking for inter-conflicts...
warning: removing 'libgl' from target list because it conflicts with 'catalyst'
error: failed to prepare transaction (could not satisfy dependencies)
:: intel-dri: requires libgl=7.8.2
:: mach64-dri: requires libgl=7.8.2
:: mga-dri: requires libgl=7.8.2
:: r128-dri: requires libgl=7.8.2
:: savage-dri: requires libgl=7.8.2
:: sis-dri: requires libgl=7.8.2
:: tdfx-dri: requires libgl=7.8.2

I came across a similar problem with nvidia rather than catalyst: http://bbs.archlinux.org/viewtopic.php?id=99307 , but I don't know how to apply the solution there ('Uninstall the graphics drivers that you do not need') - are there any here that I don't need?

Last edited by Henry Flower (2010-06-22 20:25:43)

Offline

#4 2010-06-22 20:25:21

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: [solved] System upgrade fails - catalyst-libgl related

It means remove those dri packages:

powerpill -R intel-dri mach64-dri mga-dri r128-dri savage-dri sis-dri tdfx-dri

Offline

#5 2010-06-22 21:12:51

Henry Flower
Member
Registered: 2010-04-12
Posts: 63

Re: [solved] System upgrade fails - catalyst-libgl related

Thanks, that did it. smile

Offline

Board footer

Powered by FluxBB