cannot build current HEAD with MIT kerberos

swen swen at linux.ibm.com
Wed Dec 5 11:28:00 UTC 2018


On Wed, 2018-12-05 at 12:22 +0100, Stefan Metzmacher wrote:
> 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, you are the man :-)

That was it.

I removed all refernces for heimdal from my system and it works now.

Thanks alot for your support !

Cheers Swen





More information about the samba-technical mailing list