Your message dated Sat, 31 Oct 2009 23:35:43 +0000
with message-id <[email protected]>
and subject line Bug#547284: fixed in lipsia 1.6.0-3
has caused the Debian Bug report #547284,
regarding FTBFS with GCC 4.4: missing #include
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 [email protected]
immediately.)


-- 
547284: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547284
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lipsia
Version: 1.6.0-2
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with GCC 4.4, which has cleaned up some more
C++ headers.  You always have to #include headers directly and cannot
rely for things to be included indirectly.

You can reproduce this problem with gcc-4.4/g++-4.4 from unstable.

> Automatic build of lipsia_1.6.0-2 on em64t by sbuild/amd64 0.53
...
> [ 26%] Building CXX object src/brutov2/CMakeFiles/brutov2.dir/brutov2.C.o
> cd /build/tbm/lipsia-1.6.0/obj-x86_64-linux-gnu/src/brutov2 && /usr/bin/g++   
>  -g -O2 -g -Wall -O2 -I/usr/include/via -I/usr/include/viaio 
> -I/usr/include/dcmtk -I/usr/include/nifti -I/usr/include/gsl   -ansi -o 
> CMakeFiles/brutov2.dir/brutov2.C.o -c 
> /build/tbm/lipsia-1.6.0/src/brutov2/brutov2.C
> /build/tbm/lipsia-1.6.0/src/brutov2/brutov2.C: In function 'int main(int, 
> char**)':
> /build/tbm/lipsia-1.6.0/src/brutov2/brutov2.C:84: error: 'sprintf' was not 
> declared in this scope
> /build/tbm/lipsia-1.6.0/src/brutov2/brutov2.C:86: error: 'stderr' was not 
> declared in this scope
> /build/tbm/lipsia-1.6.0/src/brutov2/brutov2.C:86: error: 'fprintf' was not 
> declared in this scope
> make[3]: *** [src/brutov2/CMakeFiles/brutov2.dir/brutov2.C.o] Error 1
> make[3]: Leaving directory `/build/tbm/lipsia-1.6.0/obj-x86_64-linux-gnu'
> make[2]: *** [src/brutov2/CMakeFiles/brutov2.dir/all] Error 2
> make[2]: Leaving directory `/build/tbm/lipsia-1.6.0/obj-x86_64-linux-gnu'
> make[1]: *** [all] Error 2

--- src/vsendserv/vsendserv.C~  2009-09-18 09:18:24.000000000 +0000
+++ src/vsendserv/vsendserv.C   2009-09-18 09:18:49.000000000 +0000
@@ -26,6 +26,7 @@
  *****************************************************************/
  
 #include <iostream>
+#include <cstdio>
 #include <cstdlib>
 #include <cstring>
 #include <unistd.h>
--- src/brutov2/brutov2.C~      2009-09-18 08:44:27.000000000 +0000
+++ src/brutov2/brutov2.C       2009-09-18 08:44:40.000000000 +0000
@@ -27,6 +27,7 @@
 
 
 /* global includes */
+#include <cstdio>
 #include <string>
 #include <sstream>
 #include <vector>

-- 
Martin Michlmayr
http://www.cyrius.com/



--- End Message ---
--- Begin Message ---
Source: lipsia
Source-Version: 1.6.0-3

We believe that the bug you reported is fixed in the latest version of
lipsia, which is due to be installed in the Debian FTP archive:

lipsia-doc_1.6.0-3_all.deb
  to main/l/lipsia/lipsia-doc_1.6.0-3_all.deb
lipsia_1.6.0-3.diff.gz
  to main/l/lipsia/lipsia_1.6.0-3.diff.gz
lipsia_1.6.0-3.dsc
  to main/l/lipsia/lipsia_1.6.0-3.dsc
lipsia_1.6.0-3_amd64.deb
  to main/l/lipsia/lipsia_1.6.0-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Hanke <[email protected]> (supplier of updated lipsia package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 18 Sep 2009 08:34:21 -0400
Source: lipsia
Binary: lipsia lipsia-doc
Architecture: source all amd64
Version: 1.6.0-3
Distribution: unstable
Urgency: low
Maintainer: Michael Hanke <[email protected]>
Changed-By: Michael Hanke <[email protected]>
Description: 
 lipsia     - analysis suite for MRI and fMRI data
 lipsia-doc - documentation for LIPSIA
Closes: 547284
Changes: 
 lipsia (1.6.0-3) unstable; urgency=low
 .
   * Add missing header includes for GCC 4.4 (Closes: #547284). Thanks to
     Martin Michlmayr.
Checksums-Sha1: 
 94a766ed2f7f62fc18866a315699c9096c5a624a 1285 lipsia_1.6.0-3.dsc
 4539bffedda60b3b32f2c34cf8901754854ebf28 5649 lipsia_1.6.0-3.diff.gz
 63b9a4b422086663d938ff4a081f3354ee217cad 5539506 lipsia-doc_1.6.0-3_all.deb
 8b11718bff89be75d1b23d6ecaca0256de3b6ea3 1335984 lipsia_1.6.0-3_amd64.deb
Checksums-Sha256: 
 9a064e8a920a3701de8bb50326674e343db56f14b9a119640c2b928eb82a0a77 1285 
lipsia_1.6.0-3.dsc
 d7e9e15ec4a2851f93e02d9da987d7e834d95051a105d877260ecd09c8e7d94d 5649 
lipsia_1.6.0-3.diff.gz
 3797fc55b3378aad3c77087af9f13c1d77554f7416f011fef9459c9a323110c0 5539506 
lipsia-doc_1.6.0-3_all.deb
 424653040ae10530c11de5c1176ab39b0ad527e62edd3acbe5a121c2121042b4 1335984 
lipsia_1.6.0-3_amd64.deb
Files: 
 4a96a9ea5235ce79b32d4c9c55b9e1bb 1285 science optional lipsia_1.6.0-3.dsc
 2188bdea352302d06078755169f5b203 5649 science optional lipsia_1.6.0-3.diff.gz
 777074877f6405e1da0f15a9f0795deb 5539506 doc optional 
lipsia-doc_1.6.0-3_all.deb
 224b575b059d54fa6566205dbdb3061e 1335984 science optional 
lipsia_1.6.0-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkrq2bgACgkQ93+NsjFEvg8//wCggxWNLS72C2iDNtg7NVtGnepU
CBUAmQFS10mzuvcdQDBL/24J5dhkGAuM
=mr+L
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to