+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/vdr-streamdev.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.dsBcuW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf vdr-streamdev-84c6f6b6 + /usr/bin/xz -dc /builddir/build/SOURCES/vdr-streamdev-84c6f6b6.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd vdr-streamdev-84c6f6b6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's@$(VDRDIR)/device.h@/usr/include/vdr/device.h@' Makefile + for f in CONTRIBUTORS HISTORY + iconv -f iso8859-1 -t utf-8 CONTRIBUTORS + touch -r CONTRIBUTORS CONTRIBUTORS.conv + mv CONTRIBUTORS.conv CONTRIBUTORS + for f in CONTRIBUTORS HISTORY + iconv -f iso8859-1 -t utf-8 HISTORY + touch -r HISTORY HISTORY.conv + mv HISTORY.conv HISTORY + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5c1B1X + umask 022 + cd /builddir/build/BUILD + cd vdr-streamdev-84c6f6b6 + make -j4 'CFLAGS=-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 -fPIC' 'CXXFLAGS=-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 -fPIC' make: Warning: File '/usr/lib64/vdr/plugins.mk' has modification time 5252483 s in the future make -C ./tools make -C ./tools make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/tools' make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/tools' g++ -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 -fPIC -c -D_GNU_SOURCE -I/include -I.. -o select.o select.c g++ -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 -fPIC -c -D_GNU_SOURCE -I/include -I.. -o socket.o socket.c g++ -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 -fPIC -c -D_GNU_SOURCE -I/include -I.. -o source.o source.c g++ -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 -fPIC -c -D_GNU_SOURCE -I/include -I.. -o tools.o tools.c ar -rcs sockettools.a select.o socket.o source.o tools.o make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/tools' make -C ./client make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/client' ar -rcs sockettools.a select.o socket.o source.o tools.o make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/tools' make -C ./libdvbmpeg make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/libdvbmpeg' cc -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 -fPIC -c -D_GNU_SOURCE -U_FORTIFY_SOURCE -I/include -I.. -o ctools.o ctools.c cc -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 -fPIC -c -D_GNU_SOURCE -U_FORTIFY_SOURCE -I/include -I.. -o remux.o remux.c cc -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 -fPIC -c -D_GNU_SOURCE -U_FORTIFY_SOURCE -I/include -I.. -o ringbuffy.o ringbuffy.c ctools.c: In function 'find_length': ctools.c:301:11: warning: variable 'p' set but not used [-Wunused-but-set-variable] uint64_t p = 0; ^ ctools.c: In function 'tfilter': ctools.c:1337:10: warning: variable 'flag' set but not used [-Wunused-but-set-variable] uint8_t flag,flags; ^~~~ remux.c: In function 'write_video_pes': remux.c:759:11: warning: variable 'dts' set but not used [-Wunused-but-set-variable] uint32_t dts = 0; ^~~ ctools.c: In function 'write_pes': ctools.c:296:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd,buf,length); ^~~~~~~~~~~~~~~~~~~~ ctools.c: In function 'write_ts': ctools.c:725:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd,buf,length); ^~~~~~~~~~~~~~~~~~~~ remux.c: In function 'remux': remux.c:920:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fout, buf, pos); ^~~~~~~~~~~~~~~~~~~~~~ remux.c:964:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fout, buf, pos); ^~~~~~~~~~~~~~~~~~~~~~ remux.c:973:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fout, buf, pos); ^~~~~~~~~~~~~~~~~~~~~~ remux.c:982:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fout, buf, pos); ^~~~~~~~~~~~~~~~~~~~~~ remux.c:991:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fout, buf, pos); ^~~~~~~~~~~~~~~~~~~~~~ remux.c:1003:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fout, buf, pos); ^~~~~~~~~~~~~~~~~~~~~~ remux.c:1034:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fout, buf, pos); ^~~~~~~~~~~~~~~~~~~~~~ remux.c:1036:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fout, mpeg_end, 4); ^~~~~~~~~~~~~~~~~~~~~~~~~ ctools.c: In function 'write_ps': ctools.c:1037:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd,buf,length); ^~~~~~~~~~~~~~~~~~~~ cc -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 -fPIC -c -D_GNU_SOURCE -U_FORTIFY_SOURCE -I/include -I.. -o transform.o transform.c transform.c: In function 'filter_pes': transform.c:476:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(p->fd1,buf+c,1); ^~~~~~~~~~~~~~~~~~~~~ transform.c:487:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(p->fd1,buf+c,1); ^~~~~~~~~~~~~~~~~~~~~ transform.c:504:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(p->fd1,buf+c,1); ^~~~~~~~~~~~~~~~~~~~~ transform.c:515:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(p->fd1,buf+c,1); ^~~~~~~~~~~~~~~~~~~~~ transform.c:721:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(p->fd1,p->buf, ^~~~~~~~~~~~~~~~~~~~ p->plength+6); ~~~~~~~~~~~~~ transform.c: In function 'filter_audio_from_pes': transform.c:797:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fdout,buf,2048); ^~~~~~~~~~~~~~~~~~~~~ transform.c: In function 'pes_filt': transform.c:808:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(p->fd1,p->buf+p->hlength+6+3*factor, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p->plength-p->hlength-3*factor); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ transform.c:811:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(p->fd1,p->buf,p->plength+6); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ transform.c: In function 'pes_dfilt': transform.c:879:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, p->buf+c, p->plength+6-c); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ transform.c:900:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, p->buf+c, p->plength+6-c); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ transform.c:913:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, p->buf+c, p->plength+6-c); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ transform.c:921:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd,p->buf+p->hlength+6+3*factor+head, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p->plength-p->hlength-3*factor-head); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ transform.c:924:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd,p->buf,p->plength+6); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ transform.c: In function 'write_out': transform.c:1030:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(STDOUT_FILENO, buf, count); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ transform.c: In function 'insert_pat_pmt': transform.c:1289:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fdout,tspid0,188); ^~~~~~~~~~~~~~~~~~~~~~~ transform.c:1290:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fdout,tspid1,188); ^~~~~~~~~~~~~~~~~~~~~~~ transform.c: In function 'write_out_es': transform.c:2393:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(p->fd, buf+payl, count-payl); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ transform.c: In function 'write_out_pes': transform.c:2400:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(p->fd, buf, count); ^~~~~~~~~~~~~~~~~~~~~~~~ g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-client"' -I/include -I.. -o streamdev-client.o streamdev-client.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-client"' -I/include -I.. -o device.o device.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-client"' -I/include -I.. -o filter.o filter.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-client"' -I/include -I.. -o setup.o setup.c ar -rcs libdvbmpegtools.a ctools.o remux.o ringbuffy.o transform.o make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/libdvbmpeg' make -C ./remux make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/remux' g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-client"' -I/include -I.. -o socket.o socket.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-client"' -I/include -I.. -o ../common.o ../common.c xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-streamdev-client --package-version=0.6.1-git --msgid-bugs-address='' -o po/streamdev-client.pot `ls streamdev-client.c device.c filter.c setup.c socket.c` msgmerge -U --no-wrap --no-location --backup=none -q -N po/pl_PL.po po/streamdev-client.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/fi_FI.po po/streamdev-client.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/es_ES.po po/streamdev-client.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/it_IT.po po/streamdev-client.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/lt_LT.po po/streamdev-client.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/fr_FR.po po/streamdev-client.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/ru_RU.po po/streamdev-client.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/sk_SK.po po/streamdev-client.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/de_DE.po po/streamdev-client.pot msgfmt -c -o po/pl_PL.mo po/pl_PL.po msgfmt -c -o po/fi_FI.mo po/fi_FI.po msgfmt -c -o po/es_ES.mo po/es_ES.po msgfmt -c -o po/it_IT.mo po/it_IT.po msgfmt -c -o po/lt_LT.mo po/lt_LT.po msgfmt -c -o po/fr_FR.mo po/fr_FR.po msgfmt -c -o po/ru_RU.mo po/ru_RU.po msgfmt -c -o po/sk_SK.mo po/sk_SK.po msgfmt -c -o po/de_DE.mo po/de_DE.po g++ -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 -fPIC -c -D_GNU_SOURCE -I/include -I.. -o tsremux.o tsremux.c g++ -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 -fPIC -c -D_GNU_SOURCE -I/include -I.. -o ts2es.o ts2es.c g++ -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 -fPIC -c -D_GNU_SOURCE -I/include -I.. -o ts2pes.o ts2pes.c g++ -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 -fPIC -c -D_GNU_SOURCE -I/include -I.. -o ts2ps.o ts2ps.c g++ -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 -fPIC -c -D_GNU_SOURCE -I/include -I.. -o extern.o extern.c g++ -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 -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared streamdev-client.o device.o filter.o setup.o socket.o ../common.o ../tools/sockettools.a -o libvdr-streamdev-client.so make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/client' ar -rcs remux.a tsremux.o ts2es.o ts2pes.o ts2ps.o extern.o make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/remux' make -C ./server make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/server' g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o streamdev-server.o streamdev-server.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o server.o server.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o component.o component.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o connection.o connection.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o componentVTP.o componentVTP.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o connectionVTP.o connectionVTP.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o componentHTTP.o componentHTTP.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o connectionHTTP.o connectionHTTP.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o menuHTTP.o menuHTTP.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o componentIGMP.o componentIGMP.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o connectionIGMP.o connectionIGMP.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o streamer.o streamer.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o livestreamer.o livestreamer.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o livefilter.o livefilter.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o recstreamer.o recstreamer.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o recplayer.o recplayer.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o menu.o menu.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o suspend.o suspend.c g++ -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 -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"streamdev-server"' -I/include -I.. -o setup.o setup.c xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-streamdev-server --package-version=0.6.1-git --msgid-bugs-address='' -o po/streamdev-server.pot `ls streamdev-server.c server.c component.c connection.c componentVTP.c connectionVTP.c componentHTTP.c connectionHTTP.c menuHTTP.c componentIGMP.c connectionIGMP.c streamer.c livestreamer.c livefilter.c recstreamer.c recplayer.c menu.c suspend.c setup.c` msgmerge -U --no-wrap --no-location --backup=none -q -N po/pl_PL.po po/streamdev-server.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/fi_FI.po po/streamdev-server.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/es_ES.po po/streamdev-server.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/it_IT.po po/streamdev-server.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/lt_LT.po po/streamdev-server.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/fr_FR.po po/streamdev-server.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/ru_RU.po po/streamdev-server.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/sk_SK.po po/streamdev-server.pot msgmerge -U --no-wrap --no-location --backup=none -q -N po/de_DE.po po/streamdev-server.pot msgfmt -c -o po/pl_PL.mo po/pl_PL.po msgfmt -c -o po/fi_FI.mo po/fi_FI.po msgfmt -c -o po/es_ES.mo po/es_ES.po msgfmt -c -o po/it_IT.mo po/it_IT.po msgfmt -c -o po/lt_LT.mo po/lt_LT.po msgfmt -c -o po/fr_FR.mo po/fr_FR.po msgfmt -c -o po/ru_RU.mo po/ru_RU.po msgfmt -c -o po/sk_SK.mo po/sk_SK.po msgfmt -c -o po/de_DE.mo po/de_DE.po g++ -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 -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared streamdev-server.o server.o component.o connection.o componentVTP.o connectionVTP.o componentHTTP.o connectionHTTP.o menuHTTP.o componentIGMP.o connectionIGMP.o streamer.o livestreamer.o livefilter.o recstreamer.o recplayer.o menu.o suspend.o setup.o ../common.o ../tools/sockettools.a ../remux/remux.a ../libdvbmpeg/libdvbmpegtools.a -o libvdr-streamdev-server.so make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/server' make: warning: Clock skew detected. Your build may be incomplete. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.wU91s4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64 + cd vdr-streamdev-84c6f6b6 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64 'INSTALL=/usr/bin/install -p' make: Warning: File '/usr/lib64/vdr/plugins.mk' has modification time 5251423 s in the future /usr/bin/make -C ./tools make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/tools' make[1]: 'sockettools.a' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/tools' /usr/bin/make -C ./client make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/client' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/client' /usr/bin/make -C ./client install make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/client' install -D libvdr-streamdev-client.so /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/lib64/vdr/libvdr-streamdev-client.so.2.2.0 install -D -m644 po/pl_PL.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/pl_PL/LC_MESSAGES/vdr-streamdev-client.mo install -D -m644 po/fi_FI.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/fi_FI/LC_MESSAGES/vdr-streamdev-client.mo install -D -m644 po/es_ES.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/es_ES/LC_MESSAGES/vdr-streamdev-client.mo install -D -m644 po/it_IT.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/it_IT/LC_MESSAGES/vdr-streamdev-client.mo install -D -m644 po/lt_LT.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/lt_LT/LC_MESSAGES/vdr-streamdev-client.mo install -D -m644 po/fr_FR.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/fr_FR/LC_MESSAGES/vdr-streamdev-client.mo install -D -m644 po/ru_RU.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/ru_RU/LC_MESSAGES/vdr-streamdev-client.mo install -D -m644 po/sk_SK.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/sk_SK/LC_MESSAGES/vdr-streamdev-client.mo install -D -m644 po/de_DE.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/de_DE/LC_MESSAGES/vdr-streamdev-client.mo make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/client' # installs to /usr/lib64/vdr/libvdr-streamdev-client.so.2.2.0 /usr/bin/make -C ./tools make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/tools' make[1]: 'sockettools.a' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/tools' /usr/bin/make -C ./libdvbmpeg make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/libdvbmpeg' make[1]: 'libdvbmpegtools.a' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/libdvbmpeg' /usr/bin/make -C ./remux make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/remux' make[1]: 'remux.a' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/remux' /usr/bin/make -C ./server make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/server' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/server' /usr/bin/make -C ./server install make[1]: Entering directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/server' install -D libvdr-streamdev-server.so /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/lib64/vdr/libvdr-streamdev-server.so.2.2.0 install -D -m644 po/pl_PL.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/pl_PL/LC_MESSAGES/vdr-streamdev-server.mo install -D -m644 po/fi_FI.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/fi_FI/LC_MESSAGES/vdr-streamdev-server.mo install -D -m644 po/es_ES.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/es_ES/LC_MESSAGES/vdr-streamdev-server.mo install -D -m644 po/it_IT.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/it_IT/LC_MESSAGES/vdr-streamdev-server.mo install -D -m644 po/lt_LT.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/lt_LT/LC_MESSAGES/vdr-streamdev-server.mo install -D -m644 po/fr_FR.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/fr_FR/LC_MESSAGES/vdr-streamdev-server.mo install -D -m644 po/ru_RU.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/ru_RU/LC_MESSAGES/vdr-streamdev-server.mo install -D -m644 po/sk_SK.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/sk_SK/LC_MESSAGES/vdr-streamdev-server.mo install -D -m644 po/de_DE.mo /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/locale/de_DE/LC_MESSAGES/vdr-streamdev-server.mo make[1]: Leaving directory '/builddir/build/BUILD/vdr-streamdev-84c6f6b6/server' # installs to /usr/lib64/vdr/libvdr-streamdev-server.so.2.2.0 make: warning: Clock skew detected. Your build may be incomplete. + install -dm 755 /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/etc/vdr/plugins/streamdev-server + install -Dpm 644 streamdev-server/streamdevhosts.conf /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/etc/vdr/plugins/streamdev-server/streamdevhosts.conf + install -Dpm 755 streamdev-server/externremux.sh /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/lib64/vdr/bin/externremux.sh + install -Dpm 644 /builddir/build/SOURCES/vdr-streamdev-server.conf /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/etc/sysconfig/vdr-plugins.d/streamdev-server.conf + install -Dpm 644 /builddir/build/SOURCES/vdr-streamdev-client.conf /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/etc/sysconfig/vdr-plugins.d/streamdev-client.conf + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64 vdr-streamdev-server + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64 vdr-streamdev-client + /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-streamdev-0.6.1-0.16.git84c6f6b6.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-streamdev-server-0.6.1-0.16.git84c6f6b6.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OWUcM6 + umask 022 + cd /builddir/build/BUILD + cd vdr-streamdev-84c6f6b6 + DOCDIR=/builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-server + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-server + cp -pr CONTRIBUTORS /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-server + cp -pr COPYING /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-server + cp -pr HISTORY /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-server + cp -pr PROTOCOL /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-server + cp -pr README /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-server + exit 0 Provides: config(vdr-streamdev-server) = 0.6.1-0.16.git84c6f6b6.fc28 vdr-streamdev-server = 0.6.1-0.16.git84c6f6b6.fc28 vdr-streamdev-server(riscv-64) = 0.6.1-0.16.git84c6f6b6.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash 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) libgcc_s.so.1(GCC_4.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) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) rtld(GNU_HASH) Processing files: vdr-streamdev-client-0.6.1-0.16.git84c6f6b6.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WE4KBI + umask 022 + cd /builddir/build/BUILD + cd vdr-streamdev-84c6f6b6 + DOCDIR=/builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-client + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-client + cp -pr CONTRIBUTORS /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-client + cp -pr COPYING /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-client + cp -pr HISTORY /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-client + cp -pr PROTOCOL /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-client + cp -pr README /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64/usr/share/doc/vdr-streamdev-client + exit 0 Provides: config(vdr-streamdev-client) = 0.6.1-0.16.git84c6f6b6.fc28 vdr-streamdev-client = 0.6.1-0.16.git84c6f6b6.fc28 vdr-streamdev-client(riscv-64) = 0.6.1-0.16.git84c6f6b6.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) 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-streamdev-0.6.1-0.16.git84c6f6b6.fc28.riscv64 Wrote: /builddir/build/SRPMS/vdr-streamdev-0.6.1-0.16.git84c6f6b6.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/vdr-streamdev-server-0.6.1-0.16.git84c6f6b6.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/vdr-streamdev-client-0.6.1-0.16.git84c6f6b6.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.iY0uBd + umask 022 + cd /builddir/build/BUILD + cd vdr-streamdev-84c6f6b6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/vdr-streamdev-0.6.1-0.16.git84c6f6b6.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