Skip to content

Commit 6ecf2d7

Browse files
ellertguitargeek
authored andcommitted
Starting with gcc 16, libstdc++ links to libatomic. Add to whitelist.
$ ldd /lib64/libstdc++.so.6 linux-vdso.so.1 (0x00007f3cb4c13000) libm.so.6 => /lib64/libm.so.6 (0x00007f3cb4afc000) libatomic.so.1 => /lib64/libatomic.so.1 (0x00007f3cb4af1000) libc.so.6 => /lib64/libc.so.6 (0x00007f3cb460d000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f3cb4ac5000) /lib64/ld-linux-x86-64.so.2 (0x00007f3cb4c15000)
1 parent d2510a5 commit 6ecf2d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/pyroot/pythonizations/test/import_load_libs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class ImportLoadLibs(unittest.TestCase):
7777
"ld.*",
7878
"libffi",
7979
"libgcc_s",
80+
"libatomic",
8081
# AddressSanitizer runtime and ROOT configuration
8182
"libclang_rt.asan-.*",
8283
"libROOTSanitizerConfig",

0 commit comments

Comments
 (0)