[Kernel-packages] [Bug 2021481] Re: delve ftbfs on amd64 due to bpftool

2023-12-29 Thread Oibaf
It looks like this issue was fixed in delve. ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2021481 Title: delve ftbfs

[Kernel-packages] [Bug 2021481] Re: delve ftbfs on amd64 due to bpftool

2023-06-06 Thread Danilo Egea Gondolfo
I tried to call bpftool directly instead of using the /usr/sbin/bpftool script: https://git.launchpad.net/~danilogondolfo/ubuntu/+source/delve/commit/?h=ubuntu/devel=2cf86a5394786f9ec8b2931d0c4c05af992be1c2 It kinda worked but then the build failed with: In file included from

[Kernel-packages] [Bug 2021481] Re: delve ftbfs on amd64 due to bpftool

2023-05-29 Thread Shengjing Zhu
The bpftool is used in following command `bpftool btf dump file /sys/kernel/btf/vmlinux format c` Upstream statically encoded the generated output in source tree, https://github.com/go- delve/delve/blob/v1.20.2/pkg/proc/internal/ebpf/bpf/include/vmlinux.h But the Debian package strips this

[Kernel-packages] [Bug 2021481] Re: delve ftbfs on amd64 due to bpftool

2023-05-29 Thread Shengjing Zhu
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Changed in: delve (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2021481

[Kernel-packages] [Bug 2021481] Re: delve ftbfs on amd64 due to bpftool

2023-05-29 Thread Shengjing Zhu
Actually it needs linux-tools for the running kernel. So it seems impossible to code it in debian/control as the running kernel version can't be predicted. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.