Mock Version: 1.1.39 Mock Version: 1.1.39 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/libx86.spec'], False, '/var/lib/mock/f21-build-2182816-399666/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/libx86.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: arm04-builder08.arm.fedoraproject.org Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/libx86-1.1-19.fc21.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/libx86.spec'], False, '/var/lib/mock/f21-build-2182816-399666/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/libx86.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.44iM2j + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libx86-1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/libx86-1.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd libx86-1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (libx86-add-pkgconfig.patch):' Patch #0 (libx86-add-pkgconfig.patch): + /usr/bin/cat /builddir/build/SOURCES/libx86-add-pkgconfig.patch + /usr/bin/patch -p1 --fuzz=0 patching file Makefile patching file x86.pc.in + echo 'Patch #1 (libx86-mmap-offset.patch):' Patch #1 (libx86-mmap-offset.patch): + /usr/bin/cat /builddir/build/SOURCES/libx86-mmap-offset.patch + /usr/bin/patch -p1 --fuzz=0 patching file lrmi.c patching file thunk.c patching file x86-common.c patching file x86-common.h + echo 'Patch #2 (libx86-libc-test.patch):' Patch #2 (libx86-libc-test.patch): + /usr/bin/cat /builddir/build/SOURCES/libx86-libc-test.patch + /usr/bin/patch -p1 --fuzz=0 patching file Makefile Hunk #1 succeeded at 6 (offset 1 line). patching file thunk.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1LO1ln + umask 022 + cd /builddir/build/BUILD + cd libx86-1.1 + 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' + make BACKEND=x86emu LIBDIR=/usr/lib -j4 make LIBRARY=static static make[1]: Entering directory '/builddir/build/BUILD/libx86-1.1' 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 -DX86EMU -DX86EMU -c -o x86-common.o x86-common.c 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 -DX86EMU -DX86EMU -c -o thunk.o thunk.c 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 -DX86EMU -DX86EMU -c -o x86emu/decode.o x86emu/decode.c 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 -DX86EMU -DX86EMU -c -o x86emu/debug.o x86emu/debug.c x86emu/debug.c: In function 'x86emu_dump_xregs': x86emu/debug.c:403:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("\tEAX=%08x ", M.x86.R_EAX ); ^ x86emu/debug.c:404:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("EBX=%08x ", M.x86.R_EBX ); ^ x86emu/debug.c:405:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("ECX=%08x ", M.x86.R_ECX ); ^ x86emu/debug.c:406:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("EDX=%08x \n", M.x86.R_EDX ); ^ x86emu/debug.c:407:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("\tESP=%08x ", M.x86.R_ESP ); ^ x86emu/debug.c:408:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("EBP=%08x ", M.x86.R_EBP ); ^ x86emu/debug.c:409:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("ESI=%08x ", M.x86.R_ESI ); ^ x86emu/debug.c:410:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("EDI=%08x\n", M.x86.R_EDI ); ^ x86emu/debug.c:415:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("EIP=%08x\n\t", M.x86.R_EIP ); ^ x86-common.c: In function 'LRMI_common_init': x86-common.c:216:9: warning: assignment makes pointer from integer without a cast offset = mem_info.offset - REAL_MEM_BASE; ^ 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 -DX86EMU -DX86EMU -c -o x86emu/fpu.o x86emu/fpu.c 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 -DX86EMU -DX86EMU -c -o x86emu/ops.o x86emu/ops.c 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 -DX86EMU -DX86EMU -c -o x86emu/ops2.o x86emu/ops2.c 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 -DX86EMU -DX86EMU -c -o x86emu/prim_ops.o x86emu/prim_ops.c 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 -DX86EMU -DX86EMU -c -o x86emu/sys.o x86emu/sys.c ar cru libx86.a x86-common.o thunk.o x86emu/decode.o x86emu/debug.o x86emu/fpu.o x86emu/ops.o x86emu/ops2.o x86emu/prim_ops.o x86emu/sys.o make[1]: Leaving directory '/builddir/build/BUILD/libx86-1.1' make objclean make[1]: Entering directory '/builddir/build/BUILD/libx86-1.1' make -C x86emu clean make[2]: Entering directory '/builddir/build/BUILD/libx86-1.1/x86emu' rm -f *.a *.o *~ make[2]: Leaving directory '/builddir/build/BUILD/libx86-1.1/x86emu' rm -f *.o *~ make[1]: Leaving directory '/builddir/build/BUILD/libx86-1.1' make LIBRARY=shared shared make[1]: Entering directory '/builddir/build/BUILD/libx86-1.1' 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 -DX86EMU -DX86EMU -fPIC -c -o x86-common.o x86-common.c 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 -DX86EMU -DX86EMU -fPIC -c -o thunk.o thunk.c 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 -DX86EMU -DX86EMU -fPIC -c -o x86emu/decode.o x86emu/decode.c 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 -DX86EMU -DX86EMU -fPIC -c -o x86emu/debug.o x86emu/debug.c x86emu/debug.c: In function 'x86emu_dump_xregs': x86emu/debug.c:403:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("\tEAX=%08x ", M.x86.R_EAX ); ^ x86emu/debug.c:404:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("EBX=%08x ", M.x86.R_EBX ); ^ x86emu/debug.c:405:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("ECX=%08x ", M.x86.R_ECX ); ^ x86emu/debug.c:406:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("EDX=%08x \n", M.x86.R_EDX ); ^ x86emu/debug.c:407:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("\tESP=%08x ", M.x86.R_ESP ); ^ x86emu/debug.c:408:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("EBP=%08x ", M.x86.R_EBP ); ^ x86emu/debug.c:409:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("ESI=%08x ", M.x86.R_ESI ); ^ x86emu/debug.c:410:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("EDI=%08x\n", M.x86.R_EDI ); ^ x86emu/debug.c:415:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'x86emuu32' [-Wformat=] printf("EIP=%08x\n\t", M.x86.R_EIP ); ^ x86-common.c: In function 'LRMI_common_init': x86-common.c:216:9: warning: assignment makes pointer from integer without a cast offset = mem_info.offset - REAL_MEM_BASE; ^ 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 -DX86EMU -DX86EMU -fPIC -c -o x86emu/fpu.o x86emu/fpu.c 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 -DX86EMU -DX86EMU -fPIC -c -o x86emu/ops.o x86emu/ops.c 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 -DX86EMU -DX86EMU -fPIC -c -o x86emu/ops2.o x86emu/ops2.c 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 -DX86EMU -DX86EMU -fPIC -c -o x86emu/prim_ops.o x86emu/prim_ops.c 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 -DX86EMU -DX86EMU -fPIC -c -o x86emu/sys.o x86emu/sys.c 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 -DX86EMU -DX86EMU -fPIC -o libx86.so.1 -shared -Wl,-soname,libx86.so.1 x86-common.o thunk.o x86emu/decode.o x86emu/debug.o x86emu/fpu.o x86emu/ops.o x86emu/ops2.o x86emu/prim_ops.o x86emu/sys.o make[1]: Leaving directory '/builddir/build/BUILD/libx86-1.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.E293jp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm ++ dirname /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm + cd libx86-1.1 + rm -rf /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm + make install DESTDIR=/builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm LIBDIR=/usr/lib sed -e's,@prefix@,/usr,' x86.pc.in > x86.pc sed -e's,@exec_prefix@,/usr,' -i x86.pc sed -e's,@libdir@,/usr/lib,' -i x86.pc sed -e's,@includedir@,/usr/include,' -i x86.pc sed -e's,@PACKAGE_VERSION@,1.1,' -i x86.pc install -D libx86.so.1 /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm/usr/lib/libx86.so.1 install -D libx86.a /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm/usr/lib/libx86.a install -D x86.pc /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm/usr/lib/pkgconfig/x86.pc ln -sf libx86.so.1 /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm/usr/lib/libx86.so install -p -m 0644 -D lrmi.h /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm/usr/include/libx86.h + rm /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm//usr/lib/libx86.a + /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/libx86-1.1 extracting debug info from /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm/usr/lib/libx86.so.1 dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib/libx86.so.1.debug to /usr/lib/debug/usr/lib/libx86.so.debug 1334 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: libx86-1.1-19.fc21.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9XeLpw + umask 022 + cd /builddir/build/BUILD + cd libx86-1.1 + DOCDIR=/builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm/usr/share/doc/libx86 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm/usr/share/doc/libx86 + cp -pr COPYRIGHT /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm/usr/share/doc/libx86 + exit 0 Provides: libx86 = 1.1-19.fc21 libx86(armv7hl-32) = 1.1-19.fc21 libx86.so.1 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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: libx86-devel-1.1-19.fc21.armv7hl Provides: libx86-devel = 1.1-19.fc21 libx86-devel(armv7hl-32) = 1.1-19.fc21 pkgconfig(x86) = 1.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libx86.so.1 Processing files: libx86-debuginfo-1.1-19.fc21.armv7hl Provides: libx86-debuginfo = 1.1-19.fc21 libx86-debuginfo(armv7hl-32) = 1.1-19.fc21 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm warning: Could not canonicalize hostname: arm04-builder08.arm.fedoraproject.org Wrote: /builddir/build/RPMS/libx86-1.1-19.fc21.armv7hl.rpm Wrote: /builddir/build/RPMS/libx86-devel-1.1-19.fc21.armv7hl.rpm Wrote: /builddir/build/RPMS/libx86-debuginfo-1.1-19.fc21.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ufl5ua + umask 022 + cd /builddir/build/BUILD + cd libx86-1.1 + rm -rf /builddir/build/BUILDROOT/libx86-1.1-19.fc21.arm + exit 0 Child return code was: 0 LEAVE do -->