Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332179 - sys-apps/gawk should not symlink /bin to /usr/bin
Summary: sys-apps/gawk should not symlink /bin to /usr/bin
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://archives.gentoo.org/gentoo-dev...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-11 06:00 UTC by Eray Aslan
Modified: 2010-08-12 06:10 UTC (History)
0 users

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 Eray Aslan gentoo-dev 2010-08-11 06:00:43 UTC
As discussed in the URL above, /bin preferably should not be
linking against /usr as /usr might not be available.

$ ls -l /bin/*gawk
lrwxrwxrwx 1 root root 10 Apr  2  2009 /bin/gawk -> gawk-3.1.6
lrwxrwxrwx 1 root root 20 Apr  2  2009 /bin/igawk -> /usr/bin/igawk-3.1.6
lrwxrwxrwx 1 root root 20 Apr  2  2009 /bin/pgawk -> /usr/bin/pgawk-3.1.6

Reproducible: Always
Comment 1 SpanKY gentoo-dev 2010-08-12 05:40:46 UTC
i knew i fixed this before ... you're probably using an older version of gawk

$ qlist -I -v gawk
sys-apps/gawk-3.1.8

$ qlist -v -e gawk | grep /bin
/bin/gawk
/bin/awk -> gawk
/usr/bin/pgawk
/usr/bin/gawk -> /bin/gawk
/usr/bin/igawk
/usr/bin/awk -> gawk
Comment 2 Eray Aslan gentoo-dev 2010-08-12 06:10:43 UTC
Sigh.  Yes, old version indeed.  Sorry for the noise.