[Rpm-maint] [rpm-software-management/rpm] Add an error message when rpm fails to open a pipe for shell expansion (#862)

Panu Matilainen notifications at github.com
Thu Sep 26 07:34:09 UTC 2019


Right, I noticed but forgot to mention setting mb->error becoming redundant, thanks.

As for the error message, if you grep around a bit you'll notice that the common pattern for these things is:

<error message>:<what>:<why>

...where <what> is a file name or similar, and in this case it'd be the macro, and <why> is the strerror(errno) / %m. It might actually be the unexpanded macro that makes it easier to trace the origin, but not sure about that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/862#issuecomment-535378758
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190926/448b42fa/attachment.html>


More information about the Rpm-maint mailing list