| Summary: | app-emulation/vmware-player-2.5.3.185404 can`t find sqlite3 module during install | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Kamen Dokov <polidevk.polidevk> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | app-emulation/vmware-player-2.5.3.185404 build log | ||
|
Description
Kamen Dokov
2009-11-08 10:37:00 UTC
Created attachment 209616 [details]
app-emulation/vmware-player-2.5.3.185404 build log
build log
What's the result of 'import sqlite3' in both of your python versions ? What does 'eselect python list' print ? (In reply to comment #2) > What's the result of 'import sqlite3' in both of your python > versions ? > What does 'eselect python list' print ? > The result of 'eselect python list' was python2.6 and python3.1 installed but selected as default was 2.6. When i set 'sqlite' USE flag it affected only 3.1 version!I manually emerged python2.6 with 'sqlite' then did 'import sqlite3' in it et voila i now have working vmware-player. P.S.With python3.1 merge is still not successful there another errors (including syntax errors O_o). Now i`m trying to migrate to python3.1 with python-updater but 90% of the packages are failing with nasty errors You'd better wait with full migration to 3.1 - some of the packages just don't work with it yet. (In reply to comment #4) > You'd better wait with full migration to 3.1 > - some of the packages just don't work with it yet. > You are right i`ll stick with 2.6 for now. Should i mark this bug fixed/invalid or someone else should? DEPEND=">=dev-lang/python-2.5[sqlite,ncurses]" The dependencies of vmware-player are correct, but portage seems to get slightly confused with the installed packages and multiple python versions and didn't pick up the need for python2.6 to have that useflag too. |