Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101780 - Cryptlib doesn't create the symlink to the library
Summary: Cryptlib doesn't create the symlink to the library
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-08 11:55 UTC by Daniel Plaza
Modified: 2005-08-20 01: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 Daniel Plaza 2005-08-08 11:55:10 UTC
In the Cryptlib ebuild when the library is installed with "dolib.so libcl.so*"
the only file copied is "libcl.so.3.2.0" because is the only file that the
Makefile creates.

I think that after the command "dolib.so libcl.so*" should appear (more or less):
  dosym /usr/lib/libcl.so.3.2.0 /usr/lib/libcl.so
in order to create the correct symlink.

I have tested it for cryplib-3.2 but with the other versions the behaviour is
the same.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2005-08-20 01:10:55 UTC
k = fixed - I added a version bump too. Thanks Daniel