cannot build current HEAD with MIT kerberos

Alexander Bokovoy ab at samba.org
Wed Dec 5 11:13:23 UTC 2018


On ke, 05 joulu 2018, swen wrote:
> On Wed, 2018-12-05 at 12:16 +0200, Alexander Bokovoy wrote:
> > On ke, 05 joulu 2018, swen via samba-technical wrote:
> > > 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 ?
> > > 
> > > Thanks for your support in advance.
> > 
> > Did you try to clean up the tree before rebuilding?
> 
> Yes, make clean, make distclean and even a brand new git clone.
> Nothing helped.
worked for me.

git pull
git clean -xdf
./configure.developer --with-system-mitkrb5 --without-ad-dc
make
....

dependencies check is being done at the very beginning of the run so it
was just fine for me as:

...

[3118/3118] Compiling pidl/lib/Parse/Pidl/Wireshark/NDR.pm
Waf: Leaving directory `/home/abokovoy/src/samba/bin/default'
'build' finished successfully (14m8.711s)

-- 
/ Alexander Bokovoy



More information about the samba-technical mailing list