Your message dated Wed, 31 Aug 2016 10:23:57 +0000
with message-id <e1bf2gx-00025f...@franck.debian.org>
and subject line Bug#811878: fixed in opengm 2.3.6+20160814-1
has caused the Debian Bug report #811878,
regarding opengm: FTBFS with GCC 6: no matching function for call to
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.)
--
811878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811878
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: opengm
Version: 2.3.6-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in experimental. To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.
You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> make -f src/unittest/CMakeFiles/test-memoryinfo.dir/build.make
> src/unittest/CMakeFiles/test-memoryinfo.dir/build
> make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> [ 31%] Building CXX object
> src/unittest/CMakeFiles/test-memoryinfo.dir/test_memoryinfo.cxx.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/unittest && /usr/bin/c++
> -DOPENGM_DEBUG -DWITH_BOOST -DWITH_BOOST_GRAPH -DWITH_HDF5 -DWITH_OPENMP
> -DWITH_VIGRA -I/<<PKGBUILDDIR>>/include -I/usr/include/hdf5/serial -g -O2
> -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -o
> CMakeFiles/test-memoryinfo.dir/test_memoryinfo.cxx.o -c
> /<<PKGBUILDDIR>>/src/unittest/test_memoryinfo.cxx
> /<<PKGBUILDDIR>>/src/interfaces/python/opengm/opengmcore/opengmcore.cpp: In
> function 'void init_module__opengmcore()':
> /<<PKGBUILDDIR>>/src/interfaces/python/opengm/opengmcore/opengmcore.cpp:644:49:
> error: no matching function for call to
> 'boost::python::class_<std::deque<long unsigned int, std::allocator<long
> unsigned int> > >::def(const char [11], <unresolved overloaded function
> type>)'
> .def("push_front",&DequeUInt64::push_front)
> ^
>
> In file included from /usr/include/boost/python.hpp:18:0,
> from
> /<<PKGBUILDDIR>>/src/interfaces/python/opengm/opengmcore/opengmcore.cpp:5:
> /usr/include/boost/python/class.hpp:224:11: note: candidate: template<class
> Derived> boost::python::class_<T, X1, X2, X3>::self& boost::python::class_<T,
> X1, X2, X3>::def(const boost::python::def_visitor<Derived>&) [with Derived =
> Derived; W = std::deque<long unsigned int, std::allocator<long unsigned int>
> >; X1 = boost::python::detail::not_specified; X2 =
> boost::python::detail::not_specified; X3 =
> boost::python::detail::not_specified]
> self& def(def_visitor<Derived> const& visitor)
> ^~~
>
> /usr/include/boost/python/class.hpp:224:11: note: template argument
> deduction/substitution failed:
> /<<PKGBUILDDIR>>/src/interfaces/python/opengm/opengmcore/opengmcore.cpp:644:49:
> note: mismatched types 'const boost::python::def_visitor<U>' and 'const
> char [11]'
> .def("push_front",&DequeUInt64::push_front)
> ^
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: opengm
Source-Version: 2.3.6+20160814-1
We believe that the bug you reported is fixed in the latest version of
opengm, 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 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ghislain Antony Vaillant <ghisv...@gmail.com> (supplier of updated opengm
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: SHA256
Format: 1.8
Date: Tue, 30 Aug 2016 16:58:33 +0100
Source: opengm
Binary: libopengm-bin libopengm-dev libopengm-doc python-opengm
python-opengm-doc
Architecture: source
Version: 2.3.6+20160814-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Ghislain Antony Vaillant <ghisv...@gmail.com>
Description:
libopengm-bin - command line tools for OpenGM
libopengm-dev - C++ template library for discrete factor graph models
libopengm-doc - documentation and examples for OpenGM
python-opengm - Python interface to OpenGM
python-opengm-doc - documentation for the Python interface to OpenGM
Closes: 806379 811878
Changes:
opengm (2.3.6+20160814-1) unstable; urgency=medium
.
* New upstream snapshot. (Closes: #806379, #811878)
* Update patch queue.
- Drop disable-mem-logging-by-default.patch, applied upstream.
- Drop fix-hdf5-detection.patch, fixed upstream.
* Bump standards version to 3.9.8, no changes required.
* Drop build of examples.
* Skip usage of RPATH with CMake.
* Assorted enhancements to rules file:
- Add missing DEB_CXXFLAGS_MAINT_APPEND option.
- Simplify and correct dh_auto_test override.
- Remove superfluous comments.
- Wrap, sort and format.
Checksums-Sha1:
7b3668dfdfbd6b880269167208a94d428db7aa56 2441 opengm_2.3.6+20160814-1.dsc
be6b62fd4c4650cdb97532d594cc7ec846155d2c 4556092
opengm_2.3.6+20160814.orig.tar.gz
088ae58284bebd9df341f8a30a1eb4aa015c6a3a 4788
opengm_2.3.6+20160814-1.debian.tar.xz
Checksums-Sha256:
dd346b366d4b5daf1555adb57dd4526316792049cd58b783db74dd4ddeaf8daa 2441
opengm_2.3.6+20160814-1.dsc
d524ad8d209d3e3eb2d5398d7f88d764cb702b8cf40ceb2985c07e41db1c8b2c 4556092
opengm_2.3.6+20160814.orig.tar.gz
1294fa4410400f41a2b372ffdcc4252b5c997622126b792c873635eb258a1d2d 4788
opengm_2.3.6+20160814-1.debian.tar.xz
Files:
0ac1375c6e91d247a7c9ddfb7236d16c 2441 science optional
opengm_2.3.6+20160814-1.dsc
2745501210ea119cbf1932dabfbadaa0 4556092 science optional
opengm_2.3.6+20160814.orig.tar.gz
5a07bd71c4e3bc49c6189cd01cdd581b 4788 science optional
opengm_2.3.6+20160814-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJXxoxOAAoJEPNPCXROn13ZW/kP/3/G0jF0WU0p4LteqZdM02no
cflmUcOq+dbaNandnUkJ8qRbLeCYYcT0MdTe0xZCsD6dEdCfw8zGrrMj8hLoodHR
5YMJ021XbCP8T9a2EsX4mIed/1/9/l1fnGBTwwsgO8Rv/8pz3a8V85cw73XHIatP
9Ya16OwBcPCyQ7Tq1FWNYkZddU5wbaDB6addGr5zpOUPfCk1qMVEj5BeBBnODox4
+Oj3YLIxeQrvvaB9TbYHBOE2tgpvZeiSxDuLYaqpFiy4rad29A5jsH+UTMOxPRTW
oyVDAfKXkdlMiBBfgFK22gRkht3O0hwPV4jkZgN9vAS2yMh2K0UTiQS3jkSal/hV
009wcZG0G1xNWR4HHwLuWLNOn/0fqg+tzDo4A7X5YxM2fsEXnsDTJ8aPt6ukHMW1
fa2wJSI5KpCDOOI+mvTXoAMGOa3u/LviwfrazU/6cYrNq4R2Euqm+5uVYOYklV/W
ZK+9gYZYK4DnUA/CoHgG3Z5xG45wyBxrQmwuDp8Hc1mgbtPO8JBWY4uOSsfit2Sb
62S7vxg2MekNlYvxsFKF9VT6DGnc9zCSbjnXDC2S3mABzNokSR3ZPdembpfzAa6r
qk30Va9WLI65jUkkV9ApPtaal1becedfR0+R1aKrcDBh8dVa/5X0r5geSKCkNMMA
isFxiUEVa+t974VZkO2W
=K6wp
-----END PGP SIGNATURE-----
--- End Message ---