Mock Version: 1.1.39 Mock Version: 1.1.39 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/libx86.spec'], False, '/var/lib/mock/f21-build-2182815-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 x86_64 --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: buildvm-16.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 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 x86_64 --nodeps builddir/build/SPECS/libx86.spec'], False, '/var/lib/mock/f21-build-2182815-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 x86_64 --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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.90fgPf + 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 Patch #1 (libx86-mmap-offset.patch): + echo '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 Patch #2 (libx86-libc-test.patch): + echo '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.lpd7xD + 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 -m64 -mtune=generic' + make BACKEND=x86emu LIBDIR=/usr/lib64 -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -DX86EMU -DX86EMU -c -o x86emu/debug.o x86emu/debug.c x86-common.c: In function 'get_int_seg': x86-common.c:198:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return *(unsigned short *)(i * 4 + 2); ^ x86-common.c: In function 'get_int_off': x86-common.c:205:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return *(unsigned short *)(i * 4); ^ 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; ^ thunk.c: In function 'LRMI_init': thunk.c:160:3: warning: initialization from incompatible pointer type (&x_inl), ^ thunk.c:160:3: warning: (near initialization for 'pioFuncs.inl') thunk.c:164:2: warning: initialization from incompatible pointer type }; ^ thunk.c:164:2: warning: (near initialization for 'pioFuncs.outl') thunk.c:178:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] X86_SS = (unsigned int) stack >> 4; ^ thunk.c: In function 'real_call': thunk.c:210:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] X86_SS = (unsigned int) stack >> 4; ^ 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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -DX86EMU -DX86EMU -fPIC -c -o x86emu/debug.o x86emu/debug.c thunk.c: In function 'LRMI_init': thunk.c:160:3: warning: initialization from incompatible pointer type (&x_inl), ^ thunk.c:160:3: warning: (near initialization for 'pioFuncs.inl') thunk.c:164:2: warning: initialization from incompatible pointer type }; ^ thunk.c:164:2: warning: (near initialization for 'pioFuncs.outl') thunk.c:178:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] X86_SS = (unsigned int) stack >> 4; ^ thunk.c: In function 'real_call': thunk.c:210:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] X86_SS = (unsigned int) stack >> 4; ^ x86-common.c: In function 'get_int_seg': x86-common.c:198:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return *(unsigned short *)(i * 4 + 2); ^ x86-common.c: In function 'get_int_off': x86-common.c:205:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return *(unsigned short *)(i * 4); ^ 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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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.6dRtO9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64 ++ dirname /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64 + cd libx86-1.1 + rm -rf /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64 + make install DESTDIR=/builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64 LIBDIR=/usr/lib64 sed -e's,@prefix@,/usr,' x86.pc.in > x86.pc sed -e's,@exec_prefix@,/usr,' -i x86.pc sed -e's,@libdir@,/usr/lib64,' -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.x86_64/usr/lib64/libx86.so.1 install -D libx86.a /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64/usr/lib64/libx86.a install -D x86.pc /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64/usr/lib64/pkgconfig/x86.pc ln -sf libx86.so.1 /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64/usr/lib64/libx86.so install -p -m 0644 -D lrmi.h /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64/usr/include/libx86.h + rm /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64//usr/lib64/libx86.a + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/libx86-1.1 extracting debug info from /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64/usr/lib64/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/lib64/libx86.so.1.debug to /usr/lib/debug/usr/lib64/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.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0ZsLyH + umask 022 + cd /builddir/build/BUILD + cd libx86-1.1 + DOCDIR=/builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64/usr/share/doc/libx86 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64/usr/share/doc/libx86 + cp -pr COPYRIGHT /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64/usr/share/doc/libx86 + exit 0 Provides: libx86 = 1.1-19.fc21 libx86(x86-64) = 1.1-19.fc21 libx86.so.1()(64bit) 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: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) rtld(GNU_HASH) Processing files: libx86-devel-1.1-19.fc21.x86_64 Provides: libx86-devel = 1.1-19.fc21 libx86-devel(x86-64) = 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()(64bit) Processing files: libx86-debuginfo-1.1-19.fc21.x86_64 Provides: libx86-debuginfo = 1.1-19.fc21 libx86-debuginfo(x86-64) = 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.x86_64 warning: Could not canonicalize hostname: buildvm-16.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/libx86-1.1-19.fc21.x86_64.rpm Wrote: /builddir/build/RPMS/libx86-devel-1.1-19.fc21.x86_64.rpm Wrote: /builddir/build/RPMS/libx86-debuginfo-1.1-19.fc21.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dGBuNf + umask 022 + cd /builddir/build/BUILD + cd libx86-1.1 + rm -rf /builddir/build/BUILDROOT/libx86-1.1-19.fc21.x86_64 + exit 0 Child return code was: 0 LEAVE do -->