[GH-ISSUE #476] Fails to build on FreeBSD & MidnightBSD #265

Closed
opened 2026-03-04 01:43:52 +03:00 by kerem · 1 comment
Owner

Originally created by @laffer1 on GitHub (Sep 30, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/476

It appears 1.79 and 1.80 include a file that does not exist on FreeBSD or MidnightBSD. This header is a linux interface (that NetBSD appears to have a compatibility shim for).

s3fs.cpp:37:10: fatal error: 'sys/xattr.h' file not found
#include <sys/xattr.h>
Originally created by @laffer1 on GitHub (Sep 30, 2016). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/476 It appears 1.79 and 1.80 include a file that does not exist on FreeBSD or MidnightBSD. This header is a linux interface (that NetBSD appears to have a compatibility shim for). ``` s3fs.cpp:37:10: fatal error: 'sys/xattr.h' file not found #include <sys/xattr.h> ```
kerem closed this issue 2026-03-04 01:43:53 +03:00
Author
Owner

@ggtakec commented on GitHub (Oct 2, 2016):

@laffer1
Thanks for your report.
I merged #477 to master branch, please try to build latest code.
I'm closing this issue, but if you found problem, please reopen this issue.

Thanks in advance for your help.

<!-- gh-comment-id:250958467 --> @ggtakec commented on GitHub (Oct 2, 2016): @laffer1 Thanks for your report. I merged #477 to master branch, please try to build latest code. I'm closing this issue, but if you found problem, please reopen this issue. Thanks in advance for your help.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#265
No description provided.