Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2024 17:29:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 257222] Cannot use libzfs_core from user space programs due to missing libnvpair.h and other dependencies
Message-ID:  <bug-257222-227-c3Hvbc94FG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257222-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257222-227@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=3D257222

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.

--=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-257222-227-c3Hvbc94FG>