FS#16151 - [vim] conflicting files

Attached to Project: Arch Linux
Opened by Alexander Kojevnikov (alexk) - Saturday, 12 September 2009, 08:14 GMT
Last edited by Allan McRae (Allan) - Saturday, 12 September 2009, 10:13 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

$ sudo pacman -S vim
resolving dependencies...
looking for inter-conflicts...

Targets (1): vim-7.2.245-1

Total Download Size: 0.00 MB
Total Installed Size: 30.39 MB

Proceed with installation? [Y/n]
checking package integrity...
(1/1) checking for file conflicts [#####################] 100%
error: failed to commit transaction (conflicting files)
vim: /usr/bin/xxd exists in filesystem
vim: /usr/share/licenses/vim/license.txt exists in filesystem
Errors occurred, no packages were upgraded.
This task depends upon

Closed by  Allan McRae (Allan)
Saturday, 12 September 2009, 10:13 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Don't install single packages from [testing]
Comment by Allan McRae (Allan) - Saturday, 12 September 2009, 10:04 GMT
What package owns those files? (pacman -Qo <file>)
Comment by Alexander Kojevnikov (alexk) - Saturday, 12 September 2009, 10:10 GMT
$ pacman -Qo /usr/bin/xxd
/usr/bin/xxd is owned by vi 7.2.65-1
$ pacman -Qo /usr/share/licenses/vim/license.txt
/usr/share/licenses/vim/license.txt is owned by vi 7.2.65-1
Comment by Allan McRae (Allan) - Saturday, 12 September 2009, 10:12 GMT
You need to use all of [testing] or none of [testing]. You are attempting to install vim from [testing] without updating vi from [testing].

Loading...