| 3 | | ||R5||unstable|| |
| 4 | | ||BONE||untested|| |
| 5 | | ||Haiku||unstable|| |
| 6 | | |
| 7 | | Dependencies: |
| 8 | | |
| 9 | | * [wiki:dev-libs/apr] 0.9.x |
| 10 | | * [wiki:dev-libs/apr-util] 0.9.x |
| 11 | | * [wiki:net-misc/neon] 0.25.x (optional) |
| 12 | | * [wiki:sys-libs/db] (optional) |
| 13 | | * [wiki:dev-lang/python] (for regenerating configure and running tests) |
| 14 | | |
| 15 | | === work-in-progress (andreasf) - [Haiku] === |
| 16 | | |
| 17 | | 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] |
| 18 | | |
| 19 | | {{{make check}}} shows a failure in {{{getopt_tests.py}}}, {{{basic_tests.py}}} and reproducibly hangs in {{{commit_tests.py}}}. |
| 20 | | |
| 21 | | 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}}}. |