Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/dcraw.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/dist-c8-build-2988-234/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/dcraw.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False warning: bogus date in %changelog: Thu Jul 14 2018 Josef Ridky - 9.27.0-9 Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/dcraw-9.27.0-9.el8.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/dcraw.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/dist-c8-build-2988-234/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/dcraw.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False warning: bogus date in %changelog: Thu Jul 14 2018 Josef Ridky - 9.27.0-9 Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.E6RPxF + 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 + /usr/bin/cat /builddir/build/SOURCES/dcraw-CVE-2018-5801.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oJFzGc + 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 dcraw.c: In function 'read_shorts': dcraw.c:365:5: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] swab (pixel, pixel, count*2); ^~~~ dcraw.c: In function 'canon_sraw_load_raw': dcraw.c:1000:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (row & (jh.sraw >> 1)) ^ dcraw.c: In function 'fill_input_buffer': dcraw.c:2314:22: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] swab (jpeg_buffer, jpeg_buffer, nbytes); ~~~~~~~~~~~ ^~~~~~~~~~~ dcraw.c: In function 'smal_decode_segment': dcraw.c:2918:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (bin=0; hist[s][bin+5] > count; bin++); ^~~ dcraw.c:2919:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' low = hist[s][bin+5] * (high >> 4) >> 2; ^~~ dcraw.c: In function 'pre_interpolate': dcraw.c:4357:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!(image[row*width+col][0] | image[row*width+col][2])) ^~ dcraw.c:4358:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' goto break2; break2: ^~~~~~ dcraw.c: In function 'parse_gps': dcraw.c:163:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define FORC(cnt) for (c=0; c < cnt; c++) ^~~ dcraw.c:5573:2: note: in expansion of macro 'FORC' FORC(6) gpsdata[tag/3*6+c] = get4(); break; ^~~~ dcraw.c:5573:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' FORC(6) gpsdata[tag/3*6+c] = get4(); break; ^~~~~ dcraw.c:163:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define FORC(cnt) for (c=0; c < cnt; c++) ^~~ dcraw.c:5575:2: note: in expansion of macro 'FORC' FORC(2) gpsdata[18+c] = get4(); break; ^~~~ dcraw.c:5575:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' FORC(2) gpsdata[18+c] = get4(); break; ^~~~~ dcraw.c: In function 'parse_tiff_ifd': dcraw.c:6111:18: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] if (!(cblack[4] * cblack[5])) ~~~~~~~~~~~^~~~~~~~~~~~ dcraw.c: In function 'apply_tiff': dcraw.c:6342:4: warning: this 'else' clause does not guard... [-Wmisleading-indentation] } else ^~~~ dcraw.c:6343:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' load_raw = &CLASS nikon_load_raw; break; ^~~~~ dcraw.c: In function 'parse_phase_one': dcraw.c:6684:26: warning: variable 'type' set but not used [-Wunused-but-set-variable] unsigned entries, tag, type, len, data, save, i, c; ^~~~ dcraw.c: In function 'write_ppm_tiff': dcraw.c:9886:7: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] swab (ppm2, ppm2, width*colors*2); ^~~~ dcraw.c: In function 'main': dcraw.c:163:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define FORC(cnt) for (c=0; c < cnt; c++) ^~~ dcraw.c:165:15: note: in expansion of macro 'FORC' #define FORC4 FORC(4) ^~~~ dcraw.c:9973:5: note: in expansion of macro 'FORC4' FORC4 user_mul[c] = atof(argv[arg++]); break; ^~~~~ dcraw.c:9973:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' FORC4 user_mul[c] = atof(argv[arg++]); break; ^~~~~ dcraw.c:9978:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (gamm[0]) gamm[0] = 1/gamm[0]; break; ^~ dcraw.c:9978:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (gamm[0]) gamm[0] = 1/gamm[0]; break; ^~~~~ dcraw.c: In function 'get2': dcraw.c:305:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (str, 1, 2, ifp); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'get4': dcraw.c:321:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (str, 1, 4, ifp); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'canon_has_lowbits': dcraw.c:744:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (test, 1, sizeof test, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'ljpeg_start': dcraw.c:827:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (data, 1, len, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'nikon_e2100': dcraw.c:1300:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (t, 1, 12, ifp); ^~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'nikon_3700': dcraw.c:1322:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (dp, 1, 24, ifp); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'minolta_z2': dcraw.c:1340:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (tail, 1, sizeof tail, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'ppm_thumb': dcraw.c:1355:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (thumb, 1, thumb_length, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'layer_thumb': dcraw.c:1386:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (thumb, thumb_length, colors, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'pana_bits': dcraw.c:2021:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (buf+load_flags, 1, 0x4000-load_flags, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:2022:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (buf, 1, load_flags, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'sony_load_raw': dcraw.c:2716:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (head, 1, 40, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'sony_arw2_load_raw': dcraw.c:2760:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (data, 1, raw_width, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'foveon_thumb': dcraw.c:3122:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (buf, 1, bwide, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'foveon_load_camf': dcraw.c:3236:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (meta_data, 1, meta_length, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'subtract': dcraw.c:3968:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (pixel, 2, width, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_makernote': dcraw.c:5234:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (buf, 1, 10, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5311:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (model2, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5315:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (artist, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5336:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (buf, 1, 10, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5345:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (model, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5397:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (buf97, 324, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'get_timestamp': dcraw.c:5517:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (str, 19, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_gps': dcraw.c:5577:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets ((char *) (gpsdata+14+tag/3), MIN(len,12), ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_mos': dcraw.c:5613:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (data, 1, 40, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5625:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (ifp, "%d", &i); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5636:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (ifp, "%f", (float *)romm_cam + i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5640:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (ifp, "%d", &planes); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5642:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (ifp, "%d", &flip); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5645:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (ifp, "%d", &i); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5649:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (ifp, "%d", &i); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5653:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] FORC4 fscanf (ifp, "%d", neut+c); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_tiff_ifd': dcraw.c:5800:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (desc, 512, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5803:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (make, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~ dcraw.c:5806:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (model, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5851:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (software, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5864:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (artist, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5920:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (model2, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5933:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (cfa_pat, 1, plen, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5956:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (software, 1, 7, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5960:10: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] FORC4 fscanf (ifp, "%f", &rgb_cam[i][c^1]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6050:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (cbuf, 1, len, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6077:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (make, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~ dcraw.c:6087:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (cfa_pc, 1, colors, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6185:17: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] if (type == 2) fgets (model2, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6191:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (buf, sony_length, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_ciff': dcraw.c:6525:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (artist, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6527:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (make, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6529:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (model, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_rollei': dcraw.c:6620:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (line, 128, ifp); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_sinar_ia': dcraw.c:6661:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (str, 8, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6667:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (make, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_phase_one': dcraw.c:6733:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (model, 1, 63, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_riff': dcraw.c:6825:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (tag, 4, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6841:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (date, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'parse_qt': dcraw.c:6865:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (tag, 4, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'guess_byte_order': dcraw.c:8164:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (test[0], 2, 2, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8166:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (test[t], 2, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'identify': dcraw.c:8487:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (head, 1, 32, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8552:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (make, 1, 8, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8553:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (model, 1, 8, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8554:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (model2, 1, 16, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8583:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (model, 1, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8591:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (make, 1, 41, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8595:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (model, 1, 30, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'apply_profile': dcraw.c:9473:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (prof, 1, profile_length, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:9482:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (&size, 4, 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:9486:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (oprof, 1, size, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'jpeg_thumb': dcraw.c:9828:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (thumb, 1, thumb_length, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'main': dcraw.c:10202:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (raw_image, 2, raw_height*raw_width, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c: In function 'xtrans_interpolate': dcraw.c:4694:27: warning: 'sgcol' may be used uninitialized in this function [-Wmaybe-uninitialized] ushort min, max, sgrow, sgcol; ^~~~~ dcraw.c:4740:19: warning: 'sgrow' may be used uninitialized in this function [-Wmaybe-uninitialized] switch ((row-sgrow) % 3) { ~~~~^~~~~~~ dcraw.c: In function 'tiff_head': dcraw.c:9766:28: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 8 and 15 [-Wformat-overflow=] sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d", ^~~~ dcraw.c:9766:22: note: directive argument in the range [-2147483647, 2147483647] sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:873, 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 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JWD1Po + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64 ++ dirname /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64 + cd dcraw + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/usr/bin + install -m 0755 dcraw /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/usr/bin + for catalog in dcraw_*.mo + lang=dcraw_ca + lang=ca + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/usr/share/locale/ca/LC_MESSAGES + install -m 0644 dcraw_ca.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/cs/LC_MESSAGES + install -m 0644 dcraw_cs.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/da/LC_MESSAGES + install -m 0644 dcraw_da.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/de/LC_MESSAGES + install -m 0644 dcraw_de.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/eo/LC_MESSAGES + install -m 0644 dcraw_eo.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/es/LC_MESSAGES + install -m 0644 dcraw_es.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/fr/LC_MESSAGES + install -m 0644 dcraw_fr.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/hu/LC_MESSAGES + install -m 0644 dcraw_hu.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/it/LC_MESSAGES + install -m 0644 dcraw_it.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/ja/LC_MESSAGES + install -m 0644 dcraw_ja.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/nl/LC_MESSAGES + install -m 0644 dcraw_nl.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/pl/LC_MESSAGES + install -m 0644 dcraw_pl.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/pt/LC_MESSAGES + install -m 0644 dcraw_pt.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/ro/LC_MESSAGES + install -m 0644 dcraw_ro.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/ru/LC_MESSAGES + install -m 0644 dcraw_ru.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/sv/LC_MESSAGES + install -m 0644 dcraw_sv.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/zh_CN/LC_MESSAGES + install -m 0644 dcraw_zh_CN.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/locale/zh_TW/LC_MESSAGES + install -m 0644 dcraw_zh_TW.mo /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/usr/share/locale/zh_TW/LC_MESSAGES/dcraw.mo + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/usr/bin /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/usr/share/man/man1 + install -m 0644 dcraw.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/ca/man1 + install -m 0644 dcraw_ca.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/cs/man1 + install -m 0644 dcraw_cs.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/da/man1 + install -m 0644 dcraw_da.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/de/man1 + install -m 0644 dcraw_de.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/eo/man1 + install -m 0644 dcraw_eo.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/es/man1 + install -m 0644 dcraw_es.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/fr/man1 + install -m 0644 dcraw_fr.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/hu/man1 + install -m 0644 dcraw_hu.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/it/man1 + install -m 0644 dcraw_it.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/ja/man1 + install -m 0644 dcraw_ja.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/nl/man1 + install -m 0644 dcraw_nl.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/pl/man1 + install -m 0644 dcraw_pl.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/pt/man1 + install -m 0644 dcraw_pt.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/ro/man1 + install -m 0644 dcraw_ro.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/ru/man1 + install -m 0644 dcraw_ru.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/sv/man1 + install -m 0644 dcraw_sv.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/zh_CN/man1 + install -m 0644 dcraw_zh_CN.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64/usr/share/man/zh_TW/man1 + install -m 0644 dcraw_zh_TW.1 /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/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-9.el8.aarch64 dcraw + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 9.27.0-9.el8 --unique-debug-suffix -9.27.0-9.el8.aarch64 --unique-debug-src-base dcraw-9.27.0-9.el8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/dcraw extracting debug info from /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64/usr/bin/dcraw /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 658 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: dcraw-9.27.0-9.el8.aarch64 Provides: bundled(dcraw) dcraw = 9.27.0-9.el8 dcraw(aarch-64) = 9.27.0-9.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(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.17)(64bit) rtld(GNU_HASH) Processing files: dcraw-debugsource-9.27.0-9.el8.aarch64 Provides: dcraw-debugsource = 9.27.0-9.el8 dcraw-debugsource(aarch-64) = 9.27.0-9.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dcraw-debuginfo-9.27.0-9.el8.aarch64 Provides: dcraw-debuginfo = 9.27.0-9.el8 dcraw-debuginfo(aarch-64) = 9.27.0-9.el8 debuginfo(build-id) = 13ae2c63e3c1fbc31eaf61047025c63b76466cf3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dcraw-debugsource(aarch-64) = 9.27.0-9.el8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64 Wrote: /builddir/build/RPMS/dcraw-9.27.0-9.el8.aarch64.rpm Wrote: /builddir/build/RPMS/dcraw-debugsource-9.27.0-9.el8.aarch64.rpm Wrote: /builddir/build/RPMS/dcraw-debuginfo-9.27.0-9.el8.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.t8wnSS + umask 022 + cd /builddir/build/BUILD + cd dcraw + /usr/bin/rm -rf /builddir/build/BUILDROOT/dcraw-9.27.0-9.el8.aarch64 + exit 0 Child return code was: 0