You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Wilson, Douglas" <dg...@sonomasystems.net> on 2002/10/07 17:42:17 UTC

DB_INCOMPLETE no longer required

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

Re: DB_INCOMPLETE no longer required

Posted by Branko Čibej <br...@xbc.nu>.
Wilson, Douglas wrote:

>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:
>  
>
Subversion requires DB 4.0.14. There's been discussion about upgrading 
to 4.1.x, and we even have a patch. However, we haven't reached a 
decision yet; so for now, you'll have to use 4.0.14.

-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org