Your message dated Wed, 22 Dec 2021 10:49:38 +0000
with message-id <e1mzzbi-000htm...@fasolo.debian.org>
and subject line Bug#1002134: fixed in odil 0.12.1-4
has caused the Debian Bug report #1002134,
regarding odil: FTBFS: Value.cpp:269:69: error: wrong number of template
arguments (4, should be at least 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 ow...@bugs.debian.org
immediately.)
--
1002134: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: odil
Version: 0.12.1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/build/wrappers/python && /usr/bin/c++
> -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ASIO_SEPARATE_COMPILATION
> -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK
> -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_LOG_DYN_LINK -DBOOST_REGEX_DYN_LINK
> -DBOOST_THREAD_DYN_LINK -DODIL_VERSION_MAJOR=0 -Dpyodil_EXPORTS
> -I/<<PKGBUILDDIR>>/src -isystem /usr/include/python3.10 -isystem
> /usr/include/jsoncpp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -fvisibility=hidden -flto -fno-fat-lto-objects
> -std=gnu++14 -MD -MT wrappers/python/CMakeFiles/pyodil.dir/Value.cpp.o -MF
> CMakeFiles/pyodil.dir/Value.cpp.o.d -o CMakeFiles/pyodil.dir/Value.cpp.o -c
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp: In lambda function:
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp:269:69: error: wrong number of
> template arguments (4, should be at least 5)
> 269 | ItType, ItType, false, return_value_policy::copy>
> state;
> | ^
> In file included from /<<PKGBUILDDIR>>/wrappers/python/Value.cpp:11:
> /usr/include/pybind11/pybind11.h:1972:8: note: provided for ‘template<class
> Access, pybind11::return_value_policy Policy, class Iterator, class Sentinel,
> class ValueType, class ... Extra> struct pybind11::detail::iterator_state’
> 1972 | struct iterator_state {
> | ^~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp: In lambda function:
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp:276:36: error: request for member
> ‘first_or_done’ in ‘s’, which is of non-class type ‘state’ {aka ‘int’}
> 276 | if (!s.first_or_done)
> | ^~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp:278:37: error: request for member
> ‘it’ in ‘s’, which is of non-class type ‘state’ {aka ‘int’}
> 278 | ++s.it;
> | ^~
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp:282:35: error: request for member
> ‘first_or_done’ in ‘s’, which is of non-class type ‘state’ {aka ‘int’}
> 282 | s.first_or_done = false;
> | ^~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp:284:35: error: request for member
> ‘it’ in ‘s’, which is of non-class type ‘state’ {aka ‘int’}
> 284 | if (s.it == s.end)
> | ^~
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp:284:43: error: request for member
> ‘end’ in ‘s’, which is of non-class type ‘state’ {aka ‘int’}
> 284 | if (s.it == s.end)
> | ^~~
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp:286:35: error: request for member
> ‘first_or_done’ in ‘s’, which is of non-class type ‘state’ {aka ‘int’}
> 286 | s.first_or_done = true;
> | ^~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp:289:45: error: request for member
> ‘it’ in ‘s’, which is of non-class type ‘state’ {aka ‘int’}
> 289 | return bytes(*s.it);
> | ^~
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp: In lambda function:
> /<<PKGBUILDDIR>>/wrappers/python/Value.cpp:293:59: error: too many
> initializers for ‘state’ {aka ‘int’}
> 293 | return cast(state{v.begin(), v.end(), true});
> | ^
> make[4]: *** [wrappers/python/CMakeFiles/pyodil.dir/build.make:443:
> wrappers/python/CMakeFiles/pyodil.dir/Value.cpp.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2021/12/20/odil_0.12.1-3_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: odil
Source-Version: 0.12.1-4
Done: Julien Lamy <l...@unistra.fr>
We believe that the bug you reported is fixed in the latest version of
odil, 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 1002...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Julien Lamy <l...@unistra.fr> (supplier of updated odil 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: Wed, 22 Dec 2021 09:11:01 +0100
Source: odil
Architecture: source
Version: 0.12.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Julien Lamy <l...@unistra.fr>
Closes: 1002134
Changes:
odil (0.12.1-4) unstable; urgency=medium
.
* Backport code from upstream to adapt to new pybind API
(Closes: #1002134)
Checksums-Sha1:
6da007651550f0854da48c2cd2fd8186c1d4d19f 2761 odil_0.12.1-4.dsc
462f0c62faeb34a7a199d0dce982867028b74581 18880 odil_0.12.1-4.debian.tar.xz
8ec974512482e95f2b60208d3ef456434e553d28 12566 odil_0.12.1-4_amd64.buildinfo
Checksums-Sha256:
71f8db3b385d465b206576663d751db23d1eb6d6f8858fa530e8670d27abf7bc 2761
odil_0.12.1-4.dsc
352b8afab18c2bf0601f4684c29eeec887c1a26e757d905bacdc56a3cf8e5474 18880
odil_0.12.1-4.debian.tar.xz
fc6dbdd85d8f93edf0b4490732becfb30cf8c1611efc08e338569a2606897f4d 12566
odil_0.12.1-4_amd64.buildinfo
Files:
27a70ea333e2c4f3124ec571e4c70f06 2761 science optional odil_0.12.1-4.dsc
0d09f3e10ea9943728c7a2f66cbb0991 18880 science optional
odil_0.12.1-4.debian.tar.xz
2660d087d44787235a6b098e77dd9112 12566 science optional
odil_0.12.1-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmHDAFERHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtF7jQ//Rr3BNUmMtozkc60rOWjKmLQAcT9KtvMP
iZ5mgpIilQbVXNb2SOOL+DTllukmCxyPnH6UBsEHdYiozu8NhZ6lffB9Jpk7vWTG
B89D6zK2/TnCUtXKSHxHOF9+YU3IRx1QH3x8nI3yyXkvNuD+gf+/kS6IE1eVOfAA
Z6OpmzVWosCma4ds/LVtItCixn1/Ix4tRxVgogV+KQP6gkNUiI8hrwZ/ofzmNWqu
Ib2qrXD2Bpu+Q0Vesadt6D/WMj6DHAdGuLVyGfLa0u+37AOiwAA+hPiQs4lTxg9I
e22D8i4N2z9RiTwzkM9qXD/3XvaXGHmFMFzS4FX37ATvlAg8D6M8WayTNRGA4jpj
fFlRF7uPUncjHx1MSlzlOlcqdQaicWrMNkiGbZDoABBkHVasJgmaeMui5fnWvj7e
E82rvIXhw2U7Cw7PaHSaFRPapDUA3aym5SL3F6r5N9wEA96DnRRI3Vy8YFdRNhSv
/aE9MHhl1CVRwNV9OoQKDChxqKHVu9NzGbxnGcgxOC+HFWbLyLrIz91kBrW/7Oeu
yzbsoXdX32Oc3J59CRdJ08FdvwikeqayNDG0axAzlozCMWWJqspuf0APgT3ZUheX
+HACjEWOfJccnKHRZAtb596FdW55BrHj682KHXCsM6SSsMznctNPT9V1McO/XTCr
7S0UwYF1oDA=
=DKmC
-----END PGP SIGNATURE-----
--- End Message ---