Source: rapmap
Version: 0.5.0+dfsg-3
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/rapmap.html

...
In file included from /build/1st/rapmap-0.5.0+dfsg/src/RapMapUtils.cpp:26:
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp: In function 'void 
rapmap::utils::writeSAMHeader(IndexT&, std::shared_ptr<spdlog::logger>)':
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp:86:18: error: 
'MemoryWriter' is not a member of 'fmt'
             fmt::MemoryWriter hd;
                  ^~~~~~~~~~~~
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp:87:6: error: 'hd' was not 
declared in this scope
      hd.write("@HD\tVN:1.0\tSO:unknown\n");
      ^~
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp: In function 'void 
rapmap::utils::writeSAMHeader(IndexT&, std::ostream&)':
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp:106:18: error: 
'MemoryWriter' is not a member of 'fmt'
             fmt::MemoryWriter hd;
                  ^~~~~~~~~~~~
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp:107:6: error: 'hd' was not 
declared in this scope
      hd.write("@HD\tVN:1.0\tSO:unknown\n");
      ^~
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp: At global scope:
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp:125:43: error: expected 
template-name before '<' token
     class FixedBuffer : public fmt::Buffer<char> {
                                           ^
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp:125:43: error: expected 
'{' before '<' token
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp:125:43: error: expected 
unqualified-id before '<' token
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp:136:44: error: expected 
class-name before '{' token
     class FixedWriter : public fmt::Writer {
                                            ^
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp:138:25: error: field 
'buffer_' has incomplete type 'rapmap::utils::FixedBuffer'
             FixedBuffer buffer_;
                         ^~~~~~~
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp:125:11: note: forward 
declaration of 'class rapmap::utils::FixedBuffer'
     class FixedBuffer : public fmt::Buffer<char> {
           ^~~~~~~~~~~
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp: In constructor 
'rapmap::utils::FixedWriter::FixedWriter(char*, std::size_t)':
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp:141:30: error: expected 
class-name before '(' token
                 : fmt::Writer(buffer_), buffer_(array, size) {}
                              ^
/build/1st/rapmap-0.5.0+dfsg/include/RapMapUtils.hpp:141:30: error: expected 
'{' before '(' token
...

Reply via email to