]> git.proxmox.com Git - pve-container.git/commitdiff
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)
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

index 277170f9ff1f8b7cc668c2f0c5751e4b01149ef0..354d3de99b287dc30bc796e82d45b2a74ae803c1 100644 (file)
@@ -18,7 +18,8 @@ Package: pve-container
 Section: perl
 Priority: optional
 Architecture: all
-Depends: file,
+Depends: binutils,
+         file,
          libpve-access-control(>= 7.2-5),
          libpve-cluster-perl,
          libpve-common-perl (>= 7.2-4),