Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/stbi.spec'], chrootPath='/var/lib/mock/f29-build-22109-11466/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/stbi-1.33-11.fc29.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/f29-build-22109-11466/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jEC5EK + 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 + head -184 /builddir/build/SOURCES/stb_image.c + tail -112 + 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... + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7WI5dB + 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: #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: 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: 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: #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: 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: 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: #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: 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: 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: #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: 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: 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: #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: 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: 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: #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: 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: 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: #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: 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: 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: #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: 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: 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: #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: 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: 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: #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: 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: 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: #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: 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: 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: #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: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2159:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2160:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2161:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2162:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2163:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2164:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2165:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2175:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2176:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2177:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2178:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2179:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2180:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: for (k=0; k < img_n; ++k) BUILDSTDERR: ^~~ BUILDSTDERR: stb_image.c:2181:13: note: in expansion of macro 'CASE' BUILDSTDERR: 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: 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: 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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.XDuYTw + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64 + cd stbi-1.33 + install -Dpm0755 libstbi.so.1.0.0 /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64/usr/lib64/libstbi.so.1.0.0 + ln -s libstbi.so.1.0.0 /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64/usr/lib64/libstbi.so.1 + ln -s libstbi.so.1.0.0 /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64/usr/lib64/libstbi.so + install -Dpm0644 stb_image.h /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64/usr/include/stb_image.h + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.33-11.fc29 --unique-debug-suffix -1.33-11.fc29.riscv64 --unique-debug-src-base stbi-1.33-11.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/stbi-1.33 extracting debug info from /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64/usr/lib64/libstbi.so.1.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 262 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /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-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: stbi-1.33-11.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.mDvjVI + umask 022 + cd /builddir/build/BUILD + cd stbi-1.33 + DOCDIR=/builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64/usr/share/doc/stbi + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64/usr/share/doc/stbi + cp -pr README /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64/usr/share/doc/stbi + cp -pr CHANGES /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64/usr/share/doc/stbi + exit 0 Provides: libstbi.so.1()(64bit) stbi = 1.33-11.fc29 stbi(riscv-64) = 1.33-11.fc29 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-11.fc29.riscv64 Provides: stbi-devel = 1.33-11.fc29 stbi-devel(riscv-64) = 1.33-11.fc29 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-11.fc29.riscv64 Provides: stbi-debugsource = 1.33-11.fc29 stbi-debugsource(riscv-64) = 1.33-11.fc29 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-11.fc29.riscv64 Provides: debuginfo(build-id) = 5cdc12a3539b3546cff409650608597a41c95699 stbi-debuginfo = 1.33-11.fc29 stbi-debuginfo(riscv-64) = 1.33-11.fc29 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-11.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64 Wrote: /builddir/build/RPMS/stbi-1.33-11.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/stbi-devel-1.33-11.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/stbi-debugsource-1.33-11.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/stbi-debuginfo-1.33-11.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4FtcrO + umask 022 + cd /builddir/build/BUILD + cd stbi-1.33 + /usr/bin/rm -rf /builddir/build/BUILDROOT/stbi-1.33-11.fc29.riscv64 + exit 0 Child return code was: 0