Package: samhain Version: 3.1.0-8 Severity: serious Tags: patch Justification: fails to build from source (but built successfully in the past) User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu yakkety ubuntu-patch
Dear Maintainer, samhain currently fails to build from source because it doesn't build-depend on libpcre3-dev, which is required by the newly-enabled logfile-monitor module. You can see this in the Debian buildd logs here: https://buildd.debian.org/status/package.php?p=samhain&suite=unstable In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on libpcre3-dev to fix FTBFS with newly-enabled logfile-monitor module. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0-21-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -u samhain-3.1.0/debian/control samhain-3.1.0/debian/control --- samhain-3.1.0/debian/control +++ samhain-3.1.0/debian/control @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Javier Fernández-Sanguino Peña <j...@debian.org> -Build-Depends: debhelper (>> 9), autoconf, procps, libgmp3-dev, e2fslibs-dev, libprelude-dev, libauparse-dev [linux-any], autotools-dev, dh-autoreconf +Build-Depends: debhelper (>> 9), autoconf, procps, libgmp3-dev, e2fslibs-dev, libprelude-dev, libauparse-dev [linux-any], autotools-dev, dh-autoreconf, libpcre3-dev Standards-Version: 3.9.8 Homepage: http://la-samhna.de/samhain/index.html