From 41e657aacfa605ac2de08ef26f2b536810f3e55a Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 26 Nov 2025 15:46:20 +0000 Subject: [PATCH] guix: add bitcoin-qt runtime libs doc in symbol-check libfreetype and libfontconfig are our two remaining runtime libs for bitcoin-qt. According to #29977 Ubuntu 22.04 should be considered the baseline for what is supported. Document that. Closes #29977. --- contrib/guix/symbol-check.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contrib/guix/symbol-check.py b/contrib/guix/symbol-check.py index 27483aa0375..f00573b8c83 100755 --- a/contrib/guix/symbol-check.py +++ b/contrib/guix/symbol-check.py @@ -26,6 +26,13 @@ import lief # # - libc version 2.34 (https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/) # +# bitcoin-qt +# +# Ubuntu 22.04 is currently the baseline for ELF_ALLOWED_LIBRARIES: +# +# libfontconfig version 2.13.1 (https://packages.ubuntu.com/jammy/libfontconfig1) +# +# libfreetype version 2.11.1 (https://packages.ubuntu.com/jammy/libfreetype6) MAX_VERSIONS = { 'GLIBC': {