Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 399277 - dev-python/nevow-0.10.0: does not build with python-2.6
Summary: dev-python/nevow-0.10.0: does not build with python-2.6
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-18 12:51 UTC by Anthony Basile
Modified: 2012-01-18 21:46 UTC (History)
0 users

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


Attachments
failed buildlog (build.log,2.36 KB, text/plain)
2012-01-18 18:47 UTC, Anthony Basile
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Basile gentoo-dev 2012-01-18 12:51:32 UTC
I have python 2.6, 2.7 and 3.1.  The restricted abi's include "3.* *-jython" so the build defaults to 2.6.  It fails to build, but does with 2.7.  Easy fix.  Just change the RESTRICT_PYTHON_ABIS to

RESTRICT_PYTHON_ABIS="2.6 3.* *-jython"


Reproducible: Always
Comment 1 Arfrever Frehtes Taifersar Arahesis 2012-01-18 13:59:11 UTC
I can't reproduce any build failure. Please attach build log.
Comment 2 Anthony Basile gentoo-dev 2012-01-18 18:47:35 UTC
Created attachment 299259 [details]
failed buildlog
Comment 3 Arfrever Frehtes Taifersar Arahesis 2012-01-18 18:51:20 UTC
Run python-updater.
Comment 4 Anthony Basile gentoo-dev 2012-01-18 21:46:35 UTC
(In reply to comment #3)
> Run python-updater.

Bah I thought I did, but apparently not.