[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: Branko Čibej <brane_at_xbc.nu>
Date: 2003-03-13 21:37:03 CET

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.
>
> I used the following procedure to bootstrap from the tar ball.
>
> tar -xvf subversion-0.19.tar
> cd subversion-0.19
> tar -xvf ../db-4.0.14.tar
> mv db-4.0.14 db
> ./configure CC=xlc --enable-maintainer-mode
> make
> make check
>
> I used CC=xlc based on some other AIX traffic in the list. When this
> was not present, the compiler dies with an internal error.
>
> The following is the first test failure in tests.log, all of the rest
> after basic_tests.py are also failing in a similar manner. My question
> is where to I point myself in trying to figure out what the problem
> is? If somebody can give me a hint, I will see if I can track this down.
>
> Should I go into the db directory and run the tests there?
>
> 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
> 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
> /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
> Errors during initial 'svn import':
>
This looks like a BDB problem on AIX. Looking at

    http://www.sleepycat.com/docs/ref/build_unix/aix.html

the only thing that might be relevant is the last paragraph in item 5. I
say "might be" because it's not clear from that text if it talks about
actually creating a file larger than 1G, or creating any file with
largefile support enabled.

Maybe you should check the hard limit and file system settings?

> ACTUAL STDERR:
> 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
> /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
> Caught SystemExit(1), skipping cleanup
> FAIL: basic_tests.py 1: basic checkout of a wc
> END: basic_tests.py
>
> This is the whole lists of tests that fail.
>
I think all your tests would fail, actually, but we bail out of a test
group if the initial import doesn't work.

-- 
Brane Čibej   <brane_at_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
Received on Thu Mar 13 21:39:06 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.