tag 667109 patch thanks Matthias Klose <[email protected]> (03/04/2012): > Package: barry > Version: 0.15-1.2 > Severity: important > Tags: sid wheezy > User: [email protected] > Usertags: ftbfs-gcc-4.7
Here's a patch to fix this FTBFS. No intent to NMU. Mraw, KiBi.
diff -u barry-0.15/debian/changelog barry-0.15/debian/changelog --- barry-0.15/debian/changelog +++ barry-0.15/debian/changelog @@ -1,3 +1,11 @@ +barry (0.15-1.3) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include + (Closes: #667109). + + -- Cyril Brulebois <[email protected]> Wed, 04 Apr 2012 22:26:04 +0000 + barry (0.15-1.2) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- barry-0.15.orig/src/packet.h +++ barry-0.15/src/packet.h @@ -26,6 +26,7 @@ #include <string> #include <stdint.h> +#include <unistd.h> #include "protocol.h" namespace Barry { class Data; }
signature.asc
Description: Digital signature

