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/stbi.spec'], chrootPath='/var/lib/mock/f31-build-74083-31055/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/stbi.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=1564185600 Wrote: /builddir/build/SRPMS/stbi-1.33-13.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/stbi.spec'], chrootPath='/var/lib/mock/f31-build-74083-31055/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/stbi.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=1564185600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1rMAtO + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf stbi-1.33 + /usr/bin/mkdir -p stbi-1.33 + cd stbi-1.33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + head -62 /builddir/build/SOURCES/stb_image.c + tail -112 + head -184 /builddir/build/SOURCES/stb_image.c + head -65 /builddir/build/SOURCES/stb_image.c + tail -2 + head -332 /builddir/build/SOURCES/stb_image.c + tail -146 + echo '#include "stb_image.h"' + head -4586 /builddir/build/SOURCES/stb_image.c + tail -4254 + tail -86 /builddir/build/SOURCES/stb_image.c + dos2unix CHANGES README stb_image.c stb_image.h BUILDSTDERR: dos2unix: converting file CHANGES to Unix format... BUILDSTDERR: dos2unix: converting file README to Unix format... BUILDSTDERR: dos2unix: converting file stb_image.c to Unix format... BUILDSTDERR: dos2unix: converting file stb_image.h to Unix format... + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MlQ6eO + umask 022 + cd /builddir/build/BUILD + cd stbi-1.33 + gcc -O2 -g -pipe -Wall -I. -fPIC -c stb_image.c BUILDSTDERR: stb_image.c: In function 'convert_format': BUILDSTDERR: stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:526:10: note: in expansion of macro 'CASE' BUILDSTDERR: 526 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:526:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 526 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:527:10: note: in expansion of macro 'CASE' BUILDSTDERR: 527 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:527:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 527 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:528:10: note: in expansion of macro 'CASE' BUILDSTDERR: 528 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:528:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 528 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:529:10: note: in expansion of macro 'CASE' BUILDSTDERR: 529 | CASE(2,1) dest[0]=src[0]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:529:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 529 | CASE(2,1) dest[0]=src[0]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:530:10: note: in expansion of macro 'CASE' BUILDSTDERR: 530 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:530:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 530 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:531:10: note: in expansion of macro 'CASE' BUILDSTDERR: 531 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:531:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 531 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:532:10: note: in expansion of macro 'CASE' BUILDSTDERR: 532 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:532:78: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 532 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:533:10: note: in expansion of macro 'CASE' BUILDSTDERR: 533 | CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:533:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 533 | CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:534:10: note: in expansion of macro 'CASE' BUILDSTDERR: 534 | CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:534:76: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 534 | CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:535:10: note: in expansion of macro 'CASE' BUILDSTDERR: 535 | CASE(4,1) dest[0]=compute_y(src[0],src[1],src[2]); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:535:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 535 | CASE(4,1) dest[0]=compute_y(src[0],src[1],src[2]); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:536:10: note: in expansion of macro 'CASE' BUILDSTDERR: 536 | CASE(4,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:536:79: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 536 | CASE(4,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:537:10: note: in expansion of macro 'CASE' BUILDSTDERR: 537 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:537:66: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 537 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c: In function 'create_png_image_raw': BUILDSTDERR: stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2157 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2159:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2159 | CASE(F_none) cur[k] = raw[k]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2159:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2159 | CASE(F_none) cur[k] = raw[k]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2157 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2160:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2160 | CASE(F_sub) cur[k] = raw[k] + cur[k-img_n]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2160:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2160 | CASE(F_sub) cur[k] = raw[k] + cur[k-img_n]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2157 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2161:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2161 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2161:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2161 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2157 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2162:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2162 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2162:77: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2162 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2157 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2163:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2163 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2163:101: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2163 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2157 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2164:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2164 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-img_n] >> 1); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2164:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2164 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-img_n] >> 1); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2157 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2165:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2165 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0)); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2165:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2165 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0)); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2173 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2175:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2175 | CASE(F_none) cur[k] = raw[k]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2175:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2175 | CASE(F_none) cur[k] = raw[k]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2173 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2176:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2176 | CASE(F_sub) cur[k] = raw[k] + cur[k-out_n]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2176:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2176 | CASE(F_sub) cur[k] = raw[k] + cur[k-out_n]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2173 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2177:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2177 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2177:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2177 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2173 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2178:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2178 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-out_n])>>1); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2178:77: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2178 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-out_n])>>1); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2173 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2179:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2179 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2179:101: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2179 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2173 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2180:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2180 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-out_n] >> 1); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2180:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2180 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-out_n] >> 1); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2173 | for (k=0; k < img_n; ++k) BUILDSTDERR: | ^~~ BUILDSTDERR: stb_image.c:2181:13: note: in expansion of macro 'CASE' BUILDSTDERR: 2181 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0)); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: stb_image.c:2181:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2181 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0)); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: stb_image.c: In function 'bmp_load': BUILDSTDERR: stb_image.c:2623:38: warning: variable 'fake_a' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 2623 | unsigned int mr=0,mg=0,mb=0,ma=0, fake_a=0; BUILDSTDERR: | ^~~~~~ + gcc -O2 -g -pipe -Wall -I. -shared -Wl,-soname,libstbi.so.1 stb_image.o -o libstbi.so.1.0.0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.m6TdtP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64 + cd stbi-1.33 + install -Dpm0755 libstbi.so.1.0.0 /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64/usr/lib64/libstbi.so.1.0.0 + ln -s libstbi.so.1.0.0 /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64/usr/lib64/libstbi.so.1 + ln -s libstbi.so.1.0.0 /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64/usr/lib64/libstbi.so + install -Dpm0644 stb_image.h /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64/usr/include/stb_image.h + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.33-13.fc31 --unique-debug-suffix -1.33-13.fc31.riscv64 --unique-debug-src-base stbi-1.33-13.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/stbi-1.33 BUILDSTDERR: 262 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/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64/usr/lib64/libstbi.so.1.0.0 extracting debug info from /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64/usr/lib64/libstbi.so.1.0.0 original debug info size: 292kB, size after compression: 288kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: stbi-1.33-13.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QjlK3N + umask 022 + cd /builddir/build/BUILD + cd stbi-1.33 + DOCDIR=/builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64/usr/share/doc/stbi + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64/usr/share/doc/stbi + cp -pr README /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64/usr/share/doc/stbi + cp -pr CHANGES /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64/usr/share/doc/stbi + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: libstbi.so.1()(64bit) stbi = 1.33-13.fc31 stbi(riscv-64) = 1.33-13.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: stbi-devel-1.33-13.fc31.riscv64 Provides: stbi-devel = 1.33-13.fc31 stbi-devel(riscv-64) = 1.33-13.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libstbi.so.1()(64bit) Processing files: stbi-debugsource-1.33-13.fc31.riscv64 Provides: stbi-debugsource = 1.33-13.fc31 stbi-debugsource(riscv-64) = 1.33-13.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: stbi-debuginfo-1.33-13.fc31.riscv64 Provides: debuginfo(build-id) = 302290f63610b5963725a7e7a849cef752e5cf11 stbi-debuginfo = 1.33-13.fc31 stbi-debuginfo(riscv-64) = 1.33-13.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: stbi-debugsource(riscv-64) = 1.33-13.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64 Wrote: /builddir/build/RPMS/stbi-devel-1.33-13.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/stbi-1.33-13.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/stbi-debugsource-1.33-13.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/stbi-debuginfo-1.33-13.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.S1gq2N + umask 022 + cd /builddir/build/BUILD + cd stbi-1.33 + /usr/bin/rm -rf /builddir/build/BUILDROOT/stbi-1.33-13.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0