delve ftbfs on amd64 due to bpftool
Bug #2021481 reported by
Shengjing Zhu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
delve (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
linux (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
src/github.
WARNING: bpftool not found for kernel 6.1.0-9
You may need to install the following packages for this specific kernel:
linux-
linux-
You may also want to install one of the following packages to keep up to date:
linux-
linux-
The Debian package build-depends on bpftool. But bpftool is different in Debian and Ubuntu. On Ubuntu it's provided by linux-tools-common. However it seems it needs linux-tools-amd64 as well?
Changed in linux (Ubuntu): | |
status: | Incomplete → Confirmed |
Changed in delve (Ubuntu): | |
status: | New → Confirmed |
To post a comment you must log in.
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.