missing header files in /usr/include/libzfs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
zfs-linux (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I'm using ubuntu focal 20.04.
the problem is with zfs header sources in ubuntu in /usr/include/
in zfs source code there is a header file: "zfs/lib/
#include <sys/fs/zfs.h>
#include <sys/nvpair.h>
#include <sys/dmu.h>
#include <sys/zfs_ioctl.h> -> * problematic include
#include <regex.h>
#include <libuutil.h>
#include <libzfs.h>
#include <libshare.h>
#include <libzfs_core.h>
link:
https:/
seems like all the headers exist in ubuntu focal in /usr/include/
the .h file that don't exist in ubuntu focal is /usr/include/
This bug prevents me from generating code with header files with its dependencies because its dependencies not exist.