https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289655
Warner Losh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Warner Losh <[email protected]> --- 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.
