Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348913 - sys-libs/tdb-1.2.1-r1 does not properly honor python version
Summary: sys-libs/tdb-1.2.1-r1 does not properly honor python version
Status: RESOLVED DUPLICATE of bug 316959
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-17 03:51 UTC by Sven E.
Modified: 2010-12-25 15:06 UTC (History)
1 user (show)

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 Sven E. 2010-12-17 03:51:55 UTC
sys-libs/tdb-1.2.1-r1 neglects to honor the eselected python version and keeps installing into 2.6 site-packages instead of eselected python 2.7 destination.

Reproducible: Always

Steps to Reproduce:
1. Just emerge tdb with eselected python 2.7.x
Actual Results:  
Python bindings are buitl for 2.6

Expected Results:  
Python bindings for eselected version

Seems to be a problem in the configure script which explicitly only looks for python up to version 2.6.
Comment 1 Rafał Mużyło 2010-12-17 07:49:57 UTC
Choose.
Either a dupe of bug 297576 or a dupe of bug 316959.
Comment 2 Sven E. 2010-12-17 13:59:48 UTC
BUG 297576 results in a build error, this does not seem to be related, since building tdb works (just the python object is put in the wrok site-packages dir).

BUG 316959 is somewhat related, but it's not just an QA issue, since the result is more drastic.

We could say it is a dupe of 316959 if that errors priority is increased accordingly.
Comment 3 Rafał Mużyło 2010-12-18 15:41:02 UTC
Not, really, you need to read the bug more carefully (and your own build log probably too).
While the build failure itself is python3 related, the python module is not simply placed in python 2.6 dir, the module is *built* against python 2.6.
Comment 4 Sven E. 2010-12-18 19:31:48 UTC
You are right, I did not express this properly, it is built against 2.6 (that's why I pointed at the configure script) and placed in the corrsponding dir. Still, it is only loosely related to the QA bug.
Comment 5 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-12-25 15:06:34 UTC

*** This bug has been marked as a duplicate of bug 316959 ***