Public bug reported:

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

** Affects: woff2 (Ubuntu)
     Importance: Undecided
     Assignee: Nick Rosbrook (enr0n)
         Status: New


** Tags: dcr-incoming ftbfs

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

Title:
  woff2 ftbfs in questing archive rebuild

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


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to