Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182966 - app-crypt/heimdal-0.7.2-r3 uses wrong configure option to disable krb4
Summary: app-crypt/heimdal-0.7.2-r3 uses wrong configure option to disable krb4
Status: VERIFIED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-23 09:11 UTC by Andreas Richter
Modified: 2008-07-14 12:22 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 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