Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#40306 - --S --print doesn't display any output when package is ignored
Attached to Project:
Pacman
Opened by Remy Marquis (Spyhawk) - Sunday, 11 May 2014, 13:33 GMT
Last edited by Andrew Gregory (andrewgregory) - Thursday, 15 May 2014, 12:49 GMT
Opened by Remy Marquis (Spyhawk) - Sunday, 11 May 2014, 13:33 GMT
Last edited by Andrew Gregory (andrewgregory) - Thursday, 15 May 2014, 12:49 GMT
|
DetailsSummary and Info: "pacman -Sp package" displays the target URL by default and doesn't perform any operation. However, the output is empty when the package is ignored, either with the --ignore flag or when the package is added to the IgnorePkg directive in pacman.conf.
Steps to Reproduce: - Check the output of "pacman -Sp linux" for example. The output should be similar to http://archlinux.puzzle.ch/core/os/x86_64/linux-3.14.2-1-x86_64.pkg.tar.xz - Add the package "linux" to the IgnorePkg line in pacman.conf, or pass the command line option "--ignore linux" to pacman. - See that the output of "pacman -Sp linux" is now empty. |
This task depends upon
Closed by Andrew Gregory (andrewgregory)
Thursday, 15 May 2014, 12:49 GMT
Reason for closing: Not a bug
Thursday, 15 May 2014, 12:49 GMT
Reason for closing: Not a bug
Real package name:
pacman -Sp expac --ignore expac
No output.
Provider package name:
pacman -Sp java-runtime --ignore java-runtime
Output displays URLs, despite being ignored.