[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-pim
Subject:    Re: [Kde-pim] kcall / kcallapplet crashing
From:       Markus Feilner <lists () feilner-it ! net>
Date:       2005-09-09 8:24:45
Message-ID: 200509091024.45527.lists () feilner-it ! net
[Download RAW message or body]

Am Donnerstag, 8. September 2005 21:48 schrieb thorsten@staerk.de:
> > Am Donnerstag, 8. September 2005 20:00 schrieb Markus Feilner:
> >> Hello list,
> >> I have been using kphone with sipgate and asterisk for a while, and
> >> because
> >> of the adressbook integration in kontact I want to switch to kcall.
> >> Now on SuSE 9.3 i can't compile (make error about missing ltcrypto
> >> library...? Ok, there are rpms on the suse server, which install fine
> >> and
> >> integrate into kontact, but whenever i want to make a call kcallapplet
> >> crashes. not kontact, not kcall. kontact continues, kcall can still be
> >> used, but I cannot dial. Has anybody got it working?
> >> Has anybody an idea?
> >> Thanks!
> >
> > Hmmm.
> > I am using kde 3.4.2, kernel 2.6, on an athlon x86_64.
> > kphone works fine...
> > kcall crashes whenever i want to connect to sipgate. (this is done
> > through the
> > context menu of the panel applet...
> > I made an strace on kcall and found some oddities:
> > the toolbar doesn't appear and for auth there is obviously a problem in
> > handling the data -- Auth is null and proxy auth is null. This may be the
> > core problem for me.
> > I believe thhat the user/password data is not sent correctly.
> > If I enter a proxy (like my local one), kcall can't connect, but it does
> > not
> > crash.
> >
> > :-)
> >
> > see the strace stuff below.
> >
> > Found 2 interfaces.
> > QObject::connect: No such slot KCallGuiPart::fileSaveAs()
> > QObject::connect:  (sender name:   'file_save_as')
> > QObject::connect:  (receiver name: 'kcall_part')
> > QObject::connect: No such slot KCallGuiPart::save()
> > QObject::connect:  (sender name:   'file_save')
> > QObject::connect:  (receiver name: 'kcall_part')
> > "\2\6\0\0022\0\0\0", 8)         = 8
> > read(3, "\2\0\0\0", 4)                  = 4
> > read(3, "\0\0\0\6kcall\0\0\0\0\20anonymous-11773\0\0\0"..., 50) = 50
> > close(3)                                = 0
> > exit_group(0)                           = ?
> > mfeilner@shuttle:~/.kde/share/config> QObject::disconnect: Unexpected
> > null parameter
> > QObject::disconnect: Unexpected null parameter
> > SipClient: Listening UDP on port: 10000
> > SipClient: Our address: x.x.x.x
> > SipRegister: Auth is '(null)'
> > SipRegister: Proxy Auth is '(null)'
> > KCrash: Application 'kcallapplet' crashing...
> > mfeilner@shuttle:~/.kde/share/config>
>
> that's a good report. But it would be better if you compiled your software
> with ./configure --enable-debug=full. The backtraces then are really good
> - usually the author finds the cause for the crash very quickly.
>
> Thorsten
>
> _______________________________________________
> kde-pim mailing list
> kde-pim@kde.org
> https://mail.kde.org/mailman/listinfo/kde-pim
> kde-pim home page at http://pim.kde.org/

I cannot compile the source code on my system!
configure runs fine, but make stops with an error about a missing --lcrypto :
--------------------------------------------------
mfeilner@shuttle:~/Documents> cd kcall-0.5.2/
mfeilner@shuttle:~/Documents/kcall-0.5.2> make
make  all-recursive
make[1]: Entering directory `/home/mfeilner/Documents/kcall-0.5.2'
Making all in kcall
make[2]: Entering directory `/home/mfeilner/Documents/kcall-0.5.2/kcall'
Making all in applet
make[3]: Entering directory 
`/home/mfeilner/Documents/kcall-0.5.2/kcall/applet'
Making all in kcallsipsettings
make[4]: Entering directory 
`/home/mfeilner/Documents/kcall-0.5.2/kcall/applet/kcallsipsettings'
make[4]: Für das Ziel »all« ist nichts zu tun.
make[4]: Leaving directory 
`/home/mfeilner/Documents/kcall-0.5.2/kcall/applet/kcallsipsettings'
Making all in ilbc
make[4]: Entering directory 
`/home/mfeilner/Documents/kcall-0.5.2/kcall/applet/ilbc'
make[4]: Für das Ziel »all« ist nichts zu tun.
make[4]: Leaving directory 
`/home/mfeilner/Documents/kcall-0.5.2/kcall/applet/ilbc'
Making all in gsm
make[4]: Entering directory 
`/home/mfeilner/Documents/kcall-0.5.2/kcall/applet/gsm'
/bin/sh ../../../libtool --silent --tag=CXX --mode=link g++  
-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W 
-Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common    -o 
libgsm.la -rpath /opt/kde3/lib64 -L/opt/kde3/lib64 -L/usr/lib/qt3/lib64 
-L/usr/X11R6/lib64    add.lo code.lo debug.lo decode.lo gsm_create.lo 
gsm_decode.lo gsm_destroy.lo gsm_encode.lo gsm_explode.lo gsm_implode.lo 
gsm_option.lo gsm_print.lo long_term.lo lpc.lo preprocess.lo rpe.lo 
short_term.lo table.lo -lcrypto -lssl
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: 
cannot find -lcrypto
collect2: ld returned 1 exit status
make[4]: *** [libgsm.la] Fehler 1
make[4]: Leaving directory 
`/home/mfeilner/Documents/kcall-0.5.2/kcall/applet/gsm'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/mfeilner/Documents/kcall-0.5.2/kcall/applet'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/mfeilner/Documents/kcall-0.5.2/kcall'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/mfeilner/Documents/kcall-0.5.2'
make: *** [all] Fehler 2
--------------------------------
any help?

I would prefer source code installation. I would also provide rpms for people, 
if it works.
-- 
Mit freundlichen Grüßen
Markus Feilner

--------------------------
Feilner IT Linux & GIS 
Linux Solutions, Training, Seminare und Workshops - auch Inhouse
Beraiterweg 4 93047 Regensburg Untere Hauptstr 2 85386 Eching
fon regensburg  +49 941 8107989 fon eching      +49 89 379 956 3 
fax +49 89 379 956 444  mobil + +49 170 3027092 
skype ID: mfeilner mail: mfeilner@feilner-it.net
SIP: +49 941 569 549 5 (sipgate)
_______________________________________________
kde-pim mailing list
kde-pim@kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
kde-pim home page at http://pim.kde.org/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic