FS#9804 - Two versions of qemu in the [extra] repository

Attached to Project: Arch Linux
Opened by dyscoria (dyscoria) - Monday, 10 March 2008, 11:13 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 27 March 2008, 19:38 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture x86_64
Severity Low
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Up to date mirrors have two versions of qemu in the [extra] repository (both 0.9.1-1 and 0.9.1-2).

Additional info:
* package version(s)
qemu-0.9.1-1
qemu-0.9.1-2

Steps to reproduce:
'pacman -Qi qemu' recognises the package as the 0.9.1-1 version.
'pacman -Sy qemu' causes the newer version to be installed, then pacman complains that the local version is newer than the [extra] version.
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Thursday, 27 March 2008, 19:38 GMT
Reason for closing:  Fixed
Comment by Roman Kyrylych (Romashka) - Monday, 10 March 2008, 12:10 GMT
Works fine here.
Please try -Syy (yes, double 'y')
Comment by Roman Kyrylych (Romashka) - Monday, 10 March 2008, 12:13 GMT
in addition, I've removed the -1 package, so it should be removed from mirrors on next sync.
Comment by Eric Belanger (Snowman) - Tuesday, 11 March 2008, 04:36 GMT
The problem is only on x86_64. The db references 0.9.1-1 but in fact the package which is downloaded and installed is qemu-0.9.1-2-x86_64.pkg.tar.gz :

112 eric@ovide $ sudo pacman -Syy
:: Synchronizing package databases...
testing 26.2K 306.2K/s 00:00:00 [----------------------------------------------------------------------------] 100%
core 23.6K 297.7K/s 00:00:00 [----------------------------------------------------------------------------] 100%
extra 304.7K 491.3K/s 00:00:01 [----------------------------------------------------------------------------] 100%
community 341.1K 495.0K/s 00:00:01 [----------------------------------------------------------------------------] 100%
unstable 3.8K 836.6K/s 00:00:00 [----------------------------------------------------------------------------] 100%
local database is up to date
113 eric@ovide $ sudo pacman -S qemu
resolving dependencies...
looking for inter-conflicts...

Targets: qemu-0.9.1-1

Total Download Size: 0.00 MB
Total Installed Size: 4.01 MB

Proceed with installation? [Y/n]
checking package integrity...
(1/1) checking for file conflicts [----------------------------------------------------------------------------] 100%
(1/1) installing qemu [----------------------------------------------------------------------------] 100%
>>> Qemu package now provides standard qemu and qemu-kvm.

>>> PLEASE READ FOR KVM USAGE!
>>> Load the correct KVM module, you will need a KVM capable CPU!
>>> Add yourself to the group 'kvm'.
>>> Use 'qemu-kvm' to use KVM.

>>> 'qemu-kvm' flexibility:
>>> You can use the qemu-kvm binary without kvm module too.

>>> PLEASE READ FOR KQEMU USAGE!
>>> You need to install the 'kqemu' package for your kernel.
>>> You need to load the module to use qemu with kqemu.
114 eric@ovide $ sudo pacman -Syu
:: Synchronizing package databases...
testing is up to date
core is up to date
extra is up to date
community is up to date
unstable is up to date
:: Starting full system upgrade...
warning: qemu: local (0.9.1-2) is newer than extra (0.9.1-1)
local database is up to date

Loading...