-*- mode: compilation; default-directory: "~/RPM/SPECS/" -*- Compilation started at Tue Mar 10 08:46:30 rpmbuild -ba Cython.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.axHRah + umask 022 + cd /home/nbecker/RPM/BUILD + LANG=C + export LANG + unset DISPLAY + cd /home/nbecker/RPM/BUILD + rm -rf Cython-0.11.rc + /usr/bin/gzip -dc /home/nbecker/RPM/SOURCES/Cython-0.11.rc.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Cython-0.11.rc + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (Cython-0.11.rc.patch1):' Patch #1 (Cython-0.11.rc.patch1): + /bin/cat /home/nbecker/RPM/SOURCES/Cython-0.11.rc.patch1 + /usr/bin/patch -s -p1 --fuzz=0 + echo 'Patch #2 (Cython-0.11.rc.patch2):' Patch #2 (Cython-0.11.rc.patch2): + /bin/cat /home/nbecker/RPM/SOURCES/Cython-0.11.rc.patch2 + /usr/bin/patch -s -p1 --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HXMJYl + umask 022 + cd /home/nbecker/RPM/BUILD + cd Cython-0.11.rc + LANG=C + export LANG + unset DISPLAY + /usr/bin/python setup.py build Compiling module Cython.Plex.Scanners ... Compiling module Cython.Compiler.Scanning ... Compiling module Cython.Compiler.Parsing ... Compiling module Cython.Compiler.Visitor ... Compiling module Cython.Runtime.refnanny ... ERROR: [Errno 2] No such file or directory: u'/home/nbecker/RPM/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx' Extension module compilation failed, using plain Python implementation running build running build_py creating build creating build/lib creating build/lib/pyximport copying pyximport/__init__.py -> build/lib/pyximport copying pyximport/pyximport.py -> build/lib/pyximport copying pyximport/pyxbuild.py -> build/lib/pyximport copying cython.py -> build/lib creating build/lib/Cython copying Cython/CodeWriter.py -> build/lib/Cython copying Cython/StringIOTree.py -> build/lib/Cython copying Cython/Utils.py -> build/lib/Cython copying Cython/Debugging.py -> build/lib/Cython copying Cython/TestUtils.py -> build/lib/Cython copying Cython/__init__.py -> build/lib/Cython copying Cython/Shadow.py -> build/lib/Cython creating build/lib/Cython/Compiler copying Cython/Compiler/Nodes.py -> build/lib/Cython/Compiler copying Cython/Compiler/Interpreter.py -> build/lib/Cython/Compiler copying Cython/Compiler/Builtin.py -> build/lib/Cython/Compiler copying Cython/Compiler/StringEncoding.py -> build/lib/Cython/Compiler copying Cython/Compiler/CythonScope.py -> build/lib/Cython/Compiler copying Cython/Compiler/ModuleNode.py -> build/lib/Cython/Compiler copying Cython/Compiler/Symtab.py -> build/lib/Cython/Compiler copying Cython/Compiler/Code.py -> build/lib/Cython/Compiler copying Cython/Compiler/DebugFlags.py -> build/lib/Cython/Compiler copying Cython/Compiler/AutoDocTransforms.py -> build/lib/Cython/Compiler copying Cython/Compiler/Parsing.py -> build/lib/Cython/Compiler copying Cython/Compiler/PyrexTypes.py -> build/lib/Cython/Compiler copying Cython/Compiler/UtilNodes.py -> build/lib/Cython/Compiler copying Cython/Compiler/Lexicon.py -> build/lib/Cython/Compiler copying Cython/Compiler/Options.py -> build/lib/Cython/Compiler copying Cython/Compiler/ExprNodes.py -> build/lib/Cython/Compiler copying Cython/Compiler/Errors.py -> build/lib/Cython/Compiler copying Cython/Compiler/__init__.py -> build/lib/Cython/Compiler copying Cython/Compiler/CodeGeneration.py -> build/lib/Cython/Compiler copying Cython/Compiler/Future.py -> build/lib/Cython/Compiler copying Cython/Compiler/ControlFlow.py -> build/lib/Cython/Compiler copying Cython/Compiler/Buffer.py -> build/lib/Cython/Compiler copying Cython/Compiler/Optimize.py -> build/lib/Cython/Compiler copying Cython/Compiler/TypeSlots.py -> build/lib/Cython/Compiler copying Cython/Compiler/CmdLine.py -> build/lib/Cython/Compiler copying Cython/Compiler/TreeFragment.py -> build/lib/Cython/Compiler copying Cython/Compiler/Version.py -> build/lib/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.py -> build/lib/Cython/Compiler copying Cython/Compiler/Main.py -> build/lib/Cython/Compiler copying Cython/Compiler/Visitor.py -> build/lib/Cython/Compiler copying Cython/Compiler/Scanning.py -> build/lib/Cython/Compiler copying Cython/Compiler/Annotate.py -> build/lib/Cython/Compiler copying Cython/Compiler/Naming.py -> build/lib/Cython/Compiler creating build/lib/Cython/Runtime copying Cython/Runtime/__init__.py -> build/lib/Cython/Runtime creating build/lib/Cython/Distutils copying Cython/Distutils/build_ext.py -> build/lib/Cython/Distutils copying Cython/Distutils/extension.py -> build/lib/Cython/Distutils copying Cython/Distutils/__init__.py -> build/lib/Cython/Distutils creating build/lib/Cython/Mac copying Cython/Mac/TS_Misc_Suite.py -> build/lib/Cython/Mac copying Cython/Mac/MacUtils.py -> build/lib/Cython/Mac copying Cython/Mac/__init__.py -> build/lib/Cython/Mac copying Cython/Mac/MacSystem.py -> build/lib/Cython/Mac copying Cython/Mac/DarwinSystem.py -> build/lib/Cython/Mac creating build/lib/Cython/Unix copying Cython/Unix/LinuxSystem.py -> build/lib/Cython/Unix copying Cython/Unix/__init__.py -> build/lib/Cython/Unix creating build/lib/Cython/Plex copying Cython/Plex/Machines.py -> build/lib/Cython/Plex copying Cython/Plex/DFA.py -> build/lib/Cython/Plex copying Cython/Plex/Lexicons.py -> build/lib/Cython/Plex copying Cython/Plex/Actions.py -> build/lib/Cython/Plex copying Cython/Plex/Errors.py -> build/lib/Cython/Plex copying Cython/Plex/Timing.py -> build/lib/Cython/Plex copying Cython/Plex/Scanners.py -> build/lib/Cython/Plex copying Cython/Plex/__init__.py -> build/lib/Cython/Plex copying Cython/Plex/test_tm.py -> build/lib/Cython/Plex copying Cython/Plex/Traditional.py -> build/lib/Cython/Plex copying Cython/Plex/Transitions.py -> build/lib/Cython/Plex copying Cython/Plex/Regexps.py -> build/lib/Cython/Plex creating build/lib/Cython/Tests copying Cython/Tests/__init__.py -> build/lib/Cython/Tests copying Cython/Tests/TestCodeWriter.py -> build/lib/Cython/Tests creating build/lib/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib/Cython/Compiler/Tests copying Cython/Compiler/Tests/__init__.py -> build/lib/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestBuffer.py -> build/lib/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestDecorators.py -> build/lib/Cython/Compiler/Tests creating build/lib/Cython/Includes copying Cython/Includes/python_unicode.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_instance.pxd -> build/lib/Cython/Includes copying Cython/Includes/numpy.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_complex.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_exc.pxd -> build/lib/Cython/Includes copying Cython/Includes/python.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_tuple.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_module.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_iterator.pxd -> build/lib/Cython/Includes copying Cython/Includes/__cython__.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_long.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_sequence.pxd -> build/lib/Cython/Includes copying Cython/Includes/python2.5.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_object.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_list.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_ref.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_parse.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_mem.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_dict.pxd -> build/lib/Cython/Includes copying Cython/Includes/stdlib.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_float.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_string.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_buffer.pxd -> build/lib/Cython/Includes copying Cython/Includes/stdio.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_type.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_set.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_version.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_mapping.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_number.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_int.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_method.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_bool.pxd -> build/lib/Cython/Includes copying Cython/Includes/python_function.pxd -> build/lib/Cython/Includes copying Cython/Compiler/Lexicon.pickle -> build/lib/Cython/Compiler running build_scripts creating build/scripts-2.5 copying and adjusting bin/cython -> build/scripts-2.5 changing mode of build/scripts-2.5/cython from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Aey9CI + umask 022 + cd /home/nbecker/RPM/BUILD + cd Cython-0.11.rc + LANG=C + export LANG + unset DISPLAY + rm -rf /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64 Compiling module Cython.Plex.Scanners ... Compiling module Cython.Compiler.Scanning ... Compiling module Cython.Compiler.Parsing ... Compiling module Cython.Compiler.Visitor ... Compiling module Cython.Runtime.refnanny ... ERROR: [Errno 2] No such file or directory: u'/home/nbecker/RPM/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx' Extension module compilation failed, using plain Python implementation running install running install_lib creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64 creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5 creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython copying build/lib/Cython/CodeWriter.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython copying build/lib/Cython/StringIOTree.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Mac copying build/lib/Cython/Mac/TS_Misc_Suite.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Mac copying build/lib/Cython/Mac/MacUtils.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Mac copying build/lib/Cython/Mac/__init__.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Mac copying build/lib/Cython/Mac/MacSystem.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Mac copying build/lib/Cython/Mac/DarwinSystem.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Mac creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_unicode.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_instance.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/numpy.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_complex.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_exc.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_tuple.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_module.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_iterator.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/__cython__.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_long.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_sequence.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python2.5.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_object.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_list.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_ref.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_parse.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_mem.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_dict.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/stdlib.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_float.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_string.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_buffer.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/stdio.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_type.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_set.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_version.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_mapping.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_number.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_int.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_method.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_bool.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes copying build/lib/Cython/Includes/python_function.pxd -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Includes creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Unix copying build/lib/Cython/Unix/LinuxSystem.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Unix copying build/lib/Cython/Unix/__init__.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Unix creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Runtime copying build/lib/Cython/Runtime/__init__.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Runtime creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Distutils copying build/lib/Cython/Distutils/build_ext.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Distutils copying build/lib/Cython/Distutils/extension.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Distutils copying build/lib/Cython/Distutils/__init__.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Distutils copying build/lib/Cython/Utils.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Nodes.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Interpreter.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Builtin.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/StringEncoding.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/CythonScope.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/ModuleNode.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Symtab.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Code.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/DebugFlags.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/AutoDocTransforms.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Parsing.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/PyrexTypes.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/UtilNodes.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Lexicon.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Options.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/ExprNodes.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Errors.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/__init__.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/CodeGeneration.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Future.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/ControlFlow.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Buffer.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Optimize.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/TypeSlots.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/CmdLine.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/TreeFragment.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Version.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/ParseTreeTransforms.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Main.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Lexicon.pickle -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Visitor.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Scanning.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Compiler/Annotate.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Tests copying build/lib/Cython/Compiler/Tests/TestTreeFragment.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Tests copying build/lib/Cython/Compiler/Tests/__init__.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Tests copying build/lib/Cython/Compiler/Tests/TestBuffer.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Tests copying build/lib/Cython/Compiler/Tests/TestParseTreeTransforms.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Tests copying build/lib/Cython/Compiler/Tests/TestDecorators.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Tests copying build/lib/Cython/Compiler/Naming.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler copying build/lib/Cython/Debugging.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython copying build/lib/Cython/TestUtils.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython copying build/lib/Cython/__init__.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython copying build/lib/Cython/Shadow.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex copying build/lib/Cython/Plex/Machines.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex copying build/lib/Cython/Plex/DFA.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex copying build/lib/Cython/Plex/Lexicons.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex copying build/lib/Cython/Plex/Actions.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex copying build/lib/Cython/Plex/Errors.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex copying build/lib/Cython/Plex/Timing.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex copying build/lib/Cython/Plex/Scanners.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex copying build/lib/Cython/Plex/__init__.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex copying build/lib/Cython/Plex/test_tm.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex copying build/lib/Cython/Plex/Traditional.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex copying build/lib/Cython/Plex/Transitions.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex copying build/lib/Cython/Plex/Regexps.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Tests copying build/lib/Cython/Tests/__init__.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Tests copying build/lib/Cython/Tests/TestCodeWriter.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Tests copying build/lib/cython.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/pyximport copying build/lib/pyximport/__init__.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/pyximport copying build/lib/pyximport/pyxbuild.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/pyximport copying build/lib/pyximport/pyximport.py -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/pyximport byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/CodeWriter.py to CodeWriter.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/StringIOTree.py to StringIOTree.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Mac/TS_Misc_Suite.py to TS_Misc_Suite.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Mac/MacUtils.py to MacUtils.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Mac/__init__.py to __init__.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Mac/MacSystem.py to MacSystem.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Mac/DarwinSystem.py to DarwinSystem.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Unix/LinuxSystem.py to LinuxSystem.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Unix/__init__.py to __init__.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Runtime/__init__.py to __init__.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Distutils/build_ext.py to build_ext.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Distutils/extension.py to extension.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Distutils/__init__.py to __init__.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Utils.py to Utils.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Nodes.py to Nodes.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Interpreter.py to Interpreter.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Builtin.py to Builtin.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/StringEncoding.py to StringEncoding.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/CythonScope.py to CythonScope.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/ModuleNode.py to ModuleNode.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Symtab.py to Symtab.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Code.py to Code.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/DebugFlags.py to DebugFlags.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/AutoDocTransforms.py to AutoDocTransforms.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Parsing.py to Parsing.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/PyrexTypes.py to PyrexTypes.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/UtilNodes.py to UtilNodes.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Lexicon.py to Lexicon.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Options.py to Options.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/ExprNodes.py to ExprNodes.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Errors.py to Errors.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/__init__.py to __init__.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/CodeGeneration.py to CodeGeneration.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Future.py to Future.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/ControlFlow.py to ControlFlow.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Buffer.py to Buffer.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Optimize.py to Optimize.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/TypeSlots.py to TypeSlots.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/CmdLine.py to CmdLine.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/TreeFragment.py to TreeFragment.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Version.py to Version.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/ParseTreeTransforms.py to ParseTreeTransforms.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Main.py to Main.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Visitor.py to Visitor.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Scanning.py to Scanning.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Annotate.py to Annotate.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Tests/TestTreeFragment.py to TestTreeFragment.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Tests/__init__.py to __init__.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Tests/TestBuffer.py to TestBuffer.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Tests/TestParseTreeTransforms.py to TestParseTreeTransforms.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Tests/TestDecorators.py to TestDecorators.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Compiler/Naming.py to Naming.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Debugging.py to Debugging.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/TestUtils.py to TestUtils.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/__init__.py to __init__.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Shadow.py to Shadow.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex/Machines.py to Machines.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex/DFA.py to DFA.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex/Lexicons.py to Lexicons.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex/Actions.py to Actions.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex/Errors.py to Errors.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex/Timing.py to Timing.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex/Scanners.py to Scanners.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex/__init__.py to __init__.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex/test_tm.py to test_tm.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex/Traditional.py to Traditional.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex/Transitions.py to Transitions.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Plex/Regexps.py to Regexps.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Tests/__init__.py to __init__.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython/Tests/TestCodeWriter.py to TestCodeWriter.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/cython.py to cython.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/pyximport/__init__.py to __init__.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/pyximport/pyxbuild.py to pyxbuild.pyc byte-compiling /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/pyximport/pyximport.py to pyximport.pyc writing byte-compilation script '/tmp/tmphQ49vp.py' /usr/bin/python -O /tmp/tmphQ49vp.py removing /tmp/tmphQ49vp.py running install_scripts creating /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/bin copying build/scripts-2.5/cython -> /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/bin changing mode of /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/bin/cython to 755 running install_egg_info Writing /home/nbecker/RPM/BUILDROOT/Cython-0.11-1rc.fc10.x86_64/usr/lib/python2.5/site-packages/Cython-0.11.rc-py2.5.egg-info + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/nbecker/RPM/BUILD/Cython-0.11.rc find: `debug': No such file or directory + /usr/lib/rpm/check-rpaths /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 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.PkY4Mt + umask 022 + cd /home/nbecker/RPM/BUILD + cd Cython-0.11.rc + unset DISPLAY + /usr/bin/python runtests.py Running tests against Cython 0.11.rc Python 2.5.2 (r252:60911, Sep 30 2008, 15:42:03) [GCC 4.3.2 20080917 (Red Hat 4.3.2-4)] Traceback (most recent call last): File "runtests.py", line 559, in pyxbuild_dir=os.path.join(WORKDIR, "support")) File "/home/nbecker/RPM/BUILD/Cython-0.11.rc/pyximport/pyxbuild.py", line 26, in pyx_to_dll assert os.path.exists(filename) AssertionError error: Bad exit status from /var/tmp/rpm-tmp.PkY4Mt (%check) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.PkY4Mt (%check) Compilation exited abnormally with code 1 at Tue Mar 10 08:46:46