Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404941 - dev-python/pyparted-3.8-r1 fails with python 2.5
Summary: dev-python/pyparted-3.8-r1 fails with python 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-20 02:57 UTC by Patrick Lauer
Modified: 2012-05-09 03:25 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-20 02:57:39 UTC
* Building of dev-python/pyparted-3.8-r1 with CPython 2.5...
python2.5 setup.py build -b build-2.5
running build
running build_py
creating build-2.5
creating build-2.5/lib.linux-x86_64-2.5
creating build-2.5/lib.linux-x86_64-2.5/parted
copying src/parted/partition.py -> build-2.5/lib.linux-x86_64-2.5/parted
copying src/parted/disk.py -> build-2.5/lib.linux-x86_64-2.5/parted
copying src/parted/__init__.py -> build-2.5/lib.linux-x86_64-2.5/parted
copying src/parted/constraint.py -> build-2.5/lib.linux-x86_64-2.5/parted
copying src/parted/device.py -> build-2.5/lib.linux-x86_64-2.5/parted
copying src/parted/filesystem.py -> build-2.5/lib.linux-x86_64-2.5/parted
copying src/parted/cachedlist.py -> build-2.5/lib.linux-x86_64-2.5/parted
copying src/parted/decorators.py -> build-2.5/lib.linux-x86_64-2.5/parted
copying src/parted/alignment.py -> build-2.5/lib.linux-x86_64-2.5/parted
copying src/parted/geometry.py -> build-2.5/lib.linux-x86_64-2.5/parted
warning: build_py: byte-compiling is disabled, skipping.
running build_ext
building '_pedmodule' extension
creating build-2.5/temp.linux-x86_64-2.5
creating build-2.5/temp.linux-x86_64-2.5/src
x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -O2 -pipe -fPIC -DPYPARTED_VERSION="3.8" -Iinclude -I/usr/include/python2.5 -c -DPYPARTED_VERSION="3.8" -Iinclude -I/usr/include/python2.5 -c src/convert.c -o build-2.5/temp.linux-x86_64-2.5/src/convert.o
x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -O2 -pipe -fPIC -DPYPARTED_VERSION="3.8" -Iinclude -I/usr/include/python2.5 -c -DPYPARTED_VERSION="3.8" -Iinclude -I/usr/include/python2.5 -c src/pynatmath.c -o build-2.5/temp.linux-x86_64-2.5/src/pynatmath.o
In file included from src/pynatmath.c:31:0:
include/typeobjects/pynatmath.h:75:16: error: ‘PyObject_HashNotImplemented’ undeclared here (not in a function)
error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1
 * ERROR: dev-python/pyparted-3.8-r1 failed (compile phase):
 *   Building failed with CPython 2.5 in distutils_building() function