Source: libzrtpcpp Version: 1.6.0-1.1 Severity: serious Tags: patch Justification: FTBFS
Hi, quite the same as #667261 but opening a new bug for ease of tracking. Your package in experimental would FTBFS due to gcc 4.7 being switched as the default in sid. This is RC since the libcommoncpp2 transition is starting right now: https://lists.debian.org/debian-release/2012/05/msg00375.html Source debdiff attached, missing just the suite (will probably be unstable), and the bug closure. Mraw, KiBi.
diff -u libzrtpcpp-1.6.0/debian/changelog libzrtpcpp-1.6.0/debian/changelog --- libzrtpcpp-1.6.0/debian/changelog +++ libzrtpcpp-1.6.0/debian/changelog @@ -1,3 +1,10 @@ +libzrtpcpp (1.6.0-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> header. + + -- Cyril Brulebois <k...@debian.org> Mon, 14 May 2012 22:43:14 +0200 + libzrtpcpp (1.6.0-1) experimental; urgency=low * New upstream release only in patch2: unchanged: --- libzrtpcpp-1.6.0.orig/debian/patches/fix-ftbfs-with-gcc-4.7.diff +++ libzrtpcpp-1.6.0/debian/patches/fix-ftbfs-with-gcc-4.7.diff @@ -0,0 +1,10 @@ +--- a/src/ZIDFile.cpp ++++ b/src/ZIDFile.cpp +@@ -23,6 +23,7 @@ + #include <string> + #include <time.h> + #include <stdlib.h> ++#include <unistd.h> + + #include <libzrtpcpp/ZIDFile.h> +