Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'make deb' failed on ubuntu 24.04 #16478

Open
Jianlin-lv opened this issue Aug 26, 2024 · 2 comments
Open

'make deb' failed on ubuntu 24.04 #16478

Jianlin-lv opened this issue Aug 26, 2024 · 2 comments
Labels
Component: Packaging custom packages Type: Building Indicates an issue related to building binaries Type: Defect Incorrect behavior (e.g. crash, hang)

Comments

@Jianlin-lv
Copy link

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

@Jianlin-lv Jianlin-lv added the Type: Defect Incorrect behavior (e.g. crash, hang) label Aug 26, 2024
@wmmur
Copy link

wmmur commented Aug 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Packaging custom packages Type: Building Indicates an issue related to building binaries Type: Defect Incorrect behavior (e.g. crash, hang)
Projects
None yet
Development

No branches or pull requests

4 participants
@rincebrain @Jianlin-lv @wmmur and others