Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404019 - dev-python/quixote-2.6 fails to build with pypy
Summary: dev-python/quixote-2.6 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-16 05:13 UTC by Patrick Lauer
Modified: 2012-02-20 15:07 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 05:13:31 UTC
running build_ext
building 'quixote.html._c_htmltext' extension
creating build-2.7-pypy-1.8/temp.linux-x86_64-2.7
creating build-2.7-pypy-1.8/temp.linux-x86_64-2.7/quixote
creating build-2.7-pypy-1.8/temp.linux-x86_64-2.7/quixote/html
cc -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/lib64/pypy1.8/include -c quixote/html/_c_htmltext.c -o build-2.7-pypy-1.8/temp.linux-x86_64-2.7/quixote/html/_c_htmltext.o
quixote/html/_c_htmltext.c: In function ‘htmltext_add’:
quixote/html/_c_htmltext.c:544:16: warning: assignment makes pointer from integer without a cast
cc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -fno-strict-aliasing build-2.7-pypy-1.8/temp.linux-x86_64-2.7/quixote/html/_c_htmltext.o -o build-2.7-pypy-1.8/lib.linux-x86_64-2.7/quixote/html/_c_htmltext.pypy-18.so
building 'quixote.ptl.cimport' extension
creating build-2.7-pypy-1.8/temp.linux-x86_64-2.7/quixote/ptl
cc -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/lib64/pypy1.8/include -c quixote/ptl/cimport.c -o build-2.7-pypy-1.8/temp.linux-x86_64-2.7/quixote/ptl/cimport.o
quixote/ptl/cimport.c:5:20: fatal error: osdefs.h: No such file or directory
compilation terminated.
error: command 'cc' failed with exit status 1
 * ERROR: dev-python/quixote-2.6 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 15:07:52 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> quixote-2.6.ebuild:
+  Restricting pypy #404019