Package: librpm3
Version: 4.10.0-5+deb7u1
Calling rpmReadConfigFiles() prints an error message on my system,
which appears to be harmless (but somewhat annoying). It does not
matter if I install the rpm package or not.
$ cat rpmdemo.c
#include <rpm/rpmlib.h>
int
main()
{
rpmReadConfigFiles("", "noarch");
return 0;
}
$ gcc rpmdemo.c -lrpm
$ ./a.out
error: Macro %__isa_name has empty body
error: Macro %__isa_bits has empty body
$
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]