Open Jianlin-lv opened 2 months ago
'make deb ' failed when building deb packages from source code.
git clone https://github.com/openzfs/zfs.git cd zfs/ git checkout zfs-2.2.6-staging
sh autogen.sh ./configure --with-linux=/usr/src/linux-headers-${KERNEL_VERSION} make deb
log: zfs_make_deb_issue.log
the problem with make deb has been present since the release of zfs-2.2.5, it also occurs in zfs-master. use make native-deb-utils.
System information
Describe the problem you're observing
'make deb ' failed when building deb packages from source code.
Describe how to reproduce the problem
git clone https://github.com/openzfs/zfs.git cd zfs/ git checkout zfs-2.2.6-staging
sh autogen.sh ./configure --with-linux=/usr/src/linux-headers-${KERNEL_VERSION} make deb
Include any warning/errors/backtraces from the system logs
log: zfs_make_deb_issue.log