+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/klt.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.75BJLO + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf klt + /usr/bin/unzip -qq /builddir/build/SOURCES/klt1.3.4.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd klt + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/\r//' README.txt + sed -i 's/\r//' speed.txt + sed -i 's/\r//' example1.c example2.c example3.c example4.c example5.c + sed -i /FLAG1/d Makefile + sed -i '/rm -f \*\.o/d' Makefile + echo 'Patch #0 (0001-format-security.patch):' Patch #0 (0001-format-security.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file ./writeFeatures.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VPkfWi + umask 022 + cd /builddir/build/BUILD + cd klt + export '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' + 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' + make lib -j4 gcc -c -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 convolve.c gcc -c -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 error.c gcc -c -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 pnmio.c gcc -c -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 pyramid.c pnmio.c: In function 'pnmReadHeader': pnmio.c:73:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(line, 1, 1, fp); /* Read newline which follows maxval */ ^~~~~~~~~~~~~~~~~~~~~ pnmio.c: In function '_getNextString': pnmio.c:29:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%s", line); ^~~~~~~~~~~~~~~~~~~~~~ pnmio.c: In function 'pgmRead': pnmio.c:191:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(tmpptr, *ncols, 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -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 selectGoodFeatures.c gcc -c -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 storeFeatures.c gcc -c -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 trackFeatures.c gcc -c -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 klt.c gcc -c -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 klt_util.c trackFeatures.c: In function '_computeGradientSumLightingInsensitive': trackFeatures.c:198:19: warning: unused variable 'sum2' [-Wunused-variable] float sum1 = 0, sum2 = 0; ^~~~ trackFeatures.c:198:9: warning: unused variable 'sum1' [-Wunused-variable] float sum1 = 0, sum2 = 0; ^~~~ At top level: trackFeatures.c:640:13: warning: '_am_computeAffineMappedImage' defined but not used [-Wunused-function] static void _am_computeAffineMappedImage( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -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 writeFeatures.c writeFeatures.c: In function 'KLTReadFeatureList': writeFeatures.c:619:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d |", &indx); ^~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c: In function '_readHeader': writeFeatures.c:457:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(line, sizeof(char), BINHEADERLENGTH, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:461:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(nFeatures, sizeof(int), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:466:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(nFrames, sizeof(int), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:472:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(nFrames, sizeof(int), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:473:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(nFeatures, sizeof(int), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:485:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line, LINELENGTH, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:494:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line, LINELENGTH, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:514:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%s", line); ^~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:522:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%s", line); ^~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:526:27: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] if (id == FEATURE_LIST) fscanf(fp, "%d", nFeatures); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:527:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] else fscanf(fp, "%d", nFrames); ^~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:531:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%s", line); ^~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:535:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%s", line); ^~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:539:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%s", line); ^~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:543:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d", nFeatures); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c: In function '_readFeatureTxt': writeFeatures.c:560:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%f,%f)=%d", &(feat->x), &(feat->y), &(feat->val)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c: In function '_readFeatureBin': writeFeatures.c:568:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&(feat->x), sizeof(KLT_locType), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:569:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&(feat->y), sizeof(KLT_locType), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c:570:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&(feat->val), sizeof(int), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c: In function 'KLTReadFeatureHistory': writeFeatures.c:670:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d |", &indx); ^~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c: In function 'KLTReadFeatureTable': writeFeatures.c:725:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d |", &indx); ^~~~~~~~~~~~~~~~~~~~~~~~~ writeFeatures.c: In function '_readHeader': writeFeatures.c:506:6: warning: 'id' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((id == FEATURE_LIST && nFeatures == NULL) || ^ trackFeatures.c: In function 'KLTTrackFeatures': trackFeatures.c:1056:11: warning: 'dy' may be used uninitialized in this function [-Wmaybe-uninitialized] *y2 += dy; ^~ trackFeatures.c:980:36: note: 'dy' was declared here float gxx, gxy, gyy, ex, ey, dx, dy; ^~ trackFeatures.c:1055:11: warning: 'dx' may be used uninitialized in this function [-Wmaybe-uninitialized] *x2 += dx; ^~ trackFeatures.c:980:32: note: 'dx' was declared here float gxx, gxy, gyy, ex, ey, dx, dy; ^~ trackFeatures.c:1383:7: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] if (val == KLT_OOB) { ^ rm -f libklt.a ar ruv libklt.a convolve.o error.o pnmio.o pyramid.o selectGoodFeatures.o storeFeatures.o trackFeatures.o klt.o klt_util.o writeFeatures.o ar: creating libklt.a a - convolve.o a - error.o a - pnmio.o a - pyramid.o a - selectGoodFeatures.o a - storeFeatures.o a - trackFeatures.o a - klt.o a - klt_util.o a - writeFeatures.o + gcc -shared -Wl,-soname,libklt.so.1 -o libklt.so.1.3.4 convolve.o error.o pnmio.o pyramid.o selectGoodFeatures.o storeFeatures.o trackFeatures.o klt.o klt_util.o writeFeatures.o + ln -sf libklt.so.1.3.4 libklt.so.1 + ln -sf libklt.so.1.3.4 libklt.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KRKtz4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64 + cd klt + rm -rf /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64 + install -d /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/lib64 + for f in *.so* *.a + cp -a libklt.so /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64//usr/lib64/libklt.so + for f in *.so* *.a + cp -a libklt.so.1 /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64//usr/lib64/libklt.so.1 + for f in *.so* *.a + cp -a libklt.so.1.3.4 /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64//usr/lib64/libklt.so.1.3.4 + for f in *.so* *.a + cp -a libklt.a /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64//usr/lib64/libklt.a + install -d /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc + cp -av doc/home_motif.gif doc/index.html doc/installation.html doc/log.html doc/next_motif.gif doc/previous_motif.gif doc/previous_versions.html doc/ref doc/toc_motif.gif doc/up_motif.gif doc/user /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ 'doc/home_motif.gif' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/home_motif.gif' 'doc/index.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/index.html' 'doc/installation.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/installation.html' 'doc/log.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/log.html' 'doc/next_motif.gif' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/next_motif.gif' 'doc/previous_motif.gif' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/previous_motif.gif' 'doc/previous_versions.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/previous_versions.html' 'doc/ref' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref' 'doc/ref/change_pyramid.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/change_pyramid.html' 'doc/ref/count.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/count.html' 'doc/ref/create.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/create.html' 'doc/ref/feature.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/feature.html' 'doc/ref/fh.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/fh.html' 'doc/ref/fl.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/fl.html' 'doc/ref/ft.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/ft.html' 'doc/ref/index.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/index.html' 'doc/ref/print_tc.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/print_tc.html' 'doc/ref/replace.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/replace.html' 'doc/ref/select.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/select.html' 'doc/ref/stop.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/stop.html' 'doc/ref/store.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/store.html' 'doc/ref/tc.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/tc.html' 'doc/ref/track.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/track.html' 'doc/ref/update_border.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/update_border.html' 'doc/ref/verbosity.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/verbosity.html' 'doc/ref/write.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/ref/write.html' 'doc/toc_motif.gif' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/toc_motif.gif' 'doc/up_motif.gif' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/up_motif.gif' 'doc/user' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/user' 'doc/user/chpt1.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/user/chpt1.html' 'doc/user/chpt2.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/user/chpt2.html' 'doc/user/chpt3.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/user/chpt3.html' 'doc/user/chpt4.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/user/chpt4.html' 'doc/user/chpt5.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/user/chpt5.html' 'doc/user/chpt6.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/user/chpt6.html' 'doc/user/chpt7.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/user/chpt7.html' 'doc/user/chpt8.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/user/chpt8.html' 'doc/user/index.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/user/index.html' 'doc/user/kltaffine.gif' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/user/kltaffine.gif' 'doc/user/noUchar.html' -> '/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/user/noUchar.html' + install -d /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/examples/ + install -m 0644 -p example1.c example2.c example3.c example4.c example5.c -t /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/examples/ + install -m 0644 -p img0.pgm img1.pgm img2.pgm img3.pgm img4.pgm img5.pgm img6.pgm img7.pgm img8.pgm img9.pgm -t /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt-doc/examples/ + install -d /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/include/klt + install -m 0644 -p base.h convolve.h error.h klt.h klt_util.h pnmio.h pyramid.h -t /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/include/klt + /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: klt-1.3.4-15.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fN1pzg + umask 022 + cd /builddir/build/BUILD + cd klt + DOCDIR=/builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt + cp -pr README.txt /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt + cp -pr speed.txt /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64/usr/share/doc/klt + exit 0 Provides: klt = 1.3.4-15.fc28 klt(riscv-64) = 1.3.4-15.fc28 libklt.so.1()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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) Processing files: klt-devel-1.3.4-15.fc28.riscv64 Provides: klt-devel = 1.3.4-15.fc28 klt-devel(riscv-64) = 1.3.4-15.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libklt.so.1()(64bit) Processing files: klt-static-1.3.4-15.fc28.riscv64 Provides: klt-static = 1.3.4-15.fc28 klt-static(riscv-64) = 1.3.4-15.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: klt-doc-1.3.4-15.fc28.riscv64 Provides: klt-doc = 1.3.4-15.fc28 klt-doc(riscv-64) = 1.3.4-15.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/klt-1.3.4-15.fc28.riscv64 Wrote: /builddir/build/SRPMS/klt-1.3.4-15.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/klt-1.3.4-15.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/klt-devel-1.3.4-15.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/klt-static-1.3.4-15.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/klt-doc-1.3.4-15.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9jxVpM + umask 022 + cd /builddir/build/BUILD + cd klt + /usr/bin/rm -rf /builddir/build/BUILDROOT/klt-1.3.4-15.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