compiling error after updating CVS

Christian evilninja at gmx.net
Thu Dec 6 04:09:51 EST 2001


Hi,

i am writing again, because i have problems to recompile the HEAD CVS sources. i
was asking about the TESTDIR.TMP issue, and i was advised to
cvs-update the HEAD and to recompile. i tried this, but now "make" gives me an
error. i am compiling the sources with the following script, after this, the
logfile follows.
the script is the same i used to compile the former (and now working) HEAD tree,
so the $directories and other $vars are set correctly.

Thanks in advance (again :)
Christian.
[Please write to my email-address, because i am not on the mailing-list any
more!!]

-----snip------------
echo "Compiling..."
        echo "Check directories"
        test -d $head_dst && echo "Ok. Directory $head_dst is there" || (echo
"Creating directory $head_dst"; mkdir $head_dst )
        echo "configure..."
        cd $head_dir/samba/source
        autoconf
./configure --prefix="$head_dst" --with-smbmount --with-winbind --with-included-
popt --localstatedir=/var/log/head --sysconfdir=/etc/samba --with-lockdir=/var/l
ock/head
 2>&1 | tee $head_log
        echo "Make..."
        (make 2>&1 || (make clean; make 2>&1)) | tee -a $head_log
        echo "Done."
----------snap----------

[the logfile, configure went OK]

configure OK
updating cache ./config.cache
creating ./config.status
creating include/stamp-h
creating Makefile
creating include/config.h
Using FLAGS
=  -O  -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper  -I. -I.
Using FLAGS32
  -O  -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper  -I. -I.
Using LIBS = -lresolv  -ldl -lcrypt -lnsl -lcrypt
rebuilding include/proto.h
mawk: cannot open auth/auth_builtin.c (Datei oder Verzeichnis nicht gefunden)
make: *** [include/proto.h] Fehler 2
rm -f core */*~ *~ */*.o */*.po */*.po32 */*.so bin/smbclient bin/net
bin/smbspool bin/testparm bin/testprns bin/smbstatus bin/smbcontrol bin/smbtree
bin/wbinfo bin/smbpasswd
bin/rpcclient bin/smbcacls    bin/smbmount bin/smbmnt bin/smbumount
bin/nmblookup bin/pdbedit bin/smbgroupedit bin/smbd bin/nmbd bin/swat
bin/winbindd
Using FLAGS
=  -O  -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper  -I. -I.
Using FLAGS32
  -O  -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper  -I. -I.
Using LIBS = -lresolv  -ldl -lcrypt -lnsl -lcrypt
rebuilding include/proto.h
mawk: cannot open auth/auth_builtin.c (Datei oder Verzeichnis nicht gefunden)
make: *** [include/proto.h] Fehler 2

--
########### Christian ###############
########   evilninja at gmx.net   #########
##################################








More information about the samba-cvs mailing list