I try to build fuse in a pure clang environment, but it fail to compile ../fuse-3.13.0/include/fuse_lowlevel.h:133:38: error: unknown type name '__off64_t' ssize_t (*splice_receive)(int fdin, __off64_t *offin, int fdout, ^ ../fuse-3.13.0/include/fuse_lowlevel.h:134:8: error: unknown type name '__off64_t' __off64_t *offout, size_t len, ^ ../fuse-3.13.0/include/fuse_lowlevel.h:136:35: error: unknown type name '__off64_t' ssize_t (*splice_send)(int fdin, __off64_t *offin, int fdout, ^ ../fuse-3.13.0/include/fuse_lowlevel.h:137:10: error: unknown type name '__off64_t' __off64_t *offout, size_t len, Reproducible: Always
Created attachment 849818 [details] emerge-info
Created attachment 849820 [details] fuse build log
Sounds already fixed in 3.13.1 that came out today.
(In reply to Ionen Wolkens from comment #3) > Sounds already fixed in 3.13.1 that came out today. I found 3.13.1 in the GitHub release but didn't see it on the Gentoo repo. About when I can see it on the repo? https://github.com/libfuse/libfuse/releases/tag/fuse-3.13.1
(In reply to 464270342 from comment #4) > (In reply to Ionen Wolkens from comment #3) > > Sounds already fixed in 3.13.1 that came out today. > > I found 3.13.1 in the GitHub release but didn't see it on the Gentoo repo. > > About when I can see it on the repo? Well, it barely came out, so give it a bit for maintainers to get to it.
Not bumped to it yet as well because of missing dist tarball: https://github.com/libfuse/libfuse/issues/728
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec6bdf762d99854767234101ba4a4bcba3877071 commit ec6bdf762d99854767234101ba4a4bcba3877071 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-02-04 22:53:35 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-02-04 22:53:35 +0000 sys-fs/fuse: add 3.13.1 Closes: https://bugs.gentoo.org/893170 Signed-off-by: Sam James <sam@gentoo.org> sys-fs/fuse/Manifest | 1 + sys-fs/fuse/fuse-3.13.1.ebuild | 72 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+)