Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#28031 - [coreutils]: Kindly ln -s /bin/install /usr/bin
Attached to Project:
Arch Linux
Opened by Andreas Krüger (kardech) - Saturday, 21 January 2012, 16:44 GMT
Last edited by Allan McRae (Allan) - Saturday, 21 January 2012, 21:36 GMT
Opened by Andreas Krüger (kardech) - Saturday, 21 January 2012, 16:44 GMT
Last edited by Allan McRae (Allan) - Saturday, 21 January 2012, 21:36 GMT
|
DetailsDescription:
The "install" programm is often installed and often expected as /usr/bin/install . The Arch package has decided to provide it as /bin/install . I have an installation task failing on me as it cannot find /usr/bin/install. Kindly provide a symbolic link /usr/bin/install pointing to /bin/install . Additional info: * coreutils 8.15-1 Steps to reproduce: Easy way: /usr/bin/install --version Hard way: Install ruby and rvm, then run rvm 1.9.2 do gem install rails Error message seen: make: /usr/bin/install: Command not found Workaround: sudo ln -s /bin/install /usr/bin Best regards, and thank you for the good job you do! |
This task depends upon
Comment by Dave Reisner (falconindy) -
Saturday, 21 January 2012, 19:13 GMT
Only broken programs hardcode binary locations, rather than relying on the PATH environment variable and path lookups. Fix the problem where it exists (hint: not in coreutils).