Package: libbinio Version: 1.4-12 Severity: important Tags: patch Justification: fails to build from source User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu karmic ubuntu-patch
Hi, We've patched this package in Ubuntu to make it compile with gcc 4.4. Here is the fix. Thanks, Fabrice *** /tmp/tmpgG3tz4 In Ubuntu, we've applied the attached patch to achieve the following: * src/binwarp.cpp: added include of cstdio to fix a compilation error with gcc 4.4 (LP: #435658) We thought you might be interested in doing the same. -- System Information: Debian Release: squeeze/sid APT prefers karmic-updates APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
--- libbinio-1.4.orig/src/binwrap.cpp +++ libbinio-1.4/src/binwrap.cpp @@ -18,6 +18,7 @@ */ #include "binwrap.h" +#include <cstdio> #if BINIO_ENABLE_IOSTREAM