Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27004 - nco-2.7.1 ebuild does not create proper symlinks
Summary: nco-2.7.1 ebuild does not create proper symlinks
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-20 12:59 UTC by Jordan Dawe
Modified: 2004-03-05 02:12 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 Jordan Dawe 2003-08-20 12:59:18 UTC
The default nco-2.7.1 make install process tries to create three symlinks in the
/usr/bin directory; the sandbox defeats these.  This can be fixed by adding
these commands to src_install():

        dosym /usr/bin/ncbo /usr/bin/ncdiff
        dosym /usr/bin/ncra /usr/bin/ncea
        dosym /usr/bin/ncra /usr/bin/ncrcat


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2004-03-05 02:12:04 UTC
I can't reproduce your problem, I don't get any sandbox violations. Btw, in a few hours version 2.9.1 will be available as ~x86. Please re-open this bug if you can still reproduce your problem.