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

Bug 182966

Summary: app-crypt/heimdal-0.7.2-r3 uses wrong configure option to disable krb4
Product: Gentoo Linux Reporter: Andreas Richter <ar>
Component: New packagesAssignee: Gentoo Kerberos Maintainers <kerberos>
Status: VERIFIED WONTFIX    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreas Richter 2007-06-23 09:11:28 UTC
The ebuild of heimdal-0.7.2-r3 fails in "configure" if KRB4 is disabled with:
"configure: error: the crypto library used by krb4 lacks features required by
Kerberos 5; to continue, you need to install a newer Kerberos 4 or configure
--without-krb4".

The problem is that the ebuild uses the wrong argument '--disable-krb4' to configure heimdal-0.7.2, it should be '--without-krb4'.
So heimdal-0.7.2-r3.ebuild line 58 should be: --without-krb4 \.

Hope that helps

Reproducible: Always
Comment 1 Michael Hammer (RETIRED) gentoo-dev 2008-07-14 12:22:46 UTC
We are already working on heimdal-1.2.x - As this version is really outdated I'd like to ask you to use heimdal with our overlay at git://git.overlays.gentoo.org/proj/kerberos.git

g, mueli