[Bug 257222] Cannot use libzfs_core from user space programs due to missing libnvpair.h and other dependencies

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 19 Jun 2024 17:29:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257222

David Chisnall <theraven@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |theraven@FreeBSD.org

--- Comment #10 from David Chisnall <theraven@FreeBSD.org> ---
Note that even if you do get it to link, it's very fragile because the base
system provides `libnv`, which provides *some* of the same symbols as
`libnvlist` but with different data structures.  Linking both is liable to lead
to data corruption.

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