| 1 | | |
| | 1 | The following command was used to create a package : [[BR]] |
| | 2 | `diff_zip -r9y openssl-0.9.8k-gcc2-haiku-2009-05-09.zip -- /boot/common` [[BR]] |
| | 3 | This package will be turned into an OptionalPackage [[BR]] |
| | 4 | |
| | 5 | interesting. ... `make report` cause a seg fault in bc. [[BR]] |
| | 6 | though this doesn't seem to affect the test results. [[BR]] |
| | 7 | might need to report this to dev.haiku-os.org |
| | 8 | {{{ |
| | 9 | GNU gdb 6.3 |
| | 10 | Copyright 2004 Free Software Foundation, Inc. |
| | 11 | GDB is free software, covered by the GNU General Public License, and you are |
| | 12 | welcome to change it and/or distribute copies of it under certain conditions. |
| | 13 | Type "show copying" to see the conditions. |
| | 14 | There is absolutely no warranty for GDB. Type "show warranty" for details. |
| | 15 | This GDB was configured as "i586-pc-haiku"...(no debugging symbols found) |
| | 16 | |
| | 17 | [tcsetpgrp failed in terminal_inferior: Invalid Argument] |
| | 18 | Thread 6271 caused an exception: Segment violation |
| | 19 | Reading symbols from /boot/system/runtime_loader...done. |
| | 20 | Loaded symbols for /boot/system/runtime_loader |
| | 21 | Reading symbols from /boot/system/lib/libroot.so...done. |
| | 22 | Loaded symbols for /boot/system/lib/libroot.so |
| | 23 | [tcsetpgrp failed in terminal_inferior: Invalid Argument] |
| | 24 | [Switching to team /bin/bc (6271) thread bc (6271)] |
| | 25 | 0x002044e8 in yyparse () |
| | 26 | (gdb) bt |
| | 27 | #0 0x002044e8 in yyparse () |
| | 28 | #1 0x00202ec8 in main () |
| | 29 | (gdb) |
| | 30 | }}} |
| | 31 | |
| | 32 | testlog |
| | 33 | {{{ |
| | 34 | OpenSSL self-test report: |
| | 35 | |
| | 36 | OpenSSL version: 0.9.8k |
| | 37 | Last change: Don't set val to NULL when freeing up structures, it is... |
| | 38 | Options: --prefix=/boot/common enable-zlib enable-shared no-camellia no-capieng no-cms no-gmp no-jpake no-krb5 no-mdc2 no-montasm no-rc5 no-rfc3779 no-seed no-zlib-dynamic |
| | 39 | OS (uname): Haiku shredder 1 r30653 May 4 2009 09:29:41 BePC Haiku |
| | 40 | OS (config): i586-pc-haiku |
| | 41 | Target (default): haiku-x86 |
| | 42 | Target: haiku-x86 |
| | 43 | Compiler: using priority 5 |
| | 44 | gcc version 2.95.3-haiku-081024 |
| | 45 | |
| | 46 | Test passed. |
| | 47 | |
| | 48 | }}} |