Platform: Solaris 10 x86 - latest release
Issue #1:
When attempting to link svn, there are three unresolved functions. When I
googled, I found the following:
From: Newberger, Eric <ENewberger_at_RGIS.com>
Date: 2007-05-11 22:31:15 CEST
I have resolved this problem.
Add the line LIBS="$LIBS -lintl" to the configure file and re-run
reconfigure.
Make then adds the -liconv and -lintl to the libtool script.
Notice the date. This issue was reported on this mail list a little over a
year ago, but the issue still exists in 1.5.0.
Funny thing is that configure appears to be looking for the functions and
appears to find them, yet the "-lintl" is not added.
Issue #2:
The "make check" has a failure. Digging through the log, finds the
following error:
CMD: svn propdel "^H" --config-dir /usr/local/src/subversion-1.5.0
/subversion/te
sts/cmdline/svn-test-work/local_tmp/config --password rayjandom
--no-auth-cache
--username jrandom <TIME = 0.047986>
svn: Non-ASCII character (code 8) detected, and unable to convert to/from
UTF-8
Traceback (most recent call last):
File "/usr/local/src/subversion-1.5.0
/subversion/tests/cmdline/svntest/main.py
", line 1078, in run
rc = apply(self.pred.run, (), kw)
File "/usr/local/src/subversion-1.5.0
/subversion/tests/cmdline/svntest/testcas
e.py", line 121, in run
return self.func(sandbox)
File "/usr/local/src/subversion-1.5.0
/subversion/tests/cmdline/prop_tests.py",
line 1437, in invalid_propnames
'propdel', propname)
File "/usr/local/src/subversion-1.5.0
/subversion/tests/cmdline/svntest/actions
.py", line 175, in run_and_verify_svn
out, err = main.run_svn(want_err, *varargs)
File "/usr/local/src/subversion-1.5.0
/subversion/tests/cmdline/svntest/main.py
", line 494, in run_svn
*(_with_auth(_with_config_dir(varargs))))
File "/usr/local/src/subversion-1.5.0
/subversion/tests/cmdline/svntest/main.py
", line 313, in run_command
None, *varargs)
File "/usr/local/src/subversion-1.5.0
/subversion/tests/cmdline/svntest/main.py
", line 435, in run_command_stdin
raise Failure
Failure
FAIL: prop_tests.py 22: test prop* handle invalid property names
Any fixes for the test failure?
Thanks in advance.
MB
--
Mike Brown (Michael.L.Brown_at_Philips.com)
Blackberry: vidiot_at_uscellular.blackberry.com
Philips Medical, Fitchburg, WI
Desk: 608-288-6969 Fax: 608-298-2101
PMS direct: 164-6969
You design it, I'll build it!
Received on 2008-07-22 18:05:05 CEST