FS#6275 - latest python update causes superkaramba (possibly others) to fail

Attached to Project: Arch Linux
Opened by Joe (kernel528) - Wednesday, 24 January 2007, 23:54 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Just updated one of my systems (testing repo enabled) and after the python upgrade, superkaramba will no longer execute. Here's the error message:
{joe@jedi} {~} $ superkaramba
superkaramba: error while loading shared libraries: libpython2.4.so.1.0: cannot open shared object file: No such file or directory
This task depends upon

Closed by  Roman Kyrylych (Romashka)
Monday, 29 January 2007, 16:52 GMT
Reason for closing:  Duplicate
Additional comments about closing:  http://bugs.archlinux.org/task/6280
Comment by Greg Meyer (oggb4mp3) - Thursday, 25 January 2007, 22:31 GMT
Confirmed here.

$ superkaramba
superkaramba: error while loading shared libraries: libpython2.4.so.1.0: cannot open shared object file: No such file or directory
Comment by Greg Meyer (oggb4mp3) - Thursday, 25 January 2007, 23:51 GMT
I built kdeutils, thinking that was the problem, and superkaramba started, but crashed when I tried to load a widget to the desktop, so this may go all the way back to qt3.

$ superkaramba
sys:1: RuntimeWarning: Python C API version mismatch for module karamba: This Python has API version 1013, module karamba has version 1012.
/home/greg/.kde/share/apps/superkaramba/themes/ryolog-1.3/ryolog.py:27: RuntimeWarning: Python C API version mismatch for module qt: This Python has API version 1013, module qt has version 1012.
import qt
/home/greg/.kde/share/apps/superkaramba/themes/ryolog-1.3/ryolog.py:27: RuntimeWarning: Python C API version mismatch for module sip: This Python has API version 1013, module sip has version 1012.
import qt
KCrash: Application 'superkaramba' crashing...
Comment by Greg Meyer (oggb4mp3) - Friday, 26 January 2007, 01:42 GMT
/home/greg/.kde/share/apps/superkaramba/lwp-14.1.skz/liquid_weather.py:3577: RuntimeWarning: Python C API version mismatch for module sip: This Python has API version 1013, module sip has version 1012.
from qt import *
KCrash: Application 'superkaramba' crashing..
Comment by Greg Meyer (oggb4mp3) - Friday, 26 January 2007, 01:43 GMT
rebuilding qt, kdelibs and sip solved my crashes.
Comment by Greg Meyer (oggb4mp3) - Friday, 26 January 2007, 01:43 GMT
Sorry, not kdelibs, I meant kdeutils, the package that contains superkaramba. kdelibs was already rebuilt iirc.

Loading...