Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72601 - Symlinks in /usr/bin
Summary: Symlinks in /usr/bin
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-26 21:54 UTC by Kaiting Chen
Modified: 2004-11-30 05:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kaiting Chen 2004-11-26 21:54:38 UTC
I removed all of the symlinks in /usr/bin to /bin, and that messed up a lot of ebuilds, because doexe and doins have hard coded /usr/bin/basename. doexe and doins shouldn't hard code their paths. You would source /etc/profile anyways, and the path would be set anyways, so there is really no need to hard code paths. The better thing to do might be to source /etc/profile or set the PATH variable before an ebuild. There shouldn't be any need to symlink everything in /bin, because that's just annoying.

Reproducible: Always
Steps to Reproduce:
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-11-30 05:18:57 UTC
To be perfectly blunt, deleting things that keep your system stable and then writing a bug to us to fix something that you have broken is also annoying.

Symlinks are there because lots of programs expect things in different places and none in gentoo wants to fix all of them.