+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-Newt.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.CzJHqR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Newt-1.08 + /usr/bin/gzip -dc /builddir/build/SOURCES/Newt-1.08.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Newt-1.08 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (newt-perl-1.08-debian.patch):' Patch #0 (newt-perl-1.08-debian.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .debian --fuzz=0 patching file examples/install patching file MANIFEST patching file Newt.pm patching file Newt.xs patching file Makefile.PL patching file ChangeLog patching file README patching file test.pl + echo 'Patch #1 (newt-perl-1.08-typemap.patch):' Patch #1 (newt-perl-1.08-typemap.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .valist --fuzz=0 patching file typemap + echo 'Patch #2 (newt-perl-1.08-fix.patch):' Patch #2 (newt-perl-1.08-fix.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fix --fuzz=0 patching file Newt.xs Hunk #1 succeeded at 436 (offset 24 lines). patching file Newt.pm + echo 'Patch #3 (newt-perl-1.08-xs.patch):' Patch #3 (newt-perl-1.08-xs.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .exes --fuzz=0 patching file Newt.xs + echo 'Patch #4 (newt-perl-1.08-lang.patch):' Patch #4 (newt-perl-1.08-lang.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .lang --fuzz=0 patching file Newt.pm + echo 'Patch #5 (perl-Newt-bz385751.patch):' Patch #5 (perl-Newt-bz385751.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .bz385751 --fuzz=0 patching file Newt.pm + echo 'Patch #6 (perl-Newt-1.08-export.patch):' Patch #6 (perl-Newt-1.08-export.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .export --fuzz=0 patching file Newt.pm + echo 'Patch #7 (perl-Newt-1.08-pod.patch):' Patch #7 (perl-Newt-1.08-pod.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .doc --fuzz=0 patching file Newt.pm Hunk #1 succeeded at 856 (offset -1 lines). Hunk #2 succeeded at 1390 (offset -1 lines). + echo 'Patch #8 (perl-Newt-1.08-formdestroy.patch):' Patch #8 (perl-Newt-1.08-formdestroy.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .formdestroy --fuzz=0 patching file Newt.pm + rm -rf newtlib + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fZViZ0 + umask 022 + cd /builddir/build/BUILD + cd Newt-1.08 + perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Newt Writing MYMETA.yml and MYMETA.json + make cp Newt.pm blib/lib/Newt.pm AutoSplitting blib/lib/Newt.pm (blib/lib/auto/Newt) Running Mkbootstrap for Newt () chmod 644 "Newt.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Newt.bs blib/arch/auto/Newt/Newt.bs 644 "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Newt-1.08/typemap' Newt.xs > Newt.xsc Please specify prototyping behavior for Newt.xs (see perlxs manual) mv Newt.xsc Newt.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" -fPIC "-I/usr/lib64/perl5/CORE" Newt.c Newt.c: In function 'XS_Newt_newtListboxGetCurrent': Newt.c:1599:7: warning: unused variable 'RETVAL' [-Wunused-variable] SV * RETVAL; ^~~~~~ Newt.c: In function 'XS_Newt_newtCheckboxTreeGetMultiSelection': Newt.c:2143:7: warning: unused variable 'seqnum' [-Wunused-variable] char seqnum = (char)*SvPV_nolen(ST(2)) ^~~~~~ Newt.c: In function 'XS_Newt_newtFormGetCurrent': Newt.xs:1095:6: warning: unused variable 'sv' [-Wunused-variable] SV sv; /* joe: do I need this? just copying newtFormRun */ ^~ Newt.c: In function 'XS_Newt_newtFormRun': Newt.xs:1142:6: warning: unused variable 'sv' [-Wunused-variable] SV sv; ^~ rm -f blib/arch/auto/Newt/Newt.so gcc -lpthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong Newt.o -o blib/arch/auto/Newt/Newt.so \ -lnewt -lperl \ chmod 755 blib/arch/auto/Newt/Newt.so Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nrxz5Z + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64 + cd Newt-1.08 + rm -rf /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Newt.bs blib/arch/auto/Newt/Newt.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Newt.so Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/Newt.pm Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Textbox/Set.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Scale/Set.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Panel/Hide.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Panel/Pack.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Panel/Add.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Panel/GetComponent.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Panel/Move.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Panel/upgrade.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Panel/_upgrade.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Panel/Draw.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Panel/Run.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Checkbox/Checked.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Checkbox/Get.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Form/Add.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Form/Focus.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Form/AddHotKey.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Form/SetHeight.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Form/SetBackground.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Form/GetCurrent.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Form/Draw.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Form/Run.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Component/GetComponent.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Component/Tag.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Component/AddCallback.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Component/TakesFocus.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Label/Set.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Listbox/Insert.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Listbox/Get.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Listbox/Delete.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Listbox/Clear.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Listbox/Select.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Listbox/Unselect.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Listbox/Append.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Radiogroup/GetComponent.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Radiogroup/Get.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Entry/Get.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Entry/SetFilter.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/Entry/Set.al Installing /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/share/man/man3/Newt.3pm Appending installation info to /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/perllocal.pod + find /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64 '(' -name perllocal.pod -o -name .packlist ')' -exec rm -v '{}' ';' removed '/builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/perllocal.pod' removed '/builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Newt/.packlist' + find /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64 -type f -name '*.bs' -a -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64 -depth -type d -exec rmdir '{}' ';' + chmod -R u+w /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: perl-Newt-1.08-48.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5XSyE1 + umask 022 + cd /builddir/build/BUILD + cd Newt-1.08 + DOCDIR=/builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/share/doc/perl-Newt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/share/doc/perl-Newt + cp -pr ChangeLog /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/share/doc/perl-Newt + cp -pr README /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64/usr/share/doc/perl-Newt + exit 0 Provides: newt-perl = 1.08-48.fc28 perl(Newt) = 1.8 perl-Newt = 1.08-48.fc28 perl-Newt(riscv-64) = 1.08-48.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libnewt.so.0.52()(64bit) libnewt.so.0.52(NEWT_0.52)(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(AutoLoader) perl(Carp) perl(DynaLoader) perl(Exporter) perl(strict) perl(vars) rtld(GNU_HASH) Obsoletes: newt-perl < 1.08-15 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-Newt-1.08-48.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-Newt-1.08-48.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bGKxdA + umask 022 + cd /builddir/build/BUILD + cd Newt-1.08 + rm -rf /builddir/build/BUILDROOT/perl-Newt-1.08-48.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff