Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 204825

Summary: dev-python/pyrex-0.9.6.4 breaks dev-python/glewpy-0.7.4 during compile
Product: Gentoo Linux Reporter: stupendoussteve
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***