Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/python-ctypes.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-2718-4808/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/python-ctypes.spec'] sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: opus3.rutgers.edu Building target platforms: i386 Building for target i386 Wrote: /builddir/build/SRPMS/python-ctypes-1.0.2-1.ru6.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/python-ctypes.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-2718-4808/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/python-ctypes.spec'] Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bZPA1u + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf ctypes-1.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/ctypes-1.0.2.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ctypes-1.0.2 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.n9ix5P + umask 022 + cd /builddir/build/BUILD + cd ctypes-1.0.2 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + /usr/bin/python setup.py build running build running build_py creating build creating build/lib.linux-i686-2.6 creating build/lib.linux-i686-2.6/ctypes copying ctypes/util.py -> build/lib.linux-i686-2.6/ctypes copying ctypes/__init__.py -> build/lib.linux-i686-2.6/ctypes copying ctypes/_endian.py -> build/lib.linux-i686-2.6/ctypes copying ctypes/wintypes.py -> build/lib.linux-i686-2.6/ctypes creating build/lib.linux-i686-2.6/ctypes/macholib copying ctypes/macholib/dyld.py -> build/lib.linux-i686-2.6/ctypes/macholib copying ctypes/macholib/dylib.py -> build/lib.linux-i686-2.6/ctypes/macholib copying ctypes/macholib/__init__.py -> build/lib.linux-i686-2.6/ctypes/macholib copying ctypes/macholib/framework.py -> build/lib.linux-i686-2.6/ctypes/macholib creating build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_python_api.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_loading.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_slicing.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_macholib.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_callbacks.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_errcheck.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_incomplete.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_anon.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_win32.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_checkretval.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_init.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_random_things.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_unaligned_structures.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_numbers.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_structures.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_returnfuncptrs.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_unicode.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/runtests.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_objects.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_varsize_struct.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_strings.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_bitfields.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_arrays.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_as_parameter.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_refcounts.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_repr.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/__init__.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_byteswap.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_array_in_pointer.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_prototypes.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_sizes.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_integers.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_stringptr.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_funcptr.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_find.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_pointers.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_memfunctions.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_keeprefs.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_libc.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_values.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_cfuncs.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_simplesubclasses.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_buffers.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_cast.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_internals.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_parameters.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_functions.py -> build/lib.linux-i686-2.6/ctypes/test copying ctypes/test/test_struct_fields.py -> build/lib.linux-i686-2.6/ctypes/test running build_ext creating build/temp.linux-i686-2.6 creating build/temp.linux-i686-2.6/libffi checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking for ANSI C header files... (cached) yes checking for memcpy... yes checking for working alloca.h... yes checking for alloca... yes checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 12 checking whether byte ordering is bigendian... no checking whether .eh_frame section should be read-only... no checking for __attribute__((visibility("hidden")))... yes configure: creating ./config.status config.status: creating include/ffi.h config.status: creating fficonfig.py config.status: creating fficonfig.h config.status: linking /builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/ffitarget.h to include/ffitarget.h config.status: linking /builddir/build/BUILD/ctypes-1.0.2/source/libffi/include/ffi_common.h to include/ffi_common.h config.status: executing include commands config.status: executing src commands Configuring static FFI library: cd build/temp.linux-i686-2.6/libffi && env CFLAGS='' '/builddir/build/BUILD/ctypes-1.0.2/source/libffi/configure' building '_ctypes' extension creating build/temp.linux-i686-2.6/source creating build/temp.linux-i686-2.6/builddir creating build/temp.linux-i686-2.6/builddir/build creating build/temp.linux-i686-2.6/builddir/build/BUILD creating build/temp.linux-i686-2.6/builddir/build/BUILD/ctypes-1.0.2 creating build/temp.linux-i686-2.6/builddir/build/BUILD/ctypes-1.0.2/source creating build/temp.linux-i686-2.6/builddir/build/BUILD/ctypes-1.0.2/source/libffi creating build/temp.linux-i686-2.6/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src creating build/temp.linux-i686-2.6/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86 gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.6/libffi/include -Ibuild/temp.linux-i686-2.6/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.6 -c source/_ctypes.c -o build/temp.linux-i686-2.6/source/_ctypes.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.6/libffi/include -Ibuild/temp.linux-i686-2.6/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.6 -c source/callbacks.c -o build/temp.linux-i686-2.6/source/callbacks.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.6/libffi/include -Ibuild/temp.linux-i686-2.6/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.6 -c source/callproc.c -o build/temp.linux-i686-2.6/source/callproc.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.6/libffi/include -Ibuild/temp.linux-i686-2.6/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.6 -c source/stgdict.c -o build/temp.linux-i686-2.6/source/stgdict.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.6/libffi/include -Ibuild/temp.linux-i686-2.6/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.6 -c source/cfield.c -o build/temp.linux-i686-2.6/source/cfield.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.6/libffi/include -Ibuild/temp.linux-i686-2.6/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.6 -c source/malloc_closure.c -o build/temp.linux-i686-2.6/source/malloc_closure.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.6/libffi/include -Ibuild/temp.linux-i686-2.6/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.6 -c /builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/prep_cif.c -o build/temp.linux-i686-2.6/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/prep_cif.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.6/libffi/include -Ibuild/temp.linux-i686-2.6/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.6 -c /builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/ffi.c -o build/temp.linux-i686-2.6/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/ffi.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.6/libffi/include -Ibuild/temp.linux-i686-2.6/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.6 -c /builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/sysv.S -o build/temp.linux-i686-2.6/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/sysv.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.6/source/_ctypes.o build/temp.linux-i686-2.6/source/callbacks.o build/temp.linux-i686-2.6/source/callproc.o build/temp.linux-i686-2.6/source/stgdict.o build/temp.linux-i686-2.6/source/cfield.o build/temp.linux-i686-2.6/source/malloc_closure.o build/temp.linux-i686-2.6/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/prep_cif.o build/temp.linux-i686-2.6/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/ffi.o build/temp.linux-i686-2.6/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/sysv.o -L/usr/lib -lpython2.6 -o build/lib.linux-i686-2.6/_ctypes.so building '_ctypes_test' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -I/usr/include/python2.6 -c source/_ctypes_test.c -o build/temp.linux-i686-2.6/source/_ctypes_test.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.6/source/_ctypes_test.o -L/usr/lib -lpython2.6 -o build/lib.linux-i686-2.6/_ctypes_test.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.V4GiBt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386 ++ dirname /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386 + cd ctypes-1.0.2 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386 running install running install_lib creating /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386 creating /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr creating /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib creating /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6 creating /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages copying build/lib.linux-i686-2.6/_ctypes.so -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages copying build/lib.linux-i686-2.6/_ctypes_test.so -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages creating /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes copying build/lib.linux-i686-2.6/ctypes/util.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes creating /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/macholib copying build/lib.linux-i686-2.6/ctypes/macholib/dyld.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/macholib copying build/lib.linux-i686-2.6/ctypes/macholib/dylib.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/macholib copying build/lib.linux-i686-2.6/ctypes/macholib/__init__.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/macholib copying build/lib.linux-i686-2.6/ctypes/macholib/framework.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/macholib creating /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_python_api.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_loading.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_slicing.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_macholib.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_callbacks.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_errcheck.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_incomplete.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_anon.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_win32.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_checkretval.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_init.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_random_things.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_unaligned_structures.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_numbers.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_structures.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_returnfuncptrs.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_unicode.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/runtests.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_objects.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_varsize_struct.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_strings.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_bitfields.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_arrays.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_as_parameter.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_refcounts.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_repr.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/__init__.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_byteswap.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_array_in_pointer.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_prototypes.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_sizes.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_integers.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_stringptr.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_funcptr.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_find.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_pointers.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_memfunctions.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_keeprefs.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_libc.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_values.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_cfuncs.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_simplesubclasses.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_buffers.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_cast.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_internals.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_parameters.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_functions.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/test/test_struct_fields.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test copying build/lib.linux-i686-2.6/ctypes/__init__.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes copying build/lib.linux-i686-2.6/ctypes/_endian.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes copying build/lib.linux-i686-2.6/ctypes/wintypes.py -> /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/macholib/dyld.py to dyld.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/macholib/dylib.py to dylib.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/macholib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/macholib/framework.py to framework.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_python_api.py to test_python_api.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_loading.py to test_loading.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_slicing.py to test_slicing.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_macholib.py to test_macholib.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_callbacks.py to test_callbacks.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_errcheck.py to test_errcheck.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_incomplete.py to test_incomplete.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_anon.py to test_anon.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_win32.py to test_win32.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_checkretval.py to test_checkretval.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_init.py to test_init.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_random_things.py to test_random_things.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_unaligned_structures.py to test_unaligned_structures.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_numbers.py to test_numbers.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_structures.py to test_structures.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_returnfuncptrs.py to test_returnfuncptrs.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_unicode.py to test_unicode.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/runtests.py to runtests.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_objects.py to test_objects.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_varsize_struct.py to test_varsize_struct.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_strings.py to test_strings.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_bitfields.py to test_bitfields.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_arrays.py to test_arrays.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_as_parameter.py to test_as_parameter.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_refcounts.py to test_refcounts.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_repr.py to test_repr.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_byteswap.py to test_byteswap.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_array_in_pointer.py to test_array_in_pointer.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_prototypes.py to test_prototypes.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_sizes.py to test_sizes.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_integers.py to test_integers.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_stringptr.py to test_stringptr.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_funcptr.py to test_funcptr.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_find.py to test_find.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_pointers.py to test_pointers.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_memfunctions.py to test_memfunctions.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_keeprefs.py to test_keeprefs.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_libc.py to test_libc.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_values.py to test_values.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_cfuncs.py to test_cfuncs.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_simplesubclasses.py to test_simplesubclasses.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_buffers.py to test_buffers.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_cast.py to test_cast.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_internals.py to test_internals.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_parameters.py to test_parameters.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_functions.py to test_functions.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/test/test_struct_fields.py to test_struct_fields.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/_endian.py to _endian.pyc byte-compiling /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes/wintypes.py to wintypes.pyc writing byte-compilation script '/tmp/tmp1tASIM.py' /usr/bin/python -O /tmp/tmp1tASIM.py removing /tmp/tmp1tASIM.py running install_egg_info Writing /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/ctypes-1.0.2-py2.6.egg-info + /usr/bin/python setup.py clean running clean removing 'build/temp.linux-i686-2.6' (and everything under it) + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/ctypes-1.0.2 extracting debug info from /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/_ctypes.so extracting debug info from /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/site-packages/_ctypes_test.so cpio: ctypes-1.0.2/build/temp.linux-i686-2.6/libffi/include/ffi.h: Cannot stat: No such file or directory cpio: ctypes-1.0.2/build/temp.linux-i686-2.6/libffi/include/ffi_common.h: Cannot stat: No such file or directory cpio: ctypes-1.0.2/build/temp.linux-i686-2.6/libffi/include/ffitarget.h: Cannot stat: No such file or directory 549 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile Bytecompiling .py files below /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/lib/python2.6/ using /usr/bin/python2.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-ctypes-1.0.2-1.ru6.i386 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.I0qQAb + umask 022 + cd /builddir/build/BUILD + cd ctypes-1.0.2 + DOCDIR=/builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/share/doc/python-ctypes-1.0.2 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/share/doc/python-ctypes-1.0.2 + /bin/mkdir -p /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/share/doc/python-ctypes-1.0.2 + cp -pr LICENSE.txt README.txt docs /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386/usr/share/doc/python-ctypes-1.0.2 + exit 0 Provides: _ctypes.so _ctypes_test.so Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libpthread.so.0 libpython2.6.so.1.0 python(abi) = 2.6 rtld(GNU_HASH) Processing files: python-ctypes-debuginfo-1.0.2-1.ru6.i386 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386 warning: Could not canonicalize hostname: opus3.rutgers.edu Wrote: /builddir/build/RPMS/python-ctypes-1.0.2-1.ru6.i386.rpm Wrote: /builddir/build/RPMS/python-ctypes-debuginfo-1.0.2-1.ru6.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zC7Fvq + umask 022 + cd /builddir/build/BUILD + cd ctypes-1.0.2 + rm -rf /builddir/build/BUILDROOT/python-ctypes-1.0.2-1.ru6.i386 + exit 0 Child returncode was: 0 LEAVE do -->