Your message dated Thu, 13 Sep 2018 22:52:16 +0000 with message-id <[email protected]> and subject line Bug#906488: fixed in lifeograph 1.4.2-2 has caused the Debian Bug report #906488, regarding lifeograph: FTBFS in buster/sid (static assertion failed) 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.) -- 906488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906488 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:lifeograph Version: 1.4.2-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-arch dh build-arch --parallel dh_update_autotools_config -a -O--parallel dh_auto_configure -a -O--parallel cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" .. -- The C compiler identification is GNU 8.2.0 -- The CXX compiler identification is GNU 8.2.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ [... snipped ...] from /<<PKGBUILDDIR>>/src/app_window.cpp:32: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:74:8: warning: unnecessary parentheses in declaration of '__gtk_reserved1' [-Wparentheses] void (*__gtk_reserved1); ^ /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:75:8: warning: unnecessary parentheses in declaration of '__gtk_reserved2' [-Wparentheses] void (*__gtk_reserved2); ^ /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:76:8: warning: unnecessary parentheses in declaration of '__gtk_reserved3' [-Wparentheses] void (*__gtk_reserved3); ^ /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:77:8: warning: unnecessary parentheses in declaration of '__gtk_reserved4' [-Wparentheses] void (*__gtk_reserved4); ^ In file included from /usr/include/c++/8/map:60, from /usr/include/glibmm-2.4/glibmm/variant.h:32, from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23, from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21, from /usr/include/glibmm-2.4/glibmm.h:92, from /usr/include/gtkmm-3.0/gtkmm.h:87, from /<<PKGBUILDDIR>>/src/lifeograph.hpp:27, from /<<PKGBUILDDIR>>/src/app_window.cpp:32: /usr/include/c++/8/bits/stl_tree.h: In instantiation of 'class std::_Rb_tree<LIFEO::Tag*, LIFEO::Tag*, std::_Identity<LIFEO::Tag*>, bool (*)(LIFEO::DiaryElement*, LIFEO::DiaryElement*), std::allocator<LIFEO::Tag*> >': /usr/include/c++/8/bits/stl_set.h:133:17: required from 'class std::set<LIFEO::Tag*, bool (*)(LIFEO::DiaryElement*, LIFEO::DiaryElement*), std::allocator<LIFEO::Tag*> >' /<<PKGBUILDDIR>>/src/diarydata.hpp:351:7: required from 'class LIFEO::DiaryElementReferrer<LIFEO::Tag>' /<<PKGBUILDDIR>>/src/diarydata.hpp:519:29: required from here /usr/include/c++/8/bits/stl_tree.h:452:21: error: static assertion failed: comparison object must be invocable with two arguments of key type static_assert(__is_invocable<_Compare&, const _Key&, const _Key&>{}, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_tree.h: In instantiation of 'class std::_Rb_tree<LIFEO::Entry*, std::pair<LIFEO::Entry* const, double>, std::_Select1st<std::pair<LIFEO::Entry* const, double> >, bool (*)(LIFEO::DiaryElement*, LIFEO::DiaryElement*), std::allocator<std::pair<LIFEO::Entry* const, double> > >': /usr/include/c++/8/bits/stl_map.h:151:17: required from 'class std::map<LIFEO::Entry*, double, bool (*)(LIFEO::DiaryElement*, LIFEO::DiaryElement*), std::allocator<std::pair<LIFEO::Entry* const, double> > >' /<<PKGBUILDDIR>>/src/diarydata.hpp:371:7: required from 'class LIFEO::DiaryElementMapper<LIFEO::Entry, double>' /<<PKGBUILDDIR>>/src/diarydata.hpp:585:63: required from here /usr/include/c++/8/bits/stl_tree.h:452:21: error: static assertion failed: comparison object must be invocable with two arguments of key type /usr/include/c++/8/bits/stl_tree.h: In instantiation of 'class std::_Rb_tree<LIFEO::Entry*, LIFEO::Entry*, std::_Identity<LIFEO::Entry*>, bool (*)(LIFEO::DiaryElement*, LIFEO::DiaryElement*), std::allocator<LIFEO::Entry*> >': /usr/include/c++/8/bits/stl_set.h:133:17: required from 'class std::set<LIFEO::Entry*, bool (*)(LIFEO::DiaryElement*, LIFEO::DiaryElement*), std::allocator<LIFEO::Entry*> >' /<<PKGBUILDDIR>>/src/diarydata.hpp:351:7: required from 'class LIFEO::DiaryElementReferrer<LIFEO::Entry>' /<<PKGBUILDDIR>>/src/diarydata.hpp:707:62: required from here /usr/include/c++/8/bits/stl_tree.h:452:21: error: static assertion failed: comparison object must be invocable with two arguments of key type make[3]: *** [CMakeFiles/lifeograph.dir/build.make:66: CMakeFiles/lifeograph.dir/src/app_window.cpp.o] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:140: CMakeFiles/lifeograph.dir/all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[1]: *** [Makefile:133: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2 make: *** [debian/rules:19: build-arch] Error 2 dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -B" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/lifeograph.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: lifeograph Source-Version: 1.4.2-2 We believe that the bug you reported is fixed in the latest version of lifeograph, 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. Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated lifeograph 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: Thu, 13 Sep 2018 15:59:59 +0000 Source: lifeograph Binary: lifeograph Architecture: source amd64 Version: 1.4.2-2 Distribution: unstable Urgency: medium Maintainer: Laszlo Boszormenyi (GCS) <[email protected]> Changed-By: Laszlo Boszormenyi (GCS) <[email protected]> Description: lifeograph - Private digital diary Closes: 906488 Changes: lifeograph (1.4.2-2) unstable; urgency=medium . * Fix FTBFS with GCC 8 (closes: #906488). * Update Standards-Version to 4.2.1 . Checksums-Sha1: 34a33065aec78b2d6ee57b5aa5558e40330a8c7f 1828 lifeograph_1.4.2-2.dsc 84876c6978da286491c7eeca0fa77d14e364af37 4708 lifeograph_1.4.2-2.debian.tar.xz ee912fc0557ff3d6659d98945bdbac1a9e6fa793 4084152 lifeograph-dbgsym_1.4.2-2_amd64.deb c8d716e162a5f4640c7f12799ac47be8861592b1 16115 lifeograph_1.4.2-2_amd64.buildinfo cc74009d256ddea205a5292190e0f67216a006db 884996 lifeograph_1.4.2-2_amd64.deb Checksums-Sha256: 7dd6a15560fc54a26cb414547cede544e3fdba889798ec371d3005359ca86e86 1828 lifeograph_1.4.2-2.dsc 7298a6040dc2b33cf49ca87d2f8dbdbfb3b23ac611fb9a080f9e878c8274888f 4708 lifeograph_1.4.2-2.debian.tar.xz e1b78854a6d4151e86cd9b0c45112555138f7e8715970f19b9f8ce8a985570fa 4084152 lifeograph-dbgsym_1.4.2-2_amd64.deb d0e5ac646fee09275395118051999880e801b597b288bc1a4caff6950eb776ee 16115 lifeograph_1.4.2-2_amd64.buildinfo cd8789c53ca54aedf8e06e67770e1b93c20688094aee91a168db00cf0296a9d4 884996 lifeograph_1.4.2-2_amd64.deb Files: 13e3d689712ccec2fd6100aee8758924 1828 gnome optional lifeograph_1.4.2-2.dsc 2261a87f2720e0f791a40afe08308e6a 4708 gnome optional lifeograph_1.4.2-2.debian.tar.xz 10d27d92f06fb4daee0dfcf9e94127b6 4084152 debug optional lifeograph-dbgsym_1.4.2-2_amd64.deb a9d7e3b2dcbcc748d952d6e24b1d2f99 16115 gnome optional lifeograph_1.4.2-2_amd64.buildinfo dae88655eb02c54d625091e66a10d6ac 884996 gnome optional lifeograph_1.4.2-2_amd64.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAlua5jgACgkQ3OMQ54ZM yL/pDw//er072DOJ5sutWNVy96T4DtNTpxvaXpPk51uWkmjbMaNtOetqLvJbjG4Q 7HykQnSKwcPyDXElgjPN0xUYkF8nM1WMcaJ2hJ63kT38Fti2nTsK/xSfbBE9guOv 2sO6Bb2CkghT+R0Uh6uxxVEz+bqfoQPhGnhVOl/iXVr63NlGK9tTAlynTrMuGQWE EWofoh8S3MsIZVPC4dI3c1wDD1588H3+KAESdJlwtSZrJo4Lyc71S2OLKdNIfI9J egfic/LjCz6FtoNAJiNeSXtS+vRFsjeuAhskwMGvKL8uo7BqP6yPOprUBizroDA9 pe9U8cWeG9CBxH9SOEEymOhIjcFW9Ixsfhn/pzEKQ1+m7BEjyiEEQvT+/BrAD6Z7 D8IJy6Mlu9cTORS5JtDGyWIAPhuqVdiSrfz46ShozR5BaSGB036wZyH3hjXHUhQG yYkYTcaxiX6AaAtLLFlfjoGOrw9vaMAMqTi/dk7EFXhtrz4Tsd7Tkfn/MoDn8tHM 5CDdxWlqpWW8N9aCaWP9ucLbbkA9LkgoYO/PBz91ExUybSRnY9+dPh5vJG53pZSW V9c42aXrQY+8Q+uIEYe5lsHvy1j6xTO9/SzRVwlSgFMOzN6GOrTyO2IYlxXNUIPP 2BJaHagGKxy+Z0dShrP/iObTR+OiBHAW/kIPAecsltjDai6Bw8g= =yVcB -----END PGP SIGNATURE-----
--- End Message ---

