We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am trying to install GLnexus, and I have this error. Note that the compilation doesn't stop. Is it a benign error?
Thank you
EDIT: here is the complete failure
Makefile:3474: recipe for target 'test-suite.log' failed make[6]: *** [test-suite.log] Error 1 make[5]: *** [check-TESTS] Error 2 Makefile:3580: recipe for target 'check-TESTS' failed make[4]: *** [check-am] Error 2 Makefile:3804: recipe for target 'check-am' failed Makefile:3807: recipe for target 'check' failed make[3]: *** [check] Error 2 CMakeFiles/capnp.dir/build.make:111: recipe for target 'external/src/capnp-stamp/capnp-build' failed make[2]: *** [external/src/capnp-stamp/capnp-build] Error 2 make[1]: *** [CMakeFiles/capnp.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... CMakeFiles/Makefile2:515: recipe for target 'CMakeFiles/capnp.dir/all' failed -- rocksdb build command succeeded. See also /GLnexus/external/src/rocksdb-stamp/rocksdb-build-*.log [ 61%] No install step for 'rocksdb' [ 62%] Completed 'rocksdb' [ 62%] Built target rocksdb Makefile:140: recipe for target 'all' failed make: *** [all] Error 2 The command '/bin/sh -c cmake -DCMAKE_BUILD_TYPE=$build_type . && make -j4' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am trying to install GLnexus, and I have this error. Note that the compilation doesn't stop. Is it a benign error?
Thank you
EDIT: here is the complete failure
Testsuite summary for Capn Proto 0.7.0
TOTAL: 3
PASS: 2
SKIP: 0
XFAIL: 0
FAIL: 1
XPASS: 0
ERROR: 0
============================================================================
See ./test-suite.log
Please report to [email protected]
Makefile:3474: recipe for target 'test-suite.log' failed
make[6]: *** [test-suite.log] Error 1
make[5]: *** [check-TESTS] Error 2
Makefile:3580: recipe for target 'check-TESTS' failed
make[4]: *** [check-am] Error 2
Makefile:3804: recipe for target 'check-am' failed
Makefile:3807: recipe for target 'check' failed
make[3]: *** [check] Error 2
CMakeFiles/capnp.dir/build.make:111: recipe for target 'external/src/capnp-stamp/capnp-build' failed
make[2]: *** [external/src/capnp-stamp/capnp-build] Error 2
make[1]: *** [CMakeFiles/capnp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:515: recipe for target 'CMakeFiles/capnp.dir/all' failed
-- rocksdb build command succeeded. See also /GLnexus/external/src/rocksdb-stamp/rocksdb-build-*.log
[ 61%] No install step for 'rocksdb'
[ 62%] Completed 'rocksdb'
[ 62%] Built target rocksdb
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
The command '/bin/sh -c cmake -DCMAKE_BUILD_TYPE=$build_type . && make -j4' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered: