https://bugs.kde.org/show_bug.cgi?id=441125
Milian Wolff <m...@milianw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/sdk/ | |heaptrack/commit/925ca2f84f | |1446c49885916ea991ccb9139fb | |fcf Resolution|--- |FIXED --- Comment #1 from Milian Wolff <m...@milianw.de> --- Git commit 925ca2f84f1446c49885916ea991ccb9139fbfcf by Milian Wolff. Committed on 19/08/2021 at 08:07. Pushed by mwolff into branch 'master'. Add copy of dwarf.h with support for DWARF5 The newer libbacktrace version we are shipping is using newer defines from that header which are not yet available on the dwarf.h shipped with Centos 7. Thankfully, this header is nicely portable and self-contained, and licensing (LGPL2.1) should allow shipping it with our source code too. Obviously, this now means we'll have to update both, libbacktrace and libdwarf. But I plan to port heaptrack to use elfutils soon anyways. At that point, we will be able to remove both again. M +1 -8 3rdparty/libbacktrace/CMakeLists.txt A +1590 -0 3rdparty/libdwarf/dwarf.h * M +0 -1 README.md M +1 -1 tools/Dockerfile The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/sdk/heaptrack/commit/925ca2f84f1446c49885916ea991ccb9139fbfcf -- You are receiving this mail because: You are watching all bug changes.