[Bug 285352] [NEW PORT] filesystems/befuse: FUSE server for Be File System
Date: Sat, 12 Apr 2025 08:55:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285352 --- Comment #11 from Krutarth Patel <krutarthpatel929@gmail.com> --- (In reply to Robert Clausecker from comment #9) Hello, I have made most of the changes, please take a look. This would still not compile on the arm machine. your suggestion of using a 0 does not work. The code does not compile on my machine. Does your /usr/local/include/fuse.h have a FUSE_FILL_DIR_DEFAULTS? This was added in 3.17.1(https://github.com/libfuse/libfuse/commit/c021e910a5592756f7c3fa47f89d83e41c8a3505) which is the current version of fusefs-libs3. So, there are two options-We either mandate that at least 3.17.1 is required OR use FUSE_FILL_DIR_PLUS. The latter works on my machine but I am not sure of its implications. -- You are receiving this mail because: You are the assignee for the bug.