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

problem building 1.8.1

From: Steve Kelem <steve_at_kelem.net>
Date: Sat, 27 Jul 2013 23:58:16 -0700
I'm trying to build subversion 1.8.1 on Ubuntu 13.04, x86-64.
It seems to build okay, but when I run the self-tests, I get a bunch of failures, for example:

% python build/run_tests.py --config-file ./subversion/tests/tests.conf /usr/local/src/subversion-1.8.1 '/usr/local/src/subversion-1.8.1' subversion/tests/libsvn_client/client-test
[1/1] client-test........................................................FAILURE
At least one test FAILED, checking /local/usr/local/src/subversion-1.8.1/tests.log
FAIL:  lt-client-test 3: test svn_client_patch
FAIL:  lt-client-test 4: test svn_wc_add3 scenarios
FAIL:  lt-client-test 7: test foreign repository copy
Summary of test results:
  4 tests PASSED
  3 tests FAILED
SUMMARY: Some tests failed.

the complete list of passing and failing tests is attached.

I'd appreciate any help in resolving this.

Thanks,
Steve
.
.
.

% cat tests.log
START: client-test
PASS:  lt-client-test 1: test svn_client__elide_mergeinfo_catalog
PASS:  lt-client-test 2: test svn_client_args_to_target_array
svn_tests: E200030: sqlite[S26]: file is encrypted or is not a database, executing statement 'PRAGMA synchronous=OFF;PRAGMA recursive_triggers=ON;'
FAIL:  lt-client-test 3: test svn_client_patch
svn_tests: E200030: sqlite[S26]: file is encrypted or is not a database, executing statement 'PRAGMA synchronous=OFF;PRAGMA recursive_triggers=ON;'
FAIL:  lt-client-test 4: test svn_wc_add3 scenarios
PASS:  lt-client-test 5: test a crash in svn_client_copy5
PASS:  lt-client-test 6: test youngest_common_ancestor
svn_tests: E200030: sqlite[S26]: file is encrypted or is not a database, executing statement 'PRAGMA synchronous=OFF;PRAGMA recursive_triggers=ON;'
FAIL:  lt-client-test 7: test foreign repository copy
END: client-test
ELAPSED: client-test 0:00:07.592688


I configured with:
% setenv CC "gcc -m64 -std=gnu99"
% ./configure \
--prefix=/usr/local \
--with-openssl \
--with-junit=/opt/java/junit/junit4.11/junit-4.11.jar \
--with-apr=/usr/local/src/apr-1.4.8 \
--with-apr-util=/usr/local/src/apr-util-1.5.2 \
--with-apxs=/usr/local/apache2/bin/apxs \
--with-berkeley-db \
--enable-bdb6 \
--enable-sqlite-compatibility-version=3.7.15


Versions of other tools:
Python 2.7.4
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]

Received on 2013-07-28 08:59:47 CEST

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.