Your message dated Sun, 14 Nov 2021 16:03:38 +0000 with message-id <e1mmhyk-000fri...@fasolo.debian.org> and subject line Bug#999624: fixed in anbox 0.0~git20211020-1 has caused the Debian Bug report #999624, regarding anbox: FTBFS with GCC 11: src/anbox/input/manager.h:38:8: error: 'uint32_t' in namespace 'std' does not name a type 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.) -- 999624: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999624 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: anbox Version: 0.0~git20210625-1 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) Hi, anbox recently started to FTBFS in sid, I think that is correlated to the swich of the default compiler to GCC 11 (and -std=c++17). In file included from /build/anbox-0.0~git20210625/src/anbox/input/manager.cpp:18: /build/anbox-0.0~git20210625/src/anbox/input/manager.h:38:8: error: 'uint32_t' in namespace 'std' does not name a type; did you mean 'wint_t'? 38 | std::uint32_t next_id(); | ^~~~~~~~ | wint_t /build/anbox-0.0~git20210625/src/anbox/input/manager.h:39:44: error: 'uint32_t' in namespace 'std' does not name a type; did you mean 'wint_t'? 39 | std::string build_device_path(const std::uint32_t &id); | ^~~~~~~~ | wint_t /build/anbox-0.0~git20210625/src/anbox/input/manager.h:42:17: error: 'uint32_t' is not a member of 'std'; did you mean 'wint_t'? 42 | std::map<std::uint32_t, std::shared_ptr<Device>> devices_; | ^~~~~~~~ | wint_t /build/anbox-0.0~git20210625/src/anbox/input/manager.h:42:49: error: template argument 1 is invalid 42 | std::map<std::uint32_t, std::shared_ptr<Device>> devices_; | ^~ /build/anbox-0.0~git20210625/src/anbox/input/manager.h:42:49: error: template argument 3 is invalid /build/anbox-0.0~git20210625/src/anbox/input/manager.h:42:49: error: template argument 4 is invalid /build/anbox-0.0~git20210625/src/anbox/input/manager.cpp: In member function 'std::shared_ptr<anbox::input::Device> anbox::input::Manager::create_device()': /build/anbox-0.0~git20210625/src/anbox/input/manager.cpp:39:19: error: 'next_id' was not declared in this scope 39 | const auto id = next_id(); | ^~~~~~~ /build/anbox-0.0~git20210625/src/anbox/input/manager.cpp:42:12: error: request for member 'insert' in '((anbox::input::Manager*)this)->anbox::input::Manager::devices_', which is of non-class type 'int' 42 | devices_.insert({id, device}); | ^~~~~~ /build/anbox-0.0~git20210625/src/anbox/input/manager.cpp: At global scope: /build/anbox-0.0~git20210625/src/anbox/input/manager.cpp:46:15: error: no declaration matches 'uint32_t anbox::input::Manager::next_id()' 46 | std::uint32_t Manager::next_id() { | ^~~~~~~ /build/anbox-0.0~git20210625/src/anbox/input/manager.cpp:46:15: note: no functions named 'uint32_t anbox::input::Manager::next_id()' In file included from /build/anbox-0.0~git20210625/src/anbox/input/manager.cpp:18: /build/anbox-0.0~git20210625/src/anbox/input/manager.h:30:7: note: 'class anbox::input::Manager' defined here 30 | class Manager { | ^~~~~~~ /build/anbox-0.0~git20210625/src/anbox/input/manager.cpp:51:13: error: no declaration matches 'std::string anbox::input::Manager::build_device_path(const uint32_t&)' 51 | std::string Manager::build_device_path(const std::uint32_t &id) { | ^~~~~~~ In file included from /build/anbox-0.0~git20210625/src/anbox/input/manager.cpp:18: /build/anbox-0.0~git20210625/src/anbox/input/manager.h:39:15: note: candidate is: 'std::string anbox::input::Manager::build_device_path(const int&)' 39 | std::string build_device_path(const std::uint32_t &id); | ^~~~~~~~~~~~~~~~~ /build/anbox-0.0~git20210625/src/anbox/input/manager.h:30:7: note: 'class anbox::input::Manager' defined here 30 | class Manager { | ^~~~~~~ make[3]: *** [src/CMakeFiles/anbox-core.dir/build.make:1005: src/CMakeFiles/anbox-core.dir/anbox/input/manager.cpp.o] Error 1 Andreas
anbox_0.0~git20210625-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---Source: anbox Source-Version: 0.0~git20211020-1 Done: Shengjing Zhu <z...@debian.org> We believe that the bug you reported is fixed in the latest version of anbox, 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 999...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Shengjing Zhu <z...@debian.org> (supplier of updated anbox 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: Sun, 14 Nov 2021 22:47:19 +0800 Source: anbox Architecture: source Version: 0.0~git20211020-1 Distribution: unstable Urgency: medium Maintainer: Shengjing Zhu <z...@debian.org> Changed-By: Shengjing Zhu <z...@debian.org> Closes: 999624 Changes: anbox (0.0~git20211020-1) unstable; urgency=medium . * New upstream snapshot. Fix build with GCC 11. (Closes: #999624) * Install anbox dbus service Checksums-Sha1: 375d0ede1feac3042e1d2bab631e04720e801cd1 1728 anbox_0.0~git20211020-1.dsc 4b1ffbc070fcdfeff6573915628047207c410426 1024696 anbox_0.0~git20211020.orig.tar.gz aa24902df96ff74401a78fa3a85ea0823b6f1352 10672 anbox_0.0~git20211020-1.debian.tar.xz e6376d766115fed9c12b90a375bcdb223b2893cf 13319 anbox_0.0~git20211020-1_amd64.buildinfo Checksums-Sha256: a28f5cf07f427cf5604b417669a16b74f66f62de923bd29af640d40e2a745465 1728 anbox_0.0~git20211020-1.dsc 79d0ef19ca49638b7b7bd180b21b9e42840eb6b44d964c2c313c89cc48eb9224 1024696 anbox_0.0~git20211020.orig.tar.gz babf6e948ce7ae758401a5dbb683b06110ddc3851b4eb425130bbdc887561262 10672 anbox_0.0~git20211020-1.debian.tar.xz 344c688620d14c650be914f32855f62df5da97f80a0bf249c8d6fb5a83ac212c 13319 anbox_0.0~git20211020-1_amd64.buildinfo Files: a7cfb5a06f841b3eff07f9f4352aeac6 1728 contrib/utils optional anbox_0.0~git20211020-1.dsc 5f772a69d1c7c5960cab158d305a514a 1024696 contrib/utils optional anbox_0.0~git20211020.orig.tar.gz 595ba1a93fb42a322b38e8954ef23a30 10672 contrib/utils optional anbox_0.0~git20211020-1.debian.tar.xz 1c0ba6501851e356270ff28169fcc4cf 13319 contrib/utils optional anbox_0.0~git20211020-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iIYEARYIAC4WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCYZEvrBAcemhzakBkZWJp YW4ub3JnAAoJEH9E+iXqVRTLcVQBAJ2f1upqp6UbXAD0HlCWzVcR6/vKTN+8fEM+ w7L5kZS+AQCowELPdcw3GIjyJV+5CNLvKnNGEF2eWkwJxVDy1wcuAw== =qgiW -----END PGP SIGNATURE-----
--- End Message ---