Skip to content

Update to Gdb 13.2 and fix resolveAtlasAddr2Line libsframe dependency

Johannes Elmsheuser requested to merge elmsheus/atlasexternals:gdb_20230825 into main

Update to Gdb 13.2 and fix a dependency of resolveAtlasAddr2Line to libsframe.a that is introduced with this update.

aarch64-el9-gcc11-opt builds do not work with the currently used version Gdb 11.1 and there is already a manual Gdb version update in the jenkins configuration of the main--dev4LCG_Athena_aarch64-el9-gcc11-opt nightly.

As a side note: I noticed that if libzstd-devel is present on the system which is not the default on lxplus7 or lxplus9, Gdb is configured with a zstd dependency and libbfd.a is build with zstd support - subsequently resolveAtlasAddr2Line cannot be linked anymore because of missing zstd symbols in libbfd.a.

Merge request reports