Bug 107392 - bestcrypt ebuild forgets to install libkgsha.so and libkgsha256
|
Bug#:
107392
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: crypto@gentoo.org
|
Reported By: nitro.fuel3d@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: bestcrypt ebuild forgets to install libkgsha.so and libkgsha256
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-09-27 07:24 0000
|
I emerged bestcrypt and loaded the bc module and everything went smooth so
far. Running bcnew returned this error:
libkgsha.so: cannot open shared object file: No such file or directory
Can not Load Key Generators
You can search you're hdd but you won't find it. In order to get those libs
you have to manually extract the bestcrypt archive somewhere and run make.
Then copy libkgsha.so and libkgsha256 from /path/to/your_bestcrypt_workdir/lib
to /usr/lib and that's it. Problem fixed. However ... all these things should
be done automagicaly by Portage. Probably the ebuild needs some correction. I
just told you the problem and the solution but I can't write ebuilds so you'll
have to correct it yourself.
Reproducible: Always
Steps to Reproduce:
1.emerge bestcrypt
2.modprobe bc
3.bcnew
Actual Results:
libkgsha.so: cannot open shared object file: No such file or directory
Can not Load Key Generators
Expected Results:
It should have worked :)
Irrelevant.
Hi,
Just committed bestcrypt-1.6_p1-r2, would you mind testing if it fixes the issue?
(In reply to comment #1)
> Hi,
>
> Just committed bestcrypt-1.6_p1-r2, would you mind testing if it fixes the
issue?
I'll try it but I've just synced and there was no r2 in the Portage tree. When
it gets there be sure I'll post my results.