| | 1 | [[TOC]] |
| | 2 | |
| | 3 | == dev-libs/apr == |
| | 4 | |
| | 5 | === version 1.2.9 === |
| | 6 | |
| | 7 | ||working||no|| |
| | 8 | |
| | 9 | ==== revision 1 (brecht) ==== |
| | 10 | |
| | 11 | On compiling {{{testfmt.c}}} |
| | 12 | |
| | 13 | {{{ |
| | 14 | "output_operand_lossage `invalid expression as operand'" |
| | 15 | }}} |
| | 16 | |
| | 17 | This can be avoided by not passing the '-g' option to gcc for this test. |
| | 18 | |
| | 19 | {{{ |
| | 20 | libtool: link: warning: undefined symbols not allowed in i586-pc-beos shared libraries |
| | 21 | }}} |
| | 22 | |
| | 23 | Failed tests: |
| | 24 | {{{ |
| | 25 | testmutexscope: testmutexscope.c:168: test_mech_mode: Assertion `rv == APR_SUCCESS' failed. |
| | 26 | Abort |
| | 27 | }}} |
| | 28 | {{{ |
| | 29 | testdso : FAILED 4 of 5 |
| | 30 | }}} |
| | 31 | {{{ |
| | 32 | testflock : FAILED 2 of 3 |
| | 33 | }}} |