cannot build current HEAD with MIT kerberos

Stefan Metzmacher metze at samba.org
Wed Dec 5 11:22:49 UTC 2018


Am 05.12.18 um 10:51 schrieb swen via samba-technical:
> Since today a configuration of
> ./configure --with-system-mitkrb5 --without-ad-dc
> 
> is failing the succeeding make
> 
> [swen at linux SSS]$ make
> WAF_MAKE=1 python ./buildtools/bin/waf build
> Waf: Entering directory `/home/swen/SAMBA/SSS/bin/default'
> 	Selected embedded Heimdal build
> ERROR: Target 'gssapi' in directory /home/swen/SAMBA/SSS/source4/heimdal_build re-defined as LIBRARY - was SYSLIB
> make: *** [Makefile:8: all] Error 1
> 
> Did something change ?
> Do I miss something obvious ?

I guess your installed krb5-config comes from system heimdal.

In wscript_configure_system_mitkrb5 we have this:

vendor = conf.cmd_and_log(conf.env.KRB5_CONFIG+['--vendor'])
conf.env.KRB5_VENDOR = vendor.strip().lower()
if conf.env.KRB5_VENDOR != 'heimdal':
...

I think if KRB5_VENDOR is heimdal, we should bail out.

metze

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20181205/eaf27295/signature.sig>


More information about the samba-technical mailing list