Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403793 - dev-python/egenix-mx-base-3.2.1-r1 fails to build with pypy
Summary: dev-python/egenix-mx-base-3.2.1-r1 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 06:43 UTC by Patrick Lauer
Modified: 2012-02-20 09: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-15 06:43:28 UTC
* Building of dev-python/egenix-mx-base-3.2.1-r1 with PyPy 1.7 (Python 2.7)...
pypy-c1.7 setup.py build -b build-2.7-pypy-1.7
running build
running mx_autoconf
checking for availability of strftime() (errors from this can safely be ignored)
-O2 -pipe -D_GNU_SOURCE=1 -I/usr/lib64/pypy1.7/include -c _configtest.c -o _configtest.o
unable to execute -O2: No such file or directory
failure.
removing: _configtest.c _configtest.o
strftime() is not available on this platform
checking for availability of strptime() (errors from this can safely be ignored)
-O2 -pipe -D_GNU_SOURCE=1 -I/usr/lib64/pypy1.7/include -c _configtest.c -o _configtest.o
unable to execute -O2: No such file or directory
failure.
removing: _configtest.c _configtest.o
strptime() is not available on this platform
checking for availability of timegm() (errors from this can safely be ignored)
-O2 -pipe -D_GNU_SOURCE=1 -I/usr/lib64/pypy1.7/include -c _configtest.c -o _configtest.o
unable to execute -O2: No such file or directory
failure.
removing: _configtest.c _configtest.o
timegm() is not available on this platform
checking for availability of clock_gettime() (errors from this can safely be ignored)
-O2 -pipe -D_GNU_SOURCE=1 -I/usr/lib64/pypy1.7/include -c _configtest.c -o _configtest.o
unable to execute -O2: No such file or directory
failure.
removing: _configtest.c _configtest.o
clock_gettime() is not available on this platform
checking for availability of clock_getres() (errors from this can safely be ignored)
-O2 -pipe -D_GNU_SOURCE=1 -I/usr/lib64/pypy1.7/include -c _configtest.c -o _configtest.o
unable to execute -O2: No such file or directory
failure.
removing: _configtest.c _configtest.o
clock_getres() is not available on this platform
checking compiler for bad static forward handling (errors from this can safely be ignored)
-O2 -pipe -D_GNU_SOURCE=1 -I/usr/lib64/pypy1.7/include -I/usr/lib64/pypy1.7/include -c _configtest.c -o _configtest.o
unable to execute -O2: No such file or directory
failure.
removing: _configtest.c _configtest.o
compiler has problems with static forwards - enabling work-around
macros to define: [('BAD_STATIC_FORWARD', '1')]
macros to undefine: ['HAVE_STRFTIME', 'HAVE_STRPTIME', 'HAVE_TIMEGM', 'HAVE_CLOCK_GETTIME', 'HAVE_CLOCK_GETRES']
running build_ext

building extension "mx.DateTime.mxDateTime.mxDateTime" (required)
checking for optional libraries
-O2 -pipe -DBAD_STATIC_FORWARD=1 -UHAVE_STRFTIME -UHAVE_STRPTIME -UHAVE_TIMEGM -UHAVE_CLOCK_GETTIME -UHAVE_CLOCK_GETRES -I/usr/lib64/pypy1.7/include -c _configtest.c -o _configtest.o
unable to execute -O2: No such file or directory
failure.
removing: _configtest.c _configtest.o
could not find optional library 'm' -- omitting it
-O2 -pipe -DBAD_STATIC_FORWARD=1 -UHAVE_STRFTIME -UHAVE_STRPTIME -UHAVE_TIMEGM -UHAVE_CLOCK_GETTIME -UHAVE_CLOCK_GETRES -I/usr/lib64/pypy1.7/include -c _configtest.c -o _configtest.o
unable to execute -O2: No such file or directory
failure.
removing: _configtest.c _configtest.o
could not find optional library 'rt' -- omitting it
building 'mx.DateTime.mxDateTime.mxDateTime' extension
creating build-2.7-pypy-1.7
creating build-2.7-pypy-1.7/temp.linux-x86_64-2.7_ucs4
creating build-2.7-pypy-1.7/temp.linux-x86_64-2.7_ucs4/mx-DateTime-mxDateTime-mxDateTime
creating build-2.7-pypy-1.7/temp.linux-x86_64-2.7_ucs4/mx-DateTime-mxDateTime-mxDateTime/mx
creating build-2.7-pypy-1.7/temp.linux-x86_64-2.7_ucs4/mx-DateTime-mxDateTime-mxDateTime/mx/DateTime
creating build-2.7-pypy-1.7/temp.linux-x86_64-2.7_ucs4/mx-DateTime-mxDateTime-mxDateTime/mx/DateTime/mxDateTime
-O2 -pipe -DUSE_FAST_GETCURRENTTIME -DBAD_STATIC_FORWARD=1 -UHAVE_STRFTIME -UHAVE_STRPTIME -UHAVE_TIMEGM -UHAVE_CLOCK_GETTIME -UHAVE_CLOCK_GETRES -Imx/DateTime/mxDateTime -I/usr/lib64/pypy1.7/include -c mx/DateTime/mxDateTime/mxDateTime.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7_ucs4/mx-DateTime-mxDateTime-mxDateTime/mx/DateTime/mxDateTime/mxDateTime.o
unable to execute -O2: No such file or directory
error: command '-O2' failed with exit status 1
 * ERROR: dev-python/egenix-mx-base-3.2.1-r1 failed (compile phase):
 *   Building failed with PyPy 1.7 (Python 2.7) in distutils_building() function
 * 
 * Call stack:
 *     ebuild.sh, line   85:  Called src_compile
 *   environment, line 5376:  Called distutils_src_compile
 *   environment, line 1391:  Called python_execute_function 'distutils_building'
 *   environment, line 3638:  Called die
 * The specific snippet of code:
 *                       die "${failure_message}";
 * 
 * If you need support, post the output of 'emerge --info =dev-python/egenix-mx-base-3.2.1-r1',
 * the complete build log and the output of 'emerge -pqv =dev-python/egenix-mx-base-3.2.1-r1'.
 * The complete build log is located at '/var/tmp/portage/dev-python/egenix-mx-base-3.2.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/egenix-mx-base-3.2.1-r1/temp/environment'.
 * S: '/var/tmp/portage/dev-python/egenix-mx-base-3.2.1-r1/work/egenix-mx-base-3.2.1'

>>> Failed to emerge dev-python/egenix-mx-base-3.2.1-r1, Log file:
Comment 1 Patrick Lauer gentoo-dev 2012-02-20 09:59:32 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> egenix-mx-base-3.1.3.ebuild,
+  egenix-mx-base-3.2.1-r1.ebuild, egenix-mx-base-3.2.1.ebuild:
+  Restrict pypy for #403793