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

Re: Tests Failing on AIX - I need a direction hint

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-03-14 16:58:07 CET

On Thu, Mar 13, 2003 at 02:54:21PM -0500, Hensley, Richard wrote:
> I'm trying to build and test Subversion on the following configuration
> powerpc-ibm-aix5.2.0.0. My goal is to run a Subversion repository on AIX
> using an Apache server. I've got Apache running, now I'm working on
> Subversion.
[snip]
> START: basic_tests.py
> CMD: svnadmin "create" "local_tmp/repos" "--bdb-txn-nosync" <TIME =
> 0.476614>
> CMD: svn "import" "--username" "jrandom" "--password" "rayjandom" "-m"
> "Log mess
> age for revision 1." "
> file:///home/rhensley/subversion-0.19/subversion/tests/cli
> <file:///home/rhensley/subversion-0.19/subversion/tests/cli>
> ents/cmdline/local_tmp/repos" "local_tmp/greekfiles" <TIME = 18.199162>
> svn: Couldn't open a repository.
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository '
> file:///home/rhensley/subversion-0.19/subversion
> <file:///home/rhensley/subversion-0.19/subversion>
> /tests/clients/cmdline/local_tmp/repos'
> svn: Berkeley DB error
> svn: Berkeley DB error while opening environment for filesystem
> /home/rhensley/s
> ubversion-0.19/subversion/tests/clients/cmdline/local_tmp/repos/db:
> Resource temporarily unavailable
[snip]

hmmm... This rings a faint bell. Maybe Berkeley DB 4.0.14 doesn't
check for both EWOULDBLOCK and EAGAIN.

Have a look at the EWOULDBLOCK section of the following document for why
they might need to do this. (I'm pretty sure there was mention of this
on the parisc-linux mailing list and also the Subversion mailing list at
some point.):

http://www.cs.utah.edu/dept/old/texinfo/glibc-manual-0.02/library_2.html

Maybe upgrading to 4.1.x would help (as someone else suggested.)

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 14 16:58:55 2003

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.