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
--------------------------------------------------------------------------------

Reply via email to