[Bug 195949] sysutils/udfclient: Build fails with FUSE option enabled
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 9 11:16:41 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195949
--- Comment #17 from Andriy Gapon <avg at FreeBSD.org> ---
I think that the real problem here is that FUSE header(s) now include
sys/uio.h, apparently for no good reason. And that causes the conflict between
the internal uio.h header of udfclient and the system-wide uio.h.
My solution would be to move the fuse.h inclusion after udf.h inclusion in
udfclientfs.c. That should work for now since, as I've said, fuse does not
really depend on uio in its API. But this could be fragile with respect to
future fuse changes.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list