+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/cronolog.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.Xg4oP5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cronolog-1.6.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/cronolog-1.6.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cronolog-1.6.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (cronolog-largefile.patch):' Patch #1 (cronolog-largefile.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file src/cronolog.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xmevwc + umask 022 + cd /builddir/build/BUILD + cd cronolog-1.6.2 + 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 + '[' 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 creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... gcc checking whether the C compiler (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) works... yes checking whether the C compiler (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) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for ranlib... ranlib checking for perl... /usr/bin/perl checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking whether stat file-mode macros are broken... no checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for tm_zone in struct tm... yes checking for fcntl.h... yes checking for limits.h... yes checking for unistd.h... yes checking for working const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for strftime... yes checking for vprintf... yes checking for mkdir... yes checking for mktime... yes checking for putenv... yes checking for strptime... yes checking for localtime_r... yes updating cache ./config.cache creating ./config.status creating Makefile creating lib/Makefile creating src/Makefile creating doc/Makefile creating testsuite/Makefile creating src/cronosplit + make -j4 Making all in lib make[1]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/lib' gcc -DPACKAGE=\"cronolog\" -DVERSION=\"1.6.2\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_STRPTIME=1 -DHAVE_LOCALTIME_R=1 -I. -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 getopt.c gcc -DPACKAGE=\"cronolog\" -DVERSION=\"1.6.2\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_STRPTIME=1 -DHAVE_LOCALTIME_R=1 -I. -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 getopt1.c rm -f libutil.a ar cru libutil.a getopt.o getopt1.o ranlib libutil.a make[1]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2/lib' Making all in src make[1]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/src' gcc -DPACKAGE=\"cronolog\" -DVERSION=\"1.6.2\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_STRPTIME=1 -DHAVE_LOCALTIME_R=1 -I. -I. -I../lib -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 cronotest.c gcc -DPACKAGE=\"cronolog\" -DVERSION=\"1.6.2\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_STRPTIME=1 -DHAVE_LOCALTIME_R=1 -I. -I. -I../lib -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 cronoutils.c gcc -DPACKAGE=\"cronolog\" -DVERSION=\"1.6.2\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_STRPTIME=1 -DHAVE_LOCALTIME_R=1 -I. -I. -I../lib -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 cronolog.c cronotest.c: In function 'main': cronotest.c:161:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (periodicity == PER_SECOND) && (60 % period_multiple) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ cronotest.c:162:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (periodicity == PER_MINUTE) && (60 % period_multiple) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ cronotest.c:163:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (periodicity == HOURLY) && (24 % period_multiple) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ cronotest.c:164:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (periodicity == DAILY) && (period_multiple > 365) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ cronotest.c:165:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (periodicity == WEEKLY) && (period_multiple > 52) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ cronotest.c:166:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (periodicity == MONTHLY) && (12 % period_multiple)) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ cronotest.c:228:22: warning: too many arguments for format [-Wformat-extra-args] fprintf(stderr, "%s: period delay cannot be larger than the rollover period\n", argv[0], start_time); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cronoutils.c: In function 'parse_time': cronoutils.c:673:36: warning: implicit declaration of function 'strptime'; did you mean 'strftime'? [-Wimplicit-function-declaration] if (check_end((const char *)strptime(time_str, *date_formats, &tm))) ^~~~~~~~ strftime cronoutils.c:673:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (check_end((const char *)strptime(time_str, *date_formats, &tm))) ^ cronoutils.c: In function 'create_link': cronoutils.c:214:2: warning: ignoring return value of 'symlink', declared with attribute warn_unused_result [-Wunused-result] symlink(pfilename, linkname); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cronoutils.c:218:2: warning: ignoring return value of 'link', declared with attribute warn_unused_result [-Wunused-result] link(pfilename, linkname); ^~~~~~~~~~~~~~~~~~~~~~~~~ cronolog.c: In function 'main': cronolog.c:214:19: warning: too many arguments for format [-Wformat-extra-args] fprintf(stderr, "A current log symlink is needed to mantain a symlink to the previous log\n", argv[0]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cronolog.c:228:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (periodicity == PER_SECOND) && (60 % period_multiple) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ cronolog.c:229:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (periodicity == PER_MINUTE) && (60 % period_multiple) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ cronolog.c:230:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (periodicity == HOURLY) && (24 % period_multiple) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ cronolog.c:231:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (periodicity == DAILY) && (period_multiple > 365) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ cronolog.c:232:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (periodicity == WEEKLY) && (period_multiple > 52) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ cronolog.c:233:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (periodicity == MONTHLY) && (12 % period_multiple)) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ cronolog.c:302:22: warning: too many arguments for format [-Wformat-extra-args] fprintf(stderr, "%s: period delay cannot be larger than the rollover period\n", argv[0], start_time); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 cronotest cronotest.o cronoutils.o ../lib/libutil.a 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 cronolog cronolog.o cronoutils.o ../lib/libutil.a make[1]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2/src' Making all in doc make[1]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2/doc' Making all in testsuite make[1]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/testsuite' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2/testsuite' make[1]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.X2fbJh + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64 + cd cronolog-1.6.2 + rm -rf /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64 Making install in lib make[1]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/lib' make[2]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/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/cronolog-1.6.2/lib' make[1]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2/lib' Making install in src make[1]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/src' make[2]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/src' /bin/sh ../mkinstalldirs /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/sbin mkdir /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64 mkdir /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr mkdir /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/sbin /usr/bin/install -c cronolog /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/sbin/cronolog /bin/sh ../mkinstalldirs /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/sbin /usr/bin/install -c cronosplit /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/sbin/cronosplit make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2/src' make[1]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2/src' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/doc' make[2]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/doc' make[2]: Nothing to be done for 'install-exec-am'. /bin/sh ../mkinstalldirs /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/info mkdir /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share mkdir /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/info /usr/bin/install -c -m 644 ./cronolog.info /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/info/cronolog.info install-info --info-dir=/builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/info /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/info/cronolog.info make install-man1 make[3]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/doc' /bin/sh ../mkinstalldirs /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/man/man1 mkdir /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/man mkdir /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/man/man1 /usr/bin/install -c -m 644 ./cronolog.1m /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/man/man1/cronolog.1m /usr/bin/install -c -m 644 ./cronosplit.1m /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/man/man1/cronosplit.1m make[3]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2/doc' make[2]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2/doc' make[1]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2/doc' Making install in testsuite make[1]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/testsuite' make[2]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2/testsuite' 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/cronolog-1.6.2/testsuite' make[1]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2/testsuite' make[1]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2' make[2]: Entering directory '/builddir/build/BUILD/cronolog-1.6.2' 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/cronolog-1.6.2' make[1]: Leaving directory '/builddir/build/BUILD/cronolog-1.6.2' + sed -i 's|/www/sbin|/usr/sbin|g' /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64//usr/share/man/man1/cronolog.1m /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64//usr/share/man/man1/cronosplit.1m + mkdir -p /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64//usr/bin + mv /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64//usr/sbin/cronosplit /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64//usr/bin + rm -f /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/info/dir + /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 mangling shebang in ./usr/bin/cronosplit from #!/usr/bin/perl -- # -*- perl -*- to #!/usr/bin/perl -- # -*- perl -*- Processing files: cronolog-1.6.2-23.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HPProZ + umask 022 + cd /builddir/build/BUILD + cd cronolog-1.6.2 + DOCDIR=/builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/doc/cronolog + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/doc/cronolog + cp -pr AUTHORS /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/doc/cronolog + cp -pr COPYING /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/doc/cronolog + cp -pr ChangeLog /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/doc/cronolog + cp -pr NEWS /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/doc/cronolog + cp -pr README /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/doc/cronolog + cp -pr TODO /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64/usr/share/doc/cronolog + exit 0 Provides: cronolog = 1.6.2-23.fc28 cronolog(riscv-64) = 1.6.2-23.fc28 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /sbin/install-info Requires(preun): /bin/sh /sbin/install-info Requires: /usr/bin/perl 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) perl(Getopt::Long) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64 Wrote: /builddir/build/SRPMS/cronolog-1.6.2-23.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/cronolog-1.6.2-23.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SIub6x + umask 022 + cd /builddir/build/BUILD + cd cronolog-1.6.2 + rm -rf /builddir/build/BUILDROOT/cronolog-1.6.2-23.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff