bitcoin.org binary for 0.11 doesn't work on gentoo hardened #6628

issue laanwj opened this issue on September 3, 2015
  1. laanwj commented at 2:12 PM on September 3, 2015: member

    (reported by phantomcircuit on IRC)

    ./bitcoin-0.11.0/bin/bitcoind: symbol __chk_fail, version GLIBC_2.3.4 not defined in file libc.so.6 with link time reference
    

    Glibc version is 2.20 so it shouldn't complain about missing a 2.3.4 symbol. But Gentoo hardened uses different compile settings, so it's probably related to that. Not sure if this is worth fixing, but reporting anyway...

    From glibc_compat.cpp

    extern "C" void __chk_fail(void) __attribute__((__noreturn__));
    

    Could even be that our compatibility wrapper is causing this issue, as it uses __chk_fail.

  2. laanwj added the label Build system on Sep 3, 2015
  3. laanwj closed this on Oct 20, 2015

  4. luke-jr commented at 12:38 AM on January 9, 2016: member

    Why was this closed?

  5. MarcoFalke locked this on Sep 8, 2021
Contributors

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-13 15:15 UTC

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