Open jurajlutter opened 4 months ago
+1 same error :/
ah not same error, mine is:
libzfs.c:63310:81: error: too few arguments to function call, expected 3, have 2
63310 | __pyx_v_ret = zpool_add(__pyx_v_self->handle, __pyx_v_vd->nvlist->handle);
It's fixed in lst release of this lib, the FreeBSD port not up to date, that's why we have the error, for me we can close this issue
While trying to build
devel/py-libzfs
on recent FreeBSD 14.1-RELEASE, I've come across the following:Let aside warning, the errors are preventing py-libzfs from built. I even tried to blindly use the most recent commit (3d3fce5) to no avail.
I don't have much insight into OpenZFS code and/or changes.
Could someone with better insight have a look?
Thanks.