You are not logged in.
Hi there, I'm trying to upgrade my Arch with GNOME 3.12. When running pacman -Syu I get the following error...
$ sudo pacman -Syu
...
(162/162) checking keys in keyring [######################] 100%
(162/162) checking package integrity [######################] 100%
(162/162) loading package files [######################] 100%
(162/162) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
gtksourceview3: /usr/share/gtksourceview-3.0/styles/solarized-dark.xml exists in filesystem
gtksourceview3: /usr/share/gtksourceview-3.0/styles/solarized-light.xml exists in filesystem
Errors occurred, no packages were upgraded....is it possible to figure out which package (perhaps from AUR) causes this conflict? Or is gtksourceview3 broken?
Thanks
Christoph
Offline
pacman -Qo /usr/share/gtksourceview-3.0/styles/solarized-dark.xml
If it isn't owned by a package then you can just move it.
Offline
Fixed with the help of https://bbs.archlinux.org/viewtopic.php?id=56373...
$ pacman -Qo /usr/share/gtksourceview-3.0/styles/solarized-light.xml
/usr/share/gtksourceview-3.0/styles/solarized-light.xml ist in gedit-solarized-git 20130705-1 enthalten
showed me that gedit-solarized-git is the culprit, so i got rid of it...
$ pacaur -R gedit-solarized-git
@drcouzelis Thanks!
Offline
And thank YOU for not using "pacman --force". ![]()
Offline
Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309
Offline