@pmatilai commented on this pull request.
> @@ -227,6 +236,10 @@ static int addTE(rpmte p, Header h, fnpyKey key,
> rpmRelocation * relocs)
rc = 0;
exit:
+ if (rc) {
+ rpmlog(RPMLOG_ERR, _("misformed package %s\n"),
+ p->NEVRA ? p->NEVRA : (p->name ? p->name : "-"));
+ }
Uff, this seems to ring a distant bell: the reason we don't have any error
messages in here is that we're not guaranteed to have a meaningful handle to
refer to, the only one who does is the caller of rpmtsAddInstallElement().
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3478#pullrequestreview-2474761723
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3478/review/2474761...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint