Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Licq 1.2.6 crashes on startup.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
EliasP
Guru
Guru


Joined: 06 Dec 2002
Posts: 318
Location: South-West Germany

PostPosted: Wed Apr 23, 2003 1:47 pm    Post subject: Licq 1.2.6 crashes on startup. Reply with quote

Hi
Yesterday, I installed the new licq-1.2.6. Removed ~/.licq. Started it, but it gave me only the error and freezed after the registration wizard the GUI.

Code:

elias@elias elias $ licq
16:37:20: [ERR] Unable to load plugin (qt-gui): /usr/lib/licq/licq_qt-gui.so: undefined symbol: _ZNK12KApplication9classNameEv.
16:37:20: [WRN] This usually happens when your plugin
      is not kept in sync with the daemon.
      Please try recompiling the plugin.
      If you are still having problems, see
      the FAQ at www.licq.org


After the ICQ-Crash, KDE-Crashmanager opens an brings me the following backtrace:

Code:

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...[New Thread 16384 (LWP 2521)]
[New Thread 32769 (LWP 2524)]
[New Thread 16386 (LWP 2525)]
[New Thread 32771 (LWP 2526)]
[New Thread 49156 (LWP 2527)]
(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
0x4013e178 in waitpid () from /lib/libpthread.so.0
#0  0x4013e178 in waitpid () from /lib/libpthread.so.0


In the licq-FAQ, there`s an entry, according the first error, but it has to do with a bug in QT-1.4/2.0... We`re now on 3.1.2-r3.

Does anybody know a solution for this problem ??

Thx in advance

Elias P.

P.S.
CFLAGS="-O2 -mcpu=athlon-xp -march=athlon-xp -pipe -fomit-frame-pointer -funroll-loops -mmmx -msse -m3dnow -fforce-addr -mfpmath=sse -O3 -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -fPIC"
Back to top
View user's profile Send private message
snis
Tux's lil' helper
Tux's lil' helper


Joined: 03 Mar 2003
Posts: 93
Location: Stockholm, Sweden

PostPosted: Wed Apr 23, 2003 1:59 pm    Post subject: Reply with quote

I've got the exact same problem.
The console gui however works, but as the cosmetic geek I am, how fun is that :wink:


Using the following CFLAGS:
Code:
CFLAGS="-O3 -march=pentium3 -pipe -O3"
Back to top
View user's profile Send private message
EliasP
Guru
Guru


Joined: 06 Dec 2002
Posts: 318
Location: South-West Germany

PostPosted: Wed Apr 23, 2003 2:11 pm    Post subject: Reply with quote

I`m no emerging with
Code:

CFLAGS="-03 -march=athlon-xp -pipe"


Let`s wait and see what happens .. ;))

Thx

Elias P.
Back to top
View user's profile Send private message
eGore911
Apprentice
Apprentice


Joined: 11 Mar 2003
Posts: 290

PostPosted: Wed Apr 23, 2003 2:53 pm    Post subject: Reply with quote

same problem here ... it seems that it misses something during compilation ... maybe from itself or from kde or any qt libs ... in trying to get it run with jons gtk gui ... maybe this will work

licq and kde suck :)
Back to top
View user's profile Send private message
EliasP
Guru
Guru


Joined: 06 Dec 2002
Posts: 318
Location: South-West Germany

PostPosted: Wed Apr 23, 2003 2:55 pm    Post subject: Reply with quote

Compiled it with

Code:

CFLAGS="-O3 -march=athlon-xp -pipe"

and
Code:

CFLAGS="-O2 -march=athlon-xp -pipe"


And the problem still exists. I get the same error on startup, but when licq crashes KDE-crashmanager isn`t starting...

Greetings

Elias P.
Back to top
View user's profile Send private message
EliasP
Guru
Guru


Joined: 06 Dec 2002
Posts: 318
Location: South-West Germany

PostPosted: Wed Apr 23, 2003 3:01 pm    Post subject: Reply with quote

If you have gtk in your USE-flags, licq will be compiled with jons-gtk-gui.
Then you can start this gui with

Code:

licq -p jons-gtk-gui


This GUI is very poor of options and abilities IMHO, but everybody should try it and decide if he wants to use it or not.. just try it ;)

Greetings

Elias P.
Back to top
View user's profile Send private message
eGore911
Apprentice
Apprentice


Joined: 11 Mar 2003
Posts: 290

PostPosted: Wed Apr 23, 2003 3:13 pm    Post subject: Reply with quote

cite from INSTALL of licq.tar.gz

Quote:

If you get errors like

Unable to load plugin (qt-gui): /usr/lib/licq/licq_qt-gui.so:
+undefined symbol: dragEnterEvent__14QMultiLineEditP15QDragEnterEvent.

or similiar (text after "undefined symbol: " might vary) then you have
a older Qt 2.x lib in the paths given in /etc/ld.so.conf. uninstall them or
make sure that the Qt 2.1 lib is found first.

If you get compilation errors in a file named "*.moc", then you're most
likely using the wrong moc compiler. You need the one shipped with your
Qt 2.1 version.
NOTE some distributions rename it to "moc2". use --with-qt-moc=<path>/moc2
to fix this.
If you set the QTDIR environment variable to point to your Qt 2.1
installation before running ./configure, everything should run through
just fine:

`export QTDIR=/usr/lib/qt2'

Take a look at the other README's as well.


if i get this right:
Code:
export QTDIR=/usr/qt/3/lib
emerge licq
should fix the problem, will test when i come home
Back to top
View user's profile Send private message
EliasP
Guru
Guru


Joined: 06 Dec 2002
Posts: 318
Location: South-West Germany

PostPosted: Wed Apr 23, 2003 3:42 pm    Post subject: Reply with quote

I had two versions of QT installed:
qt-3.1.2-r3
and an old 2.x
unmerged 2.x, exported the path-variable to qt3 surely and emerged..
Started licq...

Same error as before ;(
I watched the compiling and the variable was used by make correctly.

Greetings

Elias P.
Back to top
View user's profile Send private message
eGore911
Apprentice
Apprentice


Joined: 11 Mar 2003
Posts: 290

PostPosted: Wed Apr 23, 2003 3:48 pm    Post subject: Reply with quote

i downloaded the cvs-version of licq, currently building it

i builded the qt-gui only, it works ... but licq has a segmentation fault .... and a recompilation didn't work .... not sure if it is my fault or an error in the .ebuild
Back to top
View user's profile Send private message
EliasP
Guru
Guru


Joined: 06 Dec 2002
Posts: 318
Location: South-West Germany

PostPosted: Wed Apr 23, 2003 4:15 pm    Post subject: Reply with quote

Found something which could be of interest..

https://bugs.gentoo.org/show_bug.cgi?id=19816

Just did this trick an emerging now..

Greetings

Elias P.
Back to top
View user's profile Send private message
EliasP
Guru
Guru


Joined: 06 Dec 2002
Posts: 318
Location: South-West Germany

PostPosted: Wed Apr 23, 2003 4:36 pm    Post subject: Reply with quote

Wow!!
It works...

Greetings

Elias P.
Back to top
View user's profile Send private message
eGore911
Apprentice
Apprentice


Joined: 11 Mar 2003
Posts: 290

PostPosted: Wed Apr 23, 2003 4:55 pm    Post subject: Reply with quote

if you like to use the cvs version, look here
https://forums.gentoo.org/viewtopic.php?t=49540
Back to top
View user's profile Send private message
firaX
Apprentice
Apprentice


Joined: 23 Apr 2003
Posts: 175
Location: Munich, Germany

PostPosted: Wed Apr 23, 2003 11:45 pm    Post subject: Reply with quote

set -gtk -gtk2 -gnome in your useflags.. apperantly gtk gui messes up all other guis in this version :)
Back to top
View user's profile Send private message
idoneus
Apprentice
Apprentice


Joined: 26 Mar 2003
Posts: 243
Location: Graz, Austria

PostPosted: Thu Apr 24, 2003 10:20 am    Post subject: Reply with quote

Well the bug EliasP found actually explains it all.

Just found an easy workaround for me: used -kde in my useflags. :)

edit: i'm not using gnome. i guess if you are using gnome -kde would not be enough
Back to top
View user's profile Send private message
strange_man
n00b
n00b


Joined: 14 Sep 2002
Posts: 26

PostPosted: Thu Apr 24, 2003 2:07 pm    Post subject: Reply with quote

I had the same problem,
USE="-gtk" emerge licq
worked for me.
Back to top
View user's profile Send private message
Bonkie
Guru
Guru


Joined: 28 Oct 2002
Posts: 501
Location: Antwerpen, Belgium

PostPosted: Thu Apr 24, 2003 3:28 pm    Post subject: Reply with quote

yep, USE="-gtk" did the trick here too :)
Back to top
View user's profile Send private message
sabbat
n00b
n00b


Joined: 16 Dec 2003
Posts: 34
Location: Australia

PostPosted: Wed Nov 03, 2004 11:48 pm    Post subject: Reply with quote

G'Day

I'm using xfce4 and I want to start licq, but I keep getting these errors on startup:

[ERR] Unable to load plugin (qt-gui): /usr/lib/licq/licq_qt-gui.so: cannot open shared object file: No such file or directory.
[ERR] Unable to load plugin (kde-gui): /usr/lib/licq/licq_kde-gui.so: cannot open shared object file: No such file or directory.
[ERR] Unable to load plugin (jons-gtk-gui): /usr/lib/licq/licq_jons-gtk-gui.so: cannot open shared object file: No such file or directory.

I've set -qt -kde -gnome in my make.conf file, so i'm not worried about the qt-gui and kde-gui errors. So how do I enable jons-gtk-gui at compile time, or do I need to install licq via CVS to get around this.

Cheers
_________________
I'm not as think you confused I am!!!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum