Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 27004

Summary: nco-2.7.1 ebuild does not create proper symlinks
Product: Gentoo Linux Reporter: Jordan Dawe <freedryk>
Component: New packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.