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

Bug 10006

Summary: symlink error on procps-2.0.10.ebuild
Product: Gentoo Linux Reporter: Chris Russell (RETIRED) <cjr>
Component: [OLD] Core systemAssignee: Brandon Low (RETIRED) <lostlogic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.4_rc1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Russell (RETIRED) gentoo-dev 2002-10-31 06:10:35 UTC
all platforms, all profiles.. :)
Assigning to you Brandon because you were the last maintainer, and I don't have
cvs access handy.. :)

procps-2.0.10.ebuild attempts to create a symlink /lib/libproc.so ->
/lib/libproc.so.2.0.8
it should be /lib/libproc.so -> /lib/libproc.so.2.0.10

the result being, no libproc.so symlink at all after cleaning

there are 2 lines in the middle of the src_install section that refer to version
2.0.8

    doexe proc/libproc.so.2.0.8
    dosym /lib/libproc.so.2.0.8 /lib/libproc.so

editing these to 2.0.10 and re-merging fixes the probem,

cheers,
Chris.
Comment 1 Brandon Low (RETIRED) gentoo-dev 2002-10-31 07:35:46 UTC
Fixored in -r1, thanks.