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
I've found that RPMs generated by nfpm can be successfully unpacked by rpm2cpio, but that tool silently errors with a non-zero exit code. Steps to repo:
Expectation is that rpm2cpio exits with 0. Confirmed that this is so with a similar RPM built with fpm
This occurs with the RHEL7 distro rpm and also upstream latest 4.16.1.3.
The proximal source of the error in rpm2cpio.c is that the payload size as determined from the RPM header does not match the actual size as returned from ufdCopy()
The text was updated successfully, but these errors were encountered:
Hello,
I've found that RPMs generated by
nfpm
can be successfully unpacked byrpm2cpio
, but that tool silently errors with a non-zero exit code. Steps to repo:Expectation is that
rpm2cpio
exits with 0. Confirmed that this is so with a similar RPM built withfpm
This occurs with the RHEL7 distro rpm and also upstream latest 4.16.1.3.
The proximal source of the error in
rpm2cpio.c
is that the payload size as determined from the RPM header does not match the actual size as returned fromufdCopy()
The text was updated successfully, but these errors were encountered: