+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/rsvndump.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.5oUCM8 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf rsvndump-0.6 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/rsvndump-0.6.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd rsvndump-0.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CIjYsf + umask 022 + cd /builddir/build/BUILD + cd rsvndump-0.6 + 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.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' + 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' + '[' 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 --enable-man checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... 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 for style of include used by make... GNU checking dependency style of gcc... none checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for asciidoc... /usr/bin/asciidoc checking for xmlto... /usr/bin/xmlto checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for dirent.h that defines DIR... yes checking for library containing opendir... none required 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 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 stdbool.h that conforms to C99... yes checking for _Bool... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for ssize_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for vprintf... yes checking for _doprnt... no checking for strchr... yes checking for memset... yes checking for memcmp... yes checking for strdup... yes checking for setlocale... yes checking for atexit... yes checking for strtol... yes checking for gettimeofday... yes checking for APR... yes checking for APR-util... yes checking for Subversion... found 1.9.7 in /usr checking for svn_fs_initialize in -lsvn_fs-1... yes checking for svn_client_open_ra_session in -lsvn_client-1... yes checking for svn_ra_initialize in -lsvn_ra-1... yes checking for svn_auth_open in -lsvn_subr-1... yes checking for svn_txdelta_apply in -lsvn_delta-1... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/rsvndump-0.6' Making all in po make[2]: Entering directory '/builddir/build/BUILD/rsvndump-0.6/po' make[2]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6/po' Making all in lib make[2]: Entering directory '/builddir/build/BUILD/rsvndump-0.6/lib' gcc -DHAVE_CONFIG_H -I. -I.. -O2 -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 -DNDEBUG -c -o critbit.o `test -f 'critbit89/critbit.c' || echo './'`critbit89/critbit.c gcc -DHAVE_CONFIG_H -I. -I.. -O2 -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 -DNDEBUG -c -o snappy.o `test -f 'snappy-c/snappy.c' || echo './'`snappy-c/snappy.c snappy-c/snappy.c:107:12: warning: 'find_lsb_set_non_zero' defined but not used [-Wunused-function] static int find_lsb_set_non_zero(u32 n) ^~~~~~~~~~~~~~~~~~~~~ rm -f libcompat.a ar cru libcompat.a critbit.o snappy.o ranlib libcompat.a make[2]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6/lib' Making all in src make[2]: Entering directory '/builddir/build/BUILD/rsvndump-0.6/src' gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Wall -Wno-deprecated-declarations -Wsign-compare -pedantic -ansi -I../lib -O2 -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 -DNDEBUG -c delta.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Wall -Wno-deprecated-declarations -Wsign-compare -pedantic -ansi -I../lib -O2 -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 -DNDEBUG -c dump.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Wall -Wno-deprecated-declarations -Wsign-compare -pedantic -ansi -I../lib -O2 -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 -DNDEBUG -c log.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Wall -Wno-deprecated-declarations -Wsign-compare -pedantic -ansi -I../lib -O2 -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 -DNDEBUG -c logger.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Wall -Wno-deprecated-declarations -Wsign-compare -pedantic -ansi -I../lib -O2 -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 -DNDEBUG -c main.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Wall -Wno-deprecated-declarations -Wsign-compare -pedantic -ansi -I../lib -O2 -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 -DNDEBUG -c mukv.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Wall -Wno-deprecated-declarations -Wsign-compare -pedantic -ansi -I../lib -O2 -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 -DNDEBUG -c path_repo.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Wall -Wno-deprecated-declarations -Wsign-compare -pedantic -ansi -I../lib -O2 -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 -DNDEBUG -c property.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Wall -Wno-deprecated-declarations -Wsign-compare -pedantic -ansi -I../lib -O2 -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 -DNDEBUG -c rhash.c property.c: In function 'property_storage_create': property.c:288:2: warning: null argument where non-null required (argument 4) [-Wnonnull] apr_pool_cleanup_register(store->pool, store, prop_cleanup, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~ path_repo.c: In function 'path_repo_create': path_repo.c:408:2: warning: null argument where non-null required (argument 4) [-Wnonnull] apr_pool_cleanup_register(repo->pool, repo, pr_cleanup, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Wall -Wno-deprecated-declarations -Wsign-compare -pedantic -ansi -I../lib -O2 -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 -DNDEBUG -c session.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Wall -Wno-deprecated-declarations -Wsign-compare -pedantic -ansi -I../lib -O2 -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 -DNDEBUG -c utils.c gcc -DLOCALEDIR=\"/usr/share/locale\" -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Wall -Wno-deprecated-declarations -Wsign-compare -pedantic -ansi -I../lib -O2 -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 -DNDEBUG -L/usr/lib -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o rsvndump delta.o dump.o log.o logger.o main.o mukv.o path_repo.o property.o rhash.o session.o utils.o -lsvn_delta-1 -lsvn_subr-1 -lsvn_ra-1 -lsvn_client-1 -lsvn_fs-1 ../lib/libcompat.a -lapr-1 -lpthread -ldl -L/usr/lib64 -laprutil-1 -lldap_r -llber -ldb-5.3 -lexpat make[2]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6/src' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/rsvndump-0.6/doc' /usr/bin/asciidoc -b docbook -d manpage -a version=0.6 rsvndump.txt /usr/bin/xmlto man --skip-validation rsvndump.xml Note: Writing rsvndump.1 make[2]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6/doc' make[2]: Entering directory '/builddir/build/BUILD/rsvndump-0.6' make[2]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6' make[1]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3yzVTW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64 + cd rsvndump-0.6 + make install DESTDIR=/builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64 Making install in po make[1]: Entering directory '/builddir/build/BUILD/rsvndump-0.6/po' /usr/bin/mkdir -p /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share installing de.gmo as /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share/locale/de/LC_MESSAGES/rsvndump.mo if test "rsvndump" = "gettext-tools"; then \ /usr/bin/mkdir -p /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6/po' Making install in lib make[1]: Entering directory '/builddir/build/BUILD/rsvndump-0.6/lib' make[2]: Entering directory '/builddir/build/BUILD/rsvndump-0.6/lib' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6/lib' make[1]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6/lib' Making install in src make[1]: Entering directory '/builddir/build/BUILD/rsvndump-0.6/src' make[2]: Entering directory '/builddir/build/BUILD/rsvndump-0.6/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/bin' /usr/bin/install -c rsvndump '/builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6/src' make[1]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6/src' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/rsvndump-0.6/doc' make[2]: Entering directory '/builddir/build/BUILD/rsvndump-0.6/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share/man/man1' /usr/bin/install -c -m 644 rsvndump.1 '/builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6/doc' make[1]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6/doc' make[1]: Entering directory '/builddir/build/BUILD/rsvndump-0.6' make[2]: Entering directory '/builddir/build/BUILD/rsvndump-0.6' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6' make[1]: Leaving directory '/builddir/build/BUILD/rsvndump-0.6' + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64 rsvndump + /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: rsvndump-0.6-11.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OSFqyZ + umask 022 + cd /builddir/build/BUILD + cd rsvndump-0.6 + DOCDIR=/builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share/doc/rsvndump + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share/doc/rsvndump + cp -pr AUTHORS /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share/doc/rsvndump + cp -pr ChangeLog /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share/doc/rsvndump + cp -pr COPYING /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share/doc/rsvndump + cp -pr THANKS /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64/usr/share/doc/rsvndump + exit 0 Provides: rsvndump = 0.6-11.fc28 rsvndump(riscv-64) = 0.6-11.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) libapr-1.so.0()(64bit) libaprutil-1.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdb-5.3.so()(64bit) libdl.so.2()(64bit) libexpat.so.1()(64bit) liblber-2.4.so.2()(64bit) libldap_r-2.4.so.2()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libsvn_client-1.so.0()(64bit) libsvn_delta-1.so.0()(64bit) libsvn_fs-1.so.0()(64bit) libsvn_ra-1.so.0()(64bit) libsvn_subr-1.so.0()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rsvndump-0.6-11.fc28.riscv64 Wrote: /builddir/build/SRPMS/rsvndump-0.6-11.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/rsvndump-0.6-11.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xlg716 + umask 022 + cd /builddir/build/BUILD + cd rsvndump-0.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/rsvndump-0.6-11.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