Your message dated Thu, 30 Jul 2015 07:34:01 +0000
with message-id <[email protected]>
and subject line Bug#778066: fixed in plastimatch 1.6.2+dfsg-1
has caused the Debian Bug report #778066,
regarding plastimatch: ftbfs with GCC-5
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.)
--
778066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778066
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:plastimatch
Version: 1.5.16+dfsg-2
Severity: normal
Tags: sid stretch
User: [email protected]
Usertags: ftbfs-gcc-5
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/plastimatch_1.5.16+dfsg-2_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files. For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html
[...]
print_and_exit ("Error, unable to load dicom series.\n");
^
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:180:24:
warning: deprecated conversion from string constant to 'char*'
[-Wwrite-strings]
print_and_exit ("Error loading dicom series.\n");
^
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:
In instantiation of 'void load_dicom_dir_rdr(T, const char*) [with T =
itk::SmartPointer<itk::ImageSeriesReader<itk::Image<int, 3u> > >]':
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:229:51:
required from here
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:176:28:
warning: deprecated conversion from string constant to 'char*'
[-Wwrite-strings]
print_and_exit ("Error, unable to load dicom series.\n");
^
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:180:24:
warning: deprecated conversion from string constant to 'char*'
[-Wwrite-strings]
print_and_exit ("Error loading dicom series.\n");
^
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:
In instantiation of 'void load_dicom_dir_rdr(T, const char*) [with T =
itk::SmartPointer<itk::ImageSeriesReader<itk::Image<unsigned int, 3u> > >]':
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:239:51:
required from here
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:176:28:
warning: deprecated conversion from string constant to 'char*'
[-Wwrite-strings]
print_and_exit ("Error, unable to load dicom series.\n");
^
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:180:24:
warning: deprecated conversion from string constant to 'char*'
[-Wwrite-strings]
print_and_exit ("Error loading dicom series.\n");
^
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:
In instantiation of 'void load_dicom_dir_rdr(T, const char*) [with T =
itk::SmartPointer<itk::ImageSeriesReader<itk::Image<float, 3u> > >]':
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:249:51:
required from here
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:176:28:
warning: deprecated conversion from string constant to 'char*'
[-Wwrite-strings]
print_and_exit ("Error, unable to load dicom series.\n");
^
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:180:24:
warning: deprecated conversion from string constant to 'char*'
[-Wwrite-strings]
print_and_exit ("Error loading dicom series.\n");
^
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:
In instantiation of 'void load_dicom_dir_rdr(T, const char*) [with T =
itk::SmartPointer<itk::ImageSeriesReader<itk::Image<double, 3u> > >]':
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:259:51:
required from here
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:176:28:
warning: deprecated conversion from string constant to 'char*'
[-Wwrite-strings]
print_and_exit ("Error, unable to load dicom series.\n");
^
/«BUILDDIR»/plastimatch-1.5.16+dfsg/src/plastimatch/base/itk_dicom_load.cxx:180:24:
warning: deprecated conversion from string constant to 'char*'
[-Wwrite-strings]
print_and_exit ("Error loading dicom series.\n");
^
make[3]: *** [src/plastimatch/base/CMakeFiles/plmbase.dir/itk_dicom_load.cxx.o]
Error 1
src/plastimatch/base/CMakeFiles/plmbase.dir/build.make:379: recipe for target
'src/plastimatch/base/CMakeFiles/plmbase.dir/itk_dicom_load.cxx.o' failed
make[3]: Leaving directory
'/«BUILDDIR»/plastimatch-1.5.16+dfsg/obj-x86_64-linux-gnu'
make[2]: *** [src/plastimatch/base/CMakeFiles/plmbase.dir/all] Error 2
CMakeFiles/Makefile2:1557: recipe for target
'src/plastimatch/base/CMakeFiles/plmbase.dir/all' failed
make[2]: Leaving directory
'/«BUILDDIR»/plastimatch-1.5.16+dfsg/obj-x86_64-linux-gnu'
make[1]: *** [all] Error 2
Makefile:150: recipe for target 'all' failed
make[1]: Leaving directory
'/«BUILDDIR»/plastimatch-1.5.16+dfsg/obj-x86_64-linux-gnu'
dh_auto_build: make -j10 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:12: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: plastimatch
Source-Version: 1.6.2+dfsg-1
We believe that the bug you reported is fixed in the latest version of
plastimatch, which is due to be installed in the Debian FTP archive.
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.
Gregory C. Sharp <[email protected]> (supplier of updated plastimatch
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: SHA256
Format: 1.8
Date: Fri, 24 Jul 2015 15:46:32 -0400
Source: plastimatch
Binary: plastimatch
Architecture: source amd64
Version: 1.6.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Gregory C. Sharp <[email protected]>
Description:
plastimatch - medical image reconstruction and registration
Closes: 778066 793272
Changes:
plastimatch (1.6.2+dfsg-1) unstable; urgency=medium
.
* New upstream release
* Fix FTBFS on several platforms
* debian/copyright: remove copyright sections for upstream removed
third party libraries
* Review GCC 5.0 issues, they are all now resolved
Closes: #778066
Closes: #793272
Checksums-Sha1:
df441c9a35759c29616f9083026e8461c787859c 2294 plastimatch_1.6.2+dfsg-1.dsc
ebae6354383008a885760c275eec5e08b2dad85f 2874380
plastimatch_1.6.2+dfsg.orig.tar.xz
e63a710dcc2338c28347016ddd4058eca3ff6af0 7784
plastimatch_1.6.2+dfsg-1.debian.tar.xz
12e92bcfc133e4c13b4fa42131250c4c433c1802 2748098
plastimatch_1.6.2+dfsg-1_amd64.deb
Checksums-Sha256:
55043eb1ec0634a7e8e648f589bdf1f9d52fa2915db08ecda9f758eb09e3db53 2294
plastimatch_1.6.2+dfsg-1.dsc
9c4c5b566e5ecd9a7a3b8786522a7620a9bf0910a58c83c00dec5c44f7fc96ee 2874380
plastimatch_1.6.2+dfsg.orig.tar.xz
4c72d491a87077ef31bb3a6f203fff6e3db0df3ef7cd194e0eb10be05271818f 7784
plastimatch_1.6.2+dfsg-1.debian.tar.xz
600023c663cd99bd1f4b6b3f31c4fa52f2c42f3f83794256cff44d91ac19cc6d 2748098
plastimatch_1.6.2+dfsg-1_amd64.deb
Files:
f3a3d83e7aa2c87ba18524a507685485 2294 science optional
plastimatch_1.6.2+dfsg-1.dsc
80f0884e34e788cfb79cb7e6a60440d8 2874380 science optional
plastimatch_1.6.2+dfsg.orig.tar.xz
874039e264d355d521ce49e3ab46ea39 7784 science optional
plastimatch_1.6.2+dfsg-1.debian.tar.xz
a7f53dc61bf4f49014c71ed19507da50 2748098 science optional
plastimatch_1.6.2+dfsg-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVuc9FAAoJEFeKBJTRxkbR4VAP/joVzvqA7dze3i2SrTwOUk/a
+5QEZdMXcX4WlSHDvf6wFoqp9avHZMJ6DpY6voPoeONtZhSgEWeBmJcv++CN3OyE
b4cBoijOUgFngUDuLH1Mf1AdhlXhle/YEMgDCwueFMT93GuVZmsH70t9RHv5OCx1
9mpKP/oX8VB5R1QUAaB8TsjSbYXauhdC+mlOnvbl/d1VK74YHX2D/wT1rCIkrGeA
68YNngBG+yNSZn6L1D2fH9BhR4L/N0kV0hp8/hvfKgUmxsGXb8pov9MPkKygMdVh
ptM9mxPehba9sgoptW4XbKE5O2ZNy77O3T5GBjfgpcI2FmCgWlKW73I7jzuT30dT
15oA3/ps/2lvQWDCv0p53jGsHjjd/pzRTo6QBXag9tOj+No+V+TdddANB4FX4+9U
bp2MBooiQLcBysRImVkQDQFA8HVHwVMh0j11a1+MHsFYcQuzKntjTmfwAYrNxXVP
o51qYQLgIqP35JbaXRiBMry6VxsWqBHgdBT3Dv8sNC5TFXpJStiEMLjuI1c6tW/O
/k68cSjVw1pXyZXvNeZC4U283uGwGyGeVauRxQwwzG50h5PlVo1ABSEGH4ocTjd1
urUa8oj7aG0shNRYtgQ7c3habubLGsRG2ff0rEd9l/3pTuvw3Zz8kfeO+yuD0mJX
YoAB5dB/ZGwx5IEv2KBV
=4fDy
-----END PGP SIGNATURE-----
--- End Message ---