Hello.
I have a problem with KDE 3.5.3.
I install my box with slack 10.2. kernel 2.6.13, download KDE 3.5.3 packages from slack site. Every apps run smoothly. Except
juk and amarok. This is the output when run amarok from konsole:
amaroK: [Loader] Starting amarokapp..
amaroK: [Loader] Don't run gdb, valgrind, etc. against this binary! Use amarokapp.
QLayout: Adding KToolBar/mainToolBar (child of QVBox/unnamed) to layout for PlaylistWindow/PlaylistWindow
KCrash: Application 'amarokapp' crashing...
amaroK: [Loader] amaroK is taking a long time to load! Perhaps something has gone wrong?
Then amarok crash, And This is from the backtrace tab:
(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(no debugging symbols found) --> many lines
[Thread debugging using libthread_db enabled]
[New Thread -1244408128 (LWP 5370)]
[New Thread -1254802512 (LWP 5373)]
[Thread debugging using libthread_db enabled]
[New Thread -1244408128 (LWP 5370)]
[New Thread -1254802512 (LWP 5373)]
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1244408128 (LWP 5370)]
[New Thread -1254802512 (LWP 5373)]
(no debugging symbols found)
0xb6105581 in __read_nocancel () from /lib/tls/libpthread.so.0
#0 0xb6105581 in __read_nocancel () from /lib/tls/libpthread.so.0
#1 0xb62b7d9e in _X11TransSocketRead () from /usr/X11R6/lib/libX11.so.6
#2 0xb62b80bf in _X11TransRead () from /usr/X11R6/lib/libX11.so.6
#3 0xb629998c in _XRead () from /usr/X11R6/lib/libX11.so.6
#4 0xb629ac76 in _XReply () from /usr/X11R6/lib/libX11.so.6
#5 0xb62952f4 in XSync () from /usr/X11R6/lib/libX11.so.6
#6 0xb6655680 in QApplication::syncX () from /usr/lib/qt/lib/libqt-mt.so.3
#7 0xb6656300 in QETWidget::translateConfigEvent ()
from /usr/lib/qt/lib/libqt-mt.so.3
#8 0xb6661c95 in QApplication::x11ProcessEvent ()
from /usr/lib/qt/lib/libqt-mt.so.3
#9 0xb6674f25 in QEventLoop:
rocessEvents ()
from /usr/lib/qt/lib/libqt-mt.so.3
#10 0xb7c68adb in App::applySettings () from /opt/kde/lib/libamarok.so.0
#11 0xb7c6a384 in App::App () from /opt/kde/lib/libamarok.so.0
#14 0xbfbe6a64 in ?? ()
#15 0x0806805a in typeinfo name for QGList ()
#16 0x08068049 in typeinfo name for QGList ()
#20 0xbfbe6950 in ?? ()
#21 0xb7fea4d0 in _r_debug ()
#22 0x0804a574 in ?? ()
#23 0xbfbe68f4 in ?? ()
#24 0xb7fdfeee in _dl_name_match_p () from /lib/ld-linux.so.2
#25 0xb5e9bfcb in __libc_start_main () from /lib/tls/libc.so.6
#26 0x0804b341 in ?? ()
when run juk it's pretty the same.
Beside i can't compile KDE programs from source: ktorrent, qcomicbook, amarok ... The configure script just
halt like this:
...
checking for Qt... yes:
QT_CXXFLAGS=-I/usr/lib/qt/include -DQT_THREAD_SUPPORT
QT_DIR=/usr/lib/qt
QT_LIBS=-L/usr/lib/qt/lib -lqt-mt -lSM -lICE -L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lXi
QT_UIC=/usr/lib/qt/bin/uic
QT_MOC=/usr/lib/qt/bin/moc
checking correct functioning of Qt installation... failure
configure: error: Failed to find matching components of a complete
Qt installation. Try using more options,
how can i make it work.
Thanks.