https://bugzilla.redhat.com/show_bug.cgi?id=1384434
Bug ID: 1384434 Summary: perl-Audio-Beep build is interactive Product: Fedora Version: rawhide Component: perl-Audio-Beep Assignee: jan.klepek@gmail.com Reporter: rjones@redhat.com QA Contact: extras-qa@fedoraproject.org CC: jan.klepek@gmail.com, perl-devel@lists.fedoraproject.org
Description of problem:
The perl-Audio-Beep package fails to build from source unless stdin is /dev/null. This is because the build interactively asks questions:
$ fedpkg local Downloading Audio-Beep-0.11.tar.gz ######################################################################## 100.0%
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DDaXlx + umask 022 + cd /home/rjones/d/fedora/perl-Audio-Beep/master + cd /home/rjones/d/fedora/perl-Audio-Beep/master + rm -rf Audio-Beep-0.11 + /usr/bin/gzip -dc /home/rjones/d/fedora/perl-Audio-Beep/master/Audio-Beep-0.11.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Audio-Beep-0.11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod -x music/beep_player.pl + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1IrEhL + umask 022 + cd /home/rjones/d/fedora/perl-Audio-Beep/master + cd Audio-Beep-0.11 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' Would you like to install Japanese documentation? If you enter 'y' then i will try to install Japanese docs alongside English ones. On platforms using 'man' manpages (typically on UN*X) Japanese documentation will be available transparently to users whose locale language is set to Japanese. On other platforms the documentation will be available as Audio::Beep_jp Default is to not install Japanese docs. [N/y]
(At this point the build hangs)
Version-Release number of selected component (if applicable):
perl-Audio-Beep-0.11-17.fc26
How reproducible:
100%
Steps to Reproduce: 1. Run 'fedpkg local', 'rpmbuild' etc.