Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Aug 2016 11:16:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195949] sysutils/udfclient: Build fails with FUSE option enabled
Message-ID:  <bug-195949-13-tjyEuDWBti@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195949-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195949-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195949

--- Comment #17 from Andriy Gapon <avg@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 bet=
ween
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195949-13-tjyEuDWBti>