build: remove libanl.so.1 from ALLOWED_LIBRARIES #17545

pull fanquake wants to merge 1 commits into bitcoin:master from fanquake:remove_libanl_from_allowed_symbols changing 1 files +0 −1
  1. fanquake commented at 9:52 PM on November 20, 2019: member

    It should no longer be needed after: https://github.com/bitcoin/bitcoin/commit/10ae7a7b2316f8052ec58ef237ce6dd987300900.

    Symbol checker output for the 0.19.0.1 gitian built Linux binaries:

    aarch64  arm  i686-pc  risvc  symbol-check.py  x86_64
    root@557096f567b5:/test# find aarch64/ -type f -executable | xargs python3 symbol-check.py
    ['libpthread.so.0', 'libm.so.6', 'libgcc_s.so.1', 'libc.so.6', 'ld-linux-aarch64.so.1']
    ['libpthread.so.0', 'libfontconfig.so.1', 'libfreetype.so.6', 'libxcb.so.1', 'libdl.so.2', 'libm.so.6', 'libgcc_s.so.1', 'libc.so.6', 'ld-linux-aarch64.so.1']
    root@557096f567b5:/test# find arm -type f -executable | xargs python3 symbol-check.py
    ['libpthread.so.0', 'librt.so.1', 'libm.so.6', 'libgcc_s.so.1', 'libc.so.6', 'ld-linux-armhf.so.3']
    ['libpthread.so.0', 'librt.so.1', 'libfontconfig.so.1', 'libfreetype.so.6', 'libxcb.so.1', 'libdl.so.2', 'libm.so.6', 'libgcc_s.so.1', 'libc.so.6', 'ld-linux-armhf.so.3']
    root@557096f567b5:/test# find i686-pc -type f -executable | xargs python3 symbol-check.py
    ['libpthread.so.0', 'librt.so.1', 'libm.so.6', 'libgcc_s.so.1', 'libc.so.6', 'ld-linux.so.2']
    ['libpthread.so.0', 'librt.so.1', 'libfontconfig.so.1', 'libfreetype.so.6', 'libxcb.so.1', 'libdl.so.2', 'libm.so.6', 'libgcc_s.so.1', 'libc.so.6', 'ld-linux.so.2']
    root@557096f567b5:/test# find risvc/ -type f -executable | xargs python3 symbol-check.py
    ['libpthread.so.0', 'libm.so.6', 'libgcc_s.so.1', 'libc.so.6', 'ld-linux-riscv64-lp64d.so.1']
    ['libpthread.so.0', 'libfontconfig.so.1', 'libfreetype.so.6', 'libxcb.so.1', 'libdl.so.2', 'libm.so.6', 'libgcc_s.so.1', 'libc.so.6', 'ld-linux-riscv64-lp64d.so.1', 'libatomic.so.1']
    root@557096f567b5:/test# find x86_64/ -type f -executable | xargs python3 symbol-check.py
    ['libpthread.so.0', 'librt.so.1', 'libm.so.6', 'libgcc_s.so.1', 'libc.so.6', 'ld-linux-x86-64.so.2']
    ['libpthread.so.0', 'librt.so.1', 'libfontconfig.so.1', 'libfreetype.so.6', 'libxcb.so.1', 'libdl.so.2', 'libm.so.6', 'libgcc_s.so.1', 'libc.so.6', 'ld-linux-x86-64.so.2']
    
  2. build: remove libanl.so.1 from ALLOWED_LIBRARIES ec89d2882a
  3. fanquake added the label Build system on Nov 20, 2019
  4. fanquake added the label Scripts and tools on Nov 20, 2019
  5. fanquake added the label Needs gitian build on Nov 20, 2019
  6. DrahtBot commented at 1:42 PM on November 21, 2019: member

    <!--a722867cd34abeea1fadc8d60700f111-->

    Gitian builds

    File commit b7bc9b8330096d1f4f1fa563b855b88da425226e<br>(master) commit 67057a798ec11e1896b71bad3a1934959161b723<br>(master and this pull)
    bitcoin-0.19.99-osx-unsigned.dmg 61d62d70201bcf59... 840e8b042d4fd905...
    bitcoin-0.19.99-osx64.tar.gz 839a850dc5e9686e... 305df3ab43800a8f...
    bitcoin-0.19.99-win64-debug.zip 6b4de76c5b5ad9b7... ef8a83f6c96c4bbd...
    bitcoin-0.19.99-win64-setup-unsigned.exe a31f0b536ba994ff... 5e8e21f9c93254f1...
    bitcoin-0.19.99-win64.zip 67e5b594ccce50f7... 04e2f46f0e39b398...
    bitcoin-0.19.99.tar.gz 117024a8c2c440e2... d07678cda3b038a6...
    bitcoin-core-osx-0.20-res.yml 55a01ebbc32c5bf7... 61df47b474f065b4...
    bitcoin-core-win-0.20-res.yml 8ddfa1b802c164ca... c50d53229b7c0843...
    linux-build.log 0fcf496914231800... 5d66a90af41dc1a2...
    osx-build.log 1d5d94f2e522e028... 09a54fa7b0eac414...
    win-build.log a1da6fd5c84e9c3c... 19d37fb8ec1e13b4...
    bitcoin-core-osx-0.20-res.yml.diff 6a1b65d7b1c45db4...
    bitcoin-core-win-0.20-res.yml.diff 8181054813a97232...
    linux-build.log.diff 02e22bbe551ff34a...
    osx-build.log.diff b62b6ca04bf24f98...
    win-build.log.diff b27e5be2c341408d...
  7. DrahtBot removed the label Needs gitian build on Nov 21, 2019
  8. laanwj commented at 8:32 AM on November 22, 2019: member

    ACK, good catch ec89d2882a591f6af5aad57ab8638250d9dc1add

  9. fanquake referenced this in commit 03f6f408ab on Nov 22, 2019
  10. fanquake merged this on Nov 22, 2019
  11. fanquake closed this on Nov 22, 2019

  12. fanquake deleted the branch on Nov 22, 2019
  13. sidhujag referenced this in commit 8afd2fce52 on Nov 22, 2019
  14. MarkLTZ referenced this in commit ad4ce5f51d on Nov 29, 2019
  15. sidhujag referenced this in commit 63ad03c035 on Nov 10, 2020
  16. PastaPastaPasta referenced this in commit 3ef4a6cb28 on Jun 27, 2021
  17. PastaPastaPasta referenced this in commit 8c10785cc2 on Jun 28, 2021
  18. PastaPastaPasta referenced this in commit 30fb118288 on Jun 29, 2021
  19. PastaPastaPasta referenced this in commit 52a97cce59 on Jul 1, 2021
  20. PastaPastaPasta referenced this in commit 528bf05398 on Jul 1, 2021
  21. PastaPastaPasta referenced this in commit 4ca55725b3 on Jul 14, 2021
  22. PastaPastaPasta referenced this in commit 824107ecfb on Jul 14, 2021
  23. MarcoFalke locked this on Dec 16, 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-26 06:14 UTC

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