Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404049 - dev-python/lxml-2.3.2 fails with pypy
Summary: dev-python/lxml-2.3.2 fails 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-16 06:24 UTC by Patrick Lauer
Modified: 2012-02-20 14:55 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-16 06:24:04 UTC
src/lxml/lxml.etree.c: In function ‘__Pyx_ExceptionSave’:
src/lxml/lxml.etree.c:164410:29: warning: initialization makes pointer from integer without a cast
src/lxml/lxml.etree.c:164411:19: error: ‘PyThreadState’ has no member named ‘exc_type’
src/lxml/lxml.etree.c:164412:20: error: ‘PyThreadState’ has no member named ‘exc_value’
src/lxml/lxml.etree.c:164413:17: error: ‘PyThreadState’ has no member named ‘exc_traceback’
src/lxml/lxml.etree.c: In function ‘__Pyx_ExceptionReset’:
src/lxml/lxml.etree.c:164421:29: warning: initialization makes pointer from integer without a cast
src/lxml/lxml.etree.c:164422:22: error: ‘PyThreadState’ has no member named ‘exc_type’
src/lxml/lxml.etree.c:164423:23: error: ‘PyThreadState’ has no member named ‘exc_value’
src/lxml/lxml.etree.c:164424:20: error: ‘PyThreadState’ has no member named ‘exc_traceback’
src/lxml/lxml.etree.c:164425:11: error: ‘PyThreadState’ has no member named ‘exc_type’
src/lxml/lxml.etree.c:164426:11: error: ‘PyThreadState’ has no member named ‘exc_value’
src/lxml/lxml.etree.c:164427:11: error: ‘PyThreadState’ has no member named ‘exc_traceback’
src/lxml/lxml.etree.c: In function ‘__Pyx_FindPy2Metaclass’:
src/lxml/lxml.etree.c:164493:35: error: ‘PyClass_Type’ undeclared (first use in this function)
src/lxml/lxml.etree.c: In function ‘__pyx_binding_PyCFunctionType_NewEx’:
src/lxml/lxml.etree.c:164536:13: error: ‘PyCFunctionObject’ has no member named ‘m_module’
src/lxml/lxml.etree.c: In function ‘__pyx_binding_PyCFunctionType_dealloc’:
src/lxml/lxml.etree.c:164544:5: error: ‘PyCFunctionObject’ has no member named ‘m_module’
src/lxml/lxml.etree.c: In function ‘__Pyx_Method_ClassMethod’:
src/lxml/lxml.etree.c:164714:9: error: ‘PyMethodDescrObject’ undeclared (first use in this function)
src/lxml/lxml.etree.c:164714:30: error: ‘descr’ undeclared (first use in this function)
src/lxml/lxml.etree.c:164714:60: error: expected expression before ‘)’ token
src/lxml/lxml.etree.c: In function ‘__Pyx_AddTraceback’:
src/lxml/lxml.etree.c:165399:5: warning: passing argument 1 of ‘PyFrame_New’ makes pointer from integer without a cast
/usr/lib64/pypy1.8/include/pypy_decl.h:131:29: note: expected ‘struct PyThreadState *’ but argument is of type ‘int’
error: command 'cc' failed with exit status 1
 * ERROR: dev-python/lxml-2.3.2 failed (compile phase):
 *   Building failed with PyPy 1.8 (Python 2.7) in distutils_building() function
Comment 1 Patrick Lauer gentoo-dev 2012-02-20 14:55:57 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> lxml-2.3.1.ebuild,
+  lxml-2.3.2.ebuild, lxml-2.3.ebuild:
+  Restricting pypy #404049