openzfs / zfs

OpenZFS on Linux and FreeBSD
https://openzfs.github.io/openzfs-docs
Other
10.61k stars 1.75k forks source link

'make deb' failed on ubuntu 24.04 #16478

Open Jianlin-lv opened 2 months ago

Jianlin-lv commented 2 months ago

System information

Type Version/Name
Distribution Name Ubuntu
Distribution Version 24.04 LTS
Kernel Version 6.8.0-40-generic
Architecture amd64
OpenZFS Version zfs-2.2.6-staging

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

wmmur commented 2 months ago

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.