+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/robodoc.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.Us6TFW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf robodoc-4.99.41 + /usr/bin/gzip -dc /builddir/build/SOURCES/robodoc-4.99.41.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd robodoc-4.99.41 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (robodoc-4.99.41-doubleman.patch):' Patch #1 (robodoc-4.99.41-doubleman.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .doubleman --fuzz=0 patching file Docs/makefile.am + echo 'Patch #2 (robodoc-4.99.41-f21.patch):' Patch #2 (robodoc-4.99.41-f21.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .f21 --fuzz=0 patching file Source/analyser.c patching file Source/generator.c patching file Source/robodoc.c patching file Source/robodoc.h patching file Source/robohdrs.c patching file Source/troff_generator.c patching file Source/util.c + mv configure.in configure.ac + autoreconf -i configure.ac:19: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.ac:19: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.ac:24: installing './compile' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rdhDLi + umask 022 + cd /builddir/build/BUILD + cd robodoc-4.99.41 + 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 ' + export CFLAGS + 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 ' + export CXXFLAGS + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info docdir=/usr/share/doc/robodoc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /builddir/build/BUILD/robodoc-4.99.41/missing: Unknown `--is-lightweight' option Try `/builddir/build/BUILD/robodoc-4.99.41/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make sets $(MAKE)... (cached) yes checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for an ANSI C-conforming const... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for size_t... yes checking for strftime... yes checking for vprintf... yes checking for _doprnt... no checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for strstr... yes checking for snprintf... yes checking for symlink... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating makefile config.status: creating Docs/makefile config.status: creating Docs/robodoc.1 config.status: creating Docs/robohdrs.1 config.status: creating Source/makefile config.status: creating Source/config.h config.status: executing depfiles commands + make '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 ' -j4 Making all in Source make[1]: Entering directory '/builddir/build/BUILD/robodoc-4.99.41/Source' make all-am make[2]: Entering directory '/builddir/build/BUILD/robodoc-4.99.41/Source' gcc -DHAVE_CONFIG_H -I. -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 -c -o optioncheck.o optioncheck.c gcc -DHAVE_CONFIG_H -I. -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 -c -o analyser.o analyser.c gcc -DHAVE_CONFIG_H -I. -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 -c -o generator.o generator.c gcc -DHAVE_CONFIG_H -I. -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 -c -o headers.o headers.c gcc -DHAVE_CONFIG_H -I. -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 -c -o headertypes.o headertypes.c gcc -DHAVE_CONFIG_H -I. -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 -c -o items.o items.c gcc -DHAVE_CONFIG_H -I. -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 -c -o links.o links.c gcc -DHAVE_CONFIG_H -I. -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 -c -o globals.o globals.c gcc -DHAVE_CONFIG_H -I. -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 -c -o robodoc.o robodoc.c gcc -DHAVE_CONFIG_H -I. -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 -c -o util.o util.c gcc -DHAVE_CONFIG_H -I. -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 -c -o html_generator.o html_generator.c gcc -DHAVE_CONFIG_H -I. -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 -c -o xmldocbook_generator.o xmldocbook_generator.c gcc -DHAVE_CONFIG_H -I. -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 -c -o latex_generator.o latex_generator.c gcc -DHAVE_CONFIG_H -I. -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 -c -o rtf_generator.o rtf_generator.c gcc -DHAVE_CONFIG_H -I. -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 -c -o test_generator.o test_generator.c gcc -DHAVE_CONFIG_H -I. -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 -c -o ascii_generator.o ascii_generator.c gcc -DHAVE_CONFIG_H -I. -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 -c -o troff_generator.o troff_generator.c gcc -DHAVE_CONFIG_H -I. -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 -c -o lua_generator.o lua_generator.c gcc -DHAVE_CONFIG_H -I. -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 -c -o document.o document.c gcc -DHAVE_CONFIG_H -I. -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 -c -o directory.o directory.c gcc -DHAVE_CONFIG_H -I. -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 -c -o file.o file.c gcc -DHAVE_CONFIG_H -I. -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 -c -o part.o part.c gcc -DHAVE_CONFIG_H -I. -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 -c -o path.o path.c gcc -DHAVE_CONFIG_H -I. -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 -c -o roboconfig.o roboconfig.c gcc -DHAVE_CONFIG_H -I. -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 -c -o robohdrs.o robohdrs.c In file included from robohdrs.c:95:0: robohdrs.c: In function 'insertHeaders': robohdrs.c:748:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert( ofp = fopen( dstpath, "w" ) ); ^ robohdrs.c:749:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert( ifp = fopen( srcpath, "r" ) ); ^ gcc -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o robodoc optioncheck.o analyser.o generator.o headers.o headertypes.o items.o links.o globals.o robodoc.o util.o html_generator.o xmldocbook_generator.o latex_generator.o rtf_generator.o test_generator.o ascii_generator.o troff_generator.o lua_generator.o document.o directory.o file.o part.o path.o roboconfig.o gcc -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o robohdrs robohdrs.o headers.o util.o globals.o roboconfig.o headertypes.o make[2]: Leaving directory '/builddir/build/BUILD/robodoc-4.99.41/Source' make[1]: Leaving directory '/builddir/build/BUILD/robodoc-4.99.41/Source' Making all in Docs make[1]: Entering directory '/builddir/build/BUILD/robodoc-4.99.41/Docs' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/robodoc-4.99.41/Docs' make[1]: Entering directory '/builddir/build/BUILD/robodoc-4.99.41' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builddir/build/BUILD/robodoc-4.99.41' + iconv -f ISO8859-1 -t UTF-8 -o ChangeLog.utf8 ChangeLog + touch -r ChangeLog ChangeLog.utf8 + mv ChangeLog.utf8 ChangeLog + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.B89Eij + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64 + cd robodoc-4.99.41 + rm -rf /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64 + make DESTDIR=/builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64 'INSTALL=install -p' install Making install in Source make[1]: Entering directory '/builddir/build/BUILD/robodoc-4.99.41/Source' make[2]: Entering directory '/builddir/build/BUILD/robodoc-4.99.41/Source' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/bin' install -p robodoc robohdrs '/builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/robodoc-4.99.41/Source' make[1]: Leaving directory '/builddir/build/BUILD/robodoc-4.99.41/Source' Making install in Docs make[1]: Entering directory '/builddir/build/BUILD/robodoc-4.99.41/Docs' make[2]: Entering directory '/builddir/build/BUILD/robodoc-4.99.41/Docs' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc' install -p -m 644 manual.html manual.css robodoc_example.rc '/builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/man/man1' install -p -m 644 robodoc.1 robohdrs.1 '/builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/robodoc-4.99.41/Docs' make[1]: Leaving directory '/builddir/build/BUILD/robodoc-4.99.41/Docs' make[1]: Entering directory '/builddir/build/BUILD/robodoc-4.99.41' make[2]: Entering directory '/builddir/build/BUILD/robodoc-4.99.41' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc' install -p -m 644 AUTHORS COPYING ChangeLog INSTALL NEWS README UPGRADE '/builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc' make[2]: Leaving directory '/builddir/build/BUILD/robodoc-4.99.41' make[1]: Leaving directory '/builddir/build/BUILD/robodoc-4.99.41' + rm -rf /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc + /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: robodoc-4.99.41-10.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.R037fR + umask 022 + cd /builddir/build/BUILD + cd robodoc-4.99.41 + DOCDIR=/builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc + cp -pr AUTHORS /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc + cp -pr ChangeLog /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc + cp -pr COPYING /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc + cp -pr README /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc + cp -pr Docs/manual.css /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc + cp -pr Docs/manual.html /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc + cp -pr Examples /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64/usr/share/doc/robodoc + exit 0 Provides: robodoc = 4.99.41-10.fc28 robodoc(riscv-64) = 4.99.41-10.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) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64 Wrote: /builddir/build/SRPMS/robodoc-4.99.41-10.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/robodoc-4.99.41-10.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5p5kvg + umask 022 + cd /builddir/build/BUILD + cd robodoc-4.99.41 + rm -rf /builddir/build/BUILDROOT/robodoc-4.99.41-10.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff