Mock Version: 2.9 Mock Version: 2.9 Mock Version: 2.9 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dcraw.spec'], chrootPath='/var/lib/mock/roe1-build-3642-1072/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x3fd244fa00>timeout=86400uid=995gid=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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/dcraw-9.28.0-5.oe1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dcraw.spec'], chrootPath='/var/lib/mock/roe1-build-3642-1072/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x3fd244fa00>timeout=86400uid=995gid=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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.046EMj + 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/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '<rpm-build>' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build <rpm-build>' -m 'dcraw-9.28.0 base' + /usr/bin/cat /builddir/build/SOURCES/dcraw-CVE-2018-5801.patch + /usr/bin/git apply --index -p1 - + /usr/bin/git commit -q -m dcraw-CVE-2018-5801.patch --author 'rpm-build <rpm-build>' + /usr/bin/cat /builddir/build/SOURCES/dcraw-9.21-lcms2-error-reporting.patch + /usr/bin/git apply --index -p1 - + /usr/bin/git commit -q -m dcraw-9.21-lcms2-error-reporting.patch --author 'rpm-build <rpm-build>' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8Ekwfh + 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 -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -lm -ljpeg -llcms2 -DNO_JASPER '-DLOCALEDIR="/usr/share/locale"' -o dcraw dcraw.c dcraw.c: In function 'read_shorts': dcraw.c:366:5: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] 366 | swab (pixel, pixel, count*2); | ^~~~ dcraw.c: In function 'canon_sraw_load_raw': dcraw.c:1001:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 1001 | if (row & (jh.sraw >> 1)) | ^ dcraw.c: In function 'fill_input_buffer': dcraw.c:2323:22: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] 2323 | swab (jpeg_buffer, jpeg_buffer, nbytes); | ~~~~~~~~~~~ ^~~~~~~~~~~ dcraw.c: In function 'smal_decode_segment': dcraw.c:2927:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2927 | for (bin=0; hist[s][bin+5] > count; bin++); | ^~~ dcraw.c:2928:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2928 | low = hist[s][bin+5] * (high >> 4) >> 2; | ^~~ dcraw.c: In function 'pre_interpolate': dcraw.c:4366:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 4366 | if (!(image[row*width+col][0] | image[row*width+col][2])) | ^~ dcraw.c:4367:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 4367 | goto break2; break2: | ^~~~~~ dcraw.c: In function 'parse_gps': dcraw.c:164:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 164 | #define FORC(cnt) for (c=0; c < cnt; c++) | ^~~ dcraw.c:5582:2: note: in expansion of macro 'FORC' 5582 | FORC(6) gpsdata[tag/3*6+c] = get4(); break; | ^~~~ dcraw.c:5582:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 5582 | FORC(6) gpsdata[tag/3*6+c] = get4(); break; | ^~~~~ dcraw.c:164:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 164 | #define FORC(cnt) for (c=0; c < cnt; c++) | ^~~ dcraw.c:5584:2: note: in expansion of macro 'FORC' 5584 | FORC(2) gpsdata[18+c] = get4(); break; | ^~~~ dcraw.c:5584:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 5584 | FORC(2) gpsdata[18+c] = get4(); break; | ^~~~~ dcraw.c: In function 'parse_tiff_ifd': dcraw.c:6119:18: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 6119 | if (!(cblack[4] * cblack[5])) | ~~~~~~~~~~~^~~~~~~~~~~~ dcraw.c: In function 'apply_tiff': dcraw.c:6358:4: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 6358 | } else | ^~~~ dcraw.c:6359:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 6359 | load_raw = &CLASS nikon_load_raw; break; | ^~~~~ dcraw.c: In function 'parse_phase_one': dcraw.c:6700:26: warning: variable 'type' set but not used [-Wunused-but-set-variable] 6700 | unsigned entries, tag, type, len, data, save, i, c; | ^~~~ dcraw.c: In function 'write_ppm_tiff': dcraw.c:10131:7: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] 10131 | swab (ppm2, ppm2, width*colors*2); | ^~~~ dcraw.c: In function 'main': dcraw.c:164:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 164 | #define FORC(cnt) for (c=0; c < cnt; c++) | ^~~ dcraw.c:166:15: note: in expansion of macro 'FORC' 166 | #define FORC4 FORC(4) | ^~~~ dcraw.c:10218:5: note: in expansion of macro 'FORC4' 10218 | FORC4 user_mul[c] = atof(argv[arg++]); break; | ^~~~~ dcraw.c:10218:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 10218 | FORC4 user_mul[c] = atof(argv[arg++]); break; | ^~~~~ dcraw.c:10223:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10223 | if (gamm[0]) gamm[0] = 1/gamm[0]; break; | ^~ dcraw.c:10223:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10223 | if (gamm[0]) gamm[0] = 1/gamm[0]; break; | ^~~~~ dcraw.c: In function 'get2': dcraw.c:306:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 306 | fread (str, 1, 2, ifp); | ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'get4': dcraw.c:322:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 322 | fread (str, 1, 4, ifp); | ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'canon_has_lowbits': dcraw.c:745:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 745 | fread (test, 1, sizeof test, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'ljpeg_start': dcraw.c:828:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 828 | fread (data, 1, len, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'nikon_e2100': dcraw.c:1301:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 1301 | fread (t, 1, 12, ifp); | ^~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'nikon_3700': dcraw.c:1323:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 1323 | fread (dp, 1, 24, ifp); | ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'minolta_z2': dcraw.c:1341:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 1341 | fread (tail, 1, sizeof tail, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'ppm_thumb': dcraw.c:1356:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 1356 | fread (thumb, 1, thumb_length, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'layer_thumb': dcraw.c:1387:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 1387 | fread (thumb, thumb_length, colors, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'pana_bits': dcraw.c:2022:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 2022 | fread (buf+load_flags, 1, 0x4000-load_flags, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:2023:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 2023 | fread (buf, 1, load_flags, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'sony_load_raw': dcraw.c:2725:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 2725 | fread (head, 1, 40, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'sony_arw2_load_raw': dcraw.c:2769:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 2769 | fread (data, 1, raw_width, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'foveon_thumb': dcraw.c:3131:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 3131 | fread (buf, 1, bwide, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'foveon_load_camf': dcraw.c:3245:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 3245 | fread (meta_data, 1, meta_length, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'subtract': dcraw.c:3977:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 3977 | fread (pixel, 2, width, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_makernote': dcraw.c:5243:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 5243 | fread (buf, 1, 10, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5320:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 5320 | fgets (model2, 64, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5324:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 5324 | fread (artist, 64, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5345:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 5345 | fread (buf, 1, 10, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5354:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 5354 | fread (model, 64, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5406:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 5406 | fread (buf97, 324, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'get_timestamp': dcraw.c:5526:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 5526 | fread (str, 19, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_gps': dcraw.c:5586:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 5586 | fgets ((char *) (gpsdata+14+tag/3), MIN(len,12), ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_mos': dcraw.c:5622:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 5622 | fread (data, 1, 40, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5634:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] 5634 | fscanf (ifp, "%d", &i); | ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5645:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] 5645 | fscanf (ifp, "%f", (float *)romm_cam + i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5649:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] 5649 | fscanf (ifp, "%d", &planes); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5651:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] 5651 | fscanf (ifp, "%d", &flip); | ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5654:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] 5654 | fscanf (ifp, "%d", &i); | ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5658:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] 5658 | fscanf (ifp, "%d", &i); | ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5662:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] 5662 | FORC4 fscanf (ifp, "%d", neut+c); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_tiff_ifd': dcraw.c:5808:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 5808 | fread (desc, 512, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5811:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 5811 | fgets (make, 64, ifp); | ^~~~~~~~~~~~~~~~~~~~~ dcraw.c:5814:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 5814 | fgets (model, 64, ifp); | ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5859:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 5859 | fgets (software, 64, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5872:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 5872 | fread (artist, 64, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5928:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 5928 | fgets (model2, 64, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5941:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 5941 | fread (cfa_pat, 1, plen, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5964:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 5964 | fread (software, 1, 7, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5968:10: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] 5968 | FORC4 fscanf (ifp, "%f", &rgb_cam[i][c^1]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6058:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 6058 | fread (cbuf, 1, len, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6085:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 6085 | fgets (make, 64, ifp); | ^~~~~~~~~~~~~~~~~~~~~ dcraw.c:6095:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 6095 | fread (cfa_pc, 1, colors, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6193:17: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 6193 | if (type == 2) fgets (model2, 64, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6199:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 6199 | fread (buf, sony_length, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_ciff': dcraw.c:6541:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 6541 | fread (artist, 64, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6543:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 6543 | fread (make, 64, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6545:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 6545 | fread (model, 64, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_rollei': dcraw.c:6636:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 6636 | fgets (line, 128, ifp); | ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_sinar_ia': dcraw.c:6677:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 6677 | fread (str, 8, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6683:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 6683 | fread (make, 64, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_phase_one': dcraw.c:6749:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 6749 | fread (model, 1, 63, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_riff': dcraw.c:6841:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 6841 | fread (tag, 4, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6857:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 6857 | fread (date, 64, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_qt': dcraw.c:6947:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 6947 | fread (tag, 4, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'guess_byte_order': dcraw.c:8352:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 8352 | fread (test[0], 2, 2, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8354:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 8354 | fread (test[t], 2, 1, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'identify': dcraw.c:8707:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 8707 | fread (head, 1, 32, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8778:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 8778 | fread (make, 1, 8, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8779:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 8779 | fread (model, 1, 8, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8780:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 8780 | fread (model2, 1, 16, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8809:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 8809 | fread (model, 1, 64, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8817:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 8817 | fread (make, 1, 41, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8821:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 8821 | fread (model, 1, 30, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'apply_profile': dcraw.c:9718:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 9718 | fread (prof, 1, profile_length, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:9727:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 9727 | fread (&size, 4, 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:9731:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 9731 | fread (oprof, 1, size, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'jpeg_thumb': dcraw.c:10073:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 10073 | fread (thumb, 1, thumb_length, ifp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'main': dcraw.c:10447:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 10447 | fread (raw_image, 2, raw_height*raw_width, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'xtrans_interpolate': dcraw.c:4703:27: warning: 'sgcol' may be used uninitialized in this function [-Wmaybe-uninitialized] 4703 | ushort min, max, sgrow, sgcol; | ^~~~~ dcraw.c:4703:20: warning: 'sgrow' may be used uninitialized in this function [-Wmaybe-uninitialized] 4703 | ushort min, max, sgrow, sgcol; | ^~~~~ dcraw.c: In function 'tiff_head': dcraw.c:10011:28: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 8 and 15 [-Wformat-overflow=] 10011 | sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d", | ^~~~ dcraw.c:10011:22: note: directive argument in the range [-2147483647, 2147483647] 10011 | sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from dcraw.c:39: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 20 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 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 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QQfcEj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64 ++ dirname /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64 + cd dcraw + install -Dp -m 0755 dcraw /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64/usr/bin/dcraw + for catalog in dcraw_*.mo + lang=dcraw_ca + lang=ca + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64/usr/share/locale/ca/LC_MESSAGES + install -m 0644 dcraw_ca.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/cs/LC_MESSAGES + install -m 0644 dcraw_cs.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/da/LC_MESSAGES + install -m 0644 dcraw_da.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/de/LC_MESSAGES + install -m 0644 dcraw_de.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/eo/LC_MESSAGES + install -m 0644 dcraw_eo.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/es/LC_MESSAGES + install -m 0644 dcraw_es.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/fr/LC_MESSAGES + install -m 0644 dcraw_fr.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/hu/LC_MESSAGES + install -m 0644 dcraw_hu.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/it/LC_MESSAGES + install -m 0644 dcraw_it.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/ja/LC_MESSAGES + install -m 0644 dcraw_ja.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/nl/LC_MESSAGES + install -m 0644 dcraw_nl.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/pl/LC_MESSAGES + install -m 0644 dcraw_pl.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/pt/LC_MESSAGES + install -m 0644 dcraw_pt.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/ro/LC_MESSAGES + install -m 0644 dcraw_ro.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/ru/LC_MESSAGES + install -m 0644 dcraw_ru.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/sv/LC_MESSAGES + install -m 0644 dcraw_sv.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/zh_CN/LC_MESSAGES + install -m 0644 dcraw_zh_CN.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/locale/zh_TW/LC_MESSAGES + install -m 0644 dcraw_zh_TW.mo /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64/usr/share/locale/zh_TW/LC_MESSAGES/dcraw.mo + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64/usr/bin /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64/usr/share/man/man1 + install -m 0644 dcraw.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/ca/man1 + install -m 0644 dcraw_ca.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/cs/man1 + install -m 0644 dcraw_cs.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/da/man1 + install -m 0644 dcraw_da.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/de/man1 + install -m 0644 dcraw_de.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/eo/man1 + install -m 0644 dcraw_eo.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/es/man1 + install -m 0644 dcraw_es.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/fr/man1 + install -m 0644 dcraw_fr.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/hu/man1 + install -m 0644 dcraw_hu.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/it/man1 + install -m 0644 dcraw_it.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/ja/man1 + install -m 0644 dcraw_ja.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/nl/man1 + install -m 0644 dcraw_nl.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/pl/man1 + install -m 0644 dcraw_pl.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/pt/man1 + install -m 0644 dcraw_pt.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/ro/man1 + install -m 0644 dcraw_ro.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/ru/man1 + install -m 0644 dcraw_ru.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/sv/man1 + install -m 0644 dcraw_sv.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/zh_CN/man1 + install -m 0644 dcraw_zh_CN.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64/usr/share/man/zh_TW/man1 + install -m 0644 dcraw_zh_TW.1 /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.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-5.oe1.riscv64 dcraw + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -i --build-id-seed 9.28.0-5.oe1 --unique-debug-suffix -9.28.0-5.oe1.riscv64 --unique-debug-src-base dcraw-9.28.0-5.oe1.riscv64 -S debugsourcefiles.list /builddir/build/BUILD/dcraw explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64/usr/bin/dcraw extracting debug info from /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64/usr/bin/dcraw 676 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/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 1 + /usr/lib/rpm/brp-python-hardlink Processing files: dcraw-9.28.0-5.oe1.riscv64 Provides: bundled(dcraw) dcraw = 9.28.0-5.oe1 dcraw(riscv-64) = 9.28.0-5.oe1 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) 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-help-9.28.0-5.oe1.riscv64 Provides: dcraw-help = 9.28.0-5.oe1 dcraw-help(riscv-64) = 9.28.0-5.oe1 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-5.oe1.riscv64 Provides: dcraw-debuginfo = 9.28.0-5.oe1 dcraw-debuginfo(riscv-64) = 9.28.0-5.oe1 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-5.oe1 Processing files: dcraw-debugsource-9.28.0-5.oe1.riscv64 Provides: dcraw-debugsource = 9.28.0-5.oe1 dcraw-debugsource(riscv-64) = 9.28.0-5.oe1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64 Wrote: /builddir/build/RPMS/dcraw-help-9.28.0-5.oe1.riscv64.rpm Wrote: /builddir/build/RPMS/dcraw-debugsource-9.28.0-5.oe1.riscv64.rpm Wrote: /builddir/build/RPMS/dcraw-9.28.0-5.oe1.riscv64.rpm Wrote: /builddir/build/RPMS/dcraw-debuginfo-9.28.0-5.oe1.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.91CRxj + umask 022 + cd /builddir/build/BUILD + cd dcraw + /usr/bin/rm -rf /builddir/build/BUILDROOT/dcraw-9.28.0-5.oe1.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0