You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/2398
-- Commit Summary --
* Fix ignoring exit code of child scripts in case of EINTR
-- File Changes --
M build/rpmfc.c (14)
M sign/rpmgensig.c (12)
-- Patch Links
I can make backport (the code has changed recently, so fix is slightly
different)
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2398#issuecomment-1443101095
You are receiving this because you are subscribed to this thread.
Message ID:
@socketpair commented on this pull request.
> @@ -273,8 +273,16 @@ static int runGPG(sigTarget sigt, const char *sigfile)
if (pipefd[1])
close(pipefd[1]);
-(void) waitpid(pid, &status, 0);
It's better to switch to new `rpmfc`. It's too difficult for me, I just can
only recom
Oh thank you for your answer. I looked into this issue further, I don't think
rpmbuild is what's causing this. These packages which I'm trying to build as
rpms, are python packages. They are using a build wheel, and I'm pretty sure
now, that they're is something wrong with the plat-name or plat-