FS#3742 - pacman outputs silly "up to date" message
Attached to Project:
Pacman
Opened by Johannes Jordan (FoPref) - Wednesday, 11 January 2006, 16:48 GMT
Opened by Johannes Jordan (FoPref) - Wednesday, 11 January 2006, 16:48 GMT
|
Details
If a package was installed in latest version, but then
uninstalled, and the user wants to install it again, he will
get following warning:
[root@lanrules fopref]# pacman -S imlib2-devel :: imlib2-devel-1.2.1.007-1: is up to date. Upgrade anyway? [Y/n] ---- Although it is "up to date" it is not installed. So this message is misleading the user. If he proceeds, in this example, he gets informed about, that indeed action is taken more than just reinstall a already installed package: Remove: imlib2 Targets: imlib2-devel-1.2.1.007-1 Total Package Size: 0.7 MB Proceed with upgrade? [Y/n] |
This task depends upon
[root@mars jvinet]# pacman -S patch
:: patch-2.5.5-1: local version is newer. Upgrade anyway? [Y/n] n
[root@mars jvinet]# pacman -R patch
removing patch... done.
[root@mars jvinet]# pacman -S patch
Targets: patch-2.5.4-2
Total Package Size: 0.1 MB
Proceed with upgrade? [Y/n]
:: Retrieving packages from current...
patch-2.5.4-2 [################] 100% 51K 1342K/s 00:00:00
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing patch... done.
[root@mars jvinet]# pacman -S patch
:: patch-2.5.4-2: is up to date. Upgrade anyway? [Y/n] n
[root@mars jvinet]# pacman -R patch
removing patch... done.
[root@mars jvinet]# pacman -S patch
Targets: patch-2.5.4-2
Total Package Size: 0.1 MB
Proceed with upgrade? [Y/n]
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing patch... done.