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

Tests Failing on AIX - I need a direction hint

From: Hensley, Richard <Richard.Hensley_at_McKesson.com>
Date: 2003-03-13 20:54:21 CET

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
<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
Errors during initial 'svn import':
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
<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.

FAIL: basic_tests.py 1: basic checkout of a wc
FAIL: commit_tests.py 1: commit one file.
FAIL: update_tests.py 1: update a locally-modified binary file
FAIL: switch_tests.py 1: test some basic switching operations
FAIL: prop_tests.py 1: write/read props in wc only (ps, pl, pdel)
FAIL: schedule_tests.py 1: schedule: add some files
FAIL: log_tests.py 1: 'svn log', no args, top of wc.
FAIL: copy_tests.py 1: basic copy and move commands -- on files only
FAIL: diff_tests.py 1: update a file
FAIL: externals_tests.py 1: check out a directory with some external
modules at
tached
FAIL: merge_tests.py 1: performing a merge, with mixed results
FAIL: stat_tests.py 1: run status on an unversioned file in the current
directo
ry
FAIL: trans_tests.py 1: commit new files with keywords active from
birth
FAIL: svnadmin_tests.py 1: test 'svnadmin create' subcommand
FAIL: svnlook_tests.py 1: test 'svnlook youngest' subcommand
FAIL: svnversion_tests.py 1: test 'svnversion' on a working copy and
other dire
ctories
Received on Thu Mar 13 20:58:52 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.