On Wednesday 14 January 2009 12:47:22 pm jelmer wrote:
> Author: jelmer
> Date: Wed, 14 Jan 2009 02:47:22 +0100
> New Revision: 991
>
> Log:
> Use tevent_context_init.
This broke the build against the current samba4 version we have 
in ./script/samba4_ver.sh

I tried to update, but our ./script/installsamba4.sh doesn't appear to be able 
to handle the current configuration. I only get to here...

ar -rv libtdb.a common/tdb.o common/dump.o common/transaction.o common/error.o 
common/traverse.o common/freelist.o common/freelistcheck.o common/io.o 
common/lock.o common/open.o replace.o snprintf.o getpass.o
ar: creating libtdb.a
a - common/tdb.o
a - common/dump.o
a - common/transaction.o
a - common/error.o
a - common/traverse.o
a - common/freelist.o
a - common/freelistcheck.o
a - common/io.o
a - common/lock.o
a - common/open.o
a - replace.o
a - snprintf.o
a - getpass.o
gcc -I./include -Iinclude   -I./../replace  -o bin/tdbtool 
tools/tdbtool.o -L. -ltdb
Compiling tools/tdbdump.c
gcc -I./include -Iinclude   -I./../replace  -o bin/tdbdump 
tools/tdbdump.o -L. -ltdb
Compiling tools/tdbbackup.c
gcc -I./include -Iinclude   -I./../replace  -o bin/tdbbackup 
tools/tdbbackup.o -L. -ltdb
gcc -shared -Wl,-Bsymbolic  -o libtdb.so.1.1.3 common/tdb.o common/dump.o 
common/transaction.o common/error.o common/traverse.o common/freelist.o 
common/freelistcheck.o common/io.o common/lock.o common/open.o replace.o 
snprintf.o getpass.o -Wl,-soname=libtdb.so.1
ln -fs libtdb.so.1.1.3 libtdb.so
make: *** No rule to make target `tdb_wrap.c', needed by `tdb_wrap.o'.  Stop.
Error in Step2 (error code 2)
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to