Changes between Initial Version and Version 1 of Ticket #50214, comment 18
- Timestamp:
- Feb 22, 2018, 8:39:46 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50214, comment 18
initial v1 3 3 It looks like the macports version is not using the most recent patch. The warnings of --enable-opensslExtra and --enable-gcc-hardening are two things that were changed with Portfile-wolfssl-2.diff. This though would not explain the linker problem. Is the previous version that was reporting the error = -227 still compiling? It would have had to compile previously to reach the CERT EXT test case and if the recent build has accidentally not applied the changes in Portfile-wolfssl-2.diff it should be the same build as from previous tests. 4 4 5 "CERT EXT test failed! 6 5 {{{ 6 CERT EXT test failed! 7 7 error = -227 8 9 FAIL testsuite/testsuite.test (exit status: 255)" 8 FAIL testsuite/testsuite.test (exit status: 255) 9 }}} 10 10 11 11 Is there a case here where it could be trying to link with an old/different version of wolfSSL after the changes are applied?