Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376623 - dev-python/pyprotocols-1.0_pre2306 fails to build
Summary: dev-python/pyprotocols-1.0_pre2306 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-27 15:25 UTC by Alex Brandt (RETIRED)
Modified: 2011-10-31 21:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info \=dev-python/pyprotocols-1.0_pre2306 (emerge-info.txt,5.08 KB, text/plain)
2011-07-27 15:31 UTC, Alex Brandt (RETIRED)
Details
emerge -pqv \=dev-python/pyprotocols-1.0_pre2306 (emerge.txt,52 bytes, text/plain)
2011-07-27 15:31 UTC, Alex Brandt (RETIRED)
Details
Build Log (build.log,3.86 KB, text/plain)
2011-07-27 15:32 UTC, Alex Brandt (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Brandt (RETIRED) gentoo-dev 2011-07-27 15:25:59 UTC
pyprotocols (being installed as a dependency of turbogears) does not build correctly.  The pyprotocols being installed is in portage but the turbogears being installed is in the turbogears2 overlay.  build log, info, etc will be attached shortly.

Reproducible: Always

Steps to Reproduce:
1. emerge -av1 pyprotocols
2. build error
3.
Actual Results:  
running build_ext
building 'protocols._speedups' extension
error: unknown file type '.pyx' (from 'src/protocols/_speedups.pyx')


Expected Results:  
Successful build and install

This builds just fine on my amd64 box but fails on my ~amd64 box.  This may be due to the python version or a number of other factors but does not at this time affect stable.
Comment 1 Alex Brandt (RETIRED) gentoo-dev 2011-07-27 15:31:35 UTC
Created attachment 281145 [details]
emerge --info \=dev-python/pyprotocols-1.0_pre2306
Comment 2 Alex Brandt (RETIRED) gentoo-dev 2011-07-27 15:31:55 UTC
Created attachment 281147 [details]
emerge -pqv \=dev-python/pyprotocols-1.0_pre2306
Comment 3 Alex Brandt (RETIRED) gentoo-dev 2011-07-27 15:32:18 UTC
Created attachment 281149 [details]
Build Log
Comment 4 Patrick Ohearn 2011-08-11 11:17:42 UTC
I can confirm the build failure as well on ~amd64, dev-lang/python is 2.7.2-r2 3.1.4-r2 3.2-r2 with 2.7 default in 'eselect python list'.
Comment 5 Niklas Johansson 2011-10-04 19:51:35 UTC
I solved this problem by installing pyrex.

emerge pyrex --quiet
Comment 6 Alex Brandt (RETIRED) gentoo-dev 2011-10-25 20:11:51 UTC
Would this imply that pyrex is a missing dependency of this ebuild?
Comment 7 Markos Chandras (RETIRED) gentoo-dev 2011-10-31 21:36:59 UTC
Fixed by Arfrever