Source: strace
Version: 4.10-1
Tags: patch

Hi,

strace currently FTBFS on our reproducible builds server [1].
I was able to reproduce it locally with pbuilder, and it turned out
that two tests (net-yy.test, unix-yy.test) are using awk, but actually
require gawk.
Just adding gawk to Build-Depends lets the tests run successfully
and the build succeeds.

Regards,
 Reiner

[1]: https://reproducible.debian.net/rb-pkg/unstable/amd64/strace.html
diff --git a/debian/changelog b/debian/changelog
index 98efccf..6269f1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+strace (4.10-1.1) UNRELEASED; urgency=low
+
+  * Added gawk to Build-Depends to fix failing tests.
+
+ -- Reiner Herrmann <rei...@reiner-h.de>  Sun, 22 Mar 2015 22:45:47 +0100
+
 strace (4.10-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index 5a44dcf..5c67fea 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: strace
 Maintainer: Steve McIntyre <93...@debian.org>
 Section: utils
 Priority: optional
-Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 7.0.0)
+Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 7.0.0), gawk
 Standards-Version: 3.9.5
 Homepage: http://sourceforge.net/projects/strace/
 

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to