FS#7147 - -Syuw and -Syup should not ask for pacman upgrade

Attached to Project: Pacman
Opened by Roman Kyrylych (Romashka) - Sunday, 13 May 2007, 11:45 GMT
Last edited by Dan McGee (toofishes) - Wednesday, 19 December 2007, 01:57 GMT
Task Type Bug Report
Category General
Status Closed
Assigned To Aaron Griffin (phrakture)
Dan McGee (toofishes)
Architecture All
Severity Low
Priority Normal
Reported Version 3.0.4
Due in Version 3.1.0
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Summary and Info:
pacman -Syuw (including --noconfirm) is unable to get all updated packages when there is new pacman version among them.

Steps to Reproduce:
[root@home ~]# pacman -Syuw
:: Synchronizing package databases...
current 73,1K 11,1K/s 00:00:07 [#####################] 100%
extra 280,5K 6,7K/s 00:00:42 [#####################] 100%
community 175,6K 8,3K/s 00:00:21 [#####################] 100%
unstable 8,1K 34,4K/s 00:00:00 [#####################] 100%
testing 1,9K 96,0K/s 00:00:00 [#####################] 100%
:: Starting full system upgrade...
:: Replace traceroute with current/iputils? [Y/n]

:: pacman has detected a newer version of the "pacman" package.
:: It is recommended that you allow pacman to upgrade itself
:: first, then you can re-run the operation with the newer version.
::
:: Upgrade pacman first? [Y/n]
resolving dependencies... done.

Targets: pacman-3.0.4-2

Total Package Size: 0,80 MB

Proceed with download? [Y/n]
:: Retrieving packages from current...
pacman 824,1K 7,7K/s 00:01:46 [#####################] 100%
checking package integrity... done.
[root@home ~]# rm /var/cache/pacman/pkg/pacman-3.0.4-2.pkg.tar.gz
[root@home ~]# pacman -Syuw --noconfirm
:: Synchronizing package databases...
current is up to date
extra is up to date
community is up to date
unstable is up to date
testing is up to date
:: Starting full system upgrade...

:: pacman has detected a newer version of the "pacman" package.
:: It is recommended that you allow pacman to upgrade itself
:: first, then you can re-run the operation with the newer version.
::
resolving dependencies... done.

Targets: pacman-3.0.4-2

Total Package Size: 0,80 MB

Beginning download...
:: Retrieving packages from current...
pacman 824,1K 7,9K/s 00:01:45 [#####################] 100%
checking package integrity... done.
[root@home ~]# rm /var/cache/pacman/pkg/pacman-3.0.4-2.pkg.tar.gz
[root@home ~]# pacman -Syup --noconfirm
:: Synchronizing package databases...
current is up to date
extra is up to date
community is up to date
unstable is up to date
testing is up to date
:: Starting full system upgrade...

:: pacman has detected a newer version of the "pacman" package.
:: It is recommended that you allow pacman to upgrade itself
:: first, then you can re-run the operation with the newer version.
::
resolving dependencies... done.
ftp://gerolde.archlinux.org/current/os/i686/pacman-3.0.4-2.pkg.tar.gz
[root@home ~]#
This task depends upon

This task blocks these from closing
 FS#8109 - Pacman 3.1 Release Roadmap 
Closed by  Dan McGee (toofishes)
Wednesday, 19 December 2007, 01:57 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in git

Loading...