Your message dated Wed, 25 Apr 2007 19:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417157: fixed in dicomnifti 2.26.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: dicomnifti
Version: 2.25-1
Usertags: ftbfs-gcc-4.3
Tags: patch
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of dicomnifti_2.25-1 on coconut0 by sbuild/ia64 0.49
...
> g++ -DLINUX -I. -I../include -I/usr/include -I/usr/include/nifti -DHAVE_ZLIB
> -c -o dicomInfo.o dicomInfo.cc
> dicomInfo.cc: In member function 'bool DICOMImage::GetTime()':
> dicomInfo.cc:293: error: 'atof' was not declared in this scope
> dicomInfo.cc: In member function 'bool DICOMImage::GetRepetitionTime()':
> dicomInfo.cc:339: error: 'atoi' was not declared in this scope
> dicomInfo.cc: In member function 'bool DICOMImage::GetImageNumber()':
> dicomInfo.cc:475: error: 'atoi' was not declared in this scope
> dicomInfo.cc: In member function 'bool DICOMImage::GetACQNumber()':
> dicomInfo.cc:510: error: 'atoi' was not declared in this scope
> dicomInfo.cc: In member function 'bool DICOMImage::GetImgOrientation()':
> dicomInfo.cc:550: error: 'atof' was not declared in this scope
> dicomInfo.cc: In member function 'bool DICOMImage::GetFOV()':
> dicomInfo.cc:835: error: 'atof' was not declared in this scope
> dicomInfo.cc: In member function 'bool DICOMImage::GetNumSlices()':
> dicomInfo.cc:1102: error: 'atoi' was not declared in this scope
> dicomInfo.cc: In member function 'bool DICOMImage::GetPosNorm()':
> dicomInfo.cc:1148: error: 'atof' was not declared in this scope
> make[2]: *** [dicomInfo.o] Error 1
> make[2]: Leaving directory `/build/tbm/dicomnifti-2.25/src'
--- dicomnifti-2.25.orig/src/dicomInfo.cc
+++ dicomnifti-2.25/src/dicomInfo.cc
@@ -22,6 +22,7 @@
//****************************************************************************
#include "dicomInfo.h"
+#include <cstdlib>
#include <iostream>
using namespace std;
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: dicomnifti
Source-Version: 2.26.1-1
We believe that the bug you reported is fixed in the latest version of
dicomnifti, which is due to be installed in the Debian FTP archive:
dicomnifti_2.26.1-1.diff.gz
to pool/main/d/dicomnifti/dicomnifti_2.26.1-1.diff.gz
dicomnifti_2.26.1-1.dsc
to pool/main/d/dicomnifti/dicomnifti_2.26.1-1.dsc
dicomnifti_2.26.1-1_i386.deb
to pool/main/d/dicomnifti/dicomnifti_2.26.1-1_i386.deb
dicomnifti_2.26.1.orig.tar.gz
to pool/main/d/dicomnifti/dicomnifti_2.26.1.orig.tar.gz
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 dicomnifti 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.7
Date: Wed, 25 Apr 2007 18:25:23 +0200
Source: dicomnifti
Binary: dicomnifti
Architecture: source i386
Version: 2.26.1-1
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko <[EMAIL PROTECTED]>
Changed-By: Michael Hanke <[EMAIL PROTECTED]>
Description:
dicomnifti - converts DICOM files into the NIfTI format
Closes: 417157 420019
Changes:
dicomnifti (2.26.1-1) unstable; urgency=low
.
* New upstream release.
* Merged all non-Debian-specific patches with upstream. This also fixes the
pending GCC 4.3 header issue that should have been fixed by the last
upload, but wasn't as the included patch was disabled by mistake.
(Closes: #417157)
* Fixed bug: wrong header information (dimensions, etc) (Closes: #420019)
Files:
e997e1e6d4f293c879ba09a3be8438e9 827 science optional dicomnifti_2.26.1-1.dsc
0b8d395aafbe9b6ce3fe6b0d9fe10038 52568 science optional
dicomnifti_2.26.1.orig.tar.gz
5ebd16f06b5de13826228897105664cd 22606 science optional
dicomnifti_2.26.1-1.diff.gz
137f4dadebf101233f8db15751ef1060 135410 science optional
dicomnifti_2.26.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGL6VrjRFFY3XAJMgRAgryAKC6QH210cFWIoZb/6s83J68LPAB6wCgotuL
fR09TS2jnkl5h+z7E1pKXxk=
=+qZe
-----END PGP SIGNATURE-----
--- End Message ---