Gitian build is broken after #19954 #20127

issue fanquake opened this issue on October 12, 2020
  1. fanquake commented at 7:02 AM on October 12, 2020: member

    Comment from Marco here:

    • make -C src --jobs=1 check-security V=1 make: Entering directory '/bitcoin/distsrc-x86_64-linux-gnu/src' Checking binary security... READELF=/gnu/store/pzq9s5ldl90h72p26jkdakyccdg9ib3k-profile/bin/x86_64-linux-gnu-readelf OBJDUMP=x86_64-linux-gnu-objdump OTOOL= /gnu/store/pzq9s5ldl90h72p26jkdakyccdg9ib3k-profile/bin/python3.7 ../contrib/devtools/security-check.py bitcoind bitcoin-cli bitcoin-tx bitcoin-wallet test/test_bitcoin bench/bench_bitcoin qt/bitcoin-qt
      make: Leaving directory '/bitcoin/distsrc-x86_64-linux-gnu/src'
    • case "$HOST" in
    • make -C src --jobs=1 check-symbols V=1 make: Entering directory '/bitcoin/distsrc-x86_64-linux-gnu/src' Checking glibc back compat... READELF=/gnu/store/pzq9s5ldl90h72p26jkdakyccdg9ib3k-profile/bin/x86_64-linux-gnu-readelf CPPFILT=/gnu/store/pzq9s5ldl90h72p26jkdakyccdg9ib3k-profile/bin/x86_64-linux-gnu-c++filt /gnu/store/pzq9s5ldl90h72p26jkdakyccdg9ib3k-profile/bin/python3.7 ../contrib/devtools/symbol-check.py bitcoind bitcoin-cli bitcoin-tx bitcoin-wallet test/test_bitcoin bench/bench_bitcoin qt/bitcoin-qt
      test/test_bitcoin: export of symbol in6addr_loopback not allowed test/test_bitcoin: failed EXPORTED_SYMBOLS make: *** [Makefile:20952: check-symbols] Error 1 make: Leaving directory '/bitcoin/distsrc-x86_64-linux-gnu/src'

    test/test_bitcoin: export of symbol in6addr_loopback not allowed

  2. fanquake added the label Bug on Oct 12, 2020
  3. fanquake added the label Build system on Oct 12, 2020
  4. fanquake added this to the milestone 0.21.0 on Oct 12, 2020
  5. sipa commented at 7:31 AM on October 12, 2020: member

    I think in6addr_loopback can just be added to the IGNORE_EXPORTS line in contrib/devtools/symbol-check.py? It's defined as follows:

    extern const struct in6_addr in6addr_loopback;
    

    in /usr/include/netinet/in.h.

  6. sipa cross-referenced this on Oct 12, 2020 from issue Complete the BIP155 implementation and upgrade to TORv3 by vasild
  7. vasild referenced this in commit 8e4d62280e on Oct 12, 2020
  8. vasild cross-referenced this on Oct 12, 2020 from issue tests: don't export in6addr_loopback by vasild
  9. MarcoFalke closed this on Oct 14, 2020

  10. MarcoFalke referenced this in commit 3750f664b3 on Oct 14, 2020
  11. janus referenced this in commit 98a68b6b47 on Dec 7, 2020
  12. janus referenced this in commit c0017466ad on Dec 13, 2020
  13. furszy referenced this in commit bfa9e7bf21 on Aug 8, 2021
  14. furszy referenced this in commit 936a22add4 on Aug 8, 2021
  15. furszy referenced this in commit 337d43dad1 on Aug 10, 2021
  16. UdjinM6 referenced this in commit c54237617d on Aug 30, 2021
  17. UdjinM6 referenced this in commit b88f7ed20f on Sep 7, 2021
  18. bitcoin locked this on Feb 15, 2022

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-05-20 06:54 UTC