Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204825 - dev-python/pyrex-0.9.6.4 breaks dev-python/glewpy-0.7.4 during compile
Summary: dev-python/pyrex-0.9.6.4 breaks dev-python/glewpy-0.7.4 during compile
Status: RESOLVED DUPLICATE of bug 198330
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-07 22:01 UTC by stupendoussteve
Modified: 2008-01-07 22:09 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 stupendoussteve 2008-01-07 22:01:50 UTC
running build_ext
pyrexc src/glew.pyx --> src/glew.c
/var/tmp/portage/dev-python/glewpy-0.7.4/work/glewpy-0.7.4/src/glew.pyx:32:25: C
annot convert 'glew.GLbyte *' to Python object
/var/tmp/portage/dev-python/glewpy-0.7.4/work/glewpy-0.7.4/src/glew.pyx:38:30: C
annot convert 'glew.GLbyte *' to Python object
building 'glew' extension
creating build/temp.linux-i686-2.5
creating build/temp.linux-i686-2.5/src
i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -O2 -mtune=pentium4 -pipe -fomit-frame-pointer -fPIC -I/usr/include/python2.5 -c src/glew.c -o build/temp.linux-i686-2.5/src/glew.o
src/glew.c:1:2: error: #error Do not use this file, it is the result of a failed Pyrex compilation.
error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1


glewpy-0.7.4 builds fine with pyrex-0.9.6.1

Reproducible: Always

Steps to Reproduce:
1. install pyrex-0.9.6.4
2. install glew 1.3.5 or 1.4.0
3. attempt to build glewpy-0.7.4
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-01-07 22:09:25 UTC

*** This bug has been marked as a duplicate of bug 198330 ***