Your message dated Sat, 11 Aug 2018 05:04:00 +0000
with message-id <[email protected]>
and subject line Bug#897800: fixed in libvigraimpex 
1.10.0+git20160211.167be93+dfsg-6
has caused the Debian Bug report #897800,
regarding libvigraimpex: ftbfs with GCC-8
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.)


-- 
897800: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897800
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libvigraimpex
Version: 1.10.0+git20160211.167be93+dfsg-5
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-8

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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/libvigraimpex_1.10.0+git20160211.167be93+dfsg-5_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 8, either set CC=gcc-8 CXX=g++-8 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-8/porting_to.html

[...]
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:441:1:
   required from 'static void vigra::pyGaussianDivergenceImpl<T, FROM, 
FROM>::def(const char*, const Args&, const char*) [with Args = 
boost::python::detail::keywords<7>; T = double; int N = 3]'
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:441:1:
   required from 'static void vigra::pyGaussianDivergenceImpl<T, FROM, 
TO>::def(const char*, const Args&, const char*) [with Args = 
boost::python::detail::keywords<7>; T = double; int FROM = 2; int TO = 3]'
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:441:1:
   required from 'void vigra::pyGaussianDivergence<FROM, TO, T1, T2, T3, T4, 
T5, T6, T7, T8, T9, T10, T11, T12>::def(const char*, const Args&, const char*) 
const [with Args = boost::python::detail::keywords<7>; int FROM = 2; int TO = 
3; T1 = float; T2 = double; T3 = void; T4 = void; T5 = void; T6 = void; T7 = 
void; T8 = void; T9 = void; T10 = void; T11 = void; T12 = void]'
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/numpy_array_converters.hxx:804:5:
   required from 'typename 
std::enable_if<std::is_base_of<boost::python::PythonMultidefFunctor, 
Functor>::value, void>::type boost::python::multidef(const char*, const 
Functor&, const Args&, const char*) [with Functor = 
vigra::pyGaussianDivergence<2, 3, float, double>; Args = 
boost::python::detail::keywords<7>; typename 
std::enable_if<std::is_base_of<boost::python::PythonMultidefFunctor, 
Functor>::value, void>::type = void]'
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:744:114:
   required from here
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:435:37:
 error: no matching function for call to 
'gaussianDivergenceMultiArray(vigra::NumpyArray<3, vigra::TinyVector<double, 
3>, vigra::StridedArrayTag>&, vigra::NumpyArray<3, vigra::Singleband<double>, 
vigra::StridedArrayTag>&, vigra::ConvolutionOptions<3>&)'
In file included from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:46:
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/multi_convolution.hxx:2258:1:
 note: candidate: 'template<class Iterator, unsigned int N, class T, class S> 
void vigra::gaussianDivergenceMultiArray(Iterator, Iterator, 
vigra::MultiArrayView<N, T, S>, vigra::ConvolutionOptions<N>)'
 gaussianDivergenceMultiArray(Iterator vectorField, Iterator vectorFieldEnd,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/multi_convolution.hxx:2258:1:
 note:   template argument deduction/substitution failed:
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:435:37:
 note:   deduced conflicting types for parameter 'Iterator' 
('vigra::NumpyArray<3, vigra::TinyVector<double, 3>, vigra::StridedArrayTag>' 
and 'vigra::NumpyArray<3, vigra::Singleband<double>, vigra::StridedArrayTag>')
         gaussianDivergenceMultiArray(array, res, opt);
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:46:
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/multi_convolution.hxx:2301:1:
 note: candidate: 'template<class Iterator, unsigned int N, class T, class S> 
void vigra::gaussianDivergenceMultiArray(Iterator, Iterator, 
vigra::MultiArrayView<N, T, S>, double, vigra::ConvolutionOptions<N>)'
 gaussianDivergenceMultiArray(Iterator vectorField, Iterator vectorFieldEnd,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/multi_convolution.hxx:2301:1:
 note:   template argument deduction/substitution failed:
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:435:37:
 note:   deduced conflicting types for parameter 'Iterator' 
('vigra::NumpyArray<3, vigra::TinyVector<double, 3>, vigra::StridedArrayTag>' 
and 'vigra::NumpyArray<3, vigra::Singleband<double>, vigra::StridedArrayTag>')
         gaussianDivergenceMultiArray(array, res, opt);
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:46:
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/multi_convolution.hxx:2312:1:
 note: candidate: 'template<unsigned int N, class T1, class S1, class T2, class 
S2> void vigra::gaussianDivergenceMultiArray(const vigra::MultiArrayView<N, 
vigra::TinyVector<T1, N>, S1>&, vigra::MultiArrayView<N, T2, S2>, const 
vigra::ConvolutionOptions<N>&)'
 gaussianDivergenceMultiArray(MultiArrayView<N, TinyVector<T1, N>, S1> const & 
vectorField,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/multi_convolution.hxx:2312:1:
 note:   template argument deduction/substitution failed:
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:435:37:
 note:   deduced conflicting values for non-type parameter 'N' ('3' and '3')
         gaussianDivergenceMultiArray(array, res, opt);
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:435:37:
 note:   'vigra::NumpyArray<3, vigra::TinyVector<double, 3>, 
vigra::StridedArrayTag>' is not derived from 'const vigra::MultiArrayView<N, 
vigra::TinyVector<T1, N>, S1>'
In file included from 
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:46:
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/multi_convolution.hxx:2326:1:
 note: candidate: 'template<unsigned int N, class T1, class S1, class T2, class 
S2> void vigra::gaussianDivergenceMultiArray(const vigra::MultiArrayView<N, 
vigra::TinyVector<T1, N>, S1>&, vigra::MultiArrayView<N, T2, S2>, double, 
vigra::ConvolutionOptions<N>)'
 gaussianDivergenceMultiArray(MultiArrayView<N, TinyVector<T1, N>, S1> const & 
vectorField,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/include/vigra/multi_convolution.hxx:2326:1:
 note:   template argument deduction/substitution failed:
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:435:37:
 note:   deduced conflicting values for non-type parameter 'N' ('3' and '3')
         gaussianDivergenceMultiArray(array, res, opt);
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/vigranumpy/src/core/convolution.cxx:435:37:
 note:   'vigra::NumpyArray<3, vigra::TinyVector<double, 3>, 
vigra::StridedArrayTag>' is not derived from 'const vigra::MultiArrayView<N, 
vigra::TinyVector<T1, N>, S1>'
make[4]: *** 
[vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/build.make:79: 
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'
make[3]: *** [CMakeFiles/Makefile2:3615: 
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'
make[2]: *** [Makefile:166: all] Error 2
make[2]: Leaving directory 
'/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg/obj.python2.7'
make[1]: *** [debian/rules:92: obj.python2.7/build-stamp] Error 2
make[1]: Leaving directory 
'/<<BUILDDIR>>/libvigraimpex-1.10.0+git20160211.167be93+dfsg'
make: *** [debian/rules:70: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: libvigraimpex
Source-Version: 1.10.0+git20160211.167be93+dfsg-6

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Stender <[email protected]> (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 [email protected])


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

Format: 1.8
Date: Sat, 11 Aug 2018 06:20:04 +0200
Source: libvigraimpex
Binary: libvigraimpex-dev libvigraimpex6 libvigraimpex-doc python-vigra 
python-vigra-doc
Architecture: all source
Version: 1.10.0+git20160211.167be93+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Daniel Stender <[email protected]>
Closes: 897800
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-6) unstable; urgency=medium
 .
   * add multi_convolution_fix_incomplete_template_paramater.patch
     (Closes: #897800).
   * deb/changelog: remove a trailing whitespace.
   * deb/control: update Vcs fields (moved to salsa).
   * deb/copyright:
     + use HTTPS in Format field.
     + expand copyright span.
   * add deb/gbp.conf.
Checksums-Sha1: 
 253099a8b5ec6adffbced7e8e1edf69420434ab4 2766 
libvigraimpex_1.10.0+git20160211.167be93+dfsg-6.dsc
 14d9be46e01c0b209406d1d9108b967cedc39cd1 17340 
libvigraimpex_1.10.0+git20160211.167be93+dfsg-6.debian.tar.xz
 eba1998a5e7134c231a9188e7d03520fe8d8cca4 3199512 
libvigraimpex-doc_1.10.0+git20160211.167be93+dfsg-6_all.deb
 4b115cb4a30d7029d2117c5cbce5e8e8084a5874 56332 
python-vigra-doc_1.10.0+git20160211.167be93+dfsg-6_all.deb
Checksums-Sha256: 
 7d30a7afabf008b795ed5c6a2c830e1204a7dca8a3c53ce78720f6ce3fe75de0 2766 
libvigraimpex_1.10.0+git20160211.167be93+dfsg-6.dsc
 e00967e1ed718a52723ff051dac117b7cddffe7989a7a32ddba9c87e6da21f08 17340 
libvigraimpex_1.10.0+git20160211.167be93+dfsg-6.debian.tar.xz
 36603cd425f17ac051e48e4444d818e8c158346e85395820975fafd89e732020 3199512 
libvigraimpex-doc_1.10.0+git20160211.167be93+dfsg-6_all.deb
 d82dcc365df8ed0d389a573dd81d639ff0e0bbc9d4f9d7db063ca55482a68e2d 56332 
python-vigra-doc_1.10.0+git20160211.167be93+dfsg-6_all.deb
Files: 
 d098e590ce4b51d5321d78627095cbca 2766 libs optional 
libvigraimpex_1.10.0+git20160211.167be93+dfsg-6.dsc
 9b38ca17a3a801e76e6714788bb37b44 17340 libs optional 
libvigraimpex_1.10.0+git20160211.167be93+dfsg-6.debian.tar.xz
 b2a1a861aaf70285ad0fb80a10b65055 3199512 doc optional 
libvigraimpex-doc_1.10.0+git20160211.167be93+dfsg-6_all.deb
 f87d45c934ecc3df05bf25826ab2a636 56332 doc optional 
python-vigra-doc_1.10.0+git20160211.167be93+dfsg-6_all.deb

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

iQIzBAEBCgAdFiEERsscqJ6jt0N2dh25FeCa9N9RgsgFAltua+cACgkQFeCa9N9R
gsgmjg//ZbbTtrUywj9YXMMLC+yRSQkP8bKuRLQmW345BmfdSScB6IqxqaUNzZDu
C+SDyoM8+zQhag6jm9oZmiRTC2gtwDy51Hsm662q/OrJu3t0CBcb9wTfF7KJnI4E
mHxXdksQyUmPvbbtBjB51wMH5uCyCCM47+0cn6ppj1wacVMptn1N+BQ/lIDCFEbd
7Bag2UhX+jcn+dHako7zHn8n6rmFXQTvUTcvzBWbokoJuvGJgpIxJhzpALNCodzb
Prsmxkxr2I39dxazvjjD2ZGFoHN689BkKzct8VusgSsTVeVtckghclPMrNaADMzw
TfmMU0xMGQ93+OzDoDQiYpbEqPYtYe8cbPQLwTDHPUETMajPbvfb/z8pXBMXSBL/
/5pnGodjkHH/e5G8jrjcQTL001vIEmp+9PRG+K7qn12qRxfK6MVdkS717ff/ck5w
JMHA7Lp3eE57UlGS0IIsUJsgbeexldGKrhro5vOJ5Wm8zR72x1Fs2V6pFUuSDmoN
9Co61j0yFA8V/TJfzsRUdKIuG9Ivb0aT5aF9vBPBDhUfpoVMf39lOIuImmFuaEG5
iiZWVhpjdvniBGhVUpIx2UtaymSahwLGAwD0RnqZ2uJMCIW0vKJP3s4msKrlzEAg
LdkafvDx5qhvHiwSTBk69r6u2feM95/pK1J6D6LqphTlPyi5dgM=
=b1Mj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to