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 File "zfs-dracut-0.8.0-111_g6dbca94f0.x86_64.rpm" not found #8990

Closed
IslandLife opened this issue Jul 4, 2019 · 1 comment · Fixed by #8991
Closed

make deb File "zfs-dracut-0.8.0-111_g6dbca94f0.x86_64.rpm" not found #8990

IslandLife opened this issue Jul 4, 2019 · 1 comment · Fixed by #8991

Comments

@IslandLife
Copy link

Distribution Version | Ubuntu 19.04
Linux Kernel | 5.0.0-17-generic
Architecture | x86_64
ZFS Version | 0.8.0-111_g6dbca94f0
SPL Version |

Describe the problem you're observing

A newly cloned zfs repository will not build deb files on Ubuntu.
It has a confused idea for a dracut file name which obstructs the completion of the remaining deb files. It builds a file with the string noarch in the filename - but then expects a filename with string x86_64 in the filename. Either that or it fails to build both.

While I don't want or need the dracut dbm this OBSTRUCTS the build of other deb files -

Describe how to reproduce the problem

 2030  mv zfs old1.zfs
 2031  git clone https://github.com/zfsonlinux/zfs.git
 
 2033  cd zfs
 2034  ls
 2035  ./autogen.sh 
 2036  ./configure prefix=
 2037  make
 2038  make deb
 2039  find . -name zfs-dracut-0.8.0-111_g6dbca94f0\* -print

An example is provided below.

zfs_0.8.0-111_amd64.deb generated
libnvpair1_0.8.0-111_amd64.deb generated
libuutil1_0.8.0-111_amd64.deb generated
libzfs2_0.8.0-111_amd64.deb generated
libzpool2_0.8.0-111_amd64.deb generated
libzfs2-devel_0.8.0-111_amd64.deb generated
zfs-test_0.8.0-111_amd64.deb generated
File "zfs-dracut-0.8.0-111_g6dbca94f0.x86_64.rpm" not found.

root@hostname# find . -name zfs-dracut-0.8.0-111_g6dbca94f0\* -print
./zfs-dracut-0.8.0-111_g6dbca94f0.noarch.rpm


-->

@IslandLife
Copy link
Author

In particular this obstructs the construction of the deb files for

python3-pyzfs
zfs-dracut
zfs-initramfs

behlendorf pushed a commit that referenced this issue Jul 9, 2019
This commit ensures make(1) targets that build .deb packages fail if
alien(1) can't convert all .rpm files; additionally it also updates
the zfs-dracut package name which was changed to "noarch" in ca4e5a7.

Reviewed-by: Neal Gompa <ngompa@datto.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #8990 
Closes #8991
TulsiJain pushed a commit to TulsiJain/zfs that referenced this issue Jul 20, 2019
This commit ensures make(1) targets that build .deb packages fail if
alien(1) can't convert all .rpm files; additionally it also updates
the zfs-dracut package name which was changed to "noarch" in ca4e5a7.

Reviewed-by: Neal Gompa <ngompa@datto.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#8990 
Closes openzfs#8991
TulsiJain pushed a commit to TulsiJain/zfs that referenced this issue Jul 20, 2019
This commit ensures make(1) targets that build .deb packages fail if
alien(1) can't convert all .rpm files; additionally it also updates
the zfs-dracut package name which was changed to "noarch" in ca4e5a7.

Reviewed-by: Neal Gompa <ngompa@datto.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#8990 
Closes openzfs#8991
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Aug 13, 2019
This commit ensures make(1) targets that build .deb packages fail if
alien(1) can't convert all .rpm files; additionally it also updates
the zfs-dracut package name which was changed to "noarch" in ca4e5a7.

Reviewed-by: Neal Gompa <ngompa@datto.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#8990
Closes openzfs#8991
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Aug 22, 2019
This commit ensures make(1) targets that build .deb packages fail if
alien(1) can't convert all .rpm files; additionally it also updates
the zfs-dracut package name which was changed to "noarch" in ca4e5a7.

Reviewed-by: Neal Gompa <ngompa@datto.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#8990
Closes openzfs#8991
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Aug 23, 2019
This commit ensures make(1) targets that build .deb packages fail if
alien(1) can't convert all .rpm files; additionally it also updates
the zfs-dracut package name which was changed to "noarch" in ca4e5a7.

Reviewed-by: Neal Gompa <ngompa@datto.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#8990
Closes openzfs#8991
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Sep 17, 2019
This commit ensures make(1) targets that build .deb packages fail if
alien(1) can't convert all .rpm files; additionally it also updates
the zfs-dracut package name which was changed to "noarch" in ca4e5a7.

Reviewed-by: Neal Gompa <ngompa@datto.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#8990
Closes openzfs#8991
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Sep 18, 2019
This commit ensures make(1) targets that build .deb packages fail if
alien(1) can't convert all .rpm files; additionally it also updates
the zfs-dracut package name which was changed to "noarch" in ca4e5a7.

Reviewed-by: Neal Gompa <ngompa@datto.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#8990
Closes openzfs#8991
tonyhutter pushed a commit that referenced this issue Sep 26, 2019
This commit ensures make(1) targets that build .deb packages fail if
alien(1) can't convert all .rpm files; additionally it also updates
the zfs-dracut package name which was changed to "noarch" in ca4e5a7.

Reviewed-by: Neal Gompa <ngompa@datto.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #8990
Closes #8991
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant