"make quicktest" fails with latest git
Jeremy Allison
jra at samba.org
Thu Nov 3 11:30:38 MDT 2011
On Thu, Nov 03, 2011 at 09:33:45AM -0400, Adam Tauno Williams wrote:
> I did a "git pull" and "make". After which "make quicktest" is failing.
>
> linux-hvej:~/samba-master # make quicktest
> WAF_MAKE=1 ./buildtools/bin/waf test --dup-symbol-check --quick
> 'test' finished successfully (0.000s)
> Waf: Entering directory `/root/samba-master/bin'
> [ 124/3905] Generating VERSION
> [ 158/3905] Generating smbd/build_options.c
> [3352/3905] Linking default/lib/tdb/pytdb.so
> [3354/3905] Linking default/source3/libsmbsharemodes.so
> [3362/3905] Linking default/lib/util/libasn1util.so
> [3363/3905] Linking default/source3/libstring_init.so
> [3364/3905] Linking default/source3/libnamearray.so
> [3369/3905] Linking default/source3/libadt_tree.so
> [3370/3905] Linking default/source3/libutil_sec.so
> default/source3/lib/util_sec_126.o: In function `gain_root_privilege':
> /root/samba-master/bin/../source3/lib/util_sec.c:141: undefined
> reference to `uwrap_setreuid'
At the top level do
git clean -d -f -x
and reconfigure.
More information about the samba-technical
mailing list