1. * Package: dev-python/ply-3.4-r1
  2. * Repository: gentoo
  3. * Maintainer: python@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_2 userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking ply-3.4.tar.gz to /tmp/portage/dev-python/ply-3.4-r1/work
  15. >>> Source unpacked in /tmp/portage/dev-python/ply-3.4-r1/work
  16. >>> Preparing source in /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4 ...
  17. >>> Source prepared.
  18. >>> Configuring source in /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4 ...
  19. >>> Source configured.
  20. >>> Compiling source in /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4 ...
  21. * python3.2: running distutils-r1_run_phase distutils-r1_python_compile
  22. /usr/bin/python3.2 setup.py build build --build-base /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2 --build-lib /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib --build-scripts /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/scripts
  23. * python2.7: running distutils-r1_run_phase distutils-r1_python_compile
  24. /usr/bin/python2.7 setup.py build build --build-base /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7 --build-lib /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib --build-scripts /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/scripts
  25. running build
  26. running build_py
  27. creating /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2
  28. creating /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib
  29. creating /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply
  30. copying ply/yacc.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply
  31. copying ply/lex.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply
  32. copying ply/ctokens.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply
  33. copying ply/cpp.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply
  34. copying ply/__init__.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply
  35. warning: build_py: byte-compiling is disabled, skipping.
  36. running build
  37. running build_py
  38. creating /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7
  39. creating /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib
  40. creating /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply
  41. copying ply/yacc.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply
  42. copying ply/lex.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply
  43. copying ply/ctokens.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply
  44. copying ply/cpp.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply
  45. copying ply/__init__.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply
  46. warning: build_py: byte-compiling is disabled, skipping.
  47. >>> Source compiled.
  48. * python3.2: running distutils-r1_run_phase python_test
  49. * python2.7: running distutils-r1_run_phase python_test
  50. ..F..FFFF..F..................................
  51. ======================================================================
  52. FAIL: test_lex_many_tokens (__main__.LexBuildOptionTests)
  53. ----------------------------------------------------------------------
  54. Traceback (most recent call last):
  55. File "testlex.py", line 559, in test_lex_many_tokens
  56. self.assert_(pymodule_out_exists("manytab.pyo"))
  57. AssertionError: False is not true
  58. ======================================================================
  59. FAIL: test_lex_opt_alias (__main__.LexBuildOptionTests)
  60. ----------------------------------------------------------------------
  61. Traceback (most recent call last):
  62. File "testlex.py", line 496, in test_lex_opt_alias
  63. self.assert_(pymodule_out_exists("aliastab.pyo"))
  64. AssertionError: False is not true
  65. ======================================================================
  66. FAIL: test_lex_optimize (__main__.LexBuildOptionTests)
  67. ----------------------------------------------------------------------
  68. Traceback (most recent call last):
  69. File "testlex.py", line 353, in test_lex_optimize
  70. self.assert_(pymodule_out_exists("lextab.pyo"))
  71. AssertionError: False is not true
  72. ======================================================================
  73. FAIL: test_lex_optimize2 (__main__.LexBuildOptionTests)
  74. ----------------------------------------------------------------------
  75. Traceback (most recent call last):
  76. File "testlex.py", line 405, in test_lex_optimize2
  77. self.assert_(pymodule_out_exists("opt2tab.pyo"))
  78. AssertionError: False is not true
  79. ======================================================================
  80. FAIL: test_lex_optimize3 (__main__.LexBuildOptionTests)
  81. ----------------------------------------------------------------------
  82. Traceback (most recent call last):
  83. File "testlex.py", line 453, in test_lex_optimize3
  84. self.assert_(pymodule_out_exists("lexdir/sub/calctab.pyo"))
  85. AssertionError: False is not true
  86. ----------------------------------------------------------------------
  87. Ran 42 tests in 1.555s
  88. FAILED (failures=5)
  89. * ERROR: dev-python/ply-3.4-r1 failed (test phase):
  90. * testlex.py fails with python2.7
  91. *
  92. * Call stack:
  93. * ebuild.sh, line 93: Called src_test
  94. F * environment, line 3446: Called distutils-r1_src_test
  95. * environment, line 1229: Called _distutils-r1_run_foreach_impl 'python_test'
  96. * environment, line 435: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
  97. * environment, line 3207: Called distutils-r1_run_phase 'python_test'
  98. * environment, line 1162: Called python_test
  99. * environment, line 3396: Called die
  100. * The specific snippet of code:
  101. * "${PYTHON}" "${t}" || die "${t} fails with ${EPYTHON}";
  102. *
  103. * If you need support, post the output of `emerge --info '=dev-python/ply-3.4-r1'`,
  104. * the complete build log and the output of `emerge -pqv '=dev-python/ply-3.4-r1'`.
  105. /usr/lib64/portage/bin/isolated-functions.sh: line 215: wait: `testlex.py fails with python2.7': not a pid or valid job spec
  106. * The complete build log is located at '/var/log/portage/dev-python:ply-3.4-r1:20130226-134116.log'.
  107. * The ebuild environment file is located at '/tmp/portage/dev-python/ply-3.4-r1/temp/environment'.
  108. * Working directory: '/tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/test'
  109. * S: '/tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4'
  110. FFF..................................
  111. ======================================================================
  112. FAIL: test_lex_many_tokens (__main__.LexBuildOptionTests)
  113. ----------------------------------------------------------------------
  114. Traceback (most recent call last):
  115. File "testlex.py", line 559, in test_lex_many_tokens
  116. self.assert_(pymodule_out_exists("manytab.pyo"))
  117. AssertionError: False is not true
  118. ======================================================================
  119. FAIL: test_lex_opt_alias (__main__.LexBuildOptionTests)
  120. ----------------------------------------------------------------------
  121. Traceback (most recent call last):
  122. File "testlex.py", line 496, in test_lex_opt_alias
  123. self.assert_(pymodule_out_exists("aliastab.pyo"))
  124. AssertionError: False is not true
  125. ======================================================================
  126. FAIL: test_lex_optimize (__main__.LexBuildOptionTests)
  127. ----------------------------------------------------------------------
  128. Traceback (most recent call last):
  129. File "testlex.py", line 353, in test_lex_optimize
  130. self.assert_(pymodule_out_exists("lextab.pyo"))
  131. AssertionError: False is not true
  132. ======================================================================
  133. FAIL: test_lex_optimize2 (__main__.LexBuildOptionTests)
  134. ----------------------------------------------------------------------
  135. Traceback (most recent call last):
  136. File "testlex.py", line 405, in test_lex_optimize2
  137. self.assert_(pymodule_out_exists("opt2tab.pyo"))
  138. AssertionError: False is not true
  139. ======================================================================
  140. FAIL: test_lex_optimize3 (__main__.LexBuildOptionTests)
  141. ----------------------------------------------------------------------
  142. Traceback (most recent call last):
  143. File "testlex.py", line 453, in test_lex_optimize3
  144. self.assert_(pymodule_out_exists("lexdir/sub/calctab.pyo"))
  145. AssertionError: False is not true
  146. ----------------------------------------------------------------------
  147. Ran 42 tests in 2.036s
  148. FAILED (failures=5)
  149. * ERROR: dev-python/ply-3.4-r1 failed (test phase):
  150. * testlex.py fails with python3.2
  151. *
  152. * Call stack:
  153. * ebuild.sh, line 93: Called src_test
  154. * environment, line 3446: Called distutils-r1_src_test
  155. * environment, line 1229: Called _distutils-r1_run_foreach_impl 'python_test'
  156. * environment, line 435: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
  157. * environment, line 3207: Called distutils-r1_run_phase 'python_test'
  158. * environment, line 1162: Called python_test
  159. * environment, line 3396: Called die
  160. * The specific snippet of code:
  161. * "${PYTHON}" "${t}" || die "${t} fails with ${EPYTHON}";
  162. *
  163. * If you need support, post the output of `emerge --info '=dev-python/ply-3.4-r1'`,
  164. * the complete build log and the output of `emerge -pqv '=dev-python/ply-3.4-r1'`.
  165. /usr/lib64/portage/bin/isolated-functions.sh: line 215: wait: `testlex.py fails with python3.2': not a pid or valid job spec
  166. * The complete build log is located at '/var/log/portage/dev-python:ply-3.4-r1:20130226-134116.log'.
  167. * The ebuild environment file is located at '/tmp/portage/dev-python/ply-3.4-r1/temp/environment'.
  168. * Working directory: '/tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/test'
  169. * S: '/tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4'
  170. /usr/lib64/portage/bin/isolated-functions.sh: line 246: kill: (940310) - No such process
  171. >>> Install ply-3.4-r1 into /tmp/portage/dev-python/ply-3.4-r1/image/ category dev-python
  172. * python3.2: running distutils-r1_run_phase distutils-r1_python_install
  173. /usr/bin/python3.2 setup.py install --compile -O2 --root=/tmp/portage/dev-python/ply-3.4-r1/image//_python3.2 build --build-base /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2 --build-lib /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib --build-scripts /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/scripts
  174. * python2.7: running distutils-r1_run_phase distutils-r1_python_install
  175. /usr/bin/python2.7 setup.py install --compile -O2 --root=/tmp/portage/dev-python/ply-3.4-r1/image//_python2.7 build --build-base /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7 --build-lib /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib --build-scripts /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/scripts
  176. running install
  177. running build
  178. running build_py
  179. running install_lib
  180. creating /tmp/portage/dev-python/ply-3.4-r1/image/_python3.2
  181. creating /tmp/portage/dev-python/ply-3.4-r1/image/_python3.2/usr
  182. creating /tmp/portage/dev-python/ply-3.4-r1/image/_python3.2/usr/lib64
  183. creating /tmp/portage/dev-python/ply-3.4-r1/image/_python3.2/usr/lib64/python3.2
  184. creating /tmp/portage/dev-python/ply-3.4-r1/image/_python3.2/usr/lib64/python3.2/site-packages
  185. creating /tmp/portage/dev-python/ply-3.4-r1/image/_python3.2/usr/lib64/python3.2/site-packages/ply
  186. copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply/__init__.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply
  187. copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply/cpp.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply
  188. copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply/ctokens.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply
  189. copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply/lex.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply
  190. copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply/yacc.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply
  191. byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply/__init__.py to __init__.cpython-32.pyc
  192. byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply/cpp.py to cpp.cpython-32.pyc
  193. byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply/ctokens.py to ctokens.cpython-32.pyc
  194. byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply/lex.py to lex.cpython-32.pyc
  195. byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply/yacc.py to yacc.cpython-32.pyc
  196. writing byte-compilation script '/tmp/portage/dev-python/ply-3.4-r1/temp/python3.2/tmpcasp6s.py'
  197. /usr/bin/python3.2 -OO /tmp/portage/dev-python/ply-3.4-r1/temp/python3.2/tmpcasp6s.py
  198. removing /tmp/portage/dev-python/ply-3.4-r1/temp/python3.2/tmpcasp6s.py
  199. running install_egg_info
  200. running egg_info
  201. creating ply.egg-info
  202. writing ply.egg-info/PKG-INFO
  203. writing top-level names to ply.egg-info/top_level.txt
  204. writing dependency_links to ply.egg-info/dependency_links.txt
  205. writing manifest file 'ply.egg-info/SOURCES.txt'
  206. reading manifest file 'ply.egg-info/SOURCES.txt'
  207. writing manifest file 'ply.egg-info/SOURCES.txt'
  208. Copying ply.egg-info to /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply-3.4-py3.2.egg-info
  209. running install_scripts
  210. running install
  211. running build
  212. running build_py
  213. running install_lib
  214. creating /tmp/portage/dev-python/ply-3.4-r1/image/_python2.7
  215. creating /tmp/portage/dev-python/ply-3.4-r1/image/_python2.7/usr
  216. creating /tmp/portage/dev-python/ply-3.4-r1/image/_python2.7/usr/lib64
  217. creating /tmp/portage/dev-python/ply-3.4-r1/image/_python2.7/usr/lib64/python2.7
  218. creating /tmp/portage/dev-python/ply-3.4-r1/image/_python2.7/usr/lib64/python2.7/site-packages
  219. creating /tmp/portage/dev-python/ply-3.4-r1/image/_python2.7/usr/lib64/python2.7/site-packages/ply
  220. copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply/__init__.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply
  221. copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply/cpp.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply
  222. copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply/ctokens.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply
  223. copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply/lex.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply
  224. copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply/yacc.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply
  225. byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply/__init__.py to __init__.pyc
  226. byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply/cpp.py to cpp.pyc
  227. byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply/ctokens.py to ctokens.pyc
  228. byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply/lex.py to lex.pyc
  229. byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply/yacc.py to yacc.pyc
  230. writing byte-compilation script '/tmp/portage/dev-python/ply-3.4-r1/temp/python2.7/tmpsNrPTB.py'
  231. /usr/bin/python2.7 -OO /tmp/portage/dev-python/ply-3.4-r1/temp/python2.7/tmpsNrPTB.py
  232. removing /tmp/portage/dev-python/ply-3.4-r1/temp/python2.7/tmpsNrPTB.py
  233. running install_egg_info
  234. running egg_info
  235. writing ply.egg-info/PKG-INFO
  236. writing top-level names to ply.egg-info/top_level.txt
  237. writing dependency_links to ply.egg-info/dependency_links.txt
  238. reading manifest file 'ply.egg-info/SOURCES.txt'
  239. writing manifest file 'ply.egg-info/SOURCES.txt'
  240. Copying ply.egg-info to /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply-3.4-py2.7.egg-info
  241. running install_scripts
  242. * common: running python_install_all
  243. >>> Completed installing ply-3.4-r1 into /tmp/portage/dev-python/ply-3.4-r1/image/
  244. ecompressdir: bzip2 -9 /usr/share/doc