Hello
for local reasons I'm trying to install subversion outside the
freebsd ports system. I'm using /opt in a basic jail environment
under FreeBSD 4.9-STABLE.
after getting subversion made I thought I'd try make check
% make check
none: not found
*** Error code 127
Stop in /var/opt/src/subversion-1.1.0-rc2.
seems this failed because top-level Makefile had "PYTHON = none"
should at least document python needs to be installed
so installed python and changed this line to match:
PYTHON = /opt/local/bin/python
% make check
Running all tests in config-test...success
Running all tests in diff-diff3-test...success
Running all tests in hashdump-test...success
Running all tests in path-test...success
Running all tests in random-test...success
Running all tests in stream-test...success
Running all tests in string-test...success
Running all tests in time-test...success
Running all tests in translate-test...success
Running all tests in utf-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...success
Running all tests in commit_tests.py...success
Running all tests in update_tests.py...success
Running all tests in switch_tests.py...success
Running all tests in prop_tests.py...success
Running all tests in schedule_tests.py...success
Running all tests in log_tests.py...success
Running all tests in copy_tests.py...success
Running all tests in diff_tests.py...success
Running all tests in export_tests.py...success
Running all tests in externals_tests.py...success
Running all tests in merge_tests.py...success
Running all tests in revert_tests.py...success
Running all tests in stat_tests.py...success
Running all tests in trans_tests.py...success
Running all tests in autoprop_tests.py...success
Running all tests in blame_tests.py...success
Running all tests in special_tests.py...success
Running all tests in svnadmin_tests.py...success
Running all tests in svnlook_tests.py...success
Running all tests in svnversion_tests.py...success
Running all tests in run-fs-tests.py...success
Running all tests in run-repos-tests.py...success
suppose I should check whether configure works this out for itself
or should it be supplied to configure?
cheers,
Danny Thomas
--
d.thomas@its.uq.edu.au Danny Thomas,
+61-7-3365-8221 Software Infrastructure,
http://www.its.uq.edu.au ITS, The University of Queensland
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 15 09:36:23 2004