Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/nkf.spec'], chrootPath='/var/lib/mock/f31-build-57927-28385/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/nkf.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 BUILDSTDERR: sh: /usr/bin/perl: No such file or directory Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1559174400 Wrote: /builddir/build/SRPMS/nkf-2.1.4-14.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/nkf.spec'], chrootPath='/var/lib/mock/f31-build-57927-28385/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/nkf.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1559174400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pBC6pY + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf nkf-2.1.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/nkf-2.1.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd nkf-2.1.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/nkf-fix-man.patch + cp -p /builddir/build/SOURCES/nkf.1j . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9tBju1 + umask 022 + cd /builddir/build/BUILD + cd nkf-2.1.4 + make 'CFLAGS=-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' nkf BUILDSTDERR: nkf.c: In function 'module_connection': BUILDSTDERR: nkf.c:5710:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 5710 | if (nkf_enc_unicode_p(output_encoding)) BUILDSTDERR: | ^~ BUILDSTDERR: nkf.c:5713:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 5713 | if (x0201_f == NKF_UNSPECIFIED) { BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from nkf.h:58, BUILDSTDERR: from nkf.c:30: BUILDSTDERR: In function 'strncat', BUILDSTDERR: inlined from 'get_backup_filename' at nkf.c:1035:3, BUILDSTDERR: inlined from 'main' at nkf.c:7151:28: BUILDSTDERR: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin_strncat' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: nkf.c: In function 'main': BUILDSTDERR: nkf.c:1024:27: note: length computed here BUILDSTDERR: 1024 | int filename_length = strlen(filename); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ + cp -p /builddir/build/SOURCES/nkf.copyright . + pushd NKF.mod + CFLAGS='-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' + perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor + make -j4 BUILDSTDERR: NKF.xs: In function 'nkf_putchar_grow': BUILDSTDERR: NKF.xs:88:12: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 88 | output = SvPVX(result); BUILDSTDERR: | ^ BUILDSTDERR: NKF.xs: In function 'XS_NKF_nkf': BUILDSTDERR: NKF.xs:133:10: warning: pointer targets in passing argument 1 of 'options' differ in signedness [-Wpointer-sign] BUILDSTDERR: 133 | options(cp); BUILDSTDERR: | ^~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from NKF.xs:99: BUILDSTDERR: ../nkf.c:6358:24: note: expected 'unsigned char *' but argument is of type 'char *' BUILDSTDERR: 6358 | options(unsigned char *cp) BUILDSTDERR: | ~~~~~~~~~~~~~~~^~ BUILDSTDERR: NKF.xs:147:12: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 147 | input = data; BUILDSTDERR: | ^ BUILDSTDERR: NKF.xs:150:12: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 150 | output = SvPVX(result); BUILDSTDERR: | ^ BUILDSTDERR: NKF.xs:116:12: warning: unused variable 'argv' [-Wunused-variable] BUILDSTDERR: 116 | char **argv; BUILDSTDERR: | ^~~~ BUILDSTDERR: NKF.xs:115:9: warning: unused variable 'last' [-Wunused-variable] BUILDSTDERR: 115 | SV* last; BUILDSTDERR: | ^~~~ BUILDSTDERR: NKF.xs: In function 'XS_NKF_nkf_continue': BUILDSTDERR: NKF.xs:188:12: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 188 | input = data; BUILDSTDERR: | ^ BUILDSTDERR: NKF.xs:191:12: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 191 | output = SvPVX(result); BUILDSTDERR: | ^ BUILDSTDERR: In file included from NKF.xs:99: BUILDSTDERR: At top level: BUILDSTDERR: ../nkf.c:4551:1: warning: 'get_guessed_code' defined but not used [-Wunused-function] BUILDSTDERR: 4551 | get_guessed_code(void) BUILDSTDERR: | ^~~~~~~~~~~~~~~~ + popd + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 cc -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 -c nkf.c cc -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 -c utf8tbl.c cc -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 -o nkf nkf.o utf8tbl.o ~/build/BUILD/nkf-2.1.4/NKF.mod ~/build/BUILD/nkf-2.1.4 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for NKF Running Mkbootstrap for NKF () "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' NKF.xs > NKF.xsc chmod 644 "NKF.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- NKF.bs blib/arch/auto/NKF/NKF.bs 644 cp NKF.pm blib/lib/NKF.pm mv NKF.xsc NKF.c gcc -c -D_REENTRANT -D_GNU_SOURCE -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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib64/perl5/CORE" NKF.c rm -f blib/arch/auto/NKF/NKF.so gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong NKF.o -o blib/arch/auto/NKF/NKF.so \ -lperl \ chmod 755 blib/arch/auto/NKF/NKF.so Manifying 1 pod document ~/build/BUILD/nkf-2.1.4 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LVCSR0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64 + cd nkf-2.1.4 + mkdir -p /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64//usr/bin + mkdir -p /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/man/man1 /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/man/ja/man1 + ./nkf -e nkf.1j + iconv -f euc-jp -t utf-8 nkf.1jeuc + touch -r nkf.1j nkf.1utf8 + install -m 755 -p nkf /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/bin + install -m 644 -p nkf.1 /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/man/man1 + install -m 644 -p nkf.1utf8 /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/man/ja/man1/nkf.1 + pushd NKF.mod + make install DESTDIR=/builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64 'INSTALL=/usr/bin/install -p' + rm -f /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/lib64/perl5/vendor_perl/perllocal.pod /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/lib64/perl5/perllocal.pod /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/NKF/NKF.bs /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/NKF/.packlist + popd + chmod 0755 /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/NKF/NKF.so + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.1.4-14.fc31 --unique-debug-suffix -2.1.4-14.fc31.riscv64 --unique-debug-src-base nkf-2.1.4-14.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/nkf-2.1.4 BUILDSTDERR: 2032 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs BUILDSTDERR: *** WARNING: ./usr/src/debug/nkf-2.1.4-14.fc31.riscv64/nkf.h is executable but has empty or no shebang, removing executable bit ~/build/BUILD/nkf-2.1.4/NKF.mod ~/build/BUILD/nkf-2.1.4 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- NKF.bs blib/arch/auto/NKF/NKF.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/NKF/NKF.so Installing /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/lib64/perl5/vendor_perl/NKF.pm Installing /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/man/man3/NKF.3pm Appending installation info to /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/lib64/perl5/perllocal.pod ~/build/BUILD/nkf-2.1.4 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/bin/nkf explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/NKF/NKF.so extracting debug info from /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/bin/nkf extracting debug info from /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/NKF/NKF.so original debug info size: 872kB, size after compression: 828kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xShAjY Processing files: nkf-2.1.4-14.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jt4cYZ + umask 022 + cd /builddir/build/BUILD + cd nkf-2.1.4 + DOCDIR=/builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/doc/nkf + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/doc/nkf + cp -pr nkf.doc /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/doc/nkf + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xjmTqX + umask 022 + cd /builddir/build/BUILD + cd nkf-2.1.4 + LICENSEDIR=/builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/licenses/nkf + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/licenses/nkf + cp -pr nkf.copyright /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/licenses/nkf + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: nkf = 1:2.1.4-14.fc31 nkf(riscv-64) = 1:2.1.4-14.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: perl-NKF-2.1.4-14.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qe7Xo1 + umask 022 + cd /builddir/build/BUILD + cd nkf-2.1.4 + DOCDIR=/builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/doc/perl-NKF + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/doc/perl-NKF + cp -pr nkf.doc /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/doc/perl-NKF + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HlLWV1 + umask 022 + cd /builddir/build/BUILD + cd nkf-2.1.4 + LICENSEDIR=/builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/licenses/perl-NKF + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/licenses/perl-NKF + cp -pr nkf.copyright /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64/usr/share/licenses/perl-NKF + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: perl(NKF) = 2.14 perl-NKF = 1:2.1.4-14.fc31 perl-NKF(riscv-64) = 1:2.1.4-14.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libperl.so.5.30()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(DynaLoader) perl(Exporter) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: nkf-debugsource-2.1.4-14.fc31.riscv64 Provides: nkf-debugsource = 1:2.1.4-14.fc31 nkf-debugsource(riscv-64) = 1:2.1.4-14.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: nkf-debuginfo-2.1.4-14.fc31.riscv64 Provides: debuginfo(build-id) = 088d6236f2e0df4566c0ce97cfa42278c02d6c43 nkf-debuginfo = 1:2.1.4-14.fc31 nkf-debuginfo(riscv-64) = 1:2.1.4-14.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: nkf-debugsource(riscv-64) = 1:2.1.4-14.fc31 Processing files: perl-NKF-debuginfo-2.1.4-14.fc31.riscv64 Provides: debuginfo(build-id) = 90b3bbd85066427f223e732723d05d90866f2420 perl-NKF-debuginfo = 1:2.1.4-14.fc31 perl-NKF-debuginfo(riscv-64) = 1:2.1.4-14.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: nkf-debugsource(riscv-64) = 1:2.1.4-14.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64 Wrote: /builddir/build/RPMS/nkf-2.1.4-14.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-NKF-2.1.4-14.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/nkf-debuginfo-2.1.4-14.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-NKF-debuginfo-2.1.4-14.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/nkf-debugsource-2.1.4-14.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ioCUtX + umask 022 + cd /builddir/build/BUILD + cd nkf-2.1.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/nkf-2.1.4-14.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0