Bug #2030
closedUnit tests fail on OSX 10.9.5 with XCode 6
0%
Description
On my machine test cases simply don't start with
[cawka@cawka-mac ndn-cxx (master)]$ ./build/unit-tests
Test setup error: std::runtime_error: PK_Signer: key too short for this signature scheme
On two other machines tests start, but some fail with the same error
Updated by Junxiao Shi about 10 years ago
Is it just a problem with tests? TPM may have same problem.
Updated by Alex Afanasyev about 10 years ago
- Status changed from In Progress to Resolved
Something wrong with macport's binary version of libcryptopp. After recompiling it from source (sudo port install -s libcryptopp
), everything works fine.
Updated by Alex Afanasyev about 10 years ago
Keep it in resolved state. This issue may still come up on some machines and it is more visible when it is not closed.
Updated by Shock Jiang about 10 years ago
The problem pops up to me, and the above solution port install -s libcryptopp does not work. p.s., my os is Yosemite. quit urgent, since I cannot pass the NDNS tests locally.
Updated by Alex Afanasyev about 10 years ago
If you have upgraded, you must remove all the ports and then install boost, libcryptopp, and other libraries again.
Updated by Junxiao Shi almost 10 years ago
- Related to Task #2284: INSTALL: remind user to reinstall ports after OSX upgrade added
Updated by Junxiao Shi almost 10 years ago
- Status changed from Resolved to Closed
The solution in note-7 may occur on machine machines, so it deserves to be mentioned in INSTALL.rst.
I'm splitting that to #2284, and this Bug can be closed now.