You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Alien converts the RPMs to DEB packages, it calls this
line:
$this->do("rpm2cpio '".$this->filename."' | (cd $workdir; $decomp cpio
--extract --make-directories --no-absolute-filenames
--preserve-modification-time) 2>&1")
This seems to fail on zfs-2.1.16 with:
cpio: ./usr/src/spl-2.1.16/6.5.0-1025-azure: Cannot open:
No such file or directory
The workaround is just to always return true from the 'cpio' command.
This does not seem to affect anything.
Signed-off-by: Tony Hutter <[email protected]>
0 commit comments