Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10006 - symlink error on procps-2.0.10.ebuild
Summary: symlink error on procps-2.0.10.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-31 06:10 UTC by Chris Russell (RETIRED)
Modified: 2002-10-31 07:35 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 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.