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/dcraw.spec'], chrootPath='/var/lib/mock/f29-build-2064-650/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/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', '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/dcraw-9.27.0-8.fc29.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/f29-build-2064-650/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/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', '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.yhriDy + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dcraw + /usr/bin/gzip -dc /builddir/build/SOURCES/dcraw-9.27.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 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DTZY9V + 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,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lm -ljpeg -llcms2 -ljasper '-DLOCALEDIR="/usr/share/locale"' -o dcraw dcraw.c BUILDSTDERR: dcraw.c: In function 'read_shorts': BUILDSTDERR: dcraw.c:365:5: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] BUILDSTDERR: swab (pixel, pixel, count*2); BUILDSTDERR: ^~~~ BUILDSTDERR: dcraw.c: In function 'canon_sraw_load_raw': BUILDSTDERR: dcraw.c:1000:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] BUILDSTDERR: if (row & (jh.sraw >> 1)) BUILDSTDERR: ^ BUILDSTDERR: dcraw.c: In function 'fill_input_buffer': BUILDSTDERR: dcraw.c:2301:22: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] BUILDSTDERR: swab (jpeg_buffer, jpeg_buffer, nbytes); BUILDSTDERR: ~~~~~~~~~~~ ^~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'smal_decode_segment': BUILDSTDERR: dcraw.c:2881:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: for (bin=0; hist[s][bin+5] > count; bin++); BUILDSTDERR: ^~~ BUILDSTDERR: dcraw.c:2882:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: low = hist[s][bin+5] * (high >> 4) >> 2; BUILDSTDERR: ^~~ BUILDSTDERR: dcraw.c: In function 'pre_interpolate': BUILDSTDERR: dcraw.c:4312:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!(image[row*width+col][0] | image[row*width+col][2])) BUILDSTDERR: ^~ BUILDSTDERR: dcraw.c:4313:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: goto break2; break2: BUILDSTDERR: ^~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_gps': BUILDSTDERR: dcraw.c:163:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: #define FORC(cnt) for (c=0; c < cnt; c++) BUILDSTDERR: ^~~ BUILDSTDERR: dcraw.c:5528:2: note: in expansion of macro 'FORC' BUILDSTDERR: FORC(6) gpsdata[tag/3*6+c] = get4(); break; BUILDSTDERR: ^~~~ BUILDSTDERR: dcraw.c:5528:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: FORC(6) gpsdata[tag/3*6+c] = get4(); break; BUILDSTDERR: ^~~~~ BUILDSTDERR: dcraw.c:163:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: #define FORC(cnt) for (c=0; c < cnt; c++) BUILDSTDERR: ^~~ BUILDSTDERR: dcraw.c:5530:2: note: in expansion of macro 'FORC' BUILDSTDERR: FORC(2) gpsdata[18+c] = get4(); break; BUILDSTDERR: ^~~~ BUILDSTDERR: dcraw.c:5530:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: FORC(2) gpsdata[18+c] = get4(); break; BUILDSTDERR: ^~~~~ BUILDSTDERR: dcraw.c: In function 'parse_tiff_ifd': BUILDSTDERR: dcraw.c:6066:18: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: if (!(cblack[4] * cblack[5])) BUILDSTDERR: ~~~~~~~~~~~^~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'apply_tiff': BUILDSTDERR: dcraw.c:6297:4: warning: this 'else' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: } else BUILDSTDERR: ^~~~ BUILDSTDERR: dcraw.c:6298:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' BUILDSTDERR: load_raw = &CLASS nikon_load_raw; break; BUILDSTDERR: ^~~~~ BUILDSTDERR: dcraw.c: In function 'parse_phase_one': BUILDSTDERR: dcraw.c:6639:26: warning: variable 'type' set but not used [-Wunused-but-set-variable] BUILDSTDERR: unsigned entries, tag, type, len, data, save, i, c; BUILDSTDERR: ^~~~ BUILDSTDERR: dcraw.c: In function 'write_ppm_tiff': BUILDSTDERR: dcraw.c:9841:7: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] BUILDSTDERR: swab (ppm2, ppm2, width*colors*2); BUILDSTDERR: ^~~~ BUILDSTDERR: dcraw.c: In function 'main': BUILDSTDERR: dcraw.c:163:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: #define FORC(cnt) for (c=0; c < cnt; c++) BUILDSTDERR: ^~~ BUILDSTDERR: dcraw.c:165:15: note: in expansion of macro 'FORC' BUILDSTDERR: #define FORC4 FORC(4) BUILDSTDERR: ^~~~ BUILDSTDERR: dcraw.c:9928:5: note: in expansion of macro 'FORC4' BUILDSTDERR: FORC4 user_mul[c] = atof(argv[arg++]); break; BUILDSTDERR: ^~~~~ BUILDSTDERR: dcraw.c:9928:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: FORC4 user_mul[c] = atof(argv[arg++]); break; BUILDSTDERR: ^~~~~ BUILDSTDERR: dcraw.c:9933:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (gamm[0]) gamm[0] = 1/gamm[0]; break; BUILDSTDERR: ^~ BUILDSTDERR: dcraw.c:9933:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (gamm[0]) gamm[0] = 1/gamm[0]; break; BUILDSTDERR: ^~~~~ BUILDSTDERR: dcraw.c: In function 'get2': BUILDSTDERR: dcraw.c:305:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (str, 1, 2, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'get4': BUILDSTDERR: dcraw.c:321:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (str, 1, 4, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'canon_has_lowbits': BUILDSTDERR: dcraw.c:744:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (test, 1, sizeof test, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'ljpeg_start': BUILDSTDERR: dcraw.c:827:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (data, 1, len, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'nikon_e2100': BUILDSTDERR: dcraw.c:1296:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (t, 1, 12, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'nikon_3700': BUILDSTDERR: dcraw.c:1318:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (dp, 1, 24, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'minolta_z2': BUILDSTDERR: dcraw.c:1336:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (tail, 1, sizeof tail, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'ppm_thumb': BUILDSTDERR: dcraw.c:1351:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (thumb, 1, thumb_length, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'layer_thumb': BUILDSTDERR: dcraw.c:1382:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (thumb, thumb_length, colors, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'pana_bits': BUILDSTDERR: dcraw.c:2013:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (buf+load_flags, 1, 0x4000-load_flags, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:2014:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (buf, 1, load_flags, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'sony_load_raw': BUILDSTDERR: dcraw.c:2679:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (head, 1, 40, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'sony_arw2_load_raw': BUILDSTDERR: dcraw.c:2723:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (data, 1, raw_width, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'foveon_thumb': BUILDSTDERR: dcraw.c:3085:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (buf, 1, bwide, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'foveon_load_camf': BUILDSTDERR: dcraw.c:3191:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (meta_data, 1, meta_length, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'subtract': BUILDSTDERR: dcraw.c:3923:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (pixel, 2, width, fp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_makernote': BUILDSTDERR: dcraw.c:5189:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (buf, 1, 10, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5266:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets (model2, 64, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5270:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (artist, 64, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5291:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (buf, 1, 10, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5300:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (model, 64, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5352:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (buf97, 324, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'get_timestamp': BUILDSTDERR: dcraw.c:5472:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (str, 19, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_gps': BUILDSTDERR: dcraw.c:5532:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets ((char *) (gpsdata+14+tag/3), MIN(len,12), ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_mos': BUILDSTDERR: dcraw.c:5568:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (data, 1, 40, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5580:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf (ifp, "%d", &i); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5591:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf (ifp, "%f", (float *)romm_cam + i); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5595:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf (ifp, "%d", &planes); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5597:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf (ifp, "%d", &flip); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5600:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf (ifp, "%d", &i); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5604:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf (ifp, "%d", &i); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5608:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: FORC4 fscanf (ifp, "%d", neut+c); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_tiff_ifd': BUILDSTDERR: dcraw.c:5755:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (desc, 512, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5758:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets (make, 64, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5761:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets (model, 64, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5806:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets (software, 64, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5819:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (artist, 64, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5875:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets (model2, 64, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5888:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (cfa_pat, 1, plen, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5911:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (software, 1, 7, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:5915:10: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: FORC4 fscanf (ifp, "%f", &rgb_cam[i][c^1]); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6005:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (cbuf, 1, len, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6032:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets (make, 64, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6042:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (cfa_pc, 1, colors, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6140:17: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: if (type == 2) fgets (model2, 64, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6146:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (buf, sony_length, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_ciff': BUILDSTDERR: dcraw.c:6480:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (artist, 64, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6482:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (make, 64, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6484:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (model, 64, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_rollei': BUILDSTDERR: dcraw.c:6575:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets (line, 128, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_sinar_ia': BUILDSTDERR: dcraw.c:6616:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (str, 8, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6622:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (make, 64, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_phase_one': BUILDSTDERR: dcraw.c:6688:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (model, 1, 63, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_riff': BUILDSTDERR: dcraw.c:6780:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (tag, 4, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:6796:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (date, 64, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'parse_qt': BUILDSTDERR: dcraw.c:6820:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (tag, 4, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'guess_byte_order': BUILDSTDERR: dcraw.c:8119:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (test[0], 2, 2, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8121:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (test[t], 2, 1, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'identify': BUILDSTDERR: dcraw.c:8442:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (head, 1, 32, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8507:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (make, 1, 8, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8508:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (model, 1, 8, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8509:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (model2, 1, 16, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8538:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (model, 1, 64, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8546:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (make, 1, 41, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:8550:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (model, 1, 30, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'apply_profile': BUILDSTDERR: dcraw.c:9428:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (prof, 1, profile_length, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:9437:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (&size, 4, 1, fp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c:9441:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (oprof, 1, size, fp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'jpeg_thumb': BUILDSTDERR: dcraw.c:9783:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (thumb, 1, thumb_length, ifp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'main': BUILDSTDERR: dcraw.c:10157:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (raw_image, 2, raw_height*raw_width, stdin); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dcraw.c: In function 'xtrans_interpolate': BUILDSTDERR: dcraw.c:4649:27: warning: 'sgcol' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: ushort min, max, sgrow, sgcol; BUILDSTDERR: ^~~~~ BUILDSTDERR: dcraw.c:4695:19: warning: 'sgrow' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: switch ((row-sgrow) % 3) { BUILDSTDERR: ~~~~^~~~~~~ BUILDSTDERR: dcraw.c: In function 'tiff_head': BUILDSTDERR: dcraw.c:9721:28: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 8 and 15 [-Wformat-overflow=] BUILDSTDERR: sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d", BUILDSTDERR: ^~~~ BUILDSTDERR: dcraw.c:9721:22: note: directive argument in the range [-2147483647, 2147483647] BUILDSTDERR: sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d", BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, 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: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Oqo46c + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.riscv64 + cd dcraw + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.riscv64/usr/bin + install -m 0755 dcraw /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.riscv64/usr/bin + for catalog in dcraw_*.mo + lang=dcraw_ca + lang=ca + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.riscv64/usr/share/locale/ca/LC_MESSAGES + install -m 0644 dcraw_ca.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/cs/LC_MESSAGES + install -m 0644 dcraw_cs.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/da/LC_MESSAGES + install -m 0644 dcraw_da.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/de/LC_MESSAGES + install -m 0644 dcraw_de.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/eo/LC_MESSAGES + install -m 0644 dcraw_eo.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/es/LC_MESSAGES + install -m 0644 dcraw_es.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/fr/LC_MESSAGES + install -m 0644 dcraw_fr.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/hu/LC_MESSAGES + install -m 0644 dcraw_hu.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/it/LC_MESSAGES + install -m 0644 dcraw_it.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/ja/LC_MESSAGES + install -m 0644 dcraw_ja.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/nl/LC_MESSAGES + install -m 0644 dcraw_nl.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/pl/LC_MESSAGES + install -m 0644 dcraw_pl.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/pt/LC_MESSAGES + install -m 0644 dcraw_pt.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/ro/LC_MESSAGES + install -m 0644 dcraw_ro.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/ru/LC_MESSAGES + install -m 0644 dcraw_ru.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/sv/LC_MESSAGES + install -m 0644 dcraw_sv.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/zh_CN/LC_MESSAGES + install -m 0644 dcraw_zh_CN.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/locale/zh_TW/LC_MESSAGES + install -m 0644 dcraw_zh_TW.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.riscv64/usr/share/locale/zh_TW/LC_MESSAGES/dcraw.mo + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.riscv64/usr/bin /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.riscv64/usr/share/man/man1 + install -m 0644 dcraw.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/ca/man1 + install -m 0644 dcraw_ca.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/cs/man1 + install -m 0644 dcraw_cs.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/da/man1 + install -m 0644 dcraw_da.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/de/man1 + install -m 0644 dcraw_de.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/eo/man1 + install -m 0644 dcraw_eo.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/es/man1 + install -m 0644 dcraw_es.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/fr/man1 + install -m 0644 dcraw_fr.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/hu/man1 + install -m 0644 dcraw_hu.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/it/man1 + install -m 0644 dcraw_it.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/ja/man1 + install -m 0644 dcraw_ja.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/nl/man1 + install -m 0644 dcraw_nl.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/pl/man1 + install -m 0644 dcraw_pl.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/pt/man1 + install -m 0644 dcraw_pt.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/ro/man1 + install -m 0644 dcraw_ro.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/ru/man1 + install -m 0644 dcraw_ru.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/sv/man1 + install -m 0644 dcraw_sv.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/zh_CN/man1 + install -m 0644 dcraw_zh_CN.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64/usr/share/man/zh_TW/man1 + install -m 0644 dcraw_zh_TW.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.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.27.0-8.fc29.riscv64 dcraw + /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 /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: dcraw-9.27.0-8.fc29.riscv64 Provides: bundled(dcraw) dcraw = 9.27.0-8.fc29 dcraw(riscv-64) = 9.27.0-8.fc29 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) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.riscv64 Wrote: /builddir/build/RPMS/dcraw-9.27.0-8.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xwsmkc + umask 022 + cd /builddir/build/BUILD + cd dcraw + /usr/bin/rm -rf /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc29.riscv64 + exit 0 Child return code was: 0