[Bug 289655] Add /usr/include/openzfs to support in-base and external applications
Date: Fri, 19 Sep 2025 16:02:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289655
Warner Losh <imp@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |imp@FreeBSD.org
--- Comment #4 from Warner Losh <imp@FreeBSD.org> ---
I'm surprised this isn't a PRIVATELIB, honestly. It's an intenral-only thing
and FreeBSD doesn't commit to any kind of additional stability to this library.
We don't update from minor release to minor release, but I don't think we've
bumped the major release of it between FreeeBSD major releases (eg, it's wrong
in 15).
../stable-12/cddl/lib/libzfs/Makefile:SHLIB_MAJOR= 3
../stable-13/cddl/lib/libzfs/Makefile:SHLIB_MAJOR= 4
../stable-14/cddl/lib/libzfs/Makefile:SHLIB_MAJOR= 4
../stable-15/cddl/lib/libzfs/Makefile:SHLIB_MAJOR= 4
So clearly we have a problem. It should have been 5 in 14 and 6 in 15, but the
best we can do is make it 5 in 15.
I don't think there's any way the project will install the files needed to make
this happen, but I'm not the final arbiter of that.
--
You are receiving this mail because:
You are the assignee for the bug.