]> git.proxmox.com Git - pve-container.git/commit
fix #4355: d/control: depend on binutils to ensure objdump is available
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 19 Nov 2022 10:35:38 +0000 (11:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 19 Nov 2022 10:35:40 +0000 (11:35 +0100)
commitb6fd1b3657e91cb4f95eba983d3251237f33be9d
tree7ed0ed4548a5b9c3dfc657dd97f2307025561727
parente652eaf862f6759314156502f30e3e822af1e9f7
fix #4355: d/control: depend on binutils to ensure objdump is available

Reported both in BZ and the forum, with the latter posting the
output of `pct start <vmid> --debug` it quickly became obvious that
we miss the binutils dependency here, maybe we can drop that in the
future again by simply parsing the ELF header in rust and use perlmod
but as stop gap for now just ensure that we actually got the tools
available we want to use..

Link: https://forum.proxmox.com/threads/118232/
Fixes: 917f7ae ("revamp check for systemd version")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control