Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/SOIL.spec'], chrootPath='/var/lib/mock/f31-build-101627-33407/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/SOIL.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563926400 Wrote: /builddir/build/SRPMS/SOIL-1.07-25.20080706.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/SOIL.spec'], chrootPath='/var/lib/mock/f31-build-101627-33407/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/SOIL.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Pgof3K + 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):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .link-correctly --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (SOIL-link-correctly.patch): patching file 'projects/makefile/alternate Makefile.txt' Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ScaxzJ + umask 022 + cd /builddir/build/BUILD + cd SOIL-1.07 + pushd src + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -fPIC' -f '../projects/makefile/alternate Makefile.txt' BUILDSTDERR: stb_image_aug.c: In function 'convert_format': BUILDSTDERR: stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 489 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:493:10: note: in expansion of macro 'CASE' BUILDSTDERR: 493 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:493:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 493 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 489 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:494:10: note: in expansion of macro 'CASE' BUILDSTDERR: 494 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:494:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 494 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 489 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:495:10: note: in expansion of macro 'CASE' BUILDSTDERR: 495 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:495:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 495 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 489 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:496:10: note: in expansion of macro 'CASE' BUILDSTDERR: 496 | CASE(2,1) dest[0]=src[0]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:496:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 496 | CASE(2,1) dest[0]=src[0]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 489 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:497:10: note: in expansion of macro 'CASE' BUILDSTDERR: 497 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:497:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 497 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 489 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:498:10: note: in expansion of macro 'CASE' BUILDSTDERR: 498 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:498:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 498 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 489 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:499:10: note: in expansion of macro 'CASE' BUILDSTDERR: 499 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:499:78: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 499 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 489 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:500:10: note: in expansion of macro 'CASE' BUILDSTDERR: 500 | CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:500:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 500 | CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 489 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:501:10: note: in expansion of macro 'CASE' BUILDSTDERR: 501 | CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:501:76: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 501 | CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 489 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:502:10: note: in expansion of macro 'CASE' BUILDSTDERR: 502 | CASE(4,1) dest[0]=compute_y(src[0],src[1],src[2]); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:502:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 502 | CASE(4,1) dest[0]=compute_y(src[0],src[1],src[2]); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 489 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:503:10: note: in expansion of macro 'CASE' BUILDSTDERR: 503 | CASE(4,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:503:79: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 503 | CASE(4,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:489:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 489 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:504:10: note: in expansion of macro 'CASE' BUILDSTDERR: 504 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:504:66: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 504 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c: In function 'create_png_image': BUILDSTDERR: stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2117 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2119:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2119 | CASE(F_none) cur[k] = raw[k]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2119:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2119 | CASE(F_none) cur[k] = raw[k]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2117 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2120:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2120 | CASE(F_sub) cur[k] = raw[k] + cur[k-img_n]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2120:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2120 | CASE(F_sub) cur[k] = raw[k] + cur[k-img_n]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2117 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2121:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2121 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2121:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2121 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2117 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2122:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2122 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2122:77: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2122 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2117 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2123:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2123 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2123:101: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2123 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2117 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2124:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2124 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-img_n] >> 1); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2124:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2124 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-img_n] >> 1); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2117:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2117 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2125:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2125 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0)); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2125:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2125 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0)); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2133 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2135:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2135 | CASE(F_none) cur[k] = raw[k]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2135:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2135 | CASE(F_none) cur[k] = raw[k]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2133 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2136:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2136 | CASE(F_sub) cur[k] = raw[k] + cur[k-out_n]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2136:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2136 | CASE(F_sub) cur[k] = raw[k] + cur[k-out_n]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2133 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2137:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2137 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2137:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2137 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2133 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2138:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2138 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-out_n])>>1); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2138:77: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2138 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-out_n])>>1); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2133 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2139:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2139 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2139:101: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2139 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2133 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2140:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2140 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-out_n] >> 1); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2140:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2140 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-out_n] >> 1); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c:2133:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2133 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image_aug.c:2141:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2141 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0)); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image_aug.c:2141:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2141 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0)); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image_aug.c: In function 'parse_png_file': BUILDSTDERR: stb_image_aug.c:2341:28: warning: variable 'invalid_chunk' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 2341 | static char invalid_chunk[] = "XXXX chunk not known"; BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: stb_image_aug.c: In function 'getn': BUILDSTDERR: stb_image_aug.c:446:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 446 | fread(buffer, 1, n, s->img_file); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + popd + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ~/build/BUILD/SOIL-1.07/src ~/build/BUILD/SOIL-1.07 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -fPIC stb_image_aug.c -o stb_image_aug.o # 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 ~/build/BUILD/SOIL-1.07 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.f0P2PJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64 + cd SOIL-1.07 + rm -rf /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64 + pushd src + make -f '../projects/makefile/alternate Makefile.txt' install DESTDIR=/builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64 LIBDIR=/usr/lib64 INCLUDEDIR=/usr/include/SOIL 'INSTALL_FILE=install -pm 644' 'INSTALL_DIR=install -dp' + popd + find /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64 -name '*.la' -exec rm -f '{}' ';' + rm -rf /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64/usr/lib64/libSOIL.a + chmod 755 /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64/usr/lib64/libSOIL.so.1.07-20071110 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.07-25.20080706.fc31 --unique-debug-suffix -1.07-25.20080706.fc31.riscv64 --unique-debug-src-base SOIL-1.07-25.20080706.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/SOIL-1.07 BUILDSTDERR: 503 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs ~/build/BUILD/SOIL-1.07/src ~/build/BUILD/SOIL-1.07 install -dp /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.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-25.20080706.fc31.riscv64//usr/include/SOIL install -dp /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64//usr/lib64 install -pm 644 libSOIL.a /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64//usr/lib64 install -pm 644 libSOIL.so.1.07-20071110 /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64//usr/lib64 ( cd /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64//usr/lib64 && ln -s libSOIL.so.1.07-20071110 libSOIL.so.1 \ && ln -s libSOIL.so.1.07-20071110 libSOIL.so ) ~/build/BUILD/SOIL-1.07 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64/usr/lib64/libSOIL.so.1.07-20071110 extracting debug info from /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64/usr/lib64/libSOIL.so.1.07-20071110 original debug info size: 396kB, size after compression: 388kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: SOIL-1.07-25.20080706.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pReHkM + umask 022 + cd /builddir/build/BUILD + cd SOIL-1.07 + DOCDIR=/builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64/usr/share/doc/SOIL + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64/usr/share/doc/SOIL + cp -pr soil.html /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64/usr/share/doc/SOIL + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: SOIL = 1.07-25.20080706.fc31 SOIL(riscv-64) = 1.07-25.20080706.fc31 libSOIL.so.1()(64bit) 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) 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-25.20080706.fc31.riscv64 Provides: SOIL-devel = 1.07-25.20080706.fc31 SOIL-devel(riscv-64) = 1.07-25.20080706.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libSOIL.so.1()(64bit) Processing files: SOIL-debugsource-1.07-25.20080706.fc31.riscv64 Provides: SOIL-debugsource = 1.07-25.20080706.fc31 SOIL-debugsource(riscv-64) = 1.07-25.20080706.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: SOIL-debuginfo-1.07-25.20080706.fc31.riscv64 Provides: SOIL-debuginfo = 1.07-25.20080706.fc31 SOIL-debuginfo(riscv-64) = 1.07-25.20080706.fc31 debuginfo(build-id) = 10df46b9aac25ce63857ae900e12bfbf9af8e11c Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: SOIL-debugsource(riscv-64) = 1.07-25.20080706.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64 Wrote: /builddir/build/RPMS/SOIL-1.07-25.20080706.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/SOIL-devel-1.07-25.20080706.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/SOIL-debuginfo-1.07-25.20080706.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/SOIL-debugsource-1.07-25.20080706.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.iKRImN + umask 022 + cd /builddir/build/BUILD + cd SOIL-1.07 + /usr/bin/rm -rf /builddir/build/BUILDROOT/SOIL-1.07-25.20080706.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0