Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404909 - dev-python/timelib-0.2.3 fails with pypy
Summary: dev-python/timelib-0.2.3 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-20 02:19 UTC by Patrick Lauer
Modified: 2012-02-20 14:53 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-20 02:19:52 UTC
running build_ext
building 'timelib' extension
creating build-2.7-pypy-1.8
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/ext-date-lib
cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I/usr/lib64/pypy1.8/include -c ext-date-lib/astro.c -o build-2.7-pypy-1.8/temp.linux-x86_64-2.7/ext-date-lib/astro.o
cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I/usr/lib64/pypy1.8/include -c ext-date-lib/dow.c -o build-2.7-pypy-1.8/temp.linux-x86_64-2.7/ext-date-lib/dow.o
cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I/usr/lib64/pypy1.8/include -c ext-date-lib/parse_date.c -o build-2.7-pypy-1.8/temp.linux-x86_64-2.7/ext-date-lib/parse_date.o
cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I/usr/lib64/pypy1.8/include -c ext-date-lib/parse_tz.c -o build-2.7-pypy-1.8/temp.linux-x86_64-2.7/ext-date-lib/parse_tz.o
cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I/usr/lib64/pypy1.8/include -c ext-date-lib/timelib.c -o build-2.7-pypy-1.8/temp.linux-x86_64-2.7/ext-date-lib/timelib.o
cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I/usr/lib64/pypy1.8/include -c ext-date-lib/tm2unixtime.c -o build-2.7-pypy-1.8/temp.linux-x86_64-2.7/ext-date-lib/tm2unixtime.o
cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I/usr/lib64/pypy1.8/include -c ext-date-lib/unixtime2tm.c -o build-2.7-pypy-1.8/temp.linux-x86_64-2.7/ext-date-lib/unixtime2tm.o
cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I/usr/lib64/pypy1.8/include -c timelib.c -o build-2.7-pypy-1.8/temp.linux-x86_64-2.7/timelib.o
timelib.c: In function ‘__Pyx_ErrRestore’:
timelib.c:1488:29: warning: initialization makes pointer from integer without a cast
timelib.c:1490:22: error: ‘PyThreadState’ has no member named ‘curexc_type’
timelib.c:1491:23: error: ‘PyThreadState’ has no member named ‘curexc_value’
timelib.c:1492:20: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
timelib.c:1493:11: error: ‘PyThreadState’ has no member named ‘curexc_type’
timelib.c:1494:11: error: ‘PyThreadState’ has no member named ‘curexc_value’
timelib.c:1495:11: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
timelib.c: In function ‘__Pyx_ErrFetch’:
timelib.c:1502:29: warning: initialization makes pointer from integer without a cast
timelib.c:1503:19: error: ‘PyThreadState’ has no member named ‘curexc_type’
timelib.c:1504:20: error: ‘PyThreadState’ has no member named ‘curexc_value’
timelib.c:1505:17: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
timelib.c:1507:11: error: ‘PyThreadState’ has no member named ‘curexc_type’
timelib.c:1508:11: error: ‘PyThreadState’ has no member named ‘curexc_value’
timelib.c:1509:11: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
timelib.c: In function ‘__Pyx_AddTraceback’:
timelib.c:2292: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/timelib-0.2.3 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:53:14 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> timelib-0.2.2.ebuild,
+  timelib-0.2.3.ebuild:
+  Restricting pypy #404909