Your message dated Tue, 29 Jan 2008 19:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#462074: fixed in dicomnifti 2.28.11-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.28.10-2
Usertags: ftbfs-gcc-4.3
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). There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html
You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.
> Automatic build of dicomnifti_2.28.10-2 on em64t by sbuild/amd64 0.53
...
> [ 40%] Building CXX object CMakeFiles/dicomhead.dir/src/dicomInfo.o
> /usr/bin/c++ -Wall -g -O2 -I/build/tbm/dicomnifti-2.28.10/include
> -I/usr/include/ctn -I/usr/include/nifti
> -DARCHITECTURE=LITTLE_ENDIAN_ARCHITECTURE -DLINUX -DOS=LINUX -DHAVE_ZLIB
> -DSHORTSIZE=2*8 -DINTSIZE=4*8 -DLONGSIZE=8*8 -o
> CMakeFiles/dicomhead.dir/src/dicomInfo.o -c
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc
> In file included from /usr/include/ctn/dicom.h:61,
> from /build/tbm/dicomnifti-2.28.10/include/dicomInfo.h:31,
> from /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:24:
> /usr/include/ctn/intsizes.h:8:1: warning: "INTSIZE" redefined
> <command-line>: warning: this is the location of the previous definition
> /usr/include/ctn/intsizes.h:9:1: warning: "LONGSIZE" redefined
> <command-line>: warning: this is the location of the previous definition
> /usr/include/ctn/intsizes.h:10:1: warning: "SHORTSIZE" redefined
> <command-line>: warning: this is the location of the previous definition
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In constructor
> 'DICOMImage::DICOMImage(const char*)':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:86: warning: unused variable
> 'retValues'
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'bool
> DICOMImage::GetManufacturer()':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:224: error: 'strcmp' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'bool
> DICOMImage::GetPhaseEncoding()':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:296: error: 'strcmp' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'bool
> DICOMImage::GetACQDescription()':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:437: error: 'memset' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:468: error: 'strchr' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'bool
> DICOMImage::GetImgOrientation()':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:858: error: 'strtok' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'bool
> DICOMImage::GetMosaic()':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:906: error: 'strstr' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'bool
> DICOMImage::GetD3()':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:941: error: 'strstr' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'bool
> DICOMImage::GetFOV()':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1127: warning: suggest
> explicit braces to avoid ambiguous 'else'
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1143: error: 'strtok' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'char*
> DICOMImage::GetShadowSet()':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1192: error: 'strncmp' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1203: error: 'memcpy' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1209: error: 'strlen' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1212: error: 'memcpy' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'bool
> DICOMImage::GetNumGroups()':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1245: error: 'strtok' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1248: error: 'strncmp' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1250: error: 'strstr' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'bool
> DICOMImage::GetNumSlices()':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1307: error: 'strtok' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1312: error: 'strncmp' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1314: error: 'strstr' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1322: error: 'strncmp' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1324: error: 'strstr' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'bool
> DICOMImage::GetPosNorm()':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1411: error: 'strtok' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'bool
> DICOMImage::GetPosNormSiemens(char*)':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1454: error: 'strtok' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1461: error: 'memset' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1466: error: 'strncmp' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1472: error: 'strstr' was not
> declared in this scope
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1448: warning: unused variable
> 'found'
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc: In member function 'bool
> DICOMImage::ReadSlice(U16*, int)':
> /build/tbm/dicomnifti-2.28.10/src/dicomInfo.cc:1735: error: 'memcpy' was not
> declared in this scope
> make[3]: *** [CMakeFiles/dicomhead.dir/src/dicomInfo.o] Error 1
> make[3]: Leaving directory `/build/tbm/dicomnifti-2.28.10/build'
> make[2]: *** [CMakeFiles/dicomhead.dir/all] Error 2
> make[2]: Leaving directory `/build/tbm/dicomnifti-2.28.10/build'
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: dicomnifti
Source-Version: 2.28.11-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.28.11-1.diff.gz
to pool/main/d/dicomnifti/dicomnifti_2.28.11-1.diff.gz
dicomnifti_2.28.11-1.dsc
to pool/main/d/dicomnifti/dicomnifti_2.28.11-1.dsc
dicomnifti_2.28.11-1_i386.deb
to pool/main/d/dicomnifti/dicomnifti_2.28.11-1_i386.deb
dicomnifti_2.28.11.orig.tar.gz
to pool/main/d/dicomnifti/dicomnifti_2.28.11.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: Thu, 24 Jan 2008 19:43:26 +0100
Source: dicomnifti
Binary: dicomnifti
Architecture: source i386
Version: 2.28.11-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: 462074
Changes:
dicomnifti (2.28.11-1) unstable; urgency=low
.
* New upstream version. Fix for GCC 4.3 compatibility (Closes: #462074).
Files:
071df5bca250166d16ed8536ae9c7850 825 science optional dicomnifti_2.28.11-1.dsc
a829c35aa46b5ae689d5c3d01a34a29b 32095 science optional
dicomnifti_2.28.11.orig.tar.gz
4473f1afa7a849adf9b2bf5d592612ef 4936 science optional
dicomnifti_2.28.11-1.diff.gz
fa624068298c69e839d79fb33c75f6ca 146264 science optional
dicomnifti_2.28.11-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHn3VyjRFFY3XAJMgRAndQAKCU7LhNyTbm0j3266yyQ6F0MMpnfwCgnB75
caj47fKajt7LfqBYGFFhG5c=
=yKmo
-----END PGP SIGNATURE-----
--- End Message ---