FS#23301 - [pacman] 3.5.0 pactree conflict with pacman-contrib

Attached to Project: Arch Linux
Opened by Sébastien Luttringer (seblu) - Wednesday, 16 March 2011, 21:32 GMT
Last edited by Andrea Scarpino (BaSh) - Wednesday, 16 March 2011, 22:19 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


Steps to reproduce:
$ sudo pacman -Syu
:: Synchronizing package databases...
testing 7,9K 99,9K/s 00:00:00 [########################################] 100%
core is up to date
extra is up to date
community-testing 0,7K 12,8M/s 00:00:00 [########################################] 100%
community 426,6K 375,4K/s 00:00:01 [########################################] 100%
multilib is up to date
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n]

resolving dependencies...
looking for inter-conflicts...

Targets (1): pacman-3.5.0-1 [0,75 MB]

Total Download Size: 0,00 MB
Total Installed Size: 2,60 MB

Proceed with installation? [Y/n]
checking package integrity...
(1/1) checking for file conflicts [########################################] 100%
error: failed to commit transaction (conflicting files)
pacman: /usr/bin/pactree exists in filesystem
Errors occurred, no packages were upgraded.

$ pacman -Qo /usr/bin/pactree
/usr/bin/pactree is owned by pacman-contrib 3.4.2-1
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Wednesday, 16 March 2011, 22:19 GMT
Reason for closing:  Fixed
Additional comments about closing:  pacman-contrib-3.5.0-1
Comment by Greg (dolby) - Wednesday, 16 March 2011, 21:44 GMT Comment by Sébastien Luttringer (seblu) - Wednesday, 16 March 2011, 21:45 GMT
Doing the following fix the issue.

$ sudo pacman -S pacman-contrib
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] n

resolving dependencies...
looking for inter-conflicts...

Targets (1): pacman-contrib-3.5.0-1 [0,01 MB]

Total Download Size: 0,01 MB
Total Installed Size: 0,07 MB

Proceed with installation? [Y/n]
:: Retrieving packages from community-testing...
pacman-contrib-3.5.0-1-any 9,0K 94,4K/s 00:00:00 [########################################] 100%
checking package integrity...
(1/1) checking for file conflicts [########################################] 100%
(1/1) upgrading pacman-contrib [########################################] 100%

rwolf ~/scm/archpkg/kernel-rwolf 2 $ sudo pacman -Su
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n]

resolving dependencies...
looking for inter-conflicts...

Targets (1): pacman-3.5.0-1 [0,75 MB]

Total Download Size: 0,00 MB
Total Installed Size: 2,60 MB

Proceed with installation? [Y/n]
checking package integrity...
(1/1) checking for file conflicts [########################################] 100%
(1/1) upgrading pacman [########################################] 100%
warning: /etc/pacman.conf installed as /etc/pacman.conf.pacnew
>>> The pacman database format has changed as of pacman 3.5.0.
>>> You will need to run `pacman-db-upgrade` as root.
>>>

Maybe this bug, should be closed as invalid.

Loading...