[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

DB_INCOMPLETE no longer required

From: Wilson, Douglas <dgwilson_at_sonomasystems.net>
Date: 2002-10-07 19:42:17 CEST

I'm trying to build subversion on AIX 4.3.2, and things stop at the error
below.
I'm building BerkeleyDB 4.1.24 at the same time, found this in
db/docs/ref/upgrade.4.1:

<p>The DB_INCOMPLETE error has been removed from the 4.1 release, and is

no longer returned by the Berkeley DB library. Applications no longer need

to check for this error return, as the underlying Berkeley DB interfaces
that
could historically fail to checkpoint or flush the cache and return this

error can no longer fail for that reason. Applications should remove

all uses of DB_INCOMPLETE.

        /bin/sh /cvs/src/subversion-r3200/libtool --silent --mode=compile cc
-U_
_STR__ -D_USE_IRS -D_THREAD_SAFE -g -qHALT=E -I./subversion/include -I.
-I/cv
s/src/subversion-r3200/neon/src -I/cvs/src/subversion-r3200/db/dist
-I/cvs/src
/subversion-r3200/apr/include -I/cvs/src/subversion-r3200/apr-util/include
-I/
cvs/src/subversion-r3200/apr-util/xml/expat/lib -o
subversion/libsvn_fs/fs.lo -c
 subversion/libsvn_fs/fs.c

"subversion/libsvn_fs/fs.c", line 113.21: 1506-045 (S) Undeclared identifier
DB_
INCOMPLETE.

"subversion/libsvn_fs/fs.c", line 144.22: 1506-045 (S) Undeclared identifier
DB_
INCOMPLETE.

make: 1254-004 The error code from the last command is 1.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 7 19:47:01 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.