Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/dcraw.spec'], chrootPath='/var/lib/mock/f28-build-11587185-863155/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/dcraw.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/dcraw-9.27.0-8.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/dcraw.spec'], chrootPath='/var/lib/mock/f28-build-11587185-863155/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/dcraw.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.G4AnmJ + 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/patch -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dcraw-9.21-lcms2-error-reporting.patch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vznz13 + 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 -m64 -mcpu=power8 -mtune=power8 -fstack-clash-protection -Wl,-z,relro -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:2301: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:2881:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (bin=0; hist[s][bin+5] > count; bin++); ^~~ dcraw.c:2882: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:4312:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!(image[row*width+col][0] | image[row*width+col][2])) ^~ dcraw.c:4313: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:5528:2: note: in expansion of macro 'FORC' FORC(6) gpsdata[tag/3*6+c] = get4(); break; ^~~~ dcraw.c:5528: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:5530:2: note: in expansion of macro 'FORC' FORC(2) gpsdata[18+c] = get4(); break; ^~~~ dcraw.c:5530: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:6066:18: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] if (!(cblack[4] * cblack[5])) ~~~~~~~~~~~^~~~~~~~~~~~ dcraw.c: In function 'apply_tiff': dcraw.c:6297:4: warning: this 'else' clause does not guard... [-Wmisleading-indentation] } else ^~~~ dcraw.c:6298: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:6639: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:9841: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:9928:5: note: in expansion of macro 'FORC4' FORC4 user_mul[c] = atof(argv[arg++]); break; ^~~~~ dcraw.c:9928: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:9933:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (gamm[0]) gamm[0] = 1/gamm[0]; break; ^~ dcraw.c:9933: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:1296: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:1318: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:1336: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:1351: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:1382: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:2013: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:2014: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:2679: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:2723: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:3085: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:3191: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:3923: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:5189:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (buf, 1, 10, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5266:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (model2, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5270:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (artist, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5291:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (buf, 1, 10, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5300:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (model, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5352: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:5472: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:5532: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:5568:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (data, 1, 40, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5580:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (ifp, "%d", &i); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5591:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (ifp, "%f", (float *)romm_cam + i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5595:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (ifp, "%d", &planes); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5597:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (ifp, "%d", &flip); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5600:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (ifp, "%d", &i); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5604:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (ifp, "%d", &i); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5608: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:5755:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (desc, 512, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5758:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (make, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~ dcraw.c:5761:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (model, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5806:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (software, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5819:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (artist, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5875:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (model2, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5888:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (cfa_pat, 1, plen, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5911:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (software, 1, 7, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:5915: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:6005:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (cbuf, 1, len, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6032:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (make, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~ dcraw.c:6042:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (cfa_pc, 1, colors, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6140:17: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] if (type == 2) fgets (model2, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6146: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:6480:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (artist, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6482:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (make, 64, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6484: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:6575: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:6616:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (str, 8, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6622: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:6688: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:6780:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (tag, 4, 1, ifp); ^~~~~~~~~~~~~~~~~~~~~~ dcraw.c:6796: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:6820: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:8119:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (test[0], 2, 2, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8121: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:8442:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (head, 1, 32, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8507:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (make, 1, 8, ifp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8508:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (model, 1, 8, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8509:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (model2, 1, 16, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8538:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (model, 1, 64, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8546:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (make, 1, 41, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:8550: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:9428:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (prof, 1, profile_length, ifp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:9437:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (&size, 4, 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~ dcraw.c:9441: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:9783: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:10157: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:4649:27: warning: 'sgcol' may be used uninitialized in this function [-Wmaybe-uninitialized] ushort min, max, sgrow, sgcol; ^~~~~ dcraw.c:4695:19: warning: 'sgrow' may be used uninitialized in this function [-Wmaybe-uninitialized] switch ((row-sgrow) % 3) { ~~~~^~~~~~~ dcraw.c: In function 'tiff_head': dcraw.c:9721: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:9721: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:862, from dcraw.c:39: /usr/include/bits/stdio2.h:33: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.iD7HVt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le ++ dirname /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le + cd dcraw + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/usr/bin + install -m 0755 dcraw /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/usr/bin + for catalog in dcraw_*.mo + lang=dcraw_ca + lang=ca + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/usr/share/locale/ca/LC_MESSAGES + install -m 0644 dcraw_ca.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/cs/LC_MESSAGES + install -m 0644 dcraw_cs.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/da/LC_MESSAGES + install -m 0644 dcraw_da.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/de/LC_MESSAGES + install -m 0644 dcraw_de.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/eo/LC_MESSAGES + install -m 0644 dcraw_eo.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/es/LC_MESSAGES + install -m 0644 dcraw_es.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/fr/LC_MESSAGES + install -m 0644 dcraw_fr.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/hu/LC_MESSAGES + install -m 0644 dcraw_hu.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/it/LC_MESSAGES + install -m 0644 dcraw_it.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/ja/LC_MESSAGES + install -m 0644 dcraw_ja.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/nl/LC_MESSAGES + install -m 0644 dcraw_nl.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/pl/LC_MESSAGES + install -m 0644 dcraw_pl.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/pt/LC_MESSAGES + install -m 0644 dcraw_pt.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/ro/LC_MESSAGES + install -m 0644 dcraw_ro.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/ru/LC_MESSAGES + install -m 0644 dcraw_ru.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/sv/LC_MESSAGES + install -m 0644 dcraw_sv.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/zh_CN/LC_MESSAGES + install -m 0644 dcraw_zh_CN.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/locale/zh_TW/LC_MESSAGES + install -m 0644 dcraw_zh_TW.mo /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/usr/share/locale/zh_TW/LC_MESSAGES/dcraw.mo + install -d -m 0755 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/usr/bin /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/usr/share/man/man1 + install -m 0644 dcraw.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/ca/man1 + install -m 0644 dcraw_ca.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/cs/man1 + install -m 0644 dcraw_cs.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/da/man1 + install -m 0644 dcraw_da.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/de/man1 + install -m 0644 dcraw_de.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/eo/man1 + install -m 0644 dcraw_eo.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/es/man1 + install -m 0644 dcraw_es.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/fr/man1 + install -m 0644 dcraw_fr.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/hu/man1 + install -m 0644 dcraw_hu.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/it/man1 + install -m 0644 dcraw_it.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/ja/man1 + install -m 0644 dcraw_ja.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/nl/man1 + install -m 0644 dcraw_nl.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/pl/man1 + install -m 0644 dcraw_pl.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/pt/man1 + install -m 0644 dcraw_pt.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/ro/man1 + install -m 0644 dcraw_ro.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/ru/man1 + install -m 0644 dcraw_ru.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/sv/man1 + install -m 0644 dcraw_sv.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/zh_CN/man1 + install -m 0644 dcraw_zh_CN.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le/usr/share/man/zh_TW/man1 + install -m 0644 dcraw_zh_TW.1 /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le/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.fc28.ppc64le dcraw + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 9.27.0-8.fc28 --unique-debug-suffix -9.27.0-8.fc28.ppc64le --unique-debug-src-base dcraw-9.27.0-8.fc28.ppc64le --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-8.fc28.ppc64le/usr/bin/dcraw /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 656 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 /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs '' '' Processing files: dcraw-9.27.0-8.fc28.ppc64le Provides: bundled(dcraw) dcraw = 9.27.0-8.fc28 dcraw(ppc-64) = 9.27.0-8.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.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-8.fc28.ppc64le Provides: dcraw-debugsource = 9.27.0-8.fc28 dcraw-debugsource(ppc-64) = 9.27.0-8.fc28 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-8.fc28.ppc64le Provides: dcraw-debuginfo = 9.27.0-8.fc28 dcraw-debuginfo(ppc-64) = 9.27.0-8.fc28 debuginfo(build-id) = d0351278b8ad014841edac342877e497612ee603 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dcraw-debugsource(ppc-64) = 9.27.0-8.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le Wrote: /builddir/build/RPMS/dcraw-9.27.0-8.fc28.ppc64le.rpm Wrote: /builddir/build/RPMS/dcraw-debugsource-9.27.0-8.fc28.ppc64le.rpm Wrote: /builddir/build/RPMS/dcraw-debuginfo-9.27.0-8.fc28.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.L9ux5U + umask 022 + cd /builddir/build/BUILD + cd dcraw + /usr/bin/rm -rf /builddir/build/BUILDROOT/dcraw-9.27.0-8.fc28.ppc64le + exit 0 Child return code was: 0