← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2125006] Re: woff2 ftbfs in questing archive rebuild

 

** Changed in: woff2 (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to woff2 in Ubuntu.
https://bugs.launchpad.net/bugs/2125006

Title:
  woff2 ftbfs in questing archive rebuild

Status in woff2 package in Ubuntu:
  New

Bug description:
  The package fails to build in the recent archive rebuild
  https://people.canonical.com/~ginggs/ftbfs-report/test-rebuild-20250910-questing-questing.html

  In file included from /<<PKGBUILDDIR>>/src/woff2_out.cc:9:
  /<<PKGBUILDDIR>>/include/woff2/output.h:73:25: error: expected ‘)’ before ‘*’ token
     73 |   WOFF2MemoryOut(uint8_t* buf, size_t buf_size);
        |                 ~       ^
        |                         )
  /<<PKGBUILDDIR>>/include/woff2/output.h:79:3: error: ‘uint8_t’ does not name a type
     79 |   uint8_t* buf_;
        |   ^~~~~~~
  /<<PKGBUILDDIR>>/include/woff2/output.h:16:1: note: ‘uint8_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
     15 | #include <string>
    +++ |+#include <cstdint>
     16 | 
  /<<PKGBUILDDIR>>/src/woff2_out.cc:48:31: error: expected constructor, destructor, or type conversion before ‘(’ token
     48 | WOFF2MemoryOut::WOFF2MemoryOut(uint8_t* buf, size_t buf_size)
        |                               ^
  /<<PKGBUILDDIR>>/src/woff2_out.cc: In member function ‘virtual bool woff2::WOFF2MemoryOut::Write(const void*, size_t, size_t)’:
  /<<PKGBUILDDIR>>/src/woff2_out.cc:61:15: error: ‘buf_’ was not declared in this scope; did you mean ‘buf’?
     61 |   std::memcpy(buf_ + offset, buf, n);
        |               ^~~~
        |               buf
  make[3]: *** [CMakeFiles/woff2dec.dir/build.make:96: CMakeFiles/woff2dec.dir/src/woff2_out.cc.o] Error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/woff2/+bug/2125006/+subscriptions



References