Re: [Rpm-maint] [rpm-software-management/rpm] RFE: Noninteractive rpmbuild (#978)

2019-12-16 Thread Miroslav Suchý
According to the man page, `patch` read the input from /dev/tty. No matter what. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: Noninteractive rpmbuild (#978)

2019-12-16 Thread Pavel Raiskup
> And here it hangs and waits for user input. Weird, the patch file should go to patch from stdin ... so there should be clear EOF, and patch shouldn't really wait for anything. Is that bug in patch? -- You are receiving this because you are subscribed to this thread. Reply to this email

[Rpm-maint] [rpm-software-management/rpm] RFE: Noninteractive rpmbuild (#978)

2019-12-16 Thread Miroslav Suchý
Right now, the rpmbuild is noninteractive. With only one exception: when you have PatchX which does not apply cleanly, you will get prompt from patch(1). Here is such example http://miroslav.suchy.cz/tmp/python-aiosmtpd-1.2.1-3.fc32.src.rpm This is coming from bug originally submitted against

Re: [Rpm-maint] [rpm-software-management/rpm] ``make check`` failing on Fedora (#977)

2019-12-16 Thread Panu Matilainen
Are there symlinks in the path to the repository? In other words, in the checkout directory, do ```pwd``` and ```realpath .``` agree on the path? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: