Dear Maintainer,
First, make a buildd-variant i386 sid chroot and install libfuse3-dev,
(sid-i386 fest)root@tarta:/# cat > a.c
#define FUSE_USE_VERSION 30
#include <fuse.h>
(sid-i386 fest)root@tarta:/# cc a.c -I/usr/include/fuse3
In file included from /usr/include/fuse3/fuse.h:19,
from a.c:2:
/usr/include/fuse3/fuse_common.h:853:1: error: static assertion failed: "fuse: off_t must be 64bit"
853 | _Static_assert(sizeof(off_t) == 8, "fuse: off_t must be 64bit");
| ^~~~~~~~~~~~~~
(sid-i386 fest)root@tarta:/#
And likewise with __USE_FILE_OFFSET64 (which supposedly guards this,
or so I gathered from skimming libc headers).
This renders the package unusable.
Best,
наб