You are not logged in.

#1 2009-04-12 23:27:22

degmic71
Member
Registered: 2009-02-03
Posts: 122

[SOLVED] Problem with Syu upgrade

Tried a full system upgrade with pacman -Syu, got this


-----------------------------------------------------------------------------

Proceed with installation? [Y/n] y
checking package integrity...
(61/61) checking for file conflicts                 [#####################] 100%
error: could not prepare transaction
error: failed to commit transaction (conflicting files)
xorg-server: /usr/lib/xorg/modules/extensions/libdri.so exists in filesystem
xorg-server: /usr/lib/xorg/modules/libwfb.so exists in filesystem
Errors occurred, no packages were upgraded.
[root@mikeyd-laptop ~]#


-----------------------------------------------------------------------------


Any ideas?

Last edited by degmic71 (2009-04-13 04:41:21)

Offline

#2 2009-04-12 23:29:36

banshee28
Member
Registered: 2008-10-18
Posts: 336

Re: [SOLVED] Problem with Syu upgrade

try to update xorg-server first, then do the Syu


Arch64, AMD64, LXDE

Offline

#3 2009-04-12 23:31:55

Ronin-Sage
Member
Registered: 2008-10-24
Posts: 153
Website

Re: [SOLVED] Problem with Syu upgrade

Those files apparently already exist and the upgrade would require overwriting them. Add the -f option to force the upgrade and overwrite these files with the updated ones from the package(s). Note that you generally want to be pretty careful with forcing upgrades, for obvious reasons. It's typically safe to just, for instance, "pacman -Suf xorg-server" to overwrite the files belonging to the "xorg-server" package with the new/updated ones(*TYPICALLY*, not always). What you generally want to avoid is doing a global force(eg, for all packages).

Offline

#4 2009-04-12 23:32:24

degmic71
Member
Registered: 2009-02-03
Posts: 122

Re: [SOLVED] Problem with Syu upgrade

Get this when trying to upgrade xorg-server:

[root@mikeyd-laptop ~]# pacman -Sy xorg-server
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
archlinuxfr is up to date
resolving dependencies...
looking for inter-conflicts...

Targets (2): xf86-input-evdev-2.2.1-1  xorg-server-1.6.0-3 

Total Download Size:    0.00 MB
Total Installed Size:   9.93 MB

Proceed with installation? [Y/n] y
checking package integrity...
(2/2) checking for file conflicts                   [#####################] 100%
error: could not prepare transaction
error: failed to commit transaction (conflicting files)
xorg-server: /usr/lib/xorg/modules/extensions/libdri.so exists in filesystem
xorg-server: /usr/lib/xorg/modules/libwfb.so exists in filesystem
Errors occurred, no packages were upgraded.
[root@mikeyd-laptop ~]#

Offline

#5 2009-04-12 23:34:12

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: [SOLVED] Problem with Syu upgrade

This has been discussed in another thread. The short answer is to either delete those files manually or install xorg-server with the following command:

pacman -Sf xorg-server

My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#6 2009-04-12 23:39:50

degmic71
Member
Registered: 2009-02-03
Posts: 122

Re: [SOLVED] Problem with Syu upgrade

Sorry for the repost then, deleting them worked just wanted to be sure, WOOO!!! NEW KERNEL!

Thanks,

Offline

#7 2009-04-12 23:51:13

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: [SOLVED] Problem with Syu upgrade

degmic71 wrote:

Sorry for the repost then, deleting them worked just wanted to be sure, WOOO!!! NEW KERNEL!

Thanks,

np smile

Could you edit your post and add [SOLVED] in front of the subject?


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#8 2009-04-14 12:38:24

fuscia
Member
Registered: 2008-04-21
Posts: 398

Re: [SOLVED] Problem with Syu upgrade

Xyne wrote:

This has been discussed in another thread. The short answer is to either delete those files manually or install xorg-server with the following command:

pacman -Sf xorg-server

thanks.

Offline

Board footer

Powered by FluxBB