Bug#854396: test_exec_privatenetwork is not run due to missing ip

Michael Biebl biebl at debian.org
Mon Feb 6 15:38:15 GMT 2017


Source: systemd
Version: 232-15
Severity: normal

In test-execute.c the test_exec_privatenetwork test is not run if
the ip binary is not found:

src/test/test-execute.c:        r = find_binary("ip", NULL);
src/test/test-execute.c-        if (r < 0) {
src/test/test-execute.c-                log_error_errno(r, "Skipping test_exec_privatenetwork, could not find ip binary: %m");
src/test/test-execute.c-                return;
src/test/test-execute.c-        }


Since iproute2 is neither essential nor build-essential, we should add
to Build-Depends: iproute2 <!nocheck>


-- Package-specific info:

-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages systemd is related to:
pn  dracut           <none>
ii  initramfs-tools  0.127
ii  udev             232-15

-- no debconf information



More information about the Pkg-systemd-maintainers mailing list