Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 19.14 KB  |  hits: 29  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. pbrunet@Choco:~$ mkdir pythran
  2. pbrunet@Choco:~$ cd pythran/
  3. pbrunet@Choco:~/pythran$ git clone ssh://git@git.geekou.info/pythonic++
  4. Cloning into pythonic++...
  5. remote: Counting objects: 72, done.
  6. remote: Compressing objects: 100% (69/69), done.
  7. remote: Total 72 (delta 34), reused 0 (delta 0)
  8. Receiving objects: 100% (72/72), 16.50 KiB, done.
  9. Resolving deltas: 100% (34/34), done.
  10. pbrunet@Choco:~/pythran$ git clone ssh://git@git.geekou.info/pythran
  11. Cloning into pythran...
  12. remote: Counting objects: 260, done.
  13. remote: Compressing objects: 100% (249/249), done.
  14. remote: Total 260 (delta 129), reused 0 (delta 0)
  15. Receiving objects: 100% (260/260), 63.75 KiB | 13 KiB/s, done.
  16. Resolving deltas: 100% (129/129), done.
  17. pbrunet@Choco:~/pythran/pythonic++$ autoreconf -vi
  18. Can't exec "libtoolize": Aucun fichier ou dossier de ce type at /usr/bin/autoreconf2.50 line 196.
  19. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf2.50 line 196.
  20. autoreconf2.50: Entering directory `.'
  21. autoreconf2.50: configure.ac: not using Gettext
  22. autoreconf2.50: running: aclocal
  23. autoreconf2.50: configure.ac: tracing
  24. autoreconf2.50: configure.ac: not using Libtool
  25. autoreconf2.50: running: /usr/bin/autoconf
  26. autoreconf2.50: configure.ac: not using Autoheader
  27. autoreconf2.50: running: automake --add-missing --copy --no-force
  28. configure.ac:5: installing `./install-sh'
  29. configure.ac:5: installing `./missing'
  30. tests/Makefile.am: installing `./depcomp'
  31. autoreconf2.50: Leaving directory `.'
  32. pbrunet@Choco:~/pythran/pythonic++$ ./configure --prefix=$HOME/pythran/install
  33. checking for a BSD-compatible install... /usr/bin/install -c
  34. checking whether build environment is sane... yes
  35. checking for a thread-safe mkdir -p... /bin/mkdir -p
  36. checking for gawk... no
  37. checking for mawk... mawk
  38. checking whether make sets $(MAKE)... yes
  39. checking for g++... g++
  40. checking whether the C++ compiler works... yes
  41. checking for C++ compiler default output file name... a.out
  42. checking for suffix of executables...
  43. checking whether we are cross compiling... no
  44. checking for suffix of object files... o
  45. checking whether we are using the GNU C++ compiler... rm: cannot remove `core': Is a directory
  46. yes
  47. checking whether g++ accepts -g... rm: cannot remove `core': Is a directory
  48. yes
  49. checking for style of include used by make... GNU
  50. checking dependency style of g++... gcc3
  51. checking if g++ supports C++0x features without additional flags... rm: cannot remove `core': Is a directory
  52. no
  53. checking if g++ supports C++0x features with -std=c++0x... rm: cannot remove `core': Is a directory
  54. yes
  55. checking if g++ supports C++0x features with -std=gnu++0x... rm: cannot remove `core': Is a directory
  56. yes
  57. configure: creating ./config.status
  58. config.status: creating Makefile
  59. config.status: creating pythonic++.pc
  60. config.status: creating tests/Makefile
  61. config.status: executing depfiles commands
  62. rm: cannot remove `core': Is a directory
  63. pbrunet@Choco:~/pythran/pythonic++$ make
  64. Making all in tests
  65. make[1]: entrant dans le répertoire « /home/pbrunet/pythran/pythonic++/tests »
  66. make[1]: Rien à faire pour « all ».
  67. make[1]: quittant le répertoire « /home/pbrunet/pythran/pythonic++/tests »
  68. make[1]: entrant dans le répertoire « /home/pbrunet/pythran/pythonic++ »
  69. make[1]: Rien à faire pour « all-am ».
  70. make[1]: quittant le répertoire « /home/pbrunet/pythran/pythonic++ »
  71. pbrunet@Choco:~/pythran/pythonic++$ make install
  72. Making install in tests
  73. make[1]: entrant dans le répertoire « /home/pbrunet/pythran/pythonic++/tests »
  74. make[2]: entrant dans le répertoire « /home/pbrunet/pythran/pythonic++/tests »
  75. make[2]: Rien à faire pour « install-exec-am ».
  76. make[2]: Rien à faire pour « install-data-am ».
  77. make[2]: quittant le répertoire « /home/pbrunet/pythran/pythonic++/tests »
  78. make[1]: quittant le répertoire « /home/pbrunet/pythran/pythonic++/tests »
  79. make[1]: entrant dans le répertoire « /home/pbrunet/pythran/pythonic++ »
  80. make[2]: entrant dans le répertoire « /home/pbrunet/pythran/pythonic++ »
  81. make[2]: Rien à faire pour « install-exec-am ».
  82. test -z "/home/pbrunet/pythran/install/include" || /bin/mkdir -p "/home/pbrunet/pythran/install/include"
  83. /bin/mkdir -p '/home/pbrunet/pythran/install/include/core'
  84.  /usr/bin/install -c -m 644  core/intrinsics.h core/io.h core/sequence.h core/utils.h '/home/pbrunet/pythran/install/include/core'
  85. /bin/mkdir -p '/home/pbrunet/pythran/install/include/modules'
  86.  /usr/bin/install -c -m 644  modules/math.h '/home/pbrunet/pythran/install/include/modules'
  87.  /usr/bin/install -c -m 644  pythonic++.h '/home/pbrunet/pythran/install/include/.'
  88. test -z "/home/pbrunet/pythran/install/lib/pkgconfig" || /bin/mkdir -p "/home/pbrunet/pythran/install/lib/pkgconfig"
  89.  /usr/bin/install -c -m 644 pythonic++.pc '/home/pbrunet/pythran/install/lib/pkgconfig'
  90. make[2]: quittant le répertoire « /home/pbrunet/pythran/pythonic++ »
  91. make[1]: quittant le répertoire « /home/pbrunet/pythran/pythonic++ »
  92. pbrunet@Choco:~/pythran/pythran$ python setup.py test
  93. running test
  94. EEEEE
  95. ======================================================================
  96. ERROR: test_scipy (unittest.loader.ModuleImportFailure)
  97. ----------------------------------------------------------------------
  98. ImportError: Failed to import test module: test_scipy
  99. Traceback (most recent call last):
  100.   File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests
  101.     module = self._get_module_from_name(name)
  102.   File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
  103.     __import__(name)
  104.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_scipy.py", line 1, in <module>
  105.     from test_env import TestEnv
  106.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_env.py", line 1, in <module>
  107.     from pythran import cxx_generator, compile
  108.   File "/home/pbrunet/pythran/pythran/pythran/__init__.py", line 1, in <module>
  109.     from interface import cxx_generator, compile
  110.   File "/home/pbrunet/pythran/pythran/pythran/interface.py", line 6, in <module>
  111.     from cgen import *
  112.   File "/home/pbrunet/pythran/pythran/cgen/__init__.py", line 23, in <module>
  113.     import numpy
  114. ImportError: No module named numpy
  115.  
  116.  
  117. ======================================================================
  118. ERROR: test_spec_parser (unittest.loader.ModuleImportFailure)
  119. ----------------------------------------------------------------------
  120. ImportError: Failed to import test module: test_spec_parser
  121. Traceback (most recent call last):
  122.   File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests
  123.     module = self._get_module_from_name(name)
  124.   File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
  125.     __import__(name)
  126.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_spec_parser.py", line 2, in <module>
  127.     from pythran import spec_parser
  128.   File "/home/pbrunet/pythran/pythran/pythran/__init__.py", line 1, in <module>
  129.     from interface import cxx_generator, compile
  130.   File "/home/pbrunet/pythran/pythran/pythran/interface.py", line 6, in <module>
  131.     from cgen import *
  132.   File "/home/pbrunet/pythran/pythran/cgen/__init__.py", line 23, in <module>
  133.     import numpy
  134. ImportError: No module named numpy
  135.  
  136.  
  137. ======================================================================
  138. ERROR: test_base (unittest.loader.ModuleImportFailure)
  139. ----------------------------------------------------------------------
  140. ImportError: Failed to import test module: test_base
  141. Traceback (most recent call last):
  142.   File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests
  143.     module = self._get_module_from_name(name)
  144.   File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
  145.     __import__(name)
  146.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_base.py", line 1, in <module>
  147.     from test_env import TestEnv
  148.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_env.py", line 1, in <module>
  149.     from pythran import cxx_generator, compile
  150.   File "/home/pbrunet/pythran/pythran/pythran/__init__.py", line 1, in <module>
  151.     from interface import cxx_generator, compile
  152.   File "/home/pbrunet/pythran/pythran/pythran/interface.py", line 6, in <module>
  153.     from cgen import *
  154.   File "/home/pbrunet/pythran/pythran/cgen/__init__.py", line 23, in <module>
  155.     import numpy
  156. ImportError: No module named numpy
  157.  
  158.  
  159. ======================================================================
  160. ERROR: test_env (unittest.loader.ModuleImportFailure)
  161. ----------------------------------------------------------------------
  162. ImportError: Failed to import test module: test_env
  163. Traceback (most recent call last):
  164.   File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests
  165.     module = self._get_module_from_name(name)
  166.   File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
  167.     __import__(name)
  168.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_env.py", line 1, in <module>
  169.     from pythran import cxx_generator, compile
  170.   File "/home/pbrunet/pythran/pythran/pythran/__init__.py", line 1, in <module>
  171.     from interface import cxx_generator, compile
  172.   File "/home/pbrunet/pythran/pythran/pythran/interface.py", line 6, in <module>
  173.     from cgen import *
  174.   File "/home/pbrunet/pythran/pythran/cgen/__init__.py", line 23, in <module>
  175.     import numpy
  176. ImportError: No module named numpy
  177.  
  178.  
  179. ======================================================================
  180. ERROR: test_copperhead (unittest.loader.ModuleImportFailure)
  181. ----------------------------------------------------------------------
  182. ImportError: Failed to import test module: test_copperhead
  183. Traceback (most recent call last):
  184.   File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests
  185.     module = self._get_module_from_name(name)
  186.   File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
  187.     __import__(name)
  188.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_copperhead.py", line 1, in <module>
  189.     from test_env import TestEnv
  190.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_env.py", line 1, in <module>
  191.     from pythran import cxx_generator, compile
  192.   File "/home/pbrunet/pythran/pythran/pythran/__init__.py", line 1, in <module>
  193.     from interface import cxx_generator, compile
  194.   File "/home/pbrunet/pythran/pythran/pythran/interface.py", line 6, in <module>
  195.     from cgen import *
  196.   File "/home/pbrunet/pythran/pythran/cgen/__init__.py", line 23, in <module>
  197.     import numpy
  198. ImportError: No module named numpy
  199.  
  200.  
  201. ----------------------------------------------------------------------
  202. Ran 5 tests in 0.001s
  203.  
  204. FAILED (errors=5)
  205. pbrunet@Choco:~/pythran/pythran$ easy_install --prefix=$HOME/pythran/install codepy
  206. error: can't create or remove files in install directory
  207.  
  208. The following error occurred while trying to add or remove files in the
  209. installation directory:
  210.  
  211.     [Errno 2] No such file or directory: '/home/pbrunet/pythran/install/lib/python2.7/site-packages/test-easy-install-15574.pth'
  212.  
  213. The installation directory you specified (via --install-dir, --prefix, or
  214. the distutils default setting) was:
  215.  
  216.     /home/pbrunet/pythran/install/lib/python2.7/site-packages
  217.  
  218. This directory does not currently exist.  Please create it and try again, or
  219. choose a different installation directory (using the -d or --install-dir
  220. option).
  221. pbrunet@Choco:~/pythran/pythran$ cd ../install/lib/
  222. pbrunet@Choco:~/pythran/install/lib$ mkdir python2.7 && cd python2.7 && mkdir site-packages
  223. pbrunet@Choco:~/pythran/pythran$ export PYTHONPATH=$HOME/pythran/install/lib/python2.7/site-packages
  224. pbrunet@Choco:~/pythran/pythran$ easy_install --prefix=$HOME/pythran/install codepy
  225. Searching for codepy
  226. Best match: codepy 2012.1.2
  227. Processing codepy-2012.1.2-py2.7.egg
  228. codepy 2012.1.2 is already the active version in easy-install.pth
  229.  
  230. Using /home/pbrunet/pythran/install/lib/python2.7/site-packages/codepy-2012.1.2-py2.7.egg
  231. Processing dependencies for codepy
  232. Searching for pytools>=8
  233. Reading http://pypi.python.org/simple/pytools/
  234. Reading http://mathema.tician.de/software/pytools
  235. Best match: pytools 2011.5
  236. Downloading http://pypi.python.org/packages/source/p/pytools/pytools-2011.5.tar.gz#md5=90107519fee21eeb7e712afb2178a568
  237. Processing pytools-2011.5.tar.gz
  238. Running pytools-2011.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-M7HIdw/pytools-2011.5/egg-dist-tmp-DO4OG_
  239. Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz
  240. Extracting in /tmp/easy_install-M7HIdw/pytools-2011.5/temp/tmpdZYvEl
  241. Now working in /tmp/easy_install-M7HIdw/pytools-2011.5/temp/tmpdZYvEl/distribute-0.6.14
  242. Building a Distribute egg in /tmp/easy_install-M7HIdw/pytools-2011.5
  243. /tmp/easy_install-M7HIdw/pytools-2011.5/distribute-0.6.14-py2.7.egg
  244. zip_safe flag not set; analyzing archive contents...
  245. pytools.diskdict: module references __file__
  246. Adding pytools 2011.5 to easy-install.pth file
  247.  
  248. Installed /home/pbrunet/pythran/install/lib/python2.7/site-packages/pytools-2011.5-py2.7.egg
  249. Searching for decorator>=3.2.0
  250. Reading http://pypi.python.org/simple/decorator/
  251. Best match: decorator 3.3.3
  252. Downloading http://pypi.python.org/packages/source/d/decorator/decorator-3.3.3.tar.gz#md5=f5a0227cb1c34a0e7d5b7f9cd2ae3135
  253. Processing decorator-3.3.3.tar.gz
  254. Running decorator-3.3.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-3KWU5i/decorator-3.3.3/egg-dist-tmp-4ROmEf
  255. /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'use_2to3'
  256.   warnings.warn(msg)
  257. warning: no previously-included files found matching 'Makefile'
  258. Adding decorator 3.3.3 to easy-install.pth file
  259.  
  260. Installed /home/pbrunet/pythran/install/lib/python2.7/site-packages/decorator-3.3.3-py2.7.egg
  261. Finished processing dependencies for codepy
  262. pbrunet@Choco:~/pythran/pythran$ python setup.py testrunning test
  263. EEEEE
  264. ======================================================================
  265. ERROR: test_scipy (unittest.loader.ModuleImportFailure)
  266. ----------------------------------------------------------------------
  267. ImportError: Failed to import test module: test_scipy
  268. Traceback (most recent call last):
  269.   File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests
  270.     module = self._get_module_from_name(name)
  271.   File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
  272.     __import__(name)
  273.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_scipy.py", line 1, in <module>
  274.     from test_env import TestEnv
  275.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_env.py", line 1, in <module>
  276.     from pythran import cxx_generator, compile
  277.   File "/home/pbrunet/pythran/pythran/pythran/__init__.py", line 1, in <module>
  278.     from interface import cxx_generator, compile
  279.   File "/home/pbrunet/pythran/pythran/pythran/interface.py", line 6, in <module>
  280.     from cgen import *
  281.   File "/home/pbrunet/pythran/pythran/cgen/__init__.py", line 23, in <module>
  282.     import numpy
  283. ImportError: No module named numpy
  284.  
  285.  
  286. ======================================================================
  287. ERROR: test_spec_parser (unittest.loader.ModuleImportFailure)
  288. ----------------------------------------------------------------------
  289. ImportError: Failed to import test module: test_spec_parser
  290. Traceback (most recent call last):
  291.   File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests
  292.     module = self._get_module_from_name(name)
  293.   File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
  294.     __import__(name)
  295.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_spec_parser.py", line 2, in <module>
  296.     from pythran import spec_parser
  297.   File "/home/pbrunet/pythran/pythran/pythran/__init__.py", line 1, in <module>
  298.     from interface import cxx_generator, compile
  299.   File "/home/pbrunet/pythran/pythran/pythran/interface.py", line 6, in <module>
  300.     from cgen import *
  301.   File "/home/pbrunet/pythran/pythran/cgen/__init__.py", line 23, in <module>
  302.     import numpy
  303. ImportError: No module named numpy
  304.  
  305.  
  306. ======================================================================
  307. ERROR: test_base (unittest.loader.ModuleImportFailure)
  308. ----------------------------------------------------------------------
  309. ImportError: Failed to import test module: test_base
  310. Traceback (most recent call last):
  311.   File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests
  312.     module = self._get_module_from_name(name)
  313.   File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
  314.     __import__(name)
  315.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_base.py", line 1, in <module>
  316.     from test_env import TestEnv
  317.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_env.py", line 1, in <module>
  318.     from pythran import cxx_generator, compile
  319.   File "/home/pbrunet/pythran/pythran/pythran/__init__.py", line 1, in <module>
  320.     from interface import cxx_generator, compile
  321.   File "/home/pbrunet/pythran/pythran/pythran/interface.py", line 6, in <module>
  322.     from cgen import *
  323.   File "/home/pbrunet/pythran/pythran/cgen/__init__.py", line 23, in <module>
  324.     import numpy
  325. ImportError: No module named numpy
  326.  
  327.  
  328. ======================================================================
  329. ERROR: test_env (unittest.loader.ModuleImportFailure)
  330. ----------------------------------------------------------------------
  331. ImportError: Failed to import test module: test_env
  332. Traceback (most recent call last):
  333.   File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests
  334.     module = self._get_module_from_name(name)
  335.   File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
  336.     __import__(name)
  337.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_env.py", line 1, in <module>
  338.     from pythran import cxx_generator, compile
  339.   File "/home/pbrunet/pythran/pythran/pythran/__init__.py", line 1, in <module>
  340.     from interface import cxx_generator, compile
  341.   File "/home/pbrunet/pythran/pythran/pythran/interface.py", line 6, in <module>
  342.     from cgen import *
  343.   File "/home/pbrunet/pythran/pythran/cgen/__init__.py", line 23, in <module>
  344.     import numpy
  345. ImportError: No module named numpy
  346.  
  347.  
  348. ======================================================================
  349. ERROR: test_copperhead (unittest.loader.ModuleImportFailure)
  350. ----------------------------------------------------------------------
  351. ImportError: Failed to import test module: test_copperhead
  352. Traceback (most recent call last):
  353.   File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests
  354.     module = self._get_module_from_name(name)
  355.   File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
  356.     __import__(name)
  357.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_copperhead.py", line 1, in <module>
  358.     from test_env import TestEnv
  359.   File "/home/pbrunet/pythran/pythran/pythran/tests/test_env.py", line 1, in <module>
  360.     from pythran import cxx_generator, compile
  361.   File "/home/pbrunet/pythran/pythran/pythran/__init__.py", line 1, in <module>
  362.     from interface import cxx_generator, compile
  363.   File "/home/pbrunet/pythran/pythran/pythran/interface.py", line 6, in <module>
  364.     from cgen import *
  365.   File "/home/pbrunet/pythran/pythran/cgen/__init__.py", line 23, in <module>
  366.     import numpy
  367. ImportError: No module named numpy
  368.  
  369.  
  370. ----------------------------------------------------------------------
  371. Ran 5 tests in 0.001s
  372.  
  373. FAILED (errors=5)