Perl-RPM
view release on metacpan or search on metacpan
RPM/Constants.pm view on Meta::CPAN
filename that RPM tried to use led to an error.
=item RPMERR_BADMAGIC
Signaled whenever an attempt to read the lead-in of the header (the "file magic"
information) fails. May be due either to bad data in that part, or an I/O
failure in reading the data itself.
=item RPMERR_BADRELOCATE
An error with the relocation specifications in the spec file.
=item RPMERR_BADSIGTYPE
Signals that an older, obsoleted style of signature was detected.
=item RPMERR_BADSPEC
General errors in the parsing or processing of the spec file.
=item RPMERR_CHOWN
RPM/Constants.pm view on Meta::CPAN
An attempt was made to create the database when one already exists.
=item RPMERR_NOGROUP
A group specified for file group-ownership was not found in the list of groups
on the system. The group C<root> will be used instead.
=item RPMERR_NORELOCATE
An attempt was made to relocate a package that is not relocatable.
=item RPMERR_NOSPACE
An attempt to write a package file failed for lack of available disk space.
=item RPMERR_NOSPEC
Am unpack operation on a source RPM failed to produce a spec file.
=item RPMERR_NOTSRPM
( run in 0.511 second using v1.01-cache-2.11-cpan-5511b514fd6 )