Package: iptables
Version: 1.4.21-2
Severity: important

Dear Maintainer,

Wehen trying to build iptables package from source with `debuild -us
-uc -sa` it fails whit the following output:

Making check in utils
make[2]: Entering directory `/tmp/b2/iptables-1.4.21/utils'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/tmp/b2/iptables-1.4.21/utils'
Making check in extensions
make[2]: Entering directory `/tmp/b2/iptables-1.4.21/extensions'
make[2]: *** No rule to make target `check'.  Stop.
make[2]: Leaving directory `/tmp/b2/iptables-1.4.21/extensions'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/tmp/b2/iptables-1.4.21'
dh_auto_test: make -j1 check returned exit code 2
make: *** [build] Error 29
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1357:
dpkg-buildpackage -rfakeroot -D -us -uc -sa failed

The problem is in absent check make target in extensions directory.

Propposed fix: override dh_auto_test with empty target

--- rules.orig  2014-05-20 04:49:34.000000000 +0400
+++ rules       2014-06-16 20:10:03.133419597 +0400
@@ -22,3 +22,5 @@
 
 override_dh_auto_configure:
    dh_auto_configure -- $(_configure)
+
+override_dh_auto_test:

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iptables depends on:
ii  libc6          2.19-1
ii  libnfnetlink0  1.0.1-3
ii  libxtables10   1.4.21-2

iptables recommends no packages.

iptables suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to