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
Description:   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.

------- Comment #1 From Marcelo Goes 2005-09-27 14:57:09 0000 -------
Hi,

Just committed bestcrypt-1.6_p1-r2, would you mind testing if it fixes the issue?

------- Comment #2 From Alex 2005-09-27 15:41:18 0000 -------
(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. 

------- Comment #3 From Marcelo Goes 2005-09-27 15:42:50 0000 -------
Created an attachment (id=69379) [details]
bestcrypt-1.6_p1-r2.ebuild

Cool. I'm attaching the ebuild I committed just in case.

------- Comment #4 From Alex 2005-09-28 15:51:36 0000 -------
(In reply to comment #3) 
> Created an attachment (id=69379) [edit] [details] 
> bestcrypt-1.6_p1-r2.ebuild 
>  
> Cool. I'm attaching the ebuild I committed just in case. 
 
Excellent. I'm marking this as fixed.