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

1.2.3 Compile Problems (Solaris 8)

From: Gale, David <David.Gale_at_Hypertherm.com>
Date: 2005-08-31 17:58:37 CEST

I'm trying to upgrade a week-old install of 1.2.1 on a Solaris 8 box.
During 'make', I get a fair number of the following:

libtool: link: warning:
`/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.2/../../..//libiconv.la'
seems to be moved

Doing an ls reveals that that file exists, so I'm not sure what to make
of the warning. But it's just a warning, so moving on, I also get
several warnings such as (replacing my path with [...] for company
security policy):

cd subversion/tests/libsvn_delta && /bin/bash
/[...]/installs/subversion-1.2.3/libtool --tag=CC --silent --mode=link
gcc -pthreads -DNEON_ZLIB
-L/[...]/installs/subversion-1.2.3/apr-util/xml/expat/lib -rpath
/usr/local/lib -o vdelta-test vdelta-test.o
../../../subversion/libsvn_delta/libsvn_delta-1.la
../../../subversion/libsvn_subr/libsvn_subr-1.la
/[...]/installs/subversion-1.2.3/apr-util/libaprutil-0.la
/[...]/installs/subversion-1.2.3/apr-util/xml/expat/lib/libexpat.la
-liconv /[...]/installs/subversion-1.2.3/apr/libapr-0.la -lsendfile -lrt
-lm -lsocket -lnsl -lresolv -lpthread -ldl -lsocket
ld: warning: file
../../../subversion/libsvn_subr/.libs/libsvn_subr-1.so: linked to
/[...]/installs/subversion-1.2.3/subversion/libsvn_subr/.libs/libsvn_sub
r-1.so: attempted multiple inclusion of file

Again, that's just a warning, so I then run 'make check'.

Running all tests in compat-test...success
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 locks-test...success
Running all tests in opt-test...success
Running all tests in path-test...success
Running all tests in ra-local-test...FAILURE
Running all tests in random-test...success
Running all tests in repos-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...FAILURE
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 prop_tests.py...FAILURE
Running all tests in schedule_tests.py...FAILURE
Running all tests in log_tests.py...FAILURE
Running all tests in copy_tests.py...FAILURE
Running all tests in diff_tests.py...FAILURE
Running all tests in export_tests.py...FAILURE
Running all tests in externals_tests.py...FAILURE
Running all tests in merge_tests.py...FAILURE
Running all tests in revert_tests.py...FAILURE
Running all tests in stat_tests.py...FAILURE
Running all tests in trans_tests.py...FAILURE
Running all tests in autoprop_tests.py...FAILURE
Running all tests in blame_tests.py...FAILURE
Running all tests in special_tests.py...FAILURE
Running all tests in svnadmin_tests.py...FAILURE
Running all tests in svnlook_tests.py...FAILURE
Running all tests in svnversion_tests.py...FAILURE
Running all tests in utf8_tests.py...FAILURE
Running all tests in history_tests.py...FAILURE
Running all tests in lock_tests.py...FAILURE
Running all tests in cat_tests.py...FAILURE
Running all tests in import_tests.py...FAILURE
At least one test FAILED, checking
/[...]/installs/subversion-1.2.3/tests.log
FAIL: ra-local-test 1: open an ra session to a local repository
FAIL: ra-local-test 2: get the youngest revision in a repository
FAIL: ra-local-test 6: test svn_ra_local__split_URL correctness
*** Error code 1
make: Fatal error: Command failed for target `check'

Looking in the tests.log file, I see the following:

START: ra-local-test
svn_tests: Mismatched FS module version for 'fsfs': found 1.2.3,
expected 1.2.1
FAIL: ra-local-test 1: open an ra session to a local repository
svn_tests: Mismatched FS module version for 'fsfs': found 1.2.3,
expected 1.2.1
FAIL: ra-local-test 2: get the youngest revision in a repository
PASS: ra-local-test 3: svn_ra_local__split_URL: syntax validation
PASS: ra-local-test 4: svn_ra_local__split_URL: invalid host names
PASS: ra-local-test 5: svn_ra_local__split_URL: valid host names
svn_tests: Mismatched FS module version for 'fsfs': found 1.2.3,
expected 1.2.1
FAIL: ra-local-test 6: test svn_ra_local__split_URL correctness
END: ra-local-test

START: getopt_tests.py
Traceback (most recent call last):
  File
"/[...]/installs/subversion-1.2.3/subversion/tests/clients/cmdline/getop
t_tests.py", line 23,
in ?
    import svntest
  File
"/[...]/installs/subversion-1.2.3/subversion/tests/clients/cmdline/svnte
st/__init__.py",
line 32, in ?
    import main, tree, actions, wc
  File
"/[...]/installs/subversion-1.2.3/subversion/tests/clients/cmdline/svnte
st/main.py", line
 26, in ?
    import time # for time()
ImportError: ld.so.1: /usr/local/bin/python: fatal: libgcc_s.so.1: open
failed: No such file or directory
END: getopt_tests.py

Any thoughts on what's wrong, and how to fix it?

Thanks,
-David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 31 18:01:17 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.