[arch-general] pacman update with new mesa gives a failed update
I tried to update with pacman -Syu this evening (x86_64) - but the update failed with: Proceed with installation? [Y/n] :: Retrieving packages from extra... mesa-9.1-2-x86_64 31.4 MiB 651K/s 00:49 [###############################################] 100% mesa-libgl-9.1-2-x86_64 2.2 KiB 622K/s 00:00 [###############################################] 100% ati-dri-9.1-2-x86_64 32.8 MiB 692K/s 00:49 [###############################################] 100% cairo-1.12.14-3-x86_64 671.8 KiB 748K/s 00:01 [###############################################] 100% intel-dri-9.1-2-x86_64 328.8 KiB 739K/s 00:00 [###############################################] 100% kdelibs3-3.5.10-16-x86_64 13.6 MiB 750K/s 00:19 [###############################################] 100% libx11-1.5.0-2-x86_64 2.0 MiB 673K/s 00:03 [###############################################] 100% nouveau-dri-9.1-2-x86_64 15.4 MiB 752K/s 00:21 [###############################################] 100% svga-dri-9.1-2-x86_64 9.9 MiB 744K/s 00:14 [###############################################] 100% (9/9) checking package integrity [###############################################] 100% (9/9) loading package files [###############################################] 100% (9/9) checking for file conflicts [###############################################] 100% error: failed to commit transaction (conflicting files) mesa: /usr/lib/xorg/modules/dri/swrast_dri.so exists in filesystem mesa-libgl: /usr/lib/libGL.so exists in filesystem mesa-libgl: /usr/lib/libGL.so.1 exists in filesystem mesa-libgl: /usr/lib/libGL.so.1.2.0 exists in filesystem mesa-libgl: /usr/lib/xorg/modules/extensions/libglx.so exists in filesystem Errors occurred, no packages were upgraded. Can anyone advise if I need to do any manual changes before trying again? Thank you. -- mike c
On 02/25/2013 11:11 PM, Mike Cloaked wrote:
I tried to update with pacman -Syu this evening (x86_64) - but the update failed with:
Proceed with installation? [Y/n] :: Retrieving packages from extra... mesa-9.1-2-x86_64 31.4 MiB 651K/s 00:49 [###############################################] 100% mesa-libgl-9.1-2-x86_64 2.2 KiB 622K/s 00:00 [###############################################] 100% ati-dri-9.1-2-x86_64 32.8 MiB 692K/s 00:49 [###############################################] 100% cairo-1.12.14-3-x86_64 671.8 KiB 748K/s 00:01 [###############################################] 100% intel-dri-9.1-2-x86_64 328.8 KiB 739K/s 00:00 [###############################################] 100% kdelibs3-3.5.10-16-x86_64 13.6 MiB 750K/s 00:19 [###############################################] 100% libx11-1.5.0-2-x86_64 2.0 MiB 673K/s 00:03 [###############################################] 100% nouveau-dri-9.1-2-x86_64 15.4 MiB 752K/s 00:21 [###############################################] 100% svga-dri-9.1-2-x86_64 9.9 MiB 744K/s 00:14 [###############################################] 100% (9/9) checking package integrity [###############################################] 100% (9/9) loading package files [###############################################] 100% (9/9) checking for file conflicts [###############################################] 100% error: failed to commit transaction (conflicting files) mesa: /usr/lib/xorg/modules/dri/swrast_dri.so exists in filesystem mesa-libgl: /usr/lib/libGL.so exists in filesystem mesa-libgl: /usr/lib/libGL.so.1 exists in filesystem mesa-libgl: /usr/lib/libGL.so.1.2.0 exists in filesystem mesa-libgl: /usr/lib/xorg/modules/extensions/libglx.so exists in filesystem Errors occurred, no packages were upgraded.
Can anyone advise if I need to do any manual changes before trying again?
Thank you.
pacman -Qo /usr/lib/xorg/modules/dri/swrast_dri.so pacman -Qo /usr/lib/libGL.so.1 -- Ionuț
On Mon, Feb 25, 2013 at 9:13 PM, Ionut Biru <ibiru@archlinux.org> wrote:
pacman -Qo /usr/lib/xorg/modules/dri/swrast_dri.so pacman -Qo /usr/lib/libGL.so.1
Thank you Ionut. The conflicting files are owned by libgl 9.0.2-1 - but I
am unsure whether this means that libgl needs to be removed before running the updates? Will mesa-libgl then replace the functionality that libgl currently provides? I'd like to be sure before doing this so I don't do something that could cause my system graphics to fail. I did not see any announcement saying this was going to happen? Thanks -- mike c
On Mon, Feb 25, 2013 at 9:29 PM, Mike Cloaked <mike.cloaked@gmail.com>wrote:
On Mon, Feb 25, 2013 at 9:13 PM, Ionut Biru <ibiru@archlinux.org> wrote:
pacman -Qo /usr/lib/xorg/modules/dri/swrast_dri.so pacman -Qo /usr/lib/libGL.so.1
Thank you Ionut. The conflicting files are owned by libgl 9.0.2-1 - but
I am unsure whether this means that libgl needs to be removed before running the updates? Will mesa-libgl then replace the functionality that libgl currently provides? I'd like to be sure before doing this so I don't do something that could cause my system graphics to fail. I did not see any announcement saying this was going to happen?
OK I saw your post in arch-dev-public about removing libgl from extra, and also that re-running the pacman update now also replaces libgl with mesa-libgl - so this is resolved.
Thanks -- mike c
participants (2)
-
Ionut Biru
-
Mike Cloaked