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/dcraw.spec'], chrootPath='/var/lib/mock/f31-build-68032-30126/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/dcraw.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/dcraw-9.28.0-6.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dcraw.spec'], chrootPath='/var/lib/mock/f31-build-68032-30126/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/dcraw.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.DREUBU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dcraw + /usr/bin/gzip -dc /builddir/build/SOURCES/dcraw-9.28.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dcraw + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/dcraw-9.21-lcms2-error-reporting.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dcraw-CVE-2018-5801.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dcraw-CVE-2017-13735.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dcraw-CVE-2017-14608.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.G1OySR + umask 022 + cd /builddir/build/BUILD + cd dcraw + 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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--no-as-needed -lm -ljpeg -llcms2 -ljasper '-DLOCALEDIR="/usr/share/locale"' -o dcraw dcraw.c BUILDSTDERR: dcraw.c: In function 'read_shorts': BUILDSTDERR: dcraw.c:366:5: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] BUILDSTDERR: 366 | swab (pixel, pixel, count*2); BUILDSTDERR: | ^~~~ BUILDSTDERR: dcraw.c: In function 'canon_sraw_load_raw': BUILDSTDERR: dcraw.c:1001:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] BUILDSTDERR: 1001 | if (row & (jh.sraw >> 1)) BUILDSTDERR: | ^ BUILDSTDERR: dcraw.c: In function 'fill_input_buffer': BUILDSTDERR: dcraw.c:2327:22: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] BUILDSTDERR: 2327 | swab (jpeg_buffer, jpeg_buffer, nbytes); BUILDSTDERR: | ~~~~~~~~~~~ ^~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'smal_decode_segment': BUILDSTDERR: dcraw.c:2938:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2938 | for (bin=0; hist[s][bin+5] > count; bin++); BUILDSTDERR: | ^~~ BUILDSTDERR: dcraw.c:2939:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2939 | low = hist[s][bin+5] * (high >> 4) >> 2; BUILDSTDERR: | ^~~ BUILDSTDERR: dcraw.c: In function 'pre_interpolate': BUILDSTDERR: dcraw.c:4377:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 4377 | if (!(image[row*width+col][0] | image[row*width+col][2])) BUILDSTDERR: | ^~ BUILDSTDERR: dcraw.c:4378:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 4378 | goto break2; break2: BUILDSTDERR: | ^~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_gps': BUILDSTDERR: dcraw.c:164:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 164 | #define FORC(cnt) for (c=0; c < cnt; c++) BUILDSTDERR: | ^~~ BUILDSTDERR: dcraw.c:5593:2: note: in expansion of macro 'FORC' BUILDSTDERR: 5593 | FORC(6) gpsdata[tag/3*6+c] = get4(); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: dcraw.c:5593:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 5593 | FORC(6) gpsdata[tag/3*6+c] = get4(); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: dcraw.c:164:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 164 | #define FORC(cnt) for (c=0; c < cnt; c++) BUILDSTDERR: | ^~~ BUILDSTDERR: dcraw.c:5595:2: note: in expansion of macro 'FORC' BUILDSTDERR: 5595 | FORC(2) gpsdata[18+c] = get4(); break; BUILDSTDERR: | ^~~~ BUILDSTDERR: dcraw.c:5595:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 5595 | FORC(2) gpsdata[18+c] = get4(); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: dcraw.c: In function 'parse_tiff_ifd': BUILDSTDERR: dcraw.c:6130:18: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 6130 | if (!(cblack[4] * cblack[5])) BUILDSTDERR: | ~~~~~~~~~~~^~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'apply_tiff': BUILDSTDERR: dcraw.c:6369:4: warning: this 'else' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 6369 | } else BUILDSTDERR: | ^~~~ BUILDSTDERR: dcraw.c:6370:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' BUILDSTDERR: 6370 | load_raw = &CLASS nikon_load_raw; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: dcraw.c: In function 'parse_phase_one': BUILDSTDERR: dcraw.c:6711:26: warning: variable 'type' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 6711 | unsigned entries, tag, type, len, data, save, i, c; BUILDSTDERR: | ^~~~ BUILDSTDERR: dcraw.c: In function 'write_ppm_tiff': BUILDSTDERR: dcraw.c:10142:7: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] BUILDSTDERR: 10142 | swab (ppm2, ppm2, width*colors*2); BUILDSTDERR: | ^~~~ BUILDSTDERR: dcraw.c: In function 'main': BUILDSTDERR: dcraw.c:164:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 164 | #define FORC(cnt) for (c=0; c < cnt; c++) BUILDSTDERR: | ^~~ BUILDSTDERR: dcraw.c:166:15: note: in expansion of macro 'FORC' BUILDSTDERR: 166 | #define FORC4 FORC(4) BUILDSTDERR: | ^~~~ BUILDSTDERR: dcraw.c:10229:5: note: in expansion of macro 'FORC4' BUILDSTDERR: 10229 | FORC4 user_mul[c] = atof(argv[arg++]); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: dcraw.c:10229:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 10229 | FORC4 user_mul[c] = atof(argv[arg++]); break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: dcraw.c:10234:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 10234 | if (gamm[0]) gamm[0] = 1/gamm[0]; break; BUILDSTDERR: | ^~ BUILDSTDERR: dcraw.c:10234:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 10234 | if (gamm[0]) gamm[0] = 1/gamm[0]; break; BUILDSTDERR: | ^~~~~ BUILDSTDERR: dcraw.c: In function 'get2': BUILDSTDERR: dcraw.c:306:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 306 | fread (str, 1, 2, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'get4': BUILDSTDERR: dcraw.c:322:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 322 | fread (str, 1, 4, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'canon_has_lowbits': BUILDSTDERR: dcraw.c:745:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 745 | fread (test, 1, sizeof test, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'ljpeg_start': BUILDSTDERR: dcraw.c:828:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 828 | fread (data, 1, len, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'nikon_e2100': BUILDSTDERR: dcraw.c:1301:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1301 | fread (t, 1, 12, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'nikon_3700': BUILDSTDERR: dcraw.c:1323:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1323 | fread (dp, 1, 24, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'minolta_z2': BUILDSTDERR: dcraw.c:1341:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1341 | fread (tail, 1, sizeof tail, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'ppm_thumb': BUILDSTDERR: dcraw.c:1356:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1356 | fread (thumb, 1, thumb_length, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'layer_thumb': BUILDSTDERR: dcraw.c:1387:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1387 | fread (thumb, thumb_length, colors, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'pana_bits': BUILDSTDERR: dcraw.c:2022:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2022 | fread (buf+load_flags, 1, 0x4000-load_flags, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:2023:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2023 | fread (buf, 1, load_flags, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'sony_load_raw': BUILDSTDERR: dcraw.c:2736:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2736 | fread (head, 1, 40, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'sony_arw2_load_raw': BUILDSTDERR: dcraw.c:2780:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2780 | fread (data, 1, raw_width, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'foveon_thumb': BUILDSTDERR: dcraw.c:3142:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 3142 | fread (buf, 1, bwide, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'foveon_load_camf': BUILDSTDERR: dcraw.c:3256:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 3256 | fread (meta_data, 1, meta_length, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'subtract': BUILDSTDERR: dcraw.c:3988:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 3988 | fread (pixel, 2, width, fp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_makernote': BUILDSTDERR: dcraw.c:5254:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5254 | fread (buf, 1, 10, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5331:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5331 | fgets (model2, 64, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5335:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5335 | fread (artist, 64, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5356:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5356 | fread (buf, 1, 10, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5365:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5365 | fread (model, 64, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5417:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5417 | fread (buf97, 324, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'get_timestamp': BUILDSTDERR: dcraw.c:5537:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5537 | fread (str, 19, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_gps': BUILDSTDERR: dcraw.c:5597:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5597 | fgets ((char *) (gpsdata+14+tag/3), MIN(len,12), ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_mos': BUILDSTDERR: dcraw.c:5633:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5633 | fread (data, 1, 40, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5645:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5645 | fscanf (ifp, "%d", &i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5656:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5656 | fscanf (ifp, "%f", (float *)romm_cam + i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5660:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5660 | fscanf (ifp, "%d", &planes); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5662:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5662 | fscanf (ifp, "%d", &flip); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5665:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5665 | fscanf (ifp, "%d", &i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5669:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5669 | fscanf (ifp, "%d", &i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5673:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5673 | FORC4 fscanf (ifp, "%d", neut+c); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_tiff_ifd': BUILDSTDERR: dcraw.c:5819:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5819 | fread (desc, 512, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5822:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5822 | fgets (make, 64, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5825:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5825 | fgets (model, 64, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5870:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5870 | fgets (software, 64, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5883:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5883 | fread (artist, 64, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5939:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5939 | fgets (model2, 64, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5952:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5952 | fread (cfa_pat, 1, plen, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5975:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5975 | fread (software, 1, 7, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5979:10: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5979 | FORC4 fscanf (ifp, "%f", &rgb_cam[i][c^1]); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6069:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6069 | fread (cbuf, 1, len, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6096:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6096 | fgets (make, 64, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6106:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6106 | fread (cfa_pc, 1, colors, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6204:17: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6204 | if (type == 2) fgets (model2, 64, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6210:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6210 | fread (buf, sony_length, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_ciff': BUILDSTDERR: dcraw.c:6552:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6552 | fread (artist, 64, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6554:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6554 | fread (make, 64, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6556:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6556 | fread (model, 64, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_rollei': BUILDSTDERR: dcraw.c:6647:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6647 | fgets (line, 128, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_sinar_ia': BUILDSTDERR: dcraw.c:6688:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6688 | fread (str, 8, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6694:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6694 | fread (make, 64, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_phase_one': BUILDSTDERR: dcraw.c:6760:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6760 | fread (model, 1, 63, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_riff': BUILDSTDERR: dcraw.c:6852:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6852 | fread (tag, 4, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6868:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6868 | fread (date, 64, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_qt': BUILDSTDERR: dcraw.c:6958:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 6958 | fread (tag, 4, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'guess_byte_order': BUILDSTDERR: dcraw.c:8363:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8363 | fread (test[0], 2, 2, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8365:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8365 | fread (test[t], 2, 1, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'identify': BUILDSTDERR: dcraw.c:8718:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8718 | fread (head, 1, 32, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8789:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8789 | fread (make, 1, 8, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8790:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8790 | fread (model, 1, 8, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8791:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8791 | fread (model2, 1, 16, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8820:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8820 | fread (model, 1, 64, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8828:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8828 | fread (make, 1, 41, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8832:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8832 | fread (model, 1, 30, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'apply_profile': BUILDSTDERR: dcraw.c:9729:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 9729 | fread (prof, 1, profile_length, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:9738:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 9738 | fread (&size, 4, 1, fp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:9742:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 9742 | fread (oprof, 1, size, fp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'jpeg_thumb': BUILDSTDERR: dcraw.c:10084:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 10084 | fread (thumb, 1, thumb_length, ifp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'main': BUILDSTDERR: dcraw.c:10458:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 10458 | fread (raw_image, 2, raw_height*raw_width, stdin); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'xtrans_interpolate': BUILDSTDERR: dcraw.c:4714:27: warning: 'sgcol' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4714 | ushort min, max, sgrow, sgcol; BUILDSTDERR: | ^~~~~ BUILDSTDERR: dcraw.c:4714:20: warning: 'sgrow' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4714 | ushort min, max, sgrow, sgcol; BUILDSTDERR: | ^~~~~ BUILDSTDERR: dcraw.c: In function 'tiff_head': BUILDSTDERR: dcraw.c:10022:28: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 8 and 15 [-Wformat-overflow=] BUILDSTDERR: 10022 | sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d", BUILDSTDERR: | ^~~~ BUILDSTDERR: dcraw.c:10022:22: note: directive argument in the range [-2147483647, 2147483647] BUILDSTDERR: 10022 | sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from dcraw.c:39: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 20 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + for catsrc in dcraw_*.po + lang=dcraw_ca + lang=ca + msgfmt -o dcraw_ca.mo dcraw_ca.po + for catsrc in dcraw_*.po + lang=dcraw_cs + lang=cs + msgfmt -o dcraw_cs.mo dcraw_cs.po + for catsrc in dcraw_*.po + lang=dcraw_da + lang=da + msgfmt -o dcraw_da.mo dcraw_da.po + for catsrc in dcraw_*.po + lang=dcraw_de + lang=de + msgfmt -o dcraw_de.mo dcraw_de.po + for catsrc in dcraw_*.po + lang=dcraw_eo + lang=eo + msgfmt -o dcraw_eo.mo dcraw_eo.po + for catsrc in dcraw_*.po + lang=dcraw_es + lang=es + msgfmt -o dcraw_es.mo dcraw_es.po + for catsrc in dcraw_*.po + lang=dcraw_fr + lang=fr + msgfmt -o dcraw_fr.mo dcraw_fr.po + for catsrc in dcraw_*.po + lang=dcraw_hu + lang=hu + msgfmt -o dcraw_hu.mo dcraw_hu.po + for catsrc in dcraw_*.po + lang=dcraw_it + lang=it + msgfmt -o dcraw_it.mo dcraw_it.po + for catsrc in dcraw_*.po + lang=dcraw_ja + lang=ja + msgfmt -o dcraw_ja.mo dcraw_ja.po + for catsrc in dcraw_*.po + lang=dcraw_nl + lang=nl + msgfmt -o dcraw_nl.mo dcraw_nl.po + for catsrc in dcraw_*.po + lang=dcraw_pl + lang=pl + msgfmt -o dcraw_pl.mo dcraw_pl.po + for catsrc in dcraw_*.po + lang=dcraw_pt + lang=pt + msgfmt -o dcraw_pt.mo dcraw_pt.po + for catsrc in dcraw_*.po + lang=dcraw_ro + lang=ro + msgfmt -o dcraw_ro.mo dcraw_ro.po + for catsrc in dcraw_*.po + lang=dcraw_ru + lang=ru + msgfmt -o dcraw_ru.mo dcraw_ru.po + for catsrc in dcraw_*.po + lang=dcraw_sv + lang=sv + msgfmt -o dcraw_sv.mo dcraw_sv.po + for catsrc in dcraw_*.po + lang=dcraw_zh_CN + lang=zh_CN + msgfmt -o dcraw_zh_CN.mo dcraw_zh_CN.po + for catsrc in dcraw_*.po + lang=dcraw_zh_TW + lang=zh_TW + msgfmt -o dcraw_zh_TW.mo dcraw_zh_TW.po + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.X6EzuU + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64 + cd dcraw + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/bin + install -m 0755 dcraw /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/bin + for catalog in dcraw_*.mo + lang=dcraw_ca + lang=ca + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/ca/LC_MESSAGES + install -m 0644 dcraw_ca.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/ca/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_cs + lang=cs + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/cs/LC_MESSAGES + install -m 0644 dcraw_cs.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/cs/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_da + lang=da + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/da/LC_MESSAGES + install -m 0644 dcraw_da.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/da/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_de + lang=de + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/de/LC_MESSAGES + install -m 0644 dcraw_de.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/de/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_eo + lang=eo + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/eo/LC_MESSAGES + install -m 0644 dcraw_eo.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/eo/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_es + lang=es + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/es/LC_MESSAGES + install -m 0644 dcraw_es.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/es/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_fr + lang=fr + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/fr/LC_MESSAGES + install -m 0644 dcraw_fr.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/fr/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_hu + lang=hu + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/hu/LC_MESSAGES + install -m 0644 dcraw_hu.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/hu/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_it + lang=it + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/it/LC_MESSAGES + install -m 0644 dcraw_it.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/it/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_ja + lang=ja + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/ja/LC_MESSAGES + install -m 0644 dcraw_ja.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/ja/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_nl + lang=nl + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/nl/LC_MESSAGES + install -m 0644 dcraw_nl.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/nl/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_pl + lang=pl + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/pl/LC_MESSAGES + install -m 0644 dcraw_pl.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/pl/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_pt + lang=pt + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/pt/LC_MESSAGES + install -m 0644 dcraw_pt.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/pt/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_ro + lang=ro + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/ro/LC_MESSAGES + install -m 0644 dcraw_ro.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/ro/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_ru + lang=ru + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/ru/LC_MESSAGES + install -m 0644 dcraw_ru.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/ru/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_sv + lang=sv + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/sv/LC_MESSAGES + install -m 0644 dcraw_sv.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/sv/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_zh_CN + lang=zh_CN + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/zh_CN/LC_MESSAGES + install -m 0644 dcraw_zh_CN.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/zh_CN/LC_MESSAGES/dcraw.mo + for catalog in dcraw_*.mo + lang=dcraw_zh_TW + lang=zh_TW + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/zh_TW/LC_MESSAGES + install -m 0644 dcraw_zh_TW.mo /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/locale/zh_TW/LC_MESSAGES/dcraw.mo + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/bin /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/man1 + install -m 0644 dcraw.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/man1/dcraw.1 + rm -f dcraw-man-files + touch dcraw-man-files + for manpage in dcraw_*.1 + lang=dcraw_ca + lang=ca + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/ca/man1 + install -m 0644 dcraw_ca.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/ca/man1/dcraw.1 + echo '%lang(ca) %{_mandir}/ca/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_cs + lang=cs + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/cs/man1 + install -m 0644 dcraw_cs.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/cs/man1/dcraw.1 + echo '%lang(cs) %{_mandir}/cs/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_da + lang=da + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/da/man1 + install -m 0644 dcraw_da.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/da/man1/dcraw.1 + echo '%lang(da) %{_mandir}/da/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_de + lang=de + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/de/man1 + install -m 0644 dcraw_de.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/de/man1/dcraw.1 + echo '%lang(de) %{_mandir}/de/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_eo + lang=eo + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/eo/man1 + install -m 0644 dcraw_eo.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/eo/man1/dcraw.1 + echo '%lang(eo) %{_mandir}/eo/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_es + lang=es + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/es/man1 + install -m 0644 dcraw_es.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/es/man1/dcraw.1 + echo '%lang(es) %{_mandir}/es/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_fr + lang=fr + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/fr/man1 + install -m 0644 dcraw_fr.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/fr/man1/dcraw.1 + echo '%lang(fr) %{_mandir}/fr/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_hu + lang=hu + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/hu/man1 + install -m 0644 dcraw_hu.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/hu/man1/dcraw.1 + echo '%lang(hu) %{_mandir}/hu/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_it + lang=it + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/it/man1 + install -m 0644 dcraw_it.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/it/man1/dcraw.1 + echo '%lang(it) %{_mandir}/it/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_ja + lang=ja + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/ja/man1 + install -m 0644 dcraw_ja.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/ja/man1/dcraw.1 + echo '%lang(ja) %{_mandir}/ja/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_nl + lang=nl + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/nl/man1 + install -m 0644 dcraw_nl.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/nl/man1/dcraw.1 + echo '%lang(nl) %{_mandir}/nl/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_pl + lang=pl + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/pl/man1 + install -m 0644 dcraw_pl.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/pl/man1/dcraw.1 + echo '%lang(pl) %{_mandir}/pl/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_pt + lang=pt + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/pt/man1 + install -m 0644 dcraw_pt.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/pt/man1/dcraw.1 + echo '%lang(pt) %{_mandir}/pt/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_ro + lang=ro + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/ro/man1 + install -m 0644 dcraw_ro.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/ro/man1/dcraw.1 + echo '%lang(ro) %{_mandir}/ro/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_ru + lang=ru + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/ru/man1 + install -m 0644 dcraw_ru.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/ru/man1/dcraw.1 + echo '%lang(ru) %{_mandir}/ru/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_sv + lang=sv + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/sv/man1 + install -m 0644 dcraw_sv.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/sv/man1/dcraw.1 + echo '%lang(sv) %{_mandir}/sv/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_zh_CN + lang=zh_CN + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/zh_CN/man1 + install -m 0644 dcraw_zh_CN.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/zh_CN/man1/dcraw.1 + echo '%lang(zh_CN) %{_mandir}/zh_CN/man1/*' + for manpage in dcraw_*.1 + lang=dcraw_zh_TW + lang=zh_TW + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/zh_TW/man1 + install -m 0644 dcraw_zh_TW.1 /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/share/man/zh_TW/man1/dcraw.1 + echo '%lang(zh_TW) %{_mandir}/zh_TW/man1/*' + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64 dcraw + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 9.28.0-6.fc31 --unique-debug-suffix -9.28.0-6.fc31.riscv64 --unique-debug-src-base dcraw-9.28.0-6.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/dcraw BUILDSTDERR: 676 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/dcraw-9.28.0-6.fc31.riscv64/usr/bin/dcraw extracting debug info from /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64/usr/bin/dcraw original debug info size: 716kB, size after compression: 700kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: dcraw-9.28.0-6.fc31.riscv64 Provides: bundled(dcraw) dcraw = 9.28.0-6.fc31 dcraw(riscv-64) = 9.28.0-6.fc31 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) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libjasper.so.4()(64bit) libjpeg.so.62()(64bit) libjpeg.so.62(LIBJPEG_6.2)(64bit) liblcms2.so.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: dcraw-debugsource-9.28.0-6.fc31.riscv64 Provides: dcraw-debugsource = 9.28.0-6.fc31 dcraw-debugsource(riscv-64) = 9.28.0-6.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dcraw-debuginfo-9.28.0-6.fc31.riscv64 Provides: dcraw-debuginfo = 9.28.0-6.fc31 dcraw-debuginfo(riscv-64) = 9.28.0-6.fc31 debuginfo(build-id) = 8a28eff0fa05a66251939d0320dd2c407970aaa7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dcraw-debugsource(riscv-64) = 9.28.0-6.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64 Wrote: /builddir/build/RPMS/dcraw-9.28.0-6.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/dcraw-debugsource-9.28.0-6.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/dcraw-debuginfo-9.28.0-6.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RxExgS + umask 022 + cd /builddir/build/BUILD + cd dcraw + /usr/bin/rm -rf /builddir/build/BUILDROOT/dcraw-9.28.0-6.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0