You are not logged in.
Pages: 1
when attempting to install gstreamer0.10-plugins i get a failure:
(54/54) checking for file conflicts [################################] 100%
error: could not prepare transaction
error: failed to commit transaction (conflicting files)
/usr/lib/gstreamer-0.10/libgstqtdemux.so exists in both 'gstreamer0.10-good' and 'gstreamer0.10-bad'
/usr/lib/gstreamer-0.10/libgstvideocrop.so exists in both 'gstreamer0.10-good' and 'gstreamer0.10-bad'
errors occurred, no packages were upgraded.
Offline
i got that, too. i just moved those files and then it upgraded.
Offline
the files don't exist on my system
Offline
fixed after upgrade
Offline
For future reference, you can append an f somewhere after the -S in order to have it not check for file collisions, and just install.
ie: pacman -Sf <package-name>
Cheers.
Last edited by emmybear (2007-07-01 13:41:25)
Offline
Be sure to reinstall -good if you forced the upgrade, as the -bad upgrade would erase the files after upgrading to the latest version. I don't know how pacman handles it these days, but back in the 2.x days files weren't removed from a package in the local database when a forced overwrite was done.
Offline
Pages: 1