You are not logged in.

#1 2013-10-01 16:54:40

nullwiz
Member
Registered: 2013-08-23
Posts: 53

[SOLVED]catalyst-utils and mesa-libgl are in conflict

I have this weird issue with pacman, I cant find mesa-libgl (so I cant remove it) and its in conflic with catalyst-utils.
the ouput of pacman -Syuu

:: Synchronizing package databases...
 catalyst                                    9.4 KiB   552K/s 00:00 [#####################################] 100%
 catalyst.sig                              287.0   B  0.00B/s 00:00 [#####################################] 100%
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
warning: libpng12: downgrading from version 1.2.50-2 to version 1.2.50-1
resolving dependencies...
looking for inter-conflicts...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: catalyst-utils and mesa-libgl are in conflict
 
 sudo pacman -R  mesa-libgl 

If I search for those mesa packages, noone are marked as installed.

Last edited by nullwiz (2013-10-03 00:52:07)

Offline

#2 2013-10-01 16:55:34

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]catalyst-utils and mesa-libgl are in conflict

https://bbs.archlinux.org/viewtopic.php … 4#p1330764
**WHY** are you suing 'pacman -Syuu'? Do you know what these options mean?



Edit: nullwiz, do you really think it's enough to edit your post so now it says it's "the ouput of pacman -Syu"? It's still the output of .pacman -Syuu'.

Last edited by karol (2013-10-01 16:58:23)

Offline

#3 2013-10-01 16:59:18

nullwiz
Member
Registered: 2013-08-23
Posts: 53

Re: [SOLVED]catalyst-utils and mesa-libgl are in conflict

karol wrote:

https://bbs.archlinux.org/viewtopic.php … 4#p1330764
**WHY** are you suing 'pacman -Syuu'? Do you know what these options mean?

I always done it that way, is that bad ? :L
That thread didnt solve anything, I know what is the problem, I had them before, but this time I have no package to remove..

I had the same problem a couple of hours ago, but I waited a while and now the problem has gone away.

And thats how it waws solved... so I dont think it will quite help..

Last edited by nullwiz (2013-10-01 17:00:31)

Offline

#4 2013-10-01 17:00:38

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]catalyst-utils and mesa-libgl are in conflict

A typo? nullwiz, I'm not that dumb.
Post the output of 'pacman -Syu' please.



Edit: Read the man page to find out what were you doing all this time.

Last edited by karol (2013-10-01 17:01:23)

Offline

#5 2013-10-01 17:04:24

nullwiz
Member
Registered: 2013-08-23
Posts: 53

Re: [SOLVED]catalyst-utils and mesa-libgl are in conflict

karol wrote:

A typo? nullwiz, I'm not that dumb.
Post the output of 'pacman -Syu' please.



Edit: Read the man page to find out what were you doing all this time.

I thought I made it right and that I had a typo , dont get frustrated.
Its the same output. How the f*k would I know?

:: 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...
warning: libpng12: local (1.2.50-2) is newer than catalyst (1.2.50-1)
resolving dependencies...
looking for inter-conflicts...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: catalyst-utils and mesa-libgl are in conflict

Also

#whoneeds mesa-libgl
error: package 'mesa-libgl' was not found
error: could not get information on mesa-libgl

Last edited by nullwiz (2013-10-01 17:12:45)

Offline

#6 2013-10-01 17:13:35

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]catalyst-utils and mesa-libgl are in conflict

nullwiz wrote:

Its the same output. How the f*k would I know?

:: Synchronizing package databases...
 catalyst                                    9.4 KiB   552K/s 00:00 [#####################################] 100%
 catalyst.sig                              287.0   B  0.00B/s 00:00 [#####################################] 100%
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
warning: libpng12: downgrading from version 1.2.50-2 to version 1.2.50-1
resolving dependencies...
looking for inter-conflicts...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: catalyst-utils and mesa-libgl are in conflict
 

is clearly not the same as

:: 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...
warning: libpng12: local (1.2.50-2) is newer than catalyst (1.2.50-1)
resolving dependencies...
looking for inter-conflicts...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: catalyst-utils and mesa-libgl are in conflict

The post I linked to https://bbs.archlinux.org/viewtopic.php … 4#p1330764 says

You're doing an update and something is trying to install mesa-libgl which conflicts with the already installed nvidia-libgl.
Find out which package is it.

In your case it conflicts with catalyst-utils, not with nvidia-libgl.

Offline

#7 2013-10-01 17:35:02

nullwiz
Member
Registered: 2013-08-23
Posts: 53

Re: [SOLVED]catalyst-utils and mesa-libgl are in conflict

karol wrote:
nullwiz wrote:

Its the same output. How the f*k would I know?

:: Synchronizing package databases...
 catalyst                                    9.4 KiB   552K/s 00:00 [#####################################] 100%
 catalyst.sig                              287.0   B  0.00B/s 00:00 [#####################################] 100%
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
warning: libpng12: downgrading from version 1.2.50-2 to version 1.2.50-1
resolving dependencies...
looking for inter-conflicts...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: catalyst-utils and mesa-libgl are in conflict
 

is clearly not the same as

:: 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...
warning: libpng12: local (1.2.50-2) is newer than catalyst (1.2.50-1)
resolving dependencies...
looking for inter-conflicts...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: catalyst-utils and mesa-libgl are in conflict

The post I linked to https://bbs.archlinux.org/viewtopic.php … 4#p1330764 says

You're doing an update and something is trying to install mesa-libgl which conflicts with the already installed nvidia-libgl.
Find out which package is it.

In your case it conflicts with catalyst-utils, not with nvidia-libgl.

You cant deny that they are really similiar, I didnt note, my bad.
How can I find that package?
I cannot remove catalyst-utils, as I need to use that..
Yes, I knew it conflicted with catalyst-utils that why I made a new thread. In that thread it got solved by waiting. For me, Im having this problem since some days, and now I got some time to post here and try to fix it.
thanks

Offline

#8 2013-10-01 17:41:37

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]catalyst-utils and mesa-libgl are in conflict

'checkupdates' should give you a list of pending updates.
You can post the list here, so someone can help you figure out which package is throwing the curve ball.

Offline

#9 2013-10-01 23:15:31

nullwiz
Member
Registered: 2013-08-23
Posts: 53

Re: [SOLVED]catalyst-utils and mesa-libgl are in conflict

output of checkupdates:

archlinux-keyring
bash
ca-certificates
cairo
catalyst-hook
catalyst-utils
cdparanoia
curl
db
dbus
deluge
dialog
fakeroot
file
firefox
flashplugin
fontconfig
gdbm
geoip
geoip-database
gettext
glamor-egl
glibc
gnutls
groff
gtk3
gvim
inetutils
kmod
lib32-catalyst-utils
lib32-fontconfig
lib32-glibc
lib32-libpng
lib32-libsm
lib32-libx11
lib32-libxrandr
libarchive
libbsd
libdvbpsi
libdvdcss
libffi
libidn
libldap
libmariadbclient
libmng
libmodplug
libpng
librsvg
libsm
libusbx
libx11
libxmu
libxpm
libxrandr
libxv
links
linux
linux-firmware
linux-headers
lirc-utils
m4
man-pages
mariadb
mariadb-clients
mdadm
mesa
mtdev
orc
pacman-mirrorlist
perl-error
php
php-apache
phpmyadmin
polkit
poppler
poppler-glib
procps-ng
python
python-setuptools
python2
python2-django
python2-setuptools
qt4
reiserfsprogs
ruby
sqlite
steam
systemd
systemd-sysvcompat
talloc
tzdata
udisks2
vim-runtime
virtualbox
virtualbox-host-modules
vlc
vte-common
wayland
wget
wine
xfce4-cpufreq-plugin
xfce4-power-manager
xfce4-session
xorg-server
xorg-server-common
xorg-xinit
xorg-xinput
xorg-xlsclients
xorg-xmodmap
xorg-xrdb
xvidcore

Offline

#10 2013-10-02 01:26:15

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]catalyst-utils and mesa-libgl are in conflict

It's glamor-egl: https://projects.archlinux.org/svntogit … 80abd63530

When was the last time you updated your system?


Edit: What do you need glamor-egl for? https://www.archlinux.org/packages/extr … lamor-egl/ it's a dependency for xf86-video-ati, but since you're using catalyst, you should remove glamor.
Seems your problem is the same as https://bbs.archlinux.org/viewtopic.php?pid=1326408

Last edited by karol (2013-10-02 01:30:31)

Offline

#11 2013-10-03 00:51:52

nullwiz
Member
Registered: 2013-08-23
Posts: 53

Re: [SOLVED]catalyst-utils and mesa-libgl are in conflict

karol wrote:

It's glamor-egl: https://projects.archlinux.org/svntogit … 80abd63530

When was the last time you updated your system?


Edit: What do you need glamor-egl for? https://www.archlinux.org/packages/extr … lamor-egl/ it's a dependency for xf86-video-ati, but since you're using catalyst, you should remove glamor.
Seems your problem is the same as https://bbs.archlinux.org/viewtopic.php?pid=1326408

Thanks karol, problem solved!

Offline

Board footer

Powered by FluxBB