| 1 | | |
| | 1 | A [https://issues.apache.org/bugzilla/show_bug.cgi?id=44362 patch] to fix VPATH builds for BeOS/Haiku has been accepted. |
| | 2 | |
| | 3 | [source:haikuports/trunk/dev-libs/apr/apr-0.9.x.diff Patch] |
| | 4 | |
| | 5 | {{{test/teststr.c}}} fails to compile on Haiku/gcc2, just like {{{testfmt.c}}} was reported above. Removing -g resolves this. |
| | 6 | |
| | 7 | APR Atomic Test, APR Lock Performance Test pass. |
| | 8 | |
| | 9 | `testsock` fails: |
| | 10 | {{{ |
| | 11 | Initializing.........OK |
| | 12 | Creating context.......OK |
| | 13 | This test relies on the process test working. Please |
| | 14 | run that test first, and only run this test when it |
| | 15 | completes successfully. Alternatively, you could run |
| | 16 | server and client by yourself. |
| | 17 | Creating children to run network tests....... |
| | 18 | Network test completed. |
| | 19 | Creating children to run network tests....... |
| | 20 | Problem spawning new process |
| | 21 | testsock failed |
| | 22 | }}} |
| | 23 | Not surprising, the process test, started manually, hangs as well: |
| | 24 | {{{ |
| | 25 | ~/apr/test> ./testall testproc |
| | 26 | Partial APR Tests: |
| | 27 | Process control: |
| | 28 | }}} |
| | 29 | |