FS#6427 - pacman -Si repo/package doesn't work
Attached to Project:
Pacman
Opened by Roman Kyrylych (Romashka) - Thursday, 15 February 2007, 22:37 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 16 February 2007, 01:59 GMT
Opened by Roman Kyrylych (Romashka) - Thursday, 15 February 2007, 22:37 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 16 February 2007, 01:59 GMT
|
Details
[rk@home ~]$ sudo pacman -S current/xorg-server
:: xorg-server-1.2.0-1: local version is newer. Upgrade anyway? [Y/n] n [rk@home ~]$ sudo pacman3 -S current/xorg-server warning: xorg-server: local (1.2.0-1) is newer than current (1.1.1-6) :: xorg-server-1.2.0-1: local version is up to date. Upgrade anyway? [Y/n] n warning: xorg-server-1.2.0-1 is up to date -- skipping local database is up to date [rk@home ~]$ sudo pacman -Si current/xorg-server Package "current/xorg-server" was not found. [rk@home ~]$ sudo pacman3 -Si current/xorg-server error: package "current/xorg-server" was not found. IMO pacman -Si should work with current/repo notation too. I consider this as a bug, because it's wrong that -Si doens't work while -S does. |
This task depends upon
Closed by Aaron Griffin (phrakture)
Friday, 16 February 2007, 04:53 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in CVS
Friday, 16 February 2007, 04:53 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in CVS
Comment by
Aaron Griffin (phrakture) - Friday,
16 February 2007, 01:59 GMT
Comment by Scott H (stonecrest) -
Friday, 16 February 2007, 04:42 GMT
Committed changes to CVS. Please test.
Works here now.