Skip to content

Commit

Permalink
elfutils: Update version from 0.176 to 0.193
Browse files Browse the repository at this point in the history
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: #3231 (comment)
Resolves: https://lore.kernel.org/all/2b3986f2-7152-4c11-957a-b08641dfe132@molgen.mpg.de/
  • Loading branch information
pmenzel committed Apr 26, 2025
1 parent 8720cb0 commit ff4776c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elfutils.be0
Original file line number Diff line number Diff line change
@@ -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+=()

Expand Down

0 comments on commit ff4776c

Please sign in to comment.