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

rc2 check problem

From: Kevin Brannen <kevin_brannen_at_stercomm.com>
Date: 2004-08-12 23:22:26 CEST

I just pulled down 1.1-rc2, the tarball. I've had 2 problems, 1 solved
1 not.

When I ran configure the first time, I got:

---
configure: WARNING: we have configured without BDB filesystem support
The Subversion default filesystem back-end library requires Berkeley
DB version 4.0.14 or newer, which you don't seem to have
installed and linked to APR-UTIL.  We have created Makefiles which
...
---
But I have Suse 9.0 which has:
$ rpm -qa | grep -i db-
db-4.1.25-70
$ rpm -qi db
Name        : db                           Relocations: /usr
Version     : 4.1.25                            Vendor: SuSE Linux AG, 
Nuernberg, Germany
Release     : 70                            Build Date: Tue 23 Sep 2003 
10:33:42 AM CDT
Install date: Tue 18 May 2004 11:50:21 AM CDT      Build Host: 
oldwotan.suse.de
Group       : System/Libraries              Source RPM: db-4.1.25-70.src.rpm
Size        : 1859833                          License: BSD
Hmm, after some thought, it ocurred to me that it probably wanted the 
includes; so I installed the db-devel RPM and it was then happy.  So you 
might want to add something like "Note: be sure you have the BDB 
development includes and libs, which may be in a separate RPM from the 
runtime RPM."  That would go in section II.A.1 & maybe .2.
OK, now for the real problem.  I decided to do a "make check" and it 
erred.  I got:
...
Running all tests in run-fs-tests.py...success
Running all tests in run-repos-tests.py...FAILURE
At least one test FAILED, checking 
/home/kbrannen/src/subversion-1.1.0-rc2/tests.log
FAIL:  autoprop_tests.py 7: import: config=no,  commandline=none
FAIL:  autoprop_tests.py 8: import: config=yes, commandline=none
FAIL:  autoprop_tests.py 9: import: config=no,  commandline=yes
FAIL:  autoprop_tests.py 10: import: config=yes, commandline=yes
FAIL:  autoprop_tests.py 11: import: config=no,  commandline=no
FAIL:  autoprop_tests.py 12: import: config=yes, commandline=no
make: *** [check] Error 1
Is this something I can ignore?  If not, what do I need to do to chase 
it?  Or what info do I need to provide to help the developers chase it?
Thanks,
Kevin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 12 23:23:04 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.