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
Task Type Bug Report
Category
Status Closed
Assigned To Aaron Griffin (phrakture)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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

This task blocks these from closing
 FS#6316 - Pacman 3 release bugcatcher 
Closed by  Aaron Griffin (phrakture)
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
Committed changes to CVS. Please test.
Comment by Scott H (stonecrest) - Friday, 16 February 2007, 04:42 GMT
Works here now.

Loading...