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

Re: subversion fails make test on SGI

From: Ben Reser <breser_at_gmail.com>
Date: 2004-07-23 01:56:23 CEST

On Thu, 22 Jul 2004 14:41:34 -0400, Schoenborn, Oliver
<oliver.schoenborn@nrc-cnrc.gc.ca> wrote:
> Has anyone succeeded in installing subversion on SGI? I downloaded the
> latest version (1.0.6), with latest berkeley (4.2.52). I did the basic
> ./configure --with-ssl, everything built fine. When I create a repo, I get
> following error:
>
> > svnadmin create Sandbox
> svn: Berkeley DB error while creating environment for
> filesystem Sandbox/db:
> Invalid argument
>
> Contents of Sandbox after this:

Can you please do the following:

Build Subversion however you built it before but add the following
options to whatever you're passing configure:
--enable-maintainer-mode --disable-shared

Make sure that your APR libraries are stripped (for whatever reason
what follows below doesn't seem to work right if they aren't).

Make a file, call it say gdb.run and put the following in it:
break main
set args create foo
set $_exitcode = -1
run
while $_exitcode < 0
step
end
quit

Now from the top of the source tree run:
gdb subversion/svnadmin/svnadmin -x gdb.run > gdb.out

Please post the gdb.out file.

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 23 01:56:45 2004

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

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