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

Bug 76183

Summary: app-antivirus/clamav-0.80 should depend on dev-libs/gmp
Product: Gentoo Linux Reporter: Pier Fumagalli <pier>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: PPC   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Pier Fumagalli 2004-12-30 15:50:03 UTC
As outlined in the CLAMAV F.A.Q., to successfully support digital signatures while updating virus databases, the GMP library should be present during the build process.

If installed without GMP, the following warning will appear:

$ freshclam 
ClamAV update process started at Thu Dec 30 23:28:36 2004
SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
See the FAQ at http://www.clamav.net/faq.html for an explanation.
[...]

When GMP is installed the warning goes away.

And by the way, 0.80 works perfectly on PPC (afaics the ~ppc keyword can be removed).

Reproducible: Always
Steps to Reproduce:
Comment 1 Pier Fumagalli 2004-12-30 15:54:10 UTC
Forget it, I'm a moron... I forgot the USE="crypt" flag.