Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403839 - dev-python/webpy-0.36 fails to build with pypy
Summary: dev-python/webpy-0.36 fails to build with pypy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-15 08:11 UTC by Patrick Lauer
Modified: 2012-02-20 15:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2012-02-15 08:11:32 UTC
running install_egg_info
Writing /var/tmp/portage/dev-python/webpy-0.36/temp/images/2.7/usr/lib64/python2.7/site-packages/web.py-0.36-py2.7.egg-info
 * Installation of dev-python/webpy-0.36 with PyPy 1.7 (Python 2.7)...
pypy-c1.7 setup.py build -b build-2.7-pypy-1.7 install --no-compile --root=/var/tmp/portage/dev-python/webpy-0.36/temp/images/2.7-pypy-1.7
'import site' failed
/usr/lib64/pypy1.7/lib_pypy/pyexpat.py:113: RuntimeWarning: C function without declared arguments called
  self.itself = XML_ParserCreateNS(encoding, ord(namespace_separator))
/usr/lib64/pypy1.7/lib_pypy/pyexpat.py:153: RuntimeWarning: C function without declared arguments called
  XML_SetUnknownEncodingHandler(self.itself, cb, None)
/usr/lib64/pypy1.7/lib_pypy/pyexpat.py:190: RuntimeWarning: C function without declared arguments called
  setter(self.itself, cb)
/usr/lib64/pypy1.7/lib_pypy/pyexpat.py:168: RuntimeWarning: C function without declared arguments called
  res = XML_Parse(self.itself, data, len(data), is_final)
/usr/lib64/pypy1.7/lib_pypy/pyexpat.py:207: RuntimeWarning: C function without declared arguments called
  max = XML_GetSpecifiedAttributeCount(self.itself)
/usr/lib64/pypy1.7/lib_pypy/pyexpat.py:170: RuntimeWarning: C function without declared arguments called
  self._set_error(XML_GetErrorCode(self.itself))
/usr/lib64/pypy1.7/lib_pypy/pyexpat.py:158: RuntimeWarning: C function without declared arguments called
  lineno = lib.XML_GetCurrentLineNumber(self.itself)
/usr/lib64/pypy1.7/lib_pypy/pyexpat.py:159: RuntimeWarning: C function without declared arguments called
  colno = lib.XML_GetCurrentColumnNumber(self.itself)
/usr/lib64/pypy1.7/lib_pypy/pyexpat.py:162: RuntimeWarning: C function without declared arguments called
  err = XML_ErrorString(code)[:200]
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'install'
 * ERROR: dev-python/webpy-0.36 failed (install phase):
 *   Installation failed with PyPy 1.7 (Python 2.7) in distutils_installation() function
Comment 1 Patrick Lauer gentoo-dev 2012-02-20 15:14:29 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> webpy-0.34.ebuild,
+  webpy-0.36.ebuild:
+  Restricting pypy #403839