Welcome to the Pacman bug collection. Please search the current bugs and feature requests before filing a new one! Use advanced search and select "Search in Comments".
* Please select the correct category and version.
* Write a descriptive summary, background info, and provide a reproduceable test case whenever possible.
* Please select the correct category and version.
* Write a descriptive summary, background info, and provide a reproduceable test case whenever possible.
FS#8190 - pacman-optimize doesn't work without diffutils
Attached to Project:
Pacman
Opened by Robson Roberto Souza Peixoto (robsonpeixoto) - Monday, 01 October 2007, 06:10 GMT-5
Last edited by Dan McGee (toofishes) - Monday, 01 October 2007, 07:30 GMT-5
Opened by Robson Roberto Souza Peixoto (robsonpeixoto) - Monday, 01 October 2007, 06:10 GMT-5
Last edited by Dan McGee (toofishes) - Monday, 01 October 2007, 07:30 GMT-5
|
DetailsDescription: If you run pacman-optimize without diffutils installed the pacman-optimize only show a error.
pacman-optimize should tell to install the diffutils if [ ! -x /usr/bin/diff ]; then echo "Please, install the diffutils" fi Or add diffutils on depends of PKGBUILD Additional info: package version: pacman 3.0.6-1 Steps to reproduce: pacman-optimize |
Closed by Dan McGee (toofishes)
Monday, 01 October 2007, 07:30 GMT-5
Reason for closing: Fixed
Additional comments about closing: added check in GIT. funny that someone seriously wouldn't have diffutils installed.
Monday, 01 October 2007, 07:30 GMT-5
Reason for closing: Fixed
Additional comments about closing: added check in GIT. funny that someone seriously wouldn't have diffutils installed.