Skip to content

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

Closed
@IslandLife

Description

@IslandLife

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


-->

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions