Changes between Version 24 and Version 25 of dev-util/subversion
- Timestamp:
- 04/27/08 13:58:34 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-util/subversion
v24 v25 94 94 === work-in-progress (andreasf) - [Haiku] === 95 95 96 Runs okay. When compiled with neon, {{{runtime_loader}}} outputs an error message that file {{{libsvn_ra_serf-1.so.0}}} could not be loaded, but serf is the alternative to neon so can be ignored. 96 Runs okay. When compiled with neon, {{{runtime_loader}}} outputs an error message that file {{{libsvn_ra_serf-1.so.0}}} could not be loaded, but serf is the alternative to neon so can be ignored. [http://dev.haiku-os.org/ticket/2090 Ticket] 97 97 98 98 {{{make check}}} shows a failure in {{{getopt_tests.py}}}, {{{basic_tests.py}}} and reproducibly hangs in {{{commit_tests.py}}}. 99 99 100 According to {{{tests.log}}}, some of the failures result from the runtime_loader message to stderr. 101 102 When compiled {{{--enable-all-static}}} against the updated apr, fails to compile with an undefined reference to {{{pthread_sigmask}}} from apr's {{{threadproc/unix/signals.c}}}. 100 According to {{{tests.log}}}, some failures resulted from the runtime_loader message to stderr. The patch supplied as part of above ticket avoids this, but still test failures remain, all related to {{{EXCEPTION: SVNProcessTerminatedBySignal}}} as seen in {{{tests.log}}}.
