Cannot run bitcoind #11040

issue natonamco opened this issue on August 13, 2017
  1. natonamco commented at 4:03 PM on August 13, 2017: none

    Version: 0.14.2 macOS: Sierra (10.12.6) When running "bitcoind" Terminal shows: dyld: Symbol not found: __ZN5boost11this_thread5hiden9sleep_forERK8timespec Referenced from: /usr/local/bin/bitcoind Expected in: /usr/local/opt/boost/lib/libboost_thread-mt.dylib in /usr/local/bin/bitcoind Abort trap: 6

    Thank you.

  2. natonamco commented at 5:55 PM on August 13, 2017: none

    When running "make check"

    Making check in src /Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS check-local ../build-aux/test-driver: line 107: 35365 Abort trap: 6 "$@" > $log_file 2>&1 FAIL: test/test_bitcoin ../build-aux/test-driver: line 107: 35375 Abort trap: 6 "$@" > $log_file 2>&1 FAIL: qt/test/test_bitcoin-qt

    Testsuite summary for Bitcoin Core 0.14.2

    TOTAL: 2

    PASS: 0

    SKIP: 0

    XFAIL: 0

    FAIL: 2

    XPASS: 0

    ERROR: 0

    ============================================================================ See src/test-suite.log Please report to https://github.com/bitcoin/bitcoin/issues

    make[4]: *** [test-suite.log] Error 1 make[3]: *** [check-TESTS] Error 2 make[2]: *** [check-am] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check-recursive] Error 1

  3. fanquake added the label MacOSX on Aug 14, 2017
  4. jonasschnelli commented at 4:25 PM on August 14, 2017: contributor

    Very likely related to #11036

  5. djro commented at 2:32 PM on October 28, 2017: none

    I also had this issue and uninstall reinstall of boost fixed it: brew uninstall --force boost brew install boost

  6. fanquake closed this on Nov 7, 2017

  7. Cren700 commented at 1:51 PM on November 27, 2017: none

    I also have this problem,try to resolve it

  8. Cantoria commented at 3:15 PM on February 2, 2018: none

    @djro I've met same problem. I'm afraid that your method doesn't work...

  9. hzz780 commented at 4:22 AM on June 14, 2018: none

    Because your boost lib is not match your bitcoind. when we make our bitcoind, we use boost lib 1.0, but we update boost lib to 2.0. We will meet the problem.

    1. install the right version of boost. 2.rebuild bitcoind.

    I hope these will help you.

  10. PaulRBerg commented at 5:53 PM on June 21, 2018: none

    I reinstalled boost and bitcoin and then ran bitcoin-cli again, but it still failed with the same error as above. Tests ran with make check passed.

    dyld: Symbol not found: __ZN5boost11this_thread6hidden9sleep_forERK8timespec
      Referenced from: /usr/local/bin/bitcoin-cli
      Expected in: /usr/local/opt/boost/lib/libboost_thread-mt.dylib
     in /usr/local/bin/bitcoin-cli
    Abort trap: 6
    

    UPDATE: After I manually removed bitcoind and bitcoin-cli from usr/local/bin and installed a fresh copy of bitcoin again, it worked.

  11. potadibyo commented at 2:21 PM on August 16, 2018: none

    ../build-aux/test-driver: line 107 :16959 aborted "$@" > $log_file 2>&1 FAIL : test/test_bitcoin ../build-aux/test-driver: line 107 :16968 aborted "$@" > $log_file 2>&1 FAIL : test/test_bitcoin_qt help me

  12. conotech commented at 5:30 PM on December 16, 2018: none

    I reinstalled boost and bitcoin and then ran bitcoin-cli again, but it still failed with the same error as above. Tests ran with make check passed.

    dyld: Symbol not found: __ZN5boost11this_thread6hidden9sleep_forERK8timespec
      Referenced from: /usr/local/bin/bitcoin-cli
      Expected in: /usr/local/opt/boost/lib/libboost_thread-mt.dylib
     in /usr/local/bin/bitcoin-cli
    Abort trap: 6
    

    UPDATE: After I manually removed bitcoind and bitcoin-cli from usr/local/bin and installed a fresh copy of bitcoin again, it worked.

    This was true in my case, as well.

  13. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me