No description provided.
CMake workarounds for ubuntu capnproto 0.6.1 compatibility #28
pull ryanofsky wants to merge 1 commits into bitcoin-core:master from ryanofsky:pr/compat changing 4 files +79 −3-
ryanofsky commented at 5:12 PM on March 3, 2020: collaborator
-
b09973bf7a
CMake workarounds for ubuntu capnproto 0.6.1 compatibility
Fixes #26 Fixes #27
-
Sjors commented at 5:42 PM on March 3, 2020: member
That did the trick for me, although (perhaps unrelated),
make testsays it can't find any. -
ryanofsky commented at 5:48 PM on March 3, 2020: collaborator
That did the trick for me, although (perhaps unrelated),
make testsays it can't find any.Thanks for testing!
make testnot doing anything is expected because ubuntu 0.6.1 package doesn't include thelibkj-testlibrary, so themptestbuild is skipped -
Sjors commented at 5:49 PM on March 3, 2020: member
This also fixed #26, except for
make test, which throwsTest project /Users/sjors/dev/libmultiprocess/build Start 1: mptest Could not find executable /Users/sjors/dev/libmultiprocess/build/mptest Looked in the following places: /Users/sjors/dev/libmultiprocess/build/mptest .... Unable to find executable: /Users/sjors/dev/libmultiprocess/build/mptest 1/1 Test [#1](/bitcoin-core-multiprocess/1/): mptest ...........................***Not Run 0.00 sec 0% tests passed, 1 tests failed out of 1 -
ryanofsky commented at 12:50 AM on March 4, 2020: collaborator
make testsays it can't find any.To clarify, if you're seeing error:
No tests were found!!!with capnp 0.6.1 this is expected because the test can't be built.
But if you're seeing:
The following tests FAILED: 1 - mptest (Not Run) Errors while running CTestthat's a different problem. You need to run
make all testinstead ofmake testin that case (https://stackoverflow.com/questions/733475/cmake-ctest-make-test-doesnt-build-tests). I'll update the readme to reflect this - ryanofsky force-pushed on Mar 4, 2020
- ryanofsky merged this on Mar 4, 2020
- ryanofsky closed this on Mar 4, 2020
- bitcoin-core locked this on Jun 25, 2025