You are not logged in.

#1 2007-11-06 20:15:00

mc_bizon
Member
Registered: 2007-11-06
Posts: 4

pacman -Syu - pciutils conflict

hi
i get this error when trying to pacman-Syu. does anybody know where is the problem?

(51/51) checking for file conflicts                 [#####################] 100%
error: could not prepare transaction
error: failed to commit transaction (conflicting files)
pciutils: /usr/lib/libpci.a exists in filesystem
pciutils: /usr/man/man8/lspci.8.gz exists in filesystem
pciutils: /usr/man/man8/setpci.8.gz exists in filesystem
pciutils: /usr/man/man8/update-pciids.8.gz exists in filesystem
pciutils: /usr/sbin/lspci exists in filesystem
pciutils: /usr/sbin/setpci exists in filesystem
pciutils: /usr/sbin/update-pciids exists in filesystem

Offline

#2 2007-11-06 21:28:17

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: pacman -Syu - pciutils conflict

Try.......pacman -Syuf


EDIT: Worked for me....

Last edited by lilsirecho (2007-11-06 22:12:42)


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#3 2007-11-06 22:01:35

toofishes
Developer
From: Chicago, IL
Registered: 2006-06-06
Posts: 602
Website

Re: pacman -Syu - pciutils conflict

lilsirecho wrote:

Try.......pacman -Syuf

NO! Do not just do this.

Try investigating. Use pacman -Qo to find out what package you have installed owns those files, and make a smart decision from there. -f is not to be used dilly-dally like lilsirecho suggests.

Offline

#4 2007-11-07 13:01:03

mc_bizon
Member
Registered: 2007-11-06
Posts: 4

Re: pacman -Syu - pciutils conflict

thank for the replies. i tried pacman -Qo on conflicting files and no package owns them. does it mean that now it is safe to use pacman -Syuf?

Last edited by mc_bizon (2007-11-07 13:01:54)

Offline

#5 2007-11-07 13:22:03

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: pacman -Syu - pciutils conflict

mc_bizon wrote:

thank for the replies. i tried pacman -Qo on conflicting files and no package owns them. does it mean that now it is safe to use pacman -Syuf?

It's a bit strange that no package owns them, but well.
You don't need to force the whole transaction, just force the install of the package that has a conflict, ie :

pacman -Sy
pacman -Sf pciutils
pacman -Su

pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#6 2007-11-09 20:52:31

mc_bizon
Member
Registered: 2007-11-06
Posts: 4

Re: pacman -Syu - pciutils conflict

that did it, thanks for help

Offline

Board footer

Powered by FluxBB