RPM

Comment 5 for bug 633681

Revision history for this message
In , Jeff (jeff-redhat-bugs) wrote :

(from ancient memories)

If you are seeing getOutputFrom() EPIPE errors,
you are likely overriding RPM filters that are
exiting before rpm has a chance to write files.

Try reading from stdin in the filter, which will
give rpm to finish writing.