Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404027 - dev-python/rhpl-0.219 fails with pypy
Summary: dev-python/rhpl-0.219 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 05:32 UTC by Patrick Lauer
Modified: 2012-02-20 14:59 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:32:08 UTC
* Building of dev-python/rhpl-0.219 with PyPy 1.8 (Python 2.7)...
make -j4 PYTHON=pypy-c1.8 LIBDIR=lib64 ARCH=amd64 CC=x86_64-pc-linux-gnu-gcc 
for d in src po; do make -C $d; [ $? = 0 ] || exit 1; done
make[1]: Entering directory `/var/tmp/portage/dev-python/rhpl-0.219/work/rhpl-0.219-2.7-pypy-1.8/src'
x86_64-pc-linux-gnu-gcc -c -o _diskutil.o diskutil.c -O2 -pipe -Wall -O -g -fPIC -I/usr/include/pypy-c1.8 
x86_64-pc-linux-gnu-gcc -c -o _translate.o translate.c -O2 -pipe -Wall -O -g -fPIC -I/usr/include/pypy-c1.8 
translate.c:14:20: fatal error: Python.h: No such file or directory
compilation terminated.
make[1]: *** [_translate.so] Error 1
make[1]: *** Waiting for unfinished jobs....
diskutil.c:24:20: fatal error: Python.h: No such file or directory
compilation terminated.
make[1]: *** [_diskutil.so] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-python/rhpl-0.219/work/rhpl-0.219-2.7-pypy-1.8/src'
make: *** [subdirs] Error 1
emake failed
 * ERROR: dev-python/rhpl-0.219 failed (compile phase):
 *   Building failed with PyPy 1.8 (Python 2.7) in building() function
Comment 1 Patrick Lauer gentoo-dev 2012-02-20 14:59:53 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> rhpl-0.219.ebuild:
+  Restricting pypy #404027