Your message dated Sun, 2 Aug 2009 11:19:47 +0100 with message-id <20090802111947.3ec51...@sakaki.chris-lamb.co.uk> and subject line Re: sffview: include stdio.h header file has caused the Debian Bug report #539105, regarding sffview: include stdio.h header file to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 539105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539105 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: sffview Version: 0.4-3 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu karmic ubuntu-patch Hello dear maintainer, In Ubuntu, we've applied the attached patch to achieve the following: * common.cpp: + Included missing stdio.h library. Fixes FTBFS (LP: #381535) We thought you might be interested in doing the same. -- System Information: Debian Release: lenny/sid APT prefers hardy-updates APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy') Architecture: i386 (i686) Kernel: Linux 2.6.24-16-generic (SMP w/2 CPU cores) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash--- sffview-0.4.orig/common.cpp +++ sffview-0.4/common.cpp @@ -46,6 +46,7 @@ #include <cassert> #include <iostream> +#include <stdio.h> using namespace std;
--- End Message ---
--- Begin Message ---Version: 0.4-4 Equivalent patch was applied in 0.4-4. It probably FTBFS in Ubuntu as they have a newer GCC - see #504859 for more. Note that in C++, you should prefer: #include <cstdio> over #include <stdio.h> Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org `-signature.asc
Description: PGP signature
--- End Message ---