Your message dated Thu, 10 Aug 2017 23:19:40 +0000
with message-id <e1dfwjs-000bsr...@fasolo.debian.org>
and subject line Bug#853513: fixed in libvigraimpex 
1.10.0+git20160211.167be93+dfsg-4~exp1
has caused the Debian Bug report #853513,
regarding libvigraimpex: BlockwiseWatershedTest not fit for gcc7
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 ow...@bugs.debian.org
immediately.)


-- 
853513: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853513
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libvigraimpex
Version: 1.10.0+git20160211.167be93+dfsg-2
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/libvigraimpex_1.10.0+git20160211.167be93+dfsg-2_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are 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-7/porting_to.html

[...]
                 from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:41:
/usr/include/c++/7/sstream:790:5: note: candidate: template<class _CharT, class 
_Traits, class _Allocator> void 
std::__cxx11::swap(std::__cxx11::basic_istringstream<_CharT, _Traits, 
_Allocator>&, std::__cxx11::basic_istringstream<_CharT, _Traits, _Allocator>&)
     swap(basic_istringstream<_CharT, _Traits, _Allocator>& __x,
     ^~~~
/usr/include/c++/7/sstream:790:5: note:   template argument 
deduction/substitution failed:
In file included from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/resampling_convolution.hxx:46:0,
                 from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/resizeimage.hxx:46,
                 from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/stdimagefunctions.hxx:74,
                 from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/nonlineardiffusion.hxx:41,
                 from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/convolution.hxx:44,
                 from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:45:
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/imagecontainer.hxx:770:53:
 note:   mismatched types 'std::__cxx11::basic_istringstream<_CharT, _Traits, 
_Allocator>' and 'int'
         std::swap(highestLevel_, other.highestLevel_);
                                                     ^
In file included from /usr/include/c++/7/complex:45:0,
                 from 
/usr/include/boost/python/converter/builtin_converters.hpp:13,
                 from /usr/include/boost/python/converter/arg_to_python.hpp:17,
                 from /usr/include/boost/python/call.hpp:15,
                 from /usr/include/boost/python/object_core.hpp:14,
                 from /usr/include/boost/python/args.hpp:25,
                 from /usr/include/boost/python.hpp:11,
                 from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:41:
/usr/include/c++/7/sstream:783:5: note: candidate: template<class _CharT, class 
_Traits, class _Allocator> void 
std::__cxx11::swap(std::__cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>&, 
std::__cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>&)
     swap(basic_stringbuf<_CharT, _Traits, _Allocator>& __x,
     ^~~~
/usr/include/c++/7/sstream:783:5: note:   template argument 
deduction/substitution failed:
In file included from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/resampling_convolution.hxx:46:0,
                 from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/resizeimage.hxx:46,
                 from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/stdimagefunctions.hxx:74,
                 from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/nonlineardiffusion.hxx:41,
                 from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/convolution.hxx:44,
                 from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:45:
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/imagecontainer.hxx:770:53:
 note:   mismatched types 'std::__cxx11::basic_stringbuf<_CharT, _Traits, 
_Alloc>' and 'int'
         std::swap(highestLevel_, other.highestLevel_);
                                                     ^
vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/build.make:89: recipe for 
target 
'vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/convolution.cxx.o' failed
make[4]: *** 
[vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/convolution.cxx.o] Error 
1
make[4]: Leaving directory 
'/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/obj.python2.7'
CMakeFiles/Makefile2:3615: recipe for target 
'vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/all' failed
make[3]: *** [vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/all] Error 2
make[3]: Leaving directory 
'/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/obj.python2.7'
Makefile:163: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory 
'/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/obj.python2.7'
debian/rules:91: recipe for target 'obj.python2.7/build-stamp' failed
make[1]: *** [obj.python2.7/build-stamp] Error 2
make[1]: Leaving directory 
'/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg'
debian/rules:65: recipe for target 'build-arch' failed
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: libvigraimpex
Source-Version: 1.10.0+git20160211.167be93+dfsg-4~exp1

We believe that the bug you reported is fixed in the latest version of
libvigraimpex, 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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Stender <sten...@debian.org> (supplier of updated libvigraimpex 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 10 Aug 2017 13:02:27 +0200
Source: libvigraimpex
Binary: libvigraimpex-dev libvigraimpex6 libvigraimpex-doc python-vigra 
python-vigra-doc
Architecture: all source
Version: 1.10.0+git20160211.167be93+dfsg-4~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Daniel Stender <sten...@debian.org>
Closes: 853513
Description: 
 libvigraimpex6 - C++ computer vision library
 libvigraimpex-dev - development files for the C++ computer vision library
 libvigraimpex-doc - Documentation for the C++ computer vision library
 python-vigra-doc - Documentation for Python bindings for the C++ computer 
vision lib
 python-vigra - Python bindings for the C++ computer vision library
Changes:
 libvigraimpex (1.10.0+git20160211.167be93+dfsg-4~exp1) experimental; 
urgency=medium
 .
   * const-swap.patch: provide DEP-3 header.
   * deb/control: update Homepage.
   * deb/rules:
     + change test_blockwiselabeling and test_blockwisewatersheds
       to build with -O0 (Closes: #853513) [thanks to Andreas Metzler].
     + apply the same change for test_gridgraph.
   * drop temporarily-disable-blockwisealgorithms-tests.patch (not needed
     anymore).
Checksums-Sha1: 
 d1f77e8d15e0c966297166c8cfec4c249bf34a25 2825 
libvigraimpex_1.10.0+git20160211.167be93+dfsg-4~exp1.dsc
 bcc2c23b1f7672f37f93071160a1f1e37afe6f1a 17603972 
libvigraimpex_1.10.0+git20160211.167be93+dfsg.orig.tar.xz
 e01c60fd95997e468450f3f7425cb01a7acd2855 16260 
libvigraimpex_1.10.0+git20160211.167be93+dfsg-4~exp1.debian.tar.xz
 f9dd8c18d5dcb9bc5ab1b52e4765a79edc3b7bb2 3205138 
libvigraimpex-doc_1.10.0+git20160211.167be93+dfsg-4~exp1_all.deb
 647f07e459e18803b6c0d8c4953a9e8e51dc76f3 55838 
python-vigra-doc_1.10.0+git20160211.167be93+dfsg-4~exp1_all.deb
Checksums-Sha256: 
 e3a2cb8ce1a2fdc53e1b37232ba592411226652dc6483328b92bed8b25951128 2825 
libvigraimpex_1.10.0+git20160211.167be93+dfsg-4~exp1.dsc
 55ac9025a960148f6c4ce39bbd11ae8963e9d9ff55b1013d703eafb664ee7ba6 17603972 
libvigraimpex_1.10.0+git20160211.167be93+dfsg.orig.tar.xz
 a04a9e5e6f851126b5eca4081e9640acf0a7f0246c9f47af45ff1d442db2eba6 16260 
libvigraimpex_1.10.0+git20160211.167be93+dfsg-4~exp1.debian.tar.xz
 5238f53c29e931bbc05981a7d06d1017873c2d46ea6de7664e27560fe6a7185a 3205138 
libvigraimpex-doc_1.10.0+git20160211.167be93+dfsg-4~exp1_all.deb
 e4a006da26a011bd04df52a54235b16b5ac0021eb0b979f99d62e13ca11a68d5 55838 
python-vigra-doc_1.10.0+git20160211.167be93+dfsg-4~exp1_all.deb
Files: 
 3b8e4c9318fa284072e717574095dfaf 2825 libs optional 
libvigraimpex_1.10.0+git20160211.167be93+dfsg-4~exp1.dsc
 6d30849b495a398427882a4483a5b03c 17603972 libs optional 
libvigraimpex_1.10.0+git20160211.167be93+dfsg.orig.tar.xz
 985f00962df2e37c40eaa85345e073ec 16260 libs optional 
libvigraimpex_1.10.0+git20160211.167be93+dfsg-4~exp1.debian.tar.xz
 2e81f6fc6619df0287d8b06fec2f68c1 3205138 doc optional 
libvigraimpex-doc_1.10.0+git20160211.167be93+dfsg-4~exp1_all.deb
 020b24a2535cb12db5e770b4252092c4 55838 doc optional 
python-vigra-doc_1.10.0+git20160211.167be93+dfsg-4~exp1_all.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEERsscqJ6jt0N2dh25FeCa9N9RgsgFAlmM5ckACgkQFeCa9N9R
gsh+/g//QJe0hjCE+S8yHTCzylKJTO+Lu8KDxOkO+DFsYTZ/U1g5NsdUFA+5qnlG
uyXv7YvWgCyHAVcKHvWFaGIjZr6bJ52gJr6xuJpNTQPLu8p4uN0ac57pTRFEKzpC
psh2taxBQaNDwNBvN6mv9oI4HfXVBKkF9lOw744gu7gM8aDTC1bflUwFOn1HM5mO
+XWDEL2PVM68I0kd2hkCbaiWWeG0u/uBWmEgz9LRGa0jRmVLHHMUYPqM5E00RdA8
tr/FG0xra+S/z5hvGbXiekBiXx/c1rMeXa0brskL5mzWdnSebXUTZ8EpioF75yjG
xUg8PZRkJW1NCTQ+VW3dcrr9rFKvpRikrPru5ShSBSP7VlNszxkp3CwCw2fJ0bOl
Fk6US3gxS11OPILriv96a4iPEx63ZfUmbAStYi+Exs/4IQEPiJw2kMO6bMxiB54Y
83pze+07bO1u/OQUE20WOVBykoCBW25oMho50Hsjk1F53hz4oCSiqW1TsnGcbPLq
84ehzfU4Ba3EiJQzpEbglQyYlb7QIUpZtQQkKEgSGKEjBEZpqqt5Qbd60lI8Lpqi
l1ztRCzbQQtpZ1CMJlLZpSzr7ugdDca4CynRo2dee7mRGa4M/YWRXiAkBipbQGXL
2weiqTVYXLMeBCYipasZ5yw/Rf+lA2OK9ZAmFuKxXMdzzLYkh7s=
=iiKI
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to