Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338769 - media-tv/xbmc-9999 fails to find pysqlite2
Summary: media-tv/xbmc-9999 fails to find pysqlite2
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-26 10:14 UTC by Greg Dziegielewski
Modified: 2010-10-06 16:16 UTC (History)
0 users

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


Attachments
xbmc.log (xbmc.log,9.30 KB, text/plain)
2010-09-26 10:15 UTC, Greg Dziegielewski
Details
emerge --info (emerge.info,6.11 KB, text/plain)
2010-09-26 10:15 UTC, Greg Dziegielewski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Dziegielewski 2010-09-26 10:14:00 UTC
Multiple addons for xbmc are using pysqlite2 and none of them does not work (eg.: cdART Manager)

Reproducible: Always

Steps to Reproduce:
1. Install xbmc-9999
2. Install cdART Manager using Internal Addon install
3. Try to launch it from the Programs menu

Actual Results:  
UI shows that script.cdartmanager failed and xbmc.log shows:
ImportError: No module named pysqlite2


Expected Results:  
pysqlite2 should be found

Attached xbmc.log and emerge --info
Comment 1 Greg Dziegielewski 2010-09-26 10:15:14 UTC
Created attachment 248648 [details]
xbmc.log
Comment 2 Greg Dziegielewski 2010-09-26 10:15:58 UTC
Created attachment 248649 [details]
emerge --info
Comment 3 Greg Dziegielewski 2010-09-26 10:27:51 UTC
One more thing:
importing pysqlite2 using system python interpreter works:


jabbas@rahl ~ $ python
Python 2.6.5 (release26-maint, Sep 13 2010, 19:19:25) 
[GCC 4.4.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pysqlite2 import dbapi2 as sqlite3
>>> 
Comment 4 SpanKY gentoo-dev 2010-10-03 20:13:39 UTC
feel free to ask in upstream forums
Comment 5 Greg Dziegielewski 2010-10-03 20:26:26 UTC
(In reply to comment #4)
> feel free to ask in upstream forums

I've asked (actually found in forums)

They provided tarball with sqlite plugin but it's not working because python version does not match with mine...

Or something changed in the past week?
Comment 6 Greg Dziegielewski 2010-10-03 20:36:56 UTC
Making symlinks/copying libs by hand (http://forum.xbmc.org/showthread.php?t=70115&page=24) is not a solution too...
Comment 7 Greg Dziegielewski 2010-10-06 06:06:10 UTC
I've searched again and there wasn't any "real" solution for it. Only those two which uses copying files after emerging an package.
Comment 8 SpanKY gentoo-dev 2010-10-06 16:16:17 UTC
doesnt change the resolution.  you're asking about live sources which are supported upstream and i see no indication here that the building method (ebuild) is the source of the problem.