Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.14 KB | None | 0 0
  1. Downloading/unpacking cython
  2. Running setup.py egg_info for package cython
  3. Compiling module Cython.Plex.Scanners ...
  4. Compiling module Cython.Plex.Actions ...
  5. Compiling module Cython.Compiler.Lexicon ...
  6. Compiling module Cython.Compiler.Scanning ...
  7. Compiling module Cython.Compiler.Parsing ...
  8. Compiling module Cython.Compiler.Visitor ...
  9. Compiling module Cython.Compiler.FlowControl ...
  10. Compiling module Cython.Compiler.Code ...
  11. Compiling module Cython.Runtime.refnanny ...
  12.  
  13. warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests'
  14. warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests'
  15. warning: no files found matching '*.h' under directory 'Cython/Debugger/Tests'
  16. warning: no files found matching '*.pxd' under directory 'Cython/Utility'
  17. Installing collected packages: cython
  18. Running setup.py install for cython
  19. building 'Cython.Plex.Scanners' extension
  20. /usr/bin/arm-apple-darwin9-gcc-4.2.1 -fno-strict-aliasing -I/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk/usr/include/ -I/Users/linusyang/Documents/Code/python/python-for-ios/prelib/usr/include -arch armv6 -pipe -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/usr/include/python2.7 -c /private/var/tmp/pip_build_root/cython/Cython/Plex/Scanners.c -o build/temp.darwin-10.5-arm-2.7/private/var/tmp/pip_build_root/cython/Cython/Plex/Scanners.o
  21. cc1: error: unrecognized command line option "-arch"
  22. error: command '/usr/bin/arm-apple-darwin9-gcc-4.2.1' failed with exit status 1
  23. Complete output from command /usr/bin/python -c "import setuptools;__file__='/private/var/tmp/pip_build_root/cython/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-4Wc0UT-record/install-record.txt --single-version-externally-managed:
  24. running install
  25.  
  26. running build
  27.  
  28. running build_py
  29.  
  30. creating build
  31.  
  32. creating build/lib.darwin-10.5-arm-2.7
  33.  
  34. copying cython.py -> build/lib.darwin-10.5-arm-2.7
  35.  
  36. creating build/lib.darwin-10.5-arm-2.7/Cython
  37.  
  38. copying Cython/CodeWriter.py -> build/lib.darwin-10.5-arm-2.7/Cython
  39.  
  40. copying Cython/Debugging.py -> build/lib.darwin-10.5-arm-2.7/Cython
  41.  
  42. copying Cython/Shadow.py -> build/lib.darwin-10.5-arm-2.7/Cython
  43.  
  44. copying Cython/StringIOTree.py -> build/lib.darwin-10.5-arm-2.7/Cython
  45.  
  46. copying Cython/TestUtils.py -> build/lib.darwin-10.5-arm-2.7/Cython
  47.  
  48. copying Cython/Utils.py -> build/lib.darwin-10.5-arm-2.7/Cython
  49.  
  50. copying Cython/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython
  51.  
  52. creating build/lib.darwin-10.5-arm-2.7/Cython/Build
  53.  
  54. copying Cython/Build/BuildExecutable.py -> build/lib.darwin-10.5-arm-2.7/Cython/Build
  55.  
  56. copying Cython/Build/Dependencies.py -> build/lib.darwin-10.5-arm-2.7/Cython/Build
  57.  
  58. copying Cython/Build/Inline.py -> build/lib.darwin-10.5-arm-2.7/Cython/Build
  59.  
  60. copying Cython/Build/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython/Build
  61.  
  62. creating build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  63.  
  64. copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  65.  
  66. copying Cython/Compiler/Annotate.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  67.  
  68. copying Cython/Compiler/AutoDocTransforms.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  69.  
  70. copying Cython/Compiler/Buffer.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  71.  
  72. copying Cython/Compiler/Builtin.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  73.  
  74. copying Cython/Compiler/CmdLine.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  75.  
  76. copying Cython/Compiler/Code.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  77.  
  78. copying Cython/Compiler/CodeGeneration.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  79.  
  80. copying Cython/Compiler/CythonScope.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  81.  
  82. copying Cython/Compiler/DebugFlags.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  83.  
  84. copying Cython/Compiler/Errors.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  85.  
  86. copying Cython/Compiler/ExprNodes.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  87.  
  88. copying Cython/Compiler/FlowControl.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  89.  
  90. copying Cython/Compiler/FusedNode.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  91.  
  92. copying Cython/Compiler/Future.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  93.  
  94. copying Cython/Compiler/Interpreter.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  95.  
  96. copying Cython/Compiler/Lexicon.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  97.  
  98. copying Cython/Compiler/Main.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  99.  
  100. copying Cython/Compiler/MemoryView.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  101.  
  102. copying Cython/Compiler/ModuleNode.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  103.  
  104. copying Cython/Compiler/Naming.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  105.  
  106. copying Cython/Compiler/Nodes.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  107.  
  108. copying Cython/Compiler/Optimize.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  109.  
  110. copying Cython/Compiler/Options.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  111.  
  112. copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  113.  
  114. copying Cython/Compiler/Parsing.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  115.  
  116. copying Cython/Compiler/Pipeline.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  117.  
  118. copying Cython/Compiler/PyrexTypes.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  119.  
  120. copying Cython/Compiler/Scanning.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  121.  
  122. copying Cython/Compiler/StringEncoding.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  123.  
  124. copying Cython/Compiler/Symtab.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  125.  
  126. copying Cython/Compiler/TreeFragment.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  127.  
  128. copying Cython/Compiler/TreePath.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  129.  
  130. copying Cython/Compiler/TypeInference.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  131.  
  132. copying Cython/Compiler/TypeSlots.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  133.  
  134. copying Cython/Compiler/UtilNodes.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  135.  
  136. copying Cython/Compiler/UtilityCode.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  137.  
  138. copying Cython/Compiler/Version.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  139.  
  140. copying Cython/Compiler/Visitor.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  141.  
  142. copying Cython/Compiler/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  143.  
  144. creating build/lib.darwin-10.5-arm-2.7/Cython/Runtime
  145.  
  146. copying Cython/Runtime/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython/Runtime
  147.  
  148. creating build/lib.darwin-10.5-arm-2.7/Cython/Distutils
  149.  
  150. copying Cython/Distutils/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython/Distutils
  151.  
  152. copying Cython/Distutils/build_ext.py -> build/lib.darwin-10.5-arm-2.7/Cython/Distutils
  153.  
  154. copying Cython/Distutils/extension.py -> build/lib.darwin-10.5-arm-2.7/Cython/Distutils
  155.  
  156. creating build/lib.darwin-10.5-arm-2.7/Cython/Plex
  157.  
  158. copying Cython/Plex/Actions.py -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  159.  
  160. copying Cython/Plex/DFA.py -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  161.  
  162. copying Cython/Plex/Errors.py -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  163.  
  164. copying Cython/Plex/Lexicons.py -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  165.  
  166. copying Cython/Plex/Machines.py -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  167.  
  168. copying Cython/Plex/Regexps.py -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  169.  
  170. copying Cython/Plex/Scanners.py -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  171.  
  172. copying Cython/Plex/Timing.py -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  173.  
  174. copying Cython/Plex/Traditional.py -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  175.  
  176. copying Cython/Plex/Transitions.py -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  177.  
  178. copying Cython/Plex/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  179.  
  180. creating build/lib.darwin-10.5-arm-2.7/Cython/Tests
  181.  
  182. copying Cython/Tests/TestCodeWriter.py -> build/lib.darwin-10.5-arm-2.7/Cython/Tests
  183.  
  184. copying Cython/Tests/TestStringIOTree.py -> build/lib.darwin-10.5-arm-2.7/Cython/Tests
  185.  
  186. copying Cython/Tests/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython/Tests
  187.  
  188. copying Cython/Tests/xmlrunner.py -> build/lib.darwin-10.5-arm-2.7/Cython/Tests
  189.  
  190. creating build/lib.darwin-10.5-arm-2.7/Cython/Build/Tests
  191.  
  192. copying Cython/Build/Tests/TestInline.py -> build/lib.darwin-10.5-arm-2.7/Cython/Build/Tests
  193.  
  194. copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.darwin-10.5-arm-2.7/Cython/Build/Tests
  195.  
  196. copying Cython/Build/Tests/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython/Build/Tests
  197.  
  198. creating build/lib.darwin-10.5-arm-2.7/Cython/Compiler/Tests
  199.  
  200. copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler/Tests
  201.  
  202. copying Cython/Compiler/Tests/TestMemView.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler/Tests
  203.  
  204. copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler/Tests
  205.  
  206. copying Cython/Compiler/Tests/TestSignatureMatching.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler/Tests
  207.  
  208. copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler/Tests
  209.  
  210. copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler/Tests
  211.  
  212. copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler/Tests
  213.  
  214. copying Cython/Compiler/Tests/TestVisitor.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler/Tests
  215.  
  216. copying Cython/Compiler/Tests/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler/Tests
  217.  
  218. creating build/lib.darwin-10.5-arm-2.7/Cython/Utility
  219.  
  220. copying Cython/Utility/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  221.  
  222. creating build/lib.darwin-10.5-arm-2.7/Cython/Tempita
  223.  
  224. copying Cython/Tempita/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython/Tempita
  225.  
  226. copying Cython/Tempita/_looper.py -> build/lib.darwin-10.5-arm-2.7/Cython/Tempita
  227.  
  228. copying Cython/Tempita/compat3.py -> build/lib.darwin-10.5-arm-2.7/Cython/Tempita
  229.  
  230. creating build/lib.darwin-10.5-arm-2.7/pyximport
  231.  
  232. copying pyximport/__init__.py -> build/lib.darwin-10.5-arm-2.7/pyximport
  233.  
  234. copying pyximport/pyxbuild.py -> build/lib.darwin-10.5-arm-2.7/pyximport
  235.  
  236. copying pyximport/pyximport.py -> build/lib.darwin-10.5-arm-2.7/pyximport
  237.  
  238. creating build/lib.darwin-10.5-arm-2.7/Cython/Debugger
  239.  
  240. copying Cython/Debugger/Cygdb.py -> build/lib.darwin-10.5-arm-2.7/Cython/Debugger
  241.  
  242. copying Cython/Debugger/DebugWriter.py -> build/lib.darwin-10.5-arm-2.7/Cython/Debugger
  243.  
  244. copying Cython/Debugger/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython/Debugger
  245.  
  246. copying Cython/Debugger/libcython.py -> build/lib.darwin-10.5-arm-2.7/Cython/Debugger
  247.  
  248. copying Cython/Debugger/libpython.py -> build/lib.darwin-10.5-arm-2.7/Cython/Debugger
  249.  
  250. creating build/lib.darwin-10.5-arm-2.7/Cython/Debugger/Tests
  251.  
  252. copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.darwin-10.5-arm-2.7/Cython/Debugger/Tests
  253.  
  254. copying Cython/Debugger/Tests/__init__.py -> build/lib.darwin-10.5-arm-2.7/Cython/Debugger/Tests
  255.  
  256. copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.darwin-10.5-arm-2.7/Cython/Debugger/Tests
  257.  
  258. copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.darwin-10.5-arm-2.7/Cython/Debugger/Tests
  259.  
  260. creating build/lib.darwin-10.5-arm-2.7/Cython/Includes
  261.  
  262. copying Cython/Includes/numpy.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes
  263.  
  264. copying Cython/Includes/openmp.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes
  265.  
  266. creating build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  267.  
  268. copying Cython/Includes/Deprecated/python.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  269.  
  270. copying Cython/Includes/Deprecated/python2.5.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  271.  
  272. copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  273.  
  274. copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  275.  
  276. copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  277.  
  278. copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  279.  
  280. copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  281.  
  282. copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  283.  
  284. copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  285.  
  286. copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  287.  
  288. copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  289.  
  290. copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  291.  
  292. copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  293.  
  294. copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  295.  
  296. copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  297.  
  298. copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  299.  
  300. copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  301.  
  302. copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  303.  
  304. copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  305.  
  306. copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  307.  
  308. copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  309.  
  310. copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  311.  
  312. copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  313.  
  314. copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  315.  
  316. copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  317.  
  318. copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  319.  
  320. copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  321.  
  322. copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  323.  
  324. copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  325.  
  326. copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  327.  
  328. copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  329.  
  330. copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  331.  
  332. copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  333.  
  334. copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  335.  
  336. copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  337.  
  338. copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  339.  
  340. copying Cython/Includes/Deprecated/stl.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/Deprecated
  341.  
  342. creating build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  343.  
  344. copying Cython/Includes/cpython/__init__.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  345.  
  346. copying Cython/Includes/cpython/array.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  347.  
  348. copying Cython/Includes/cpython/bool.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  349.  
  350. copying Cython/Includes/cpython/buffer.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  351.  
  352. copying Cython/Includes/cpython/bytes.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  353.  
  354. copying Cython/Includes/cpython/cobject.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  355.  
  356. copying Cython/Includes/cpython/complex.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  357.  
  358. copying Cython/Includes/cpython/datetime.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  359.  
  360. copying Cython/Includes/cpython/dict.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  361.  
  362. copying Cython/Includes/cpython/exc.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  363.  
  364. copying Cython/Includes/cpython/float.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  365.  
  366. copying Cython/Includes/cpython/function.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  367.  
  368. copying Cython/Includes/cpython/getargs.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  369.  
  370. copying Cython/Includes/cpython/instance.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  371.  
  372. copying Cython/Includes/cpython/int.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  373.  
  374. copying Cython/Includes/cpython/iterator.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  375.  
  376. copying Cython/Includes/cpython/list.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  377.  
  378. copying Cython/Includes/cpython/long.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  379.  
  380. copying Cython/Includes/cpython/mapping.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  381.  
  382. copying Cython/Includes/cpython/mem.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  383.  
  384. copying Cython/Includes/cpython/method.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  385.  
  386. copying Cython/Includes/cpython/module.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  387.  
  388. copying Cython/Includes/cpython/number.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  389.  
  390. copying Cython/Includes/cpython/object.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  391.  
  392. copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  393.  
  394. copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  395.  
  396. copying Cython/Includes/cpython/pystate.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  397.  
  398. copying Cython/Includes/cpython/pythread.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  399.  
  400. copying Cython/Includes/cpython/ref.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  401.  
  402. copying Cython/Includes/cpython/sequence.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  403.  
  404. copying Cython/Includes/cpython/set.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  405.  
  406. copying Cython/Includes/cpython/string.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  407.  
  408. copying Cython/Includes/cpython/tuple.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  409.  
  410. copying Cython/Includes/cpython/type.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  411.  
  412. copying Cython/Includes/cpython/unicode.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  413.  
  414. copying Cython/Includes/cpython/version.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  415.  
  416. copying Cython/Includes/cpython/weakref.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/cpython
  417.  
  418. creating build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  419.  
  420. copying Cython/Includes/libc/__init__.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  421.  
  422. copying Cython/Includes/libc/errno.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  423.  
  424. copying Cython/Includes/libc/float.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  425.  
  426. copying Cython/Includes/libc/limits.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  427.  
  428. copying Cython/Includes/libc/locale.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  429.  
  430. copying Cython/Includes/libc/math.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  431.  
  432. copying Cython/Includes/libc/setjmp.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  433.  
  434. copying Cython/Includes/libc/signal.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  435.  
  436. copying Cython/Includes/libc/stddef.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  437.  
  438. copying Cython/Includes/libc/stdint.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  439.  
  440. copying Cython/Includes/libc/stdio.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  441.  
  442. copying Cython/Includes/libc/stdlib.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  443.  
  444. copying Cython/Includes/libc/string.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libc
  445.  
  446. creating build/lib.darwin-10.5-arm-2.7/Cython/Includes/libcpp
  447.  
  448. copying Cython/Includes/libcpp/__init__.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libcpp
  449.  
  450. copying Cython/Includes/libcpp/deque.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libcpp
  451.  
  452. copying Cython/Includes/libcpp/list.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libcpp
  453.  
  454. copying Cython/Includes/libcpp/map.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libcpp
  455.  
  456. copying Cython/Includes/libcpp/pair.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libcpp
  457.  
  458. copying Cython/Includes/libcpp/queue.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libcpp
  459.  
  460. copying Cython/Includes/libcpp/set.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libcpp
  461.  
  462. copying Cython/Includes/libcpp/stack.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libcpp
  463.  
  464. copying Cython/Includes/libcpp/string.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libcpp
  465.  
  466. copying Cython/Includes/libcpp/utility.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libcpp
  467.  
  468. copying Cython/Includes/libcpp/vector.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/libcpp
  469.  
  470. creating build/lib.darwin-10.5-arm-2.7/Cython/Includes/posix
  471.  
  472. copying Cython/Includes/posix/__init__.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/posix
  473.  
  474. copying Cython/Includes/posix/fcntl.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/posix
  475.  
  476. copying Cython/Includes/posix/ioctl.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/posix
  477.  
  478. copying Cython/Includes/posix/unistd.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Includes/posix
  479.  
  480. copying Cython/Compiler/Code.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  481.  
  482. copying Cython/Compiler/FlowControl.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  483.  
  484. copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  485.  
  486. copying Cython/Compiler/Parsing.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  487.  
  488. copying Cython/Compiler/Scanning.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  489.  
  490. copying Cython/Compiler/Visitor.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Compiler
  491.  
  492. copying Cython/Runtime/refnanny.pyx -> build/lib.darwin-10.5-arm-2.7/Cython/Runtime
  493.  
  494. copying Cython/Plex/Actions.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  495.  
  496. copying Cython/Plex/Scanners.pxd -> build/lib.darwin-10.5-arm-2.7/Cython/Plex
  497.  
  498. copying Cython/Utility/CppConvert.pyx -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  499.  
  500. copying Cython/Utility/MemoryView.pyx -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  501.  
  502. copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  503.  
  504. copying Cython/Utility/TestCythonScope.pyx -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  505.  
  506. copying Cython/Utility/Buffer.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  507.  
  508. copying Cython/Utility/Builtins.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  509.  
  510. copying Cython/Utility/Capsule.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  511.  
  512. copying Cython/Utility/CythonFunction.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  513.  
  514. copying Cython/Utility/Exceptions.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  515.  
  516. copying Cython/Utility/ExtensionTypes.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  517.  
  518. copying Cython/Utility/FunctionArguments.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  519.  
  520. copying Cython/Utility/Generator.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  521.  
  522. copying Cython/Utility/ImportExport.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  523.  
  524. copying Cython/Utility/MemoryView_C.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  525.  
  526. copying Cython/Utility/ModuleSetupCode.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  527.  
  528. copying Cython/Utility/ObjectHandling.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  529.  
  530. copying Cython/Utility/Optimize.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  531.  
  532. copying Cython/Utility/Overflow.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  533.  
  534. copying Cython/Utility/Printing.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  535.  
  536. copying Cython/Utility/Profile.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  537.  
  538. copying Cython/Utility/StringTools.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  539.  
  540. copying Cython/Utility/TestUtilityLoader.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  541.  
  542. copying Cython/Utility/TypeConversion.c -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  543.  
  544. copying Cython/Utility/arrayarray.h -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  545.  
  546. copying Cython/Utility/CppSupport.cpp -> build/lib.darwin-10.5-arm-2.7/Cython/Utility
  547.  
  548. copying Cython/Debugger/Tests/codefile -> build/lib.darwin-10.5-arm-2.7/Cython/Debugger/Tests
  549.  
  550. copying Cython/Debugger/Tests/cfuncs.c -> build/lib.darwin-10.5-arm-2.7/Cython/Debugger/Tests
  551.  
  552. running build_ext
  553.  
  554. building 'Cython.Plex.Scanners' extension
  555.  
  556. creating build/temp.darwin-10.5-arm-2.7
  557.  
  558. creating build/temp.darwin-10.5-arm-2.7/private
  559.  
  560. creating build/temp.darwin-10.5-arm-2.7/private/var
  561.  
  562. creating build/temp.darwin-10.5-arm-2.7/private/var/tmp
  563.  
  564. creating build/temp.darwin-10.5-arm-2.7/private/var/tmp/pip_build_root
  565.  
  566. creating build/temp.darwin-10.5-arm-2.7/private/var/tmp/pip_build_root/cython
  567.  
  568. creating build/temp.darwin-10.5-arm-2.7/private/var/tmp/pip_build_root/cython/Cython
  569.  
  570. creating build/temp.darwin-10.5-arm-2.7/private/var/tmp/pip_build_root/cython/Cython/Plex
  571.  
  572. /usr/bin/arm-apple-darwin9-gcc-4.2.1 -fno-strict-aliasing -I/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk/usr/include/ -I/Users/linusyang/Documents/Code/python/python-for-ios/prelib/usr/include -arch armv6 -pipe -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/usr/include/python2.7 -c /private/var/tmp/pip_build_root/cython/Cython/Plex/Scanners.c -o build/temp.darwin-10.5-arm-2.7/private/var/tmp/pip_build_root/cython/Cython/Plex/Scanners.o
  573.  
  574. cc1: error: unrecognized command line option "-arch"
  575.  
  576. error: command '/usr/bin/arm-apple-darwin9-gcc-4.2.1' failed with exit status 1
  577.  
  578. ----------------------------------------
  579. Cleaning up...
  580. Command /usr/bin/python -c "import setuptools;__file__='/private/var/tmp/pip_build_root/cython/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-4Wc0UT-record/install-record.txt --single-version-externally-managed failed with error code 1 in /private/var/tmp/pip_build_root/cython
  581. Storing complete log in /var/root/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement