Package: src:rapidyaml Version: 0.11.1+ds-1 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202608/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:rapidyaml, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] [ 20%] Building CXX object CMakeFiles/ryml.dir/src/c4/yml/common.cpp.o /usr/bin/x86_64-linux-gnu-g++ -Dryml_EXPORTS -I/<<PKGBUILDDIR>>/src -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DC4CORE_NO_FAST_FLOAT=1 -std=c++11 -fPIC -MD -MT CMakeFiles/ryml.dir/src/c4/yml/node.cpp.o -MF CMakeFiles/ryml.dir/src/c4/yml/node.cpp.o.d -o CMakeFiles/ryml.dir/src/c4/yml/node.cpp.o -c /<<PKGBUILDDIR>>/src/c4/yml/node.cpp /usr/bin/x86_64-linux-gnu-g++ -Dryml_EXPORTS -I/<<PKGBUILDDIR>>/src -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DC4CORE_NO_FAST_FLOAT=1 -std=c++11 -fPIC -MD -MT CMakeFiles/ryml.dir/src/c4/yml/common.cpp.o -MF CMakeFiles/ryml.dir/src/c4/yml/common.cpp.o.d -o CMakeFiles/ryml.dir/src/c4/yml/common.cpp.o -c /<<PKGBUILDDIR>>/src/c4/yml/common.cpp In file included from /<<PKGBUILDDIR>>/src/c4/yml/node.cpp:1: /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:40:23: error: âfmtâ was not declared in this scope; did you mean âfmaâ? 40 | template<> struct Key<fmt::const_base64_wrapper> { fmt::const_base64_wrapper wrapper; }; | ^~~ | fma /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:40:48: error: template argument 1 is invalid 40 | template<> struct Key<fmt::const_base64_wrapper> { fmt::const_base64_wrapper wrapper; }; | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:41:23: error: âfmtâ was not declared in this scope; did you mean âfmaâ? 41 | template<> struct Key<fmt::base64_wrapper> { fmt::base64_wrapper wrapper; }; | ^~~ | fma /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:41:42: error: template argument 1 is invalid 41 | template<> struct Key<fmt::base64_wrapper> { fmt::base64_wrapper wrapper; }; | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:44:22: error: âfmtâ was not declared in this scope; did you mean âfmaâ? 44 | C4_ALWAYS_INLINE Key<fmt::const_base64_wrapper> key(fmt::const_base64_wrapper w) { return {w}; } | ^~~ | fma /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:44:47: error: template argument 1 is invalid 44 | C4_ALWAYS_INLINE Key<fmt::const_base64_wrapper> key(fmt::const_base64_wrapper w) { return {w}; } | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:44:53: warning: âalways_inlineâ attribute ignored [-Wattributes] 44 | C4_ALWAYS_INLINE Key<fmt::const_base64_wrapper> key(fmt::const_base64_wrapper w) { return {w}; } | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:44:53: error: âint c4::yml::keyâ redeclared as different kind of entity /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:43:43: note: previous declaration âtemplate<class K> c4::yml::Key<K> c4::yml::key(K&)â 43 | template<class K> C4_ALWAYS_INLINE Key<K> key(K & k) { return Key<K>{k}; } | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:44:53: error: âfmtâ has not been declared 44 | C4_ALWAYS_INLINE Key<fmt::const_base64_wrapper> key(fmt::const_base64_wrapper w) { return {w}; } | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:45:22: error: âfmtâ was not declared in this scope; did you mean âfmaâ? 45 | C4_ALWAYS_INLINE Key<fmt::base64_wrapper> key(fmt::base64_wrapper w) { return {w}; } | ^~~ | fma /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:45:41: error: template argument 1 is invalid 45 | C4_ALWAYS_INLINE Key<fmt::base64_wrapper> key(fmt::base64_wrapper w) { return {w}; } | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:45:47: warning: âalways_inlineâ attribute ignored [-Wattributes] 45 | C4_ALWAYS_INLINE Key<fmt::base64_wrapper> key(fmt::base64_wrapper w) { return {w}; } | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:45:47: error: âint c4::yml::keyâ redeclared as different kind of entity /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:43:43: note: previous declaration âtemplate<class K> c4::yml::Key<K> c4::yml::key(K&)â 43 | template<class K> C4_ALWAYS_INLINE Key<K> key(K & k) { return Key<K>{k}; } | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:45:47: error: âfmtâ has not been declared 45 | C4_ALWAYS_INLINE Key<fmt::base64_wrapper> key(fmt::base64_wrapper w) { return {w}; } | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:38: error: âfmtâ was not declared in this scope; did you mean âfmaâ? [-Wtemplate-body] 693 | ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const | ^~~ | fma /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:57: error: template argument 1 is invalid [-Wtemplate-body] 693 | ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:38: error: âfmtâ was not declared in this scope; did you mean âfmaâ? [-Wtemplate-body] 693 | ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const | ^~~ | fma /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:57: error: template argument 1 is invalid [-Wtemplate-body] 693 | ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:38: error: âfmtâ was not declared in this scope; did you mean âfmaâ? [-Wtemplate-body] 693 | ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const | ^~~ | fma /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:57: error: template argument 1 is invalid [-Wtemplate-body] 693 | ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:34: error: âKeyâ is not a type [-Wtemplate-body] 693 | ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:37: error: expected â,â or â...â before â<â token [-Wtemplate-body] 693 | ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:700:34: error: âfmtâ has not been declared [-Wtemplate-body] 700 | ConstImpl const& operator>> (fmt::base64_wrapper w) const | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:700:54: error: expected â,â or â...â before âwâ [-Wtemplate-body] 700 | ConstImpl const& operator>> (fmt::base64_wrapper w) const | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:700:22: error: âconst ConstImpl& c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::operator>>(int) constâ cannot be overloaded with âconst ConstImpl& c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::operator>>(int) constâ [-Wtemplate-body] 700 | ConstImpl const& operator>> (fmt::base64_wrapper w) const | ^~~~~~~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:22: note: previous declaration âconst ConstImpl& c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::operator>>(int) constâ 693 | ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const | ^~~~~~~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:709:28: error: âfmtâ has not been declared [-Wtemplate-body] 709 | size_t deserialize_key(fmt::base64_wrapper v) const | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:709:48: error: expected â,â or â...â before âvâ [-Wtemplate-body] 709 | size_t deserialize_key(fmt::base64_wrapper v) const | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:717:28: error: âfmtâ has not been declared [-Wtemplate-body] 717 | size_t deserialize_val(fmt::base64_wrapper v) const | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:717:48: error: expected â,â or â...â before âvâ [-Wtemplate-body] 717 | size_t deserialize_val(fmt::base64_wrapper v) const | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp: In member function âconst ConstImpl& c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::operator>>(int) constâ: /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:695:25: error: âwâ was not declared in this scope [-Wtemplate-body] 695 | deserialize_key(w.wrapper); | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp: In member function âconst ConstImpl& c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::operator>>(int) constâ: /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:702:25: error: âwâ was not declared in this scope [-Wtemplate-body] 702 | deserialize_val(w); | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp: In member function âsize_t c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::deserialize_key(int) constâ: /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:712:35: error: âvâ was not declared in this scope [-Wtemplate-body] 712 | return from_chars(key(), &v); | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp: In member function âsize_t c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::deserialize_val(int) constâ: /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:720:35: error: âvâ was not declared in this scope [-Wtemplate-body] 720 | return from_chars(val(), &v); | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp: At global scope: /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1273:31: error: âfmtâ has not been declared 1273 | size_t set_key_serialized(fmt::const_base64_wrapper w); | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1273:57: error: expected â,â or â...â before âwâ 1273 | size_t set_key_serialized(fmt::const_base64_wrapper w); | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1277:31: error: âfmtâ has not been declared 1277 | size_t set_val_serialized(fmt::const_base64_wrapper w); | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1277:57: error: expected â,â or â...â before âwâ 1277 | size_t set_val_serialized(fmt::const_base64_wrapper w); | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:30: error: âfmtâ was not declared in this scope; did you mean âfmaâ? 1316 | NodeRef& operator<< (Key<fmt::const_base64_wrapper> w) | ^~~ | fma /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:55: error: template argument 1 is invalid 1316 | NodeRef& operator<< (Key<fmt::const_base64_wrapper> w) | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:30: error: âfmtâ was not declared in this scope; did you mean âfmaâ? 1316 | NodeRef& operator<< (Key<fmt::const_base64_wrapper> w) | ^~~ | fma /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:55: error: template argument 1 is invalid 1316 | NodeRef& operator<< (Key<fmt::const_base64_wrapper> w) | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:30: error: âfmtâ was not declared in this scope; did you mean âfmaâ? 1316 | NodeRef& operator<< (Key<fmt::const_base64_wrapper> w) | ^~~ | fma /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:55: error: template argument 1 is invalid 1316 | NodeRef& operator<< (Key<fmt::const_base64_wrapper> w) | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:26: error: âKeyâ is not a type 1316 | NodeRef& operator<< (Key<fmt::const_base64_wrapper> w) | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:29: error: expected â,â or â...â before â<â token 1316 | NodeRef& operator<< (Key<fmt::const_base64_wrapper> w) | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1322:26: error: âfmtâ has not been declared 1322 | NodeRef& operator<< (fmt::const_base64_wrapper w) | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1322:52: error: expected â,â or â...â before âwâ 1322 | NodeRef& operator<< (fmt::const_base64_wrapper w) | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1322:14: error: âc4::yml::NodeRef& c4::yml::NodeRef::operator<<(int)â cannot be overloaded with âc4::yml::NodeRef& c4::yml::NodeRef::operator<<(int)â 1322 | NodeRef& operator<< (fmt::const_base64_wrapper w) | ^~~~~~~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:14: note: previous declaration âc4::yml::NodeRef& c4::yml::NodeRef::operator<<(int)â 1316 | NodeRef& operator<< (Key<fmt::const_base64_wrapper> w) | ^~~~~~~~ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp: In member function âc4::yml::NodeRef& c4::yml::NodeRef::operator<<(int)â: /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1318:28: error: âwâ was not declared in this scope 1318 | set_key_serialized(w.wrapper); | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.hpp: In member function âc4::yml::NodeRef& c4::yml::NodeRef::operator<<(int)â: /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1324:28: error: âwâ was not declared in this scope 1324 | set_val_serialized(w); | ^ /<<PKGBUILDDIR>>/src/c4/yml/node.cpp: At global scope: /<<PKGBUILDDIR>>/src/c4/yml/node.cpp:13:8: error: âsize_t c4::yml::NodeRef::set_key_serializedâ is not a static data member of âclass c4::yml::NodeRefâ 13 | size_t NodeRef::set_key_serialized(c4::fmt::const_base64_wrapper w) | ^~~~~~~ /<<PKGBUILDDIR>>/src/c4/yml/node.cpp:13:40: error: âc4::fmtâ has not been declared 13 | size_t NodeRef::set_key_serialized(c4::fmt::const_base64_wrapper w) | ^~~ /<<PKGBUILDDIR>>/src/c4/yml/node.cpp:21:8: error: âsize_t c4::yml::NodeRef::set_val_serializedâ is not a static data member of âclass c4::yml::NodeRefâ 21 | size_t NodeRef::set_val_serialized(c4::fmt::const_base64_wrapper w) | ^~~~~~~ /<<PKGBUILDDIR>>/src/c4/yml/node.cpp:21:40: error: âc4::fmtâ has not been declared 21 | size_t NodeRef::set_val_serialized(c4::fmt::const_base64_wrapper w) | ^~~ make[3]: *** [CMakeFiles/ryml.dir/build.make:96: CMakeFiles/ryml.dir/src/c4/yml/node.cpp.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:113: CMakeFiles/ryml.dir/all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[1]: *** [Makefile:159: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 INSTALL="install --strip-program=true" VERBOSE=1 returned exit code 2 make: *** [debian/rules:7: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

