Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404047 - dev-python/markupsafe-0.15 fails to build with pypy
Summary: dev-python/markupsafe-0.15 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 06:12 UTC by Patrick Lauer
Modified: 2012-02-20 14:57 UTC (History)
1 user (show)

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:12:02 UTC
running build_ext
building 'markupsafe._speedups' extension
creating build-3.2/temp.linux-x86_64-3.2
creating build-3.2/temp.linux-x86_64-3.2/markupsafe
x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -I/usr/include/python3.2 -c markupsafe/_speedups.c -o build-3.2/temp.linux-x86_64-3.2/markupsafe/_speedups.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe build-3.2/temp.linux-x86_64-3.2/markupsafe/_speedups.o -L/usr/lib64 -lpython3.2 -o build-3.2/lib.linux-x86_64-3.2/markupsafe/_speedups.cpython-32.so
 * Building of dev-python/markupsafe-0.15 with PyPy 1.8 (Python 2.7)...
pypy-c1.8 setup.py --with-speedups build -b build-2.7-pypy-1.8
Error processing line 1 of /usr/lib64/pypy1.8/site-packages/iconv_codec.pth:

  Traceback (most recent call last):
    File "/usr/lib64/pypy1.8/lib-python/modified-2.7/site.py", line 166, in addpackage
      exec line
    File "<string>", line 1, in <module>
    File "/usr/lib64/pypy1.8/site-packages/iconv_codec.py", line 30, in <module>
      from _iconv_codec import makeencoder, makedecoder
  ImportError: unable to load extension module '/usr/lib64/pypy1.8/site-packages/_iconv_codec.pypy-18.so': /usr/lib64/pypy1.8/site-packages/_iconv_codec.pypy-18.so: undefined symbol: PyUnicodeDecodeError_SetStart

Remainder of file ignored
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: option --with-speedups not recognized
 * ERROR: dev-python/markupsafe-0.15 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:57:26 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> markupsafe-0.12.ebuild,
+  markupsafe-0.15.ebuild:
+  Restricting pypy #404047