You are not logged in.

#1 2011-07-11 16:01:07

glenn69
Member
Registered: 2007-09-26
Posts: 125

[SOLVED] File exists in system (kdegames-bovo)

Upon my lastest attempt to pacman -Syu I received the file exists in system error.

error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: failed to commit transaction (conflicting files)

kdegames-bovo: /usr/bin/bovo exists in filesystem
kdegames-bovo: /usr/share/applications/kde4/bovo.desktop exists in filesystem
kdegames-bovo: /usr/share/apps/bovo/bovoui.rc exists in filesystem
kdegames-bovo: /usr/share/apps/bovo/themes/gomoku/theme.svg exists in filesystem
kdegames-bovo: /usr/share/apps/bovo/themes/gomoku/themerc exists in filesystem
kdegames-bovo: /usr/share/apps/bovo/themes/highcontrast/theme.svg exists in filesystem
kdegames-bovo: /usr/share/apps/bovo/themes/highcontrast/themerc exists in filesystem
kdegames-bovo: /usr/share/apps/bovo/themes/scribble/theme.svg exists in filesystem
kdegames-bovo: /usr/share/apps/bovo/themes/scribble/themerc exists in filesystem
kdegames-bovo: /usr/share/apps/bovo/themes/spacy/theme.svg exists in filesystem
kdegames-bovo: /usr/share/apps/bovo/themes/spacy/themerc exists in filesystem
kdegames-bovo: /usr/share/doc/kde/html/en/bovo/common exists in filesystem
kdegames-bovo: /usr/share/doc/kde/html/en/bovo/index.cache.bz2 exists in filesystem
kdegames-bovo: /usr/share/doc/kde/html/en/bovo/index.docbook exists in filesystem
kdegames-bovo: /usr/share/icons/hicolor/128x128/apps/bovo.png exists in filesystem
kdegames-bovo: /usr/share/icons/hicolor/16x16/apps/bovo.png exists in filesystem
kdegames-bovo: /usr/share/icons/hicolor/22x22/apps/bovo.png exists in filesystem
kdegames-bovo: /usr/share/icons/hicolor/32x32/apps/bovo.png exists in filesystem
kdegames-bovo: /usr/share/icons/hicolor/48x48/apps/bovo.png exists in filesystem
kdegames-bovo: /usr/share/icons/hicolor/64x64/apps/bovo.png exists in filesystem
kdegames-bovo: /usr/share/icons/hicolor/scalable/apps/bovo.svgz exists in filesystem

I followed the sticky info and did a pacman -Qo on the files existing

pacman -Qo /usr/bin/bovo 
error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory
error: No package owns /usr/bin/bovo

Do I have to manually mv or rm each file individually to repair this issue?

Last edited by glenn69 (2011-07-11 17:24:39)

Offline

#2 2011-07-11 16:09:46

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] File exists in system (kdegames-bovo)

/usr/bin/bovo is owned by kdegames-bovo.
Let's hope that correcting

error: could not open file /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files: No such file or directory

by copying the correct file to /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files will help.

Offline

#3 2011-07-11 16:15:39

glenn69
Member
Registered: 2007-09-26
Posts: 125

Re: [SOLVED] File exists in system (kdegames-bovo)

Sorry, but what is the correct file to copy to /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files ?

Last edited by glenn69 (2011-07-11 16:25:27)

Offline

#4 2011-07-11 16:27:43

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] File exists in system (kdegames-bovo)

Try this one

%FILES%
usr/
usr/bin/
usr/bin/bovo
usr/share/
usr/share/applications/
usr/share/applications/kde4/
usr/share/applications/kde4/bovo.desktop
usr/share/apps/
usr/share/apps/bovo/
usr/share/apps/bovo/bovoui.rc
usr/share/apps/bovo/themes/
usr/share/apps/bovo/themes/gomoku/
usr/share/apps/bovo/themes/gomoku/theme.svg
usr/share/apps/bovo/themes/gomoku/themerc
usr/share/apps/bovo/themes/highcontrast/
usr/share/apps/bovo/themes/highcontrast/theme.svg
usr/share/apps/bovo/themes/highcontrast/themerc
usr/share/apps/bovo/themes/scribble/
usr/share/apps/bovo/themes/scribble/theme.svg
usr/share/apps/bovo/themes/scribble/themerc
usr/share/apps/bovo/themes/spacy/
usr/share/apps/bovo/themes/spacy/theme.svg
usr/share/apps/bovo/themes/spacy/themerc
usr/share/doc/
usr/share/doc/kde/
usr/share/doc/kde/html/
usr/share/doc/kde/html/en/
usr/share/doc/kde/html/en/bovo/
usr/share/doc/kde/html/en/bovo/common
usr/share/doc/kde/html/en/bovo/index.cache.bz2
usr/share/doc/kde/html/en/bovo/index.docbook
usr/share/icons/
usr/share/icons/hicolor/
usr/share/icons/hicolor/128x128/
usr/share/icons/hicolor/128x128/apps/
usr/share/icons/hicolor/128x128/apps/bovo.png
usr/share/icons/hicolor/16x16/
usr/share/icons/hicolor/16x16/apps/
usr/share/icons/hicolor/16x16/apps/bovo.png
usr/share/icons/hicolor/22x22/
usr/share/icons/hicolor/22x22/apps/
usr/share/icons/hicolor/22x22/apps/bovo.png
usr/share/icons/hicolor/32x32/
usr/share/icons/hicolor/32x32/apps/
usr/share/icons/hicolor/32x32/apps/bovo.png
usr/share/icons/hicolor/48x48/
usr/share/icons/hicolor/48x48/apps/
usr/share/icons/hicolor/48x48/apps/bovo.png
usr/share/icons/hicolor/64x64/
usr/share/icons/hicolor/64x64/apps/
usr/share/icons/hicolor/64x64/apps/bovo.png
usr/share/icons/hicolor/scalable/
usr/share/icons/hicolor/scalable/apps/
usr/share/icons/hicolor/scalable/apps/bovo.svgz

Offline

#5 2011-07-11 16:49:08

glenn69
Member
Registered: 2007-09-26
Posts: 125

Re: [SOLVED] File exists in system (kdegames-bovo)

I'm sorry, but I do not follow.  I see the list of files and directories that you've posted, however I still don't know which file to copy.

Offline

#6 2011-07-11 16:57:38

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] File exists in system (kdegames-bovo)

glenn69 wrote:

I'm sorry, but I do not follow.  I see the list of files and directories that you've posted, however I still don't know which file to copy.

Copy the list I posted to a file named /var/lib/pacman/local/kdegames-bovo-4.6.3-2/files and cross your fingers.

Offline

#7 2011-07-11 17:24:22

glenn69
Member
Registered: 2007-09-26
Posts: 125

Re: [SOLVED] File exists in system (kdegames-bovo)

Worked.   Not sure what I did, but it worked.  Thanks.

Offline

Board footer

Powered by FluxBB