+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/vdr-remote.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.j7HBih
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf remote-0.7.0
+ /usr/bin/gzip -dc /builddir/build/SOURCES/vdr-remote-0.7.0.tgz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd remote-0.7.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ /usr/bin/gzip -dc /builddir/build/SOURCES/vdr-plugin-remote_0.3.8-3.ds.diff.gz
+ patch -p1 -i debian/patches/02_no_abort.dpatch
patching file remote.c
Hunk #1 succeeded at 823 (offset 34 lines).
+ sed -i -e 's/0\.3\.8/0.7.0/g' -e 's/"Remote control"/trNOOP("Remote control")/' debian/patches/04_constness.dpatch
+ patch -p1 -i debian/patches/04_constness.dpatch
patching file remote.c
Hunk #1 succeeded at 48 with fuzz 2 (offset 20 lines).
Hunk #2 succeeded at 643 (offset 24 lines).
+ for f in CONTRIBUTORS HISTORY
+ iconv -f iso-8859-1 -t utf-8 CONTRIBUTORS
+ mv CONTRIBUTORS.utf-8 CONTRIBUTORS
+ for f in CONTRIBUTORS HISTORY
+ iconv -f iso-8859-1 -t utf-8 HISTORY
+ mv HISTORY.utf-8 HISTORY
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ztKJSJ
+ umask 022
+ cd /builddir/build/BUILD
+ cd remote-0.7.0
+ /usr/bin/make -O -j4
g++ -O3 -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  -fPIC -Werror=overloaded-virtual -Wno-parentheses -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DPLUGIN_NAME_I18N='"remote"' -DREMOTE_FEATURE_LIRC -DREMOTE_FEATURE_TCPIP  compat.c
xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP --package-name=vdr-remote --package-version= --msgid-bugs-address='<o.endriss@gmx.de>' -o po/remote.pot `ls remote.c remotetcp.c compat.c ttystatus.c i18n.c`
msgmerge -U --no-wrap --no-location --backup=none -q -N po/pl_PL.po po/remote.pot
msgmerge -U --no-wrap --no-location --backup=none -q -N po/fi_FI.po po/remote.pot
msgmerge -U --no-wrap --no-location --backup=none -q -N po/it_IT.po po/remote.pot
msgmerge -U --no-wrap --no-location --backup=none -q -N po/fr_FR.po po/remote.pot
msgmerge -U --no-wrap --no-location --backup=none -q -N po/ru_RU.po po/remote.pot
msgmerge -U --no-wrap --no-location --backup=none -q -N po/de_DE.po po/remote.pot
msgfmt -c -o po/pl_PL.mo po/pl_PL.po
po/pl_PL.po:7: warning: header field 'Language' still has the initial default value
msgfmt -c -o po/fi_FI.mo po/fi_FI.po
po/fi_FI.po:7: warning: header field 'Language' still has the initial default value
g++ -O3 -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  -fPIC -Werror=overloaded-virtual -Wno-parentheses -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DPLUGIN_NAME_I18N='"remote"' -DREMOTE_FEATURE_LIRC -DREMOTE_FEATURE_TCPIP  remotetcp.c
remotetcp.c: In member function 'virtual uint64_t cTcpRemote::getKey()':
remotetcp.c:95:18: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
             write(fh, str, strlen(str));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~
remotetcp.c:97:18: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
             write(fh, str, strlen(str));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~
remotetcp.c:100:18: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
             write(fh, str, strlen(str));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~
remotetcp.c:102:17: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
             read(fh, str, sizeof str);
             ~~~~^~~~~~~~~~~~~~~~~~~~~
msgfmt -c -o po/it_IT.mo po/it_IT.po
po/it_IT.po:7: warning: header field 'Language' still has the initial default value
msgfmt -c -o po/fr_FR.mo po/fr_FR.po
po/fr_FR.po:7: warning: header field 'Language' still has the initial default value
msgfmt -c -o po/ru_RU.mo po/ru_RU.po
po/ru_RU.po:7: warning: header field 'Language' still has the initial default value
msgfmt -c -o po/de_DE.mo po/de_DE.po
po/de_DE.po:7: warning: header field 'Language' still has the initial default value
g++ -O3 -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  -fPIC -Werror=overloaded-virtual -Wno-parentheses -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DPLUGIN_NAME_I18N='"remote"' -DREMOTE_FEATURE_LIRC -DREMOTE_FEATURE_TCPIP  ttystatus.c
ttystatus.c: In member function 'virtual void cTtyStatus::display(const char*, bool, int)':
ttystatus.c:69:26: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
                     write(fd, blanks, 1);
                     ~~~~~^~~~~~~~~~~~~~~
ttystatus.c:79:22: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
                 write(fd, "\r\n", 2);
                 ~~~~~^~~~~~~~~~~~~~~
ttystatus.c:106:22: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
                 write(fd, buf+i, l);
                 ~~~~~^~~~~~~~~~~~~~
ttystatus.c:115:14: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
         write(fd, blanks, n);
         ~~~~~^~~~~~~~~~~~~~~
g++ -O3 -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  -fPIC -Werror=overloaded-virtual -Wno-parentheses -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DPLUGIN_NAME_I18N='"remote"' -DREMOTE_FEATURE_LIRC -DREMOTE_FEATURE_TCPIP  remote.c
remote.c: In member function 'virtual bool cPluginRemote::Start()':
remote.c:750:21: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             asprintf(&nam, "%s-%s", Name(), cp+1);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
remote.c:752:21: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             asprintf(&nam, "%s-%s", Name(), devnam[i]);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O3 -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  -fPIC -Werror=overloaded-virtual -Wno-parentheses -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared remote.o ttystatus.o remotetcp.o compat.o -o libvdr-remote.so
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Jjwyfe
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64
+ cd remote-0.7.0
+ rm -rf /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64
+ /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64 'INSTALL=/usr/bin/install -p'
install -D libvdr-remote.so /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/lib64/vdr/libvdr-remote.so.2.2.0
install -D -m644 po/pl_PL.mo /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/locale/pl_PL/LC_MESSAGES/vdr-remote.mo
install -D -m644 po/fi_FI.mo /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/locale/fi_FI/LC_MESSAGES/vdr-remote.mo
install -D -m644 po/it_IT.mo /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/locale/it_IT/LC_MESSAGES/vdr-remote.mo
install -D -m644 po/fr_FR.mo /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/locale/fr_FR/LC_MESSAGES/vdr-remote.mo
install -D -m644 po/ru_RU.mo /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/locale/ru_RU/LC_MESSAGES/vdr-remote.mo
install -D -m644 po/de_DE.mo /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/locale/de_DE/LC_MESSAGES/vdr-remote.mo
+ install -Dpm 644 /builddir/build/SOURCES/vdr-remote.conf /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/etc/sysconfig/vdr-plugins.d/remote.conf
+ install -Dpm 644 /builddir/build/SOURCES/vdr-remote-udev.rules /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/etc/udev/rules.d/52-vdr-remote.rules
+ /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64 vdr-remote
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/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: vdr-remote-0.7.0-5.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wpCwut
+ umask 022
+ cd /builddir/build/BUILD
+ cd remote-0.7.0
+ DOCDIR=/builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/doc/vdr-remote
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/doc/vdr-remote
+ cp -pr CONTRIBUTORS /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/doc/vdr-remote
+ cp -pr FAQ /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/doc/vdr-remote
+ cp -pr HISTORY /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/doc/vdr-remote
+ cp -pr README /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/doc/vdr-remote
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tQg6Lr
+ umask 022
+ cd /builddir/build/BUILD
+ cd remote-0.7.0
+ LICENSEDIR=/builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/licenses/vdr-remote
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/licenses/vdr-remote
+ cp -pr COPYING /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64/usr/share/licenses/vdr-remote
+ exit 0
Provides: config(vdr-remote) = 0.7.0-5.fc28 vdr-remote = 0.7.0-5.fc28 vdr-remote(riscv-64) = 0.7.0-5.fc28
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(pre): /bin/sh
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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64
Wrote: /builddir/build/SRPMS/vdr-remote-0.7.0-5.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/vdr-remote-0.7.0-5.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.W2FRN9
+ umask 022
+ cd /builddir/build/BUILD
+ cd remote-0.7.0
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/vdr-remote-0.7.0-5.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
++ sleep 5
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff