Hello,
As I see from debian/changelog,
tests for all architectures should be disabled.
Snip from changelog:
> opendkim (2.9.0-2) unstable; urgency=low
>
> * Disable test suite on all archs due to undiagnosed race condition in the
> test suite that causes multiple FTBFS, but doesn't appear reflect any
> actual program problems
>
> -- Scott Kitterman <[email protected]> Sat, 08 Feb 2014 23:22:17 -0500
It seems that Scott missed to disable tests for mips/mipsel.
A patch that disables tests for mips/misel
is attached.
Regards,
Dejan
--- opendkim-2.9.0.orig/debian/rules 2014-03-05 17:13:43.000000000 +0000
+++ opendkim-2.9.0/debian/rules 2014-03-05 17:13:23.000000000 +0000
@@ -33,10 +33,10 @@
--with-test-socket=inet:8891@localhost \
--with-lua
-ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
-override_dh_auto_test:
- MILTERTEST_RETRY_SPEED_FACTOR=20 dh_auto_test
-endif
+#ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
+#override_dh_auto_test:
+# MILTERTEST_RETRY_SPEED_FACTOR=20 dh_auto_test
+#endif
# test results on kfreebsd-* are inconsistent, but not due to package bugs.
#ifneq (,$(filter $(DEB_HOST_ARCH), kfreebsd-i386 kfreebsd-amd64))