Mock Version: 1.2.10 Mock Version: 1.2.10 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/kcc.spec'], chrootPath='/var/lib/mock/f22-build-3613343-498186/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/kcc.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: arm02-builder21.arm.fedoraproject.org Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/kcc-2.3-39.fc22.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/kcc.spec '], chrootPath='/var/lib/mock/f22-build-3613343-498186/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/kcc.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.knNNnx + 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 -xf - + 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/cat /builddir/build/SOURCES/kcc-2.3-dontstrip.patch + /usr/bin/patch -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/cat /builddir/build/SOURCES/kcc-2.3-varargs.patch + /usr/bin/patch -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/cat /builddir/build/SOURCES/kcc-2.3-fix-segv.patch + /usr/bin/patch -p1 -b --suffix .segv --fuzz=0 patching file kcc.c + echo 'Patch #3 (kcc-2.3-timestamp.patch):' Patch #3 (kcc-2.3-timestamp.patch): + /usr/bin/cat /builddir/build/SOURCES/kcc-2.3-timestamp.patch + /usr/bin/patch -p1 -b --suffix .timestamp --fuzz=0 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GSqSuV + umask 022 + cd /builddir/build/BUILD + cd kcc + make 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c -o kcc.o kcc.c kcc.c:148:1: warning: return type defaults to 'int' [-Wimplicit-int] main(c, v) ^ kcc.c: In function 'main': kcc.c:181:18: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] if ((size = atoi(*v)) <= 0) ^ kcc.c:306:10: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] if (isatty(fileno(stdin)) && feof(stdin)) ^ kcc.c: In function 'error': kcc.c:378:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^ kcc.c:378:5: warning: incompatible implicit declaration of built-in function 'exit' kcc.c:378:5: note: include '' or provide a declaration of 'exit' kcc.c: In function 'filter': kcc.c:419:18: warning: implicit declaration of function 'getstr' [-Wimplicit-function-declaration] while (len = getstr(str, sizeof str, fp)) { ^ kcc.c:419:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (len = getstr(str, sizeof str, fp)) { ^ kcc.c:420:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (!(code & NONASCII) && code & BIT8 || ^ kcc.c: In function 'check': kcc.c:476:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (len = getstr(str, sizeof str, fp)) { ^ kcc.c: In function 'guess': kcc.c:101:31: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] #define bitflag(c) (1L << (c) - '@') ^ kcc.c:724:11: note: in expansion of macro 'bitflag' insi |= bitflag(((u_char *) s)[2]); ^ kcc.c:101:24: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] #define bitflag(c) (1L << (c) - '@') ^ kcc.c:728:11: note: in expansion of macro 'bitflag' innj |= bitflag('B'); ^ kcc.c:101:31: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] #define bitflag(c) (1L << (c) - '@') ^ kcc.c:733:11: note: in expansion of macro 'bitflag' inso |= bitflag(((u_char *) s)[2]); ^ kcc.c:101:24: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] #define bitflag(c) (1L << (c) - '@') ^ kcc.c:737:11: note: in expansion of macro 'bitflag' inso |= bitflag('I'); ^ kcc.c:101:24: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] #define bitflag(c) (1L << (c) - '@') ^ kcc.c:741:11: note: in expansion of macro 'bitflag' ingj |= bitflag('D'); ^ kcc.c:775:28: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (0xa0 < *(u_char *) s && *(u_char *) s < 0xff || ^ kcc.c:780:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (extend) ^ kcc.c: In function 'out': kcc.c:101:31: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] #define bitflag(c) (1L << (c) - '@') ^ kcc.c:902:11: note: in expansion of macro 'bitflag' insi |= bitflag(((u_char *) s)[2]); ^ kcc.c:101:24: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] #define bitflag(c) (1L << (c) - '@') ^ kcc.c:906:11: note: in expansion of macro 'bitflag' innj |= bitflag('B'); ^ kcc.c:101:31: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] #define bitflag(c) (1L << (c) - '@') ^ kcc.c:911:11: note: in expansion of macro 'bitflag' inso |= bitflag(((u_char *) s)[2]); ^ kcc.c:101:24: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] #define bitflag(c) (1L << (c) - '@') ^ kcc.c:915:11: note: in expansion of macro 'bitflag' inso |= bitflag('I'); ^ kcc.c:101:24: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] #define bitflag(c) (1L << (c) - '@') ^ kcc.c:919:11: note: in expansion of macro 'bitflag' ingj |= bitflag('D'); ^ kcc.c:941:3: warning: enumeration value 'M_ASCII' not handled in switch [-Wswitch] switch (inmode) { ^ kcc.c:1003:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] ((u_char *) s)[0] != SS2 && ^ kcc.c:1014:50: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (!(code & SJIS) || 0xa0 < ((u_char *) s)[0] && ^ kcc.c:957:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] } else if (((u_char *) s)[0] & 0x80) ^ kcc.c: In function 'jiskana': kcc.c:1197:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] putchar(!nogaiji || 0x20 < c && c < 0x60 ? c : HANPAD); ^ kcc.c: In function 'jiskanak': kcc.c:1211:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] putchar(!nogaiji || 0x20 < c && c < 0x60 ? c : HANPAD); ^ kcc.c: In function 'jiskana8': kcc.c:1225:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] putchar((!nogaiji || 0x20 < c && c < 0x60 ? c : HANPAD) | 0x80); ^ kcc.c: In function 'eucgaiji': kcc.c:1248:24: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] putchar(ZENPAD & 0xff | 0x80); ^ kcc.c: In function 'euckana': kcc.c:1264:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] putchar((!nogaiji || 0x20 < c && c < 0x60 ? c : HANPAD) | 0x80); ^ kcc.c: In function 'sjiskanji': kcc.c:1274:17: warning: suggest parentheses around '-' inside '>>' [-Wparentheses] putchar((c1 - 1 >> 1) + (c1 <= 0x5e ? 0x71 : 0xb1)); ^ kcc.c: In function 'sjisgaiji': kcc.c:1292:26: warning: suggest parentheses around '-' inside '>>' [-Wparentheses] putchar(c1 < 0x3b ? (c1 - 1 >> 1) + 0xe0 : 0xfc); ^ kcc.c: In function 'decgaiji': kcc.c:1353:24: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] putchar(ZENPAD & 0xff | 0x80); ^ kcc.c: At top level: kcc.c:25:13: warning: 'sccsid' defined but not used [-Wunused-variable] static char sccsid[] = "@(#)kcc.c 2.3 (Y.Tonooka) 7/1/94"; ^ kcc.c:26:13: warning: 'copyright' defined but not used [-Wunused-variable] static char copyright[] = "@(#)Copyright (c) 1992 Yasuhiro Tonooka"; ^ kcc.c: In function 'main': kcc.c:339:19: warning: 'dev' may be used uninitialized in this function [-Wmaybe-uninitialized] sbuf.st_dev == dev && sbuf.st_ino == ino) { ^ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -o kcc kcc.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8jPKUe + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm ++ dirname /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm + cd kcc + rm -rf /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm + mkdir -p /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/bin + mkdir -p /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/man/ja/man1 + mkdir -p /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/man/man1 + make BINPATH=/builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/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-39.fc22.arm/usr/bin `make install' done. Run `make install.man' to install a manual. + make MANPATH=/builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/man JMANDIR=ja install.man install -m 644 -p kcc.jman /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/man/ja/man1/kcc.1 ++ find /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/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-39.fc22.arm/usr/share/man/ja/man1/kcc.1 + mv -f /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/man/ja/man1/kcc.1.new /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/man/ja/man1/kcc.1 + chmod 444 /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/man/ja/man1/kcc.1 + install -m0644 -p /builddir/build/SOURCES/kcc.1 /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/man/man1/ + gzip -9 /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/man/man1/kcc.1 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/kcc extracting debug info from /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/bin/kcc dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 70 blocks + /usr/lib/rpm/check-buildroot + /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-java-repack-jars Processing files: kcc-2.3-39.fc22.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ltwjIq + umask 022 + cd /builddir/build/BUILD + cd kcc + DOCDIR=/builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/doc/kcc + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/doc/kcc + cp -pr COPYING /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/doc/kcc + cp -pr README /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm/usr/share/doc/kcc + exit 0 Provides: kcc = 2.3-39.fc22 kcc(armv7hl-32) = 2.3-39.fc22 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) rtld(GNU_HASH) Processing files: kcc-debuginfo-2.3-39.fc22.armv7hl Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm warning: Could not canonicalize hostname: arm02-builder21.arm.fedoraproject.org Wrote: /builddir/build/RPMS/kcc-2.3-39.fc22.armv7hl.rpm Wrote: /builddir/build/RPMS/kcc-debuginfo-2.3-39.fc22.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OapVnR + umask 022 + cd /builddir/build/BUILD + cd kcc + rm -rf /builddir/build/BUILDROOT/kcc-2.3-39.fc22.arm + exit 0 Child return code was: 0 LEAVE do -->