[Bug 269308] devel/py-libzfs: Fails to build on 12.4: error: use of undeclared identifier 'ZPOOL_PROP_*'

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 03 Feb 2023 13:04:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269308

            Bug ID: 269308
           Summary: devel/py-libzfs: Fails to build on 12.4: error: use of
                    undeclared identifier 'ZPOOL_PROP_*'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freqlabs@FreeBSD.org
          Reporter: jcfyecrayz@liamekaens.com
          Assignee: freqlabs@FreeBSD.org
             Flags: maintainer-feedback?(freqlabs@FreeBSD.org)

undeclared identifier errors from build on 12.4 (maybe others)...


libzfs.c:97129:53: error: use of undeclared identifier 'ZFS_PROP_USEROBJUSED';
did you mean 'ZFS_PROP_USERUSED'?
libzfs.c:97141:53: error: use of undeclared identifier 'ZFS_PROP_USEROBJQUOTA';
did you mean 'ZFS_PROP_USERQUOTA'?
libzfs.c:97153:53: error: use of undeclared identifier 'ZFS_PROP_GROUPOBJUSED';
did you mean 'ZFS_PROP_GROUPUSED'?
libzfs.c:97165:53: error: use of undeclared identifier
'ZFS_PROP_GROUPOBJQUOTA'; did you mean 'ZFS_PROP_GROUPQUOTA'?
libzfs.c:97177:53: error: use of undeclared identifier 'ZFS_PROP_PROJECTUSED';
did you mean 'ZFS_PROP_GROUPUSED'?
libzfs.c:97189:53: error: use of undeclared identifier 'ZFS_PROP_PROJECTQUOTA'
libzfs.c:97201:53: error: use of undeclared identifier
'ZFS_PROP_PROJECTOBJUSED'
libzfs.c:97213:53: error: use of undeclared identifier
'ZFS_PROP_PROJECTOBJQUOTA'

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