You are not logged in.
When I attempt to run pacman -Syu, I get this:
[whitewizard@arch ~]$ sudo pacman -Syu
:: Synchronizing package databases...
catalyst is up to date
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
:: There are 5 providers available for libgl:
:: Repository catalyst
1) catalyst-libgl 2) catalyst-utils-pxp
:: Repository extra
3) mesa-libgl 4) nvidia-304xx-libgl 5) nvidia-libgl
Enter a number (default=1):
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: imagemagick: requires libcl
:: lib32-cairo: requires lib32-libgl
:: lib32-glu: requires lib32-libgl
:: lib32-qt4: requires lib32-libgl
:: steam: requires lib32-libglI have the catalyst utils intsalled, and they should work for steam. I ran pacman -Syu about a week ago and I didn't have these problems.
Any help would be appreciated.
Last edited by whitewizard (2014-03-15 22:18:11)
“The fact that we live at the bottom of a deep gravity well, on the surface of a gas covered planet going around a nuclear fireball 90 million miles away and think this to be normal is obviously some indication of how skewed our perspective tends to be.”
- Douglas Adams
Offline
I would guess that you need a lib32-catalyst-libgl, though it appears that lib32-catalyst-utils provides this (for now?).
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
The lib32-catalyst-utils should provide that, and I do have them installed.
“The fact that we live at the bottom of a deep gravity well, on the surface of a gas covered planet going around a nuclear fireball 90 million miles away and think this to be normal is obviously some indication of how skewed our perspective tends to be.”
- Douglas Adams
Offline
I am having the same issue, only with nvidia drivers rather than ATI.
resolving dependencies...
:: There are 3 providers available for libgl:
:: Repository extra
1) mesa-libgl 2) nvidia-304xx-libgl 3) nvidia-libgl
Enter a number (default=1): 2
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-cairo: requires lib32-libgl
:: lib32-glu: requires lib32-libgl
:: steam: requires lib32-libglOffline
For nvidia, do "pacman -Syu nvidia-304xx-libgl". I assume something similar will work for catalyst.
Offline
There was something about libgl, mesa and the drivers in the forums.
Please also see
for nvidia:
https://bbs.archlinux.org/viewtopic.php?id=178189
https://bbs.archlinux.org/viewtopic.php?id=178243
for catalyst:
https://bbs.archlinux.org/viewtopic.php?id=178244
https://bbs.archlinux.org/viewtopic.php … 1#p1390131
Offline
Hi Allan, thanks, but doing that I get
looking for inter-conflicts...
:: nvidia-304xx-libgl and nvidia-304xx-utils are in conflict (libgl). Remove nvidia-304xx-utils? is removing the utils package safe? Has it must have been split into multiple packages rather than one big one?
Offline
My only guess is that nvidia-304xx-utils is going to be reinstalled as nvidia-304xx-libgl 304.119-3 dependency
https://projects.archlinux.org/svntogit … c924739b1d
Remove nvidia-304xx-utils and see what happens.
Offline
My only guess is that nvidia-304xx-utils is going to be reinstalled as nvidia-304xx-libgl 304.119-3 dependency
https://projects.archlinux.org/svntogit … c924739b1dRemove nvidia-304xx-utils and see what happens.
It won't let me...
sudo pacman -R nvidia-304xx-utils
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: 0ad: requires libgl
:: cairo: requires libgl
:: freeglut: requires libgl
:: glu: requires libgl
:: gnome-session: requires libgl
:: google-earth: requires libgl
:: lib32-nvidia-304xx-utils: requires nvidia-304xx-utils
:: libva: requires libgl
:: nvidia-304xx: requires nvidia-304xx-utils=304.119
:: qt4: requires libgl
:: stellarium: requires libgl
:: webkitgtk: requires libglOffline
'man pacman' and go to the 'TRANSACTION OPTIONS' part.
Offline
'man pacman' and go to the 'TRANSACTION OPTIONS' part.
Okay so I used the double d option but now I get
sudo pacman -Sy nvidia-304xx-libgl
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib-testing is up to date
multilib is up to date
home_moritzmolch_gencfsm_Arch_Extra is up to date
haskell-core is up to date
resolving dependencies...
looking for inter-conflicts...
Packages (2): nvidia-304xx-utils-304.119-3 nvidia-304xx-libgl-304.119-3
Total Download Size: 13.20 MiB
Total Installed Size: 70.07 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages ...
nvidia-304xx-utils-... 13.2 MiB 5.69M/s 00:02 [######################] 100%
nvidia-304xx-libgl-... 1444.0 B 0.00B/s 00:00 [######################] 100%
(2/2) checking keys in keyring [######################] 100%
(2/2) checking package integrity [######################] 100%
(2/2) loading package files [######################] 100%
(2/2) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
nvidia-304xx-libgl: /usr/lib/libEGL.so exists in filesystem
nvidia-304xx-libgl: /usr/lib/libEGL.so.1 exists in filesystem
nvidia-304xx-libgl: /usr/lib/libEGL.so.1.0.0 exists in filesystem
nvidia-304xx-libgl: /usr/lib/libGLESv1_CM.so exists in filesystem
nvidia-304xx-libgl: /usr/lib/libGLESv1_CM.so.1 exists in filesystem
nvidia-304xx-libgl: /usr/lib/libGLESv1_CM.so.1.1.0 exists in filesystem
nvidia-304xx-libgl: /usr/lib/libGLESv2.so exists in filesystem
nvidia-304xx-libgl: /usr/lib/libGLESv2.so.2 exists in filesystem
nvidia-304xx-libgl: /usr/lib/libGLESv2.so.2.0.0 exists in filesystemShould I just manually delete all those files and try again?
Offline
What if you run
sudo pacman -Syu nvidia-304xx-libglOffline
What if you run
sudo pacman -Syu nvidia-304xx-libgl
Good idea! If only I had not mentioned it a few posts above:
For nvidia, do "pacman -Syu nvidia-304xx-libgl". I assume something similar will work for catalyst.
![]()
Anyway, the "u" is important there... I think you are missing it.
Offline
karol wrote:What if you run
sudo pacman -Syu nvidia-304xx-libglGood idea! If only I had not mentioned it a few posts above:
Allan wrote:For nvidia, do "pacman -Syu nvidia-304xx-libgl". I assume something similar will work for catalyst.
Anyway, the "u" is important there... I think you are missing it.
I know you did mention it, Allan, but that was yesterday (at lest for my timezone ;P) :-)
Offline
Thanks guys, but still not working ![]()
[michael@localhost michael]$ sudo pacman -Syu nvidia-304xx-libgl
[sudo] password for michael:
:: Synchronizing package databases...
core is up to date
extra is up to date
community 2.1 MiB 3.14M/s 00:01 [######################] 100%
multilib-testing is up to date
multilib is up to date
home_moritzmolch_gencfsm_Arch_Extra is up to date
haskell-core is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-cairo: requires lib32-libgl
:: lib32-glu: requires lib32-libgl
:: steam: requires lib32-libglOffline
Try
sudo pacman -Syu nvidia-304xx-libgl lib32-nvidia-304xx-libglOffline
Thanks Karol, that sorted it, it's hard to describe how awesomely helpful (and prompt) you are. I can't see any thanking mechanism but if I am being blind please point me to it.
Offline
Thank you for the kind words :-) There's no 'Like' or any similar 'Thumbs up' system on the forums.
I already get too much credit for my contributions. IMHO people like the developers, TUs and moderators are the real heroes.
If you want to help Arch Linux become even better, see https://wiki.archlinux.org/index.php/Getting_involved
Offline
Thanks karol, saved me a lot of time too.
Offline
Well, I've fixed it.
When I tried 'sudo pacman -Syu catalyst-utils', it told me there was a conflict with libcl. So then I just ran 'sudo pacman -Syu libcl' and it installed perfectly. In fact, it even installed an update of the catalyst drivers which fixed some input lag issues I was having with source games. Awesome.
Well, thanks for all of your help!
“The fact that we live at the bottom of a deep gravity well, on the surface of a gas covered planet going around a nuclear fireball 90 million miles away and think this to be normal is obviously some indication of how skewed our perspective tends to be.”
- Douglas Adams
Offline