[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#539105: marked as done (sffview: include stdio.h header file)



Your message dated Sun, 2 Aug 2009 11:19:47 +0100
with message-id <20090802111947.3ec51918@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 owner@bugs.debian.org
immediately.)


-- 
539105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539105
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: sffview
Version: 0.4-3
Severity: wishlist
Tags: patch
User: ubuntu-devel@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
     `. `'`      lamby@debian.org
       `-

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply to: