Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404037 - dev-python/bitstring-3.0.2 fails to build with py 2.5
Summary: dev-python/bitstring-3.0.2 fails to build with py 2.5
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 05:45 UTC by Patrick Lauer
Modified: 2012-02-21 03:41 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 Patrick Lauer gentoo-dev 2012-02-16 05:45:05 UTC
* Building of dev-python/bitstring-3.0.2 with CPython 2.5...
python2.5 setup.py build -b build-2.5
Traceback (most recent call last):
  File "setup.py", line 10, in <module>
    raise Exception('This version of bitstring needs Python 2.6 or later. '
Exception: This version of bitstring needs Python 2.6 or later. For Python 2.4 / 2.5 please use bitstring version 1.0 instead.
 * ERROR: dev-python/bitstring-3.0.2 failed (compile phase):
 *   Building failed with CPython 2.5 in distutils_building() function
Comment 1 Patrick Lauer gentoo-dev 2012-02-21 03:41:10 UTC
fixed