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/kcc.spec'], chrootPath='/var/lib/mock/f29-build-9090-4053/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=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/kcc.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 Wrote: /builddir/build/SRPMS/kcc-2.3-45.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/kcc.spec'], chrootPath='/var/lib/mock/f29-build-9090-4053/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=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/kcc.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gf0D3n + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf kcc + /usr/bin/gzip -dc /builddir/build/SOURCES/kcc.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd kcc + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (kcc-2.3-dontstrip.patch):' Patch #0 (kcc-2.3-dontstrip.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .dontstrip --fuzz=0 patching file Makefile + echo 'Patch #1 (kcc-2.3-varargs.patch):' Patch #1 (kcc-2.3-varargs.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .varargs --fuzz=0 patching file kcc.c + echo 'Patch #2 (kcc-2.3-fix-segv.patch):' Patch #2 (kcc-2.3-fix-segv.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .segv --fuzz=0 patching file kcc.c Patch #3 (kcc-2.3-timestamp.patch): + echo 'Patch #3 (kcc-2.3-timestamp.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .timestamp --fuzz=0 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Y8fjwq + umask 022 + cd /builddir/build/BUILD + cd kcc + 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' 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 -o kcc.o kcc.c BUILDSTDERR: kcc.c:148:1: warning: return type defaults to 'int' [-Wimplicit-int] BUILDSTDERR: main(c, v) BUILDSTDERR: ^~~~ BUILDSTDERR: kcc.c: In function 'main': BUILDSTDERR: kcc.c:181:18: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] BUILDSTDERR: if ((size = atoi(*v)) <= 0) BUILDSTDERR: ^~~~ BUILDSTDERR: kcc.c:306:10: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] BUILDSTDERR: if (isatty(fileno(stdin)) && feof(stdin)) BUILDSTDERR: ^~~~~~ BUILDSTDERR: kcc.c: In function 'error': BUILDSTDERR: kcc.c:378:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] BUILDSTDERR: exit(1); BUILDSTDERR: ^~~~ BUILDSTDERR: kcc.c:378:5: warning: incompatible implicit declaration of built-in function 'exit' BUILDSTDERR: kcc.c:378:5: note: include '' or provide a declaration of 'exit' BUILDSTDERR: kcc.c:368:1: BUILDSTDERR: +#include BUILDSTDERR: BUILDSTDERR: kcc.c:378:5: BUILDSTDERR: exit(1); BUILDSTDERR: ^~~~ BUILDSTDERR: kcc.c: In function 'filter': BUILDSTDERR: kcc.c:419:18: warning: implicit declaration of function 'getstr'; did you mean 'strstr'? [-Wimplicit-function-declaration] BUILDSTDERR: while (len = getstr(str, sizeof str, fp)) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: strstr BUILDSTDERR: kcc.c:419:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: while (len = getstr(str, sizeof str, fp)) { BUILDSTDERR: ^~~ BUILDSTDERR: kcc.c:420:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if (!(code & NONASCII) && code & BIT8 || BUILDSTDERR: ^ BUILDSTDERR: kcc.c: In function 'check': BUILDSTDERR: kcc.c:476:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: while (len = getstr(str, sizeof str, fp)) { BUILDSTDERR: ^~~ BUILDSTDERR: kcc.c: In function 'buffalloc': BUILDSTDERR: kcc.c:640:36: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] BUILDSTDERR: if ((bufp = holdbuf = (char *) malloc(len)) == NULL) BUILDSTDERR: ^~~~~~ BUILDSTDERR: kcc.c:640:36: warning: incompatible implicit declaration of built-in function 'malloc' BUILDSTDERR: kcc.c:640:36: note: include '' or provide a declaration of 'malloc' BUILDSTDERR: kcc.c: In function 'guess': BUILDSTDERR: kcc.c:101:31: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] BUILDSTDERR: #define bitflag(c) (1L << (c) - '@') BUILDSTDERR: ~~~~^~~~~ BUILDSTDERR: kcc.c:724:11: note: in expansion of macro 'bitflag' BUILDSTDERR: insi |= bitflag(((u_char *) s)[2]); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: kcc.c:101:24: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] BUILDSTDERR: #define bitflag(c) (1L << (c) - '@') BUILDSTDERR: ^~ BUILDSTDERR: kcc.c:728:11: note: in expansion of macro 'bitflag' BUILDSTDERR: innj |= bitflag('B'); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: kcc.c:101:31: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] BUILDSTDERR: #define bitflag(c) (1L << (c) - '@') BUILDSTDERR: ~~~~^~~~~ BUILDSTDERR: kcc.c:733:11: note: in expansion of macro 'bitflag' BUILDSTDERR: inso |= bitflag(((u_char *) s)[2]); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: kcc.c:101:24: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] BUILDSTDERR: #define bitflag(c) (1L << (c) - '@') BUILDSTDERR: ^~ BUILDSTDERR: kcc.c:737:11: note: in expansion of macro 'bitflag' BUILDSTDERR: inso |= bitflag('I'); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: kcc.c:101:24: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] BUILDSTDERR: #define bitflag(c) (1L << (c) - '@') BUILDSTDERR: ^~ BUILDSTDERR: kcc.c:741:11: note: in expansion of macro 'bitflag' BUILDSTDERR: ingj |= bitflag('D'); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: kcc.c:775:28: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if (0xa0 < *(u_char *) s && *(u_char *) s < 0xff || BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: kcc.c:780:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] BUILDSTDERR: if (extend) BUILDSTDERR: ^ BUILDSTDERR: kcc.c: In function 'out': BUILDSTDERR: kcc.c:101:31: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] BUILDSTDERR: #define bitflag(c) (1L << (c) - '@') BUILDSTDERR: ~~~~^~~~~ BUILDSTDERR: kcc.c:902:11: note: in expansion of macro 'bitflag' BUILDSTDERR: insi |= bitflag(((u_char *) s)[2]); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: kcc.c:101:24: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] BUILDSTDERR: #define bitflag(c) (1L << (c) - '@') BUILDSTDERR: ^~ BUILDSTDERR: kcc.c:906:11: note: in expansion of macro 'bitflag' BUILDSTDERR: innj |= bitflag('B'); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: kcc.c:101:31: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] BUILDSTDERR: #define bitflag(c) (1L << (c) - '@') BUILDSTDERR: ~~~~^~~~~ BUILDSTDERR: kcc.c:911:11: note: in expansion of macro 'bitflag' BUILDSTDERR: inso |= bitflag(((u_char *) s)[2]); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: kcc.c:101:24: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] BUILDSTDERR: #define bitflag(c) (1L << (c) - '@') BUILDSTDERR: ^~ BUILDSTDERR: kcc.c:915:11: note: in expansion of macro 'bitflag' BUILDSTDERR: inso |= bitflag('I'); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: kcc.c:101:24: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] BUILDSTDERR: #define bitflag(c) (1L << (c) - '@') BUILDSTDERR: ^~ BUILDSTDERR: kcc.c:919:11: note: in expansion of macro 'bitflag' BUILDSTDERR: ingj |= bitflag('D'); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: kcc.c:941:3: warning: enumeration value 'M_ASCII' not handled in switch [-Wswitch] BUILDSTDERR: switch (inmode) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: kcc.c:1003:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: ((u_char *) s)[0] != SS2 && BUILDSTDERR: ^ BUILDSTDERR: kcc.c:1014:50: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if (!(code & SJIS) || 0xa0 < ((u_char *) s)[0] && BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~^~ BUILDSTDERR: ((u_char *) s)[0] < 0xe0) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: kcc.c:957:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] BUILDSTDERR: } else if (((u_char *) s)[0] & 0x80) BUILDSTDERR: ^ BUILDSTDERR: kcc.c: In function 'jiskana': BUILDSTDERR: kcc.c:1197:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: putchar(!nogaiji || 0x20 < c && c < 0x60 ? c : HANPAD); BUILDSTDERR: ~~~~~~~~~^~~~~~~~~~~ BUILDSTDERR: kcc.c: In function 'jiskanak': BUILDSTDERR: kcc.c:1211:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: putchar(!nogaiji || 0x20 < c && c < 0x60 ? c : HANPAD); BUILDSTDERR: ~~~~~~~~~^~~~~~~~~~~ BUILDSTDERR: kcc.c: In function 'jiskana8': BUILDSTDERR: kcc.c:1225:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: putchar((!nogaiji || 0x20 < c && c < 0x60 ? c : HANPAD) | 0x80); BUILDSTDERR: ~~~~~~~~~^~~~~~~~~~~ BUILDSTDERR: kcc.c: In function 'eucgaiji': BUILDSTDERR: kcc.c:1248:24: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] BUILDSTDERR: putchar(ZENPAD & 0xff | 0x80); BUILDSTDERR: ^ BUILDSTDERR: kcc.c: In function 'euckana': BUILDSTDERR: kcc.c:1264:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: putchar((!nogaiji || 0x20 < c && c < 0x60 ? c : HANPAD) | 0x80); BUILDSTDERR: ~~~~~~~~~^~~~~~~~~~~ BUILDSTDERR: kcc.c: In function 'sjiskanji': BUILDSTDERR: kcc.c:1274:17: warning: suggest parentheses around '-' inside '>>' [-Wparentheses] BUILDSTDERR: putchar((c1 - 1 >> 1) + (c1 <= 0x5e ? 0x71 : 0xb1)); BUILDSTDERR: ~~~^~~ BUILDSTDERR: kcc.c: In function 'sjisgaiji': BUILDSTDERR: kcc.c:1292:26: warning: suggest parentheses around '-' inside '>>' [-Wparentheses] BUILDSTDERR: putchar(c1 < 0x3b ? (c1 - 1 >> 1) + 0xe0 : 0xfc); BUILDSTDERR: ~~~^~~ BUILDSTDERR: kcc.c: In function 'decgaiji': BUILDSTDERR: kcc.c:1353:24: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] BUILDSTDERR: putchar(ZENPAD & 0xff | 0x80); BUILDSTDERR: ^ BUILDSTDERR: At top level: BUILDSTDERR: kcc.c:26:13: warning: 'copyright' defined but not used [-Wunused-variable] BUILDSTDERR: static char copyright[] = "@(#)Copyright (c) 1992 Yasuhiro Tonooka"; BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: kcc.c:25:13: warning: 'sccsid' defined but not used [-Wunused-variable] BUILDSTDERR: static char sccsid[] = "@(#)kcc.c 2.3 (Y.Tonooka) 7/1/94"; BUILDSTDERR: ^~~~~~ BUILDSTDERR: kcc.c: In function 'main': BUILDSTDERR: kcc.c:339:19: warning: 'dev' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: sbuf.st_dev == dev && sbuf.st_ino == ino) { BUILDSTDERR: ~~~~~~~~~~~~^~~~~~ 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 kcc kcc.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jVGhHO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64 + cd kcc + rm -rf /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/man/ja/man1 + mkdir -p /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/man/man1 + make BINPATH=/builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/bin install make kcc make[1]: Entering directory '/builddir/build/BUILD/kcc' make[1]: 'kcc' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/kcc' install -p kcc /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/bin `make install' done. Run `make install.man' to install a manual. + make MANPATH=/builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/man JMANDIR=ja install.man install -m 644 -p kcc.jman /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/man/ja/man1/kcc.1 BUILDSTDERR: ++ find /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/man/ja -type f + for i in `find $RPM_BUILD_ROOT/usr/share/man/ja -type f` + iconv -f euc-jp -t utf-8 /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/man/ja/man1/kcc.1 + mv -f /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/man/ja/man1/kcc.1.new /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/man/ja/man1/kcc.1 + chmod 444 /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/man/ja/man1/kcc.1 + install -m0644 -p /builddir/build/SOURCES/kcc.1 /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/man/man1/ + gzip -9 /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/man/man1/kcc.1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.3-45.fc29 --unique-debug-suffix -2.3-45.fc29.riscv64 --unique-debug-src-base kcc-2.3-45.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/kcc extracting debug info from /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/bin/kcc /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 70 blocks + /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-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: kcc-2.3-45.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8w5Wtv + umask 022 + cd /builddir/build/BUILD + cd kcc + DOCDIR=/builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/doc/kcc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/doc/kcc + cp -pr README /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/doc/kcc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ecJjCy + umask 022 + cd /builddir/build/BUILD + cd kcc + LICENSEDIR=/builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/licenses/kcc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/licenses/kcc + cp -pr COPYING /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64/usr/share/licenses/kcc + exit 0 Provides: kcc = 2.3-45.fc29 kcc(riscv-64) = 2.3-45.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) rtld(GNU_HASH) Processing files: kcc-debugsource-2.3-45.fc29.riscv64 Provides: kcc-debugsource = 2.3-45.fc29 kcc-debugsource(riscv-64) = 2.3-45.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: kcc-debuginfo-2.3-45.fc29.riscv64 Provides: debuginfo(build-id) = f4eda4d983bdddbfcd89e7952e13bd603357ada0 kcc-debuginfo = 2.3-45.fc29 kcc-debuginfo(riscv-64) = 2.3-45.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: kcc-debugsource(riscv-64) = 2.3-45.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64 Wrote: /builddir/build/RPMS/kcc-2.3-45.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/kcc-debugsource-2.3-45.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/kcc-debuginfo-2.3-45.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.66Yo1R + umask 022 + cd /builddir/build/BUILD + cd kcc + /usr/bin/rm -rf /builddir/build/BUILDROOT/kcc-2.3-45.fc29.riscv64 + exit 0 Child return code was: 0