From ff4776c22b49a09a912153c33158a244a11f898e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 26 Apr 2025 18:38:22 +0200 Subject: [PATCH] elfutils: Update version from 0.176 to 0.193 Currently, building Linux with BTF debug symbols fails: BTF .tmp_vmlinux1.btf.o die__process: DW_TAG_compile_unit, DW_TAG_type_unit, DW_TAG_partial_unit or DW_TAG_skeleton_unit expected got INVALID (0x0) @ 115a59b! error decoding cu pahole: .tmp_vmlinux1: Invalid argument Upgrading elfutils fixes the issue. Resolves: https://github.molgen.mpg.de/mariux64/bee-files/pull/3231#issuecomment-20312 Resolves: https://lore.kernel.org/all/2b3986f2-7152-4c11-957a-b08641dfe132@molgen.mpg.de/ --- elfutils.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elfutils.be0 b/elfutils.be0 index 5692f1e3a..7a045545a 100755 --- a/elfutils.be0 +++ b/elfutils.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION elfutils-0.176-1 +# BEE_VERSION elfutils-0.193-0 #SRCURL[0]="https://sourceware.org/elfutils/ftp/${PKGVERSION}/elfutils-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/077e4f49320cad82bf17a997068b1db9/elfutils-0.176.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/ceefa052ded950a4c523688799193a44/elfutils-0.193.tar.bz2" # PATCHURL+=()