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

Re: building subversion from source rpm - failures

From: Steve Cohen <scohen_at_javactivity.org>
Date: 2005-02-08 01:14:57 CET

Max Bowsher wrote:
> scohen@javactivity.org wrote:
>
>> I originally submitted this yesterday, but maybe, it being a Sunday, it
>> escaped the notice of someone who might know the answer.
>> Can anyone shed any light on the errors encountered below when
>> attempting to build from the source RPM for Redhat 9.0? Are there
>> errors significant, and how can they be avoided?
>>
>> Although I have subversion 1.13 running I wanted to try to build from
>> source so I could get subeclipse working better. I am working on a
>> RedHat 9.0 system.
>>
>> I ran the command
>> rpmbuild --rebuild subversion-1.1.3-1.src.rpm
>> And after a few minutes of building, it ran into a very slow testing
>> phase, which continued for over an hour, with each line eventually
>> reporting success, until i hit this patch:
>> + make check BASE_URL=http://localhost:15835
>> Running all tests in config-test...success
>> Running all tests in diff-diff3-test...success
>
> ...
>
>> Running all tests in target-test.py...success
>> Running all tests in getopt_tests.py...success
>> Running all tests in basic_tests.py...FAILURE
>> Running all tests in commit_tests.py...FAILURE
>> Running all tests in update_tests.py...FAILURE
>> Running all tests in switch_tests.py...FAILURE
>
> ...
>
>> Running all tests in svnversion_tests.py...FAILURE
>> Running all tests in run-fs-tests.py...success
>> Running all tests in run-repos-tests.py...success
>> At least one test FAILED, checking
>> /usr/src/redhat/BUILD/subversion-1.1.3/tests.log
>
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> Might be worth looking here for more info.
>
> Max.
>
>
>
>
Thanks. To be sure, there's more information in the logs, but my
question is really more on the conceptual level. We are building a
binary rpm from a source rpm. As far as rpmbuild knows, subversion has
not even been deployed yet. So why would such tests be expected to work?

I guess I just don't understand what these tests think they're testing.

EXPECTED STDERR:
ACTUAL STDERR:
svn: PROPFIND request failed on '/repositories/log_tests-3'
svn: PROPFIND of '/repositories/log_tests-3': could not connect to
server (http://localhost:15835)
EXCEPTION: SVNLineUnequal
FAIL: log_tests.py 3: 'svn log' on an empty repository
CMD: svnadmin "create" "repositories/log_tests-4" "--bdb-txn-nosync"
"--fs-type=bdb" <TIME = 0.211904>
CMD: svnadmin dump "local_tmp/repos" | svnadmin load
"repositories/log_tests-4" <TIME = 0.025352>
ERROR: dump failed; did not see revision 1
EXCEPTION: SVNRepositoryCopyFailure
FAIL: log_tests.py 4: 'svn log -rN some_dir_unchanged_in_N'
CMD: svnadmin "create" "repositories/log_tests-5" "--bdb-txn-nosync"
"--fs-type=bdb" <TIME = 0.246358>
CMD: svnadmin dump "local_tmp/repos" | svnadmin load
"repositories/log_tests-5" <TIME = 0.028152>
ERROR: dump failed; did not see revision 1
EXCEPTION: SVNRepositoryCopyFailure
FAIL: log_tests.py 5: 'svn log -v -r 1:0 wc_root'
CMD: svnadmin "create" "repositories/log_tests-6" "--bdb-txn-nosync"
"--fs-type=bdb" <TIME = 0.336588>
CMD: svnadmin dump "local_tmp/repos" | svnadmin load
"repositories/log_tests-6" <TIME = 0.039010>
ERROR: dump failed; did not see revision 1
EXCEPTION: SVNRepositoryCopyFailure
FAIL: log_tests.py 6: 'svn log', with args, top of wc
CMD: svnadmin "create" "repositories/log_tests-7" "--bdb-txn-nosync"
"--fs-type=bdb" <TIME = 0.362066>
CMD: svnadmin dump "local_tmp/repos" | svnadmin load
"repositories/log_tests-7" <TIME = 0.030181>
ERROR: dump failed; did not see revision 1
EXCEPTION: SVNRepositoryCopyFailure
FAIL: log_tests.py 7: 'svn log -r N URL' when URL is not in HEAD
CMD: svnadmin "create" "repositories/log_tests-8" "--bdb-txn-nosync"
"--fs-type=bdb" <TIME = 0.269314>
CMD: svnadmin dump "local_tmp/repos" | svnadmin load
"repositories/log_tests-8" <TIME = 0.008841>
ERROR: dump failed; did not see revision 1
EXCEPTION: SVNRepositoryCopyFailure
FAIL: log_tests.py 8: 'svn log TGT' with copyfrom history
END: log_tests.py

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 8 01:17:19 2005

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.