+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/SOIL.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.ED27aQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf SOIL-1.07 + /usr/bin/mkdir -p SOIL-1.07 + cd SOIL-1.07 + /usr/bin/unzip -qq /builddir/build/SOURCES/soil.zip + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + mv 'Simple OpenGL Image Library/field_128_cube.dds' 'Simple OpenGL Image Library/img_cheryl.jpg' 'Simple OpenGL Image Library/img_test.bmp' 'Simple OpenGL Image Library/img_test.dds' 'Simple OpenGL Image Library/img_test.png' 'Simple OpenGL Image Library/img_test.tga' 'Simple OpenGL Image Library/img_test_indexed.tga' 'Simple OpenGL Image Library/lib' 'Simple OpenGL Image Library/projects' 'Simple OpenGL Image Library/soil.html' 'Simple OpenGL Image Library/src' 'Simple OpenGL Image Library/support' 'Simple OpenGL Image Library/testSOIL.exe' 'Simple OpenGL Image Library/test_rect.png' . + rmdir 'Simple OpenGL Image Library' + echo 'Patch #0 (SOIL-link-correctly.patch):' Patch #0 (SOIL-link-correctly.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .link-correctly --fuzz=0 patching file 'projects/makefile/alternate Makefile.txt' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3ZjvAb + umask 022 + cd /builddir/build/BUILD + cd SOIL-1.07 + pushd src ~/build/BUILD/SOIL-1.07/src ~/build/BUILD/SOIL-1.07 + 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 -c -fPIC' -f '../projects/makefile/alternate Makefile.txt' 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 -c -fPIC image_DXT.c -o image_DXT.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 -c -fPIC image_helper.c -o image_helper.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 -c -fPIC SOIL.c -o SOIL.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 -c -fPIC stb_image_aug.c -o stb_image_aug.o stb_image_aug.c: In function 'convert_format': stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) ^ stb_image_aug.c:493:10: note: in expansion of macro 'CASE' CASE(1,2) dest[0]=src[0], dest[1]=255; break; ^~~~ stb_image_aug.c:493:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(1,2) dest[0]=src[0], dest[1]=255; break; ^~~~~ stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) ^ stb_image_aug.c:494:10: note: in expansion of macro 'CASE' CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; ^~~~ stb_image_aug.c:494:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; ^~~~~ stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) ^ stb_image_aug.c:495:10: note: in expansion of macro 'CASE' CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; ^~~~ stb_image_aug.c:495:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; ^~~~~ stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) ^ stb_image_aug.c:496:10: note: in expansion of macro 'CASE' CASE(2,1) dest[0]=src[0]; break; ^~~~ stb_image_aug.c:496:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(2,1) dest[0]=src[0]; break; ^~~~~ stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) ^ stb_image_aug.c:497:10: note: in expansion of macro 'CASE' CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; ^~~~ stb_image_aug.c:497:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; ^~~~~ stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) ^ stb_image_aug.c:498:10: note: in expansion of macro 'CASE' CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; ^~~~ stb_image_aug.c:498:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; ^~~~~ stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) ^ stb_image_aug.c:499:10: note: in expansion of macro 'CASE' CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; ^~~~ stb_image_aug.c:499:78: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; ^~~~~ stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) ^ stb_image_aug.c:500:10: note: in expansion of macro 'CASE' CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); break; ^~~~ stb_image_aug.c:500:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); break; ^~~~~ stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) ^ stb_image_aug.c:501:10: note: in expansion of macro 'CASE' CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; break; ^~~~ stb_image_aug.c:501:76: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; break; ^~~~~ stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) ^ stb_image_aug.c:502:10: note: in expansion of macro 'CASE' CASE(4,1) dest[0]=compute_y(src[0],src[1],src[2]); break; ^~~~ stb_image_aug.c:502:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(4,1) dest[0]=compute_y(src[0],src[1],src[2]); break; ^~~~~ stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) ^ stb_image_aug.c:503:10: note: in expansion of macro 'CASE' CASE(4,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; ^~~~ stb_image_aug.c:503:79: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(4,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; ^~~~~ stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) ^ stb_image_aug.c:504:10: note: in expansion of macro 'CASE' CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; ^~~~ stb_image_aug.c:504:66: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; ^~~~~ stb_image_aug.c: In function 'create_png_image': stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2119:13: note: in expansion of macro 'CASE' CASE(F_none) cur[k] = raw[k]; break; ^~~~ stb_image_aug.c:2119:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_none) cur[k] = raw[k]; break; ^~~~~ stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2120:13: note: in expansion of macro 'CASE' CASE(F_sub) cur[k] = raw[k] + cur[k-img_n]; break; ^~~~ stb_image_aug.c:2120:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_sub) cur[k] = raw[k] + cur[k-img_n]; break; ^~~~~ stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2121:13: note: in expansion of macro 'CASE' CASE(F_up) cur[k] = raw[k] + prior[k]; break; ^~~~ stb_image_aug.c:2121:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_up) cur[k] = raw[k] + prior[k]; break; ^~~~~ stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2122:13: note: in expansion of macro 'CASE' CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); break; ^~~~ stb_image_aug.c:2122:77: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); break; ^~~~~ stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2123:13: note: in expansion of macro 'CASE' CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])); break; ^~~~ stb_image_aug.c:2123:101: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])); break; ^~~~~ stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2124:13: note: in expansion of macro 'CASE' CASE(F_avg_first) cur[k] = raw[k] + (cur[k-img_n] >> 1); break; ^~~~ stb_image_aug.c:2124:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_avg_first) cur[k] = raw[k] + (cur[k-img_n] >> 1); break; ^~~~~ stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2125:13: note: in expansion of macro 'CASE' CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0)); break; ^~~~ stb_image_aug.c:2125:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0)); break; ^~~~~ stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2135:13: note: in expansion of macro 'CASE' CASE(F_none) cur[k] = raw[k]; break; ^~~~ stb_image_aug.c:2135:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_none) cur[k] = raw[k]; break; ^~~~~ stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2136:13: note: in expansion of macro 'CASE' CASE(F_sub) cur[k] = raw[k] + cur[k-out_n]; break; ^~~~ stb_image_aug.c:2136:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_sub) cur[k] = raw[k] + cur[k-out_n]; break; ^~~~~ stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2137:13: note: in expansion of macro 'CASE' CASE(F_up) cur[k] = raw[k] + prior[k]; break; ^~~~ stb_image_aug.c:2137:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_up) cur[k] = raw[k] + prior[k]; break; ^~~~~ stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2138:13: note: in expansion of macro 'CASE' CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-out_n])>>1); break; ^~~~ stb_image_aug.c:2138:77: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-out_n])>>1); break; ^~~~~ stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2139:13: note: in expansion of macro 'CASE' CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; ^~~~ stb_image_aug.c:2139:101: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; ^~~~~ stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2140:13: note: in expansion of macro 'CASE' CASE(F_avg_first) cur[k] = raw[k] + (cur[k-out_n] >> 1); break; ^~~~ stb_image_aug.c:2140:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_avg_first) cur[k] = raw[k] + (cur[k-out_n] >> 1); break; ^~~~~ stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k=0; k < img_n; ++k) ^ stb_image_aug.c:2141:13: note: in expansion of macro 'CASE' CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0)); break; ^~~~ stb_image_aug.c:2141:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0)); break; ^~~~~ stb_image_aug.c: In function 'parse_png_file': stb_image_aug.c:2341:28: warning: variable 'invalid_chunk' set but not used [-Wunused-but-set-variable] static char invalid_chunk[] = "XXXX chunk not known"; ^~~~~~~~~~~~~ stb_image_aug.c: In function 'getn': stb_image_aug.c:446:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buffer, 1, n, s->img_file); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # create static library ar -cvq libSOIL.a image_DXT.o image_helper.o SOIL.o stb_image_aug.o a - image_DXT.o a - image_helper.o a - SOIL.o a - stb_image_aug.o # create shared library gcc -shared -Wl,-soname,libSOIL.so.1 -o libSOIL.so.1.07-20071110 image_DXT.o image_helper.o SOIL.o stb_image_aug.o -lGL -lm + popd ~/build/BUILD/SOIL-1.07 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uMVRoT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64 + cd SOIL-1.07 + rm -rf /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64 + pushd src ~/build/BUILD/SOIL-1.07/src ~/build/BUILD/SOIL-1.07 + make -f '../projects/makefile/alternate Makefile.txt' install DESTDIR=/builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64 LIBDIR=/usr/lib64 INCLUDEDIR=/usr/include/SOIL 'INSTALL_FILE=install -pm 644' 'INSTALL_DIR=install -dp' install -dp /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64//usr/include/SOIL install -pm 644 SOIL.h image_DXT.h image_helper.h stbi_DDS_aug.h stbi_DDS_aug_c.h stb_image_aug.h /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64//usr/include/SOIL install -dp /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64//usr/lib64 install -pm 644 libSOIL.a /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64//usr/lib64 install -pm 644 libSOIL.so.1.07-20071110 /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64//usr/lib64 ( cd /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64//usr/lib64 && ln -s libSOIL.so.1.07-20071110 libSOIL.so.1 \ && ln -s libSOIL.so.1.07-20071110 libSOIL.so ) + popd ~/build/BUILD/SOIL-1.07 + find /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64 -name '*.la' -exec rm -f '{}' ';' + rm -rf /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64/usr/lib64/libSOIL.a + chmod 755 /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64/usr/lib64/libSOIL.so.1.07-20071110 + /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: SOIL-1.07-18.20080706.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wCZ5bV + umask 022 + cd /builddir/build/BUILD + cd SOIL-1.07 + DOCDIR=/builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64/usr/share/doc/SOIL + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64/usr/share/doc/SOIL + cp -pr soil.html /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64/usr/share/doc/SOIL + exit 0 Provides: SOIL = 1.07-18.20080706.fc28 SOIL(riscv-64) = 1.07-18.20080706.fc28 libSOIL.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) libGL.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: SOIL-devel-1.07-18.20080706.fc28.riscv64 Provides: SOIL-devel = 1.07-18.20080706.fc28 SOIL-devel(riscv-64) = 1.07-18.20080706.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libSOIL.so.1()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.fc28.riscv64 Wrote: /builddir/build/SRPMS/SOIL-1.07-18.20080706.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/SOIL-1.07-18.20080706.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/SOIL-devel-1.07-18.20080706.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KTiqtn + umask 022 + cd /builddir/build/BUILD + cd SOIL-1.07 + /usr/bin/rm -rf /builddir/build/BUILDROOT/SOIL-1.07-18.20080706.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