Bug 6947

Summary: KVIRC don't launch
Product: Mageia Reporter: Arnaud Vacquier <arnaud>
Component: RPM PackagesAssignee: Mageia Bug Squad <bugsquad>
Status: RESOLVED OLD QA Contact:
Severity: major    
Priority: Normal CC: marja11, pterjan
Version: CauldronKeywords: NEEDINFO
Target Milestone: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Source RPM: kvirc CVE:
Status comment:

Description Arnaud Vacquier 2012-08-04 12:06:30 CEST
hi,

I have install KVirc but when i launch after 3-5 seconds loading it is close :/

Version :
KDE 4.9 Cauldron 32bits 
KVirc :
        Version : 4.1.3-0.svn6163.1.mga2
        Version actuellement installée : 4.1.3-0.svn6163.1.mga2
        Groupe : Réseau/IRC
        Architecture : i586
        Taille : 20425 Ko
        Média : Aucun (installé)
        URL : 


(i think try on Mga2 and it is also buggy)

thank you
Comment 1 Manuel Hiebel 2012-08-07 17:02:14 CEST
could we can strace with gdb ?

1) enable the 'core release debug'
2) install the following packages: kvirc-debug
3) run the following command from a terminal:
  gdb -q kvirc 2>&1 | tee debug.txt
(** as a workaround of bug 3417 add the following line to the file ~/.gdbinit
set build-id-verbose 2 )
4) then type 'run'
(if it ask for missing packages, install them)
5) when it segfaults, type 'bt'
6) attach the file debug.txt to this bug

Source RPM: (none) => kvirc

Comment 2 Pascal Terjan 2012-08-11 02:03:29 CEST
No need for gdb:

$ kvirc
kvirc: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory

CC: (none) => pterjan

Comment 3 Arnaud Vacquier 2012-08-11 02:04:52 CEST
Ok sorry for time so :

1 and 2 okay


3 I do create ".gdbinit" do not exist in my home/aranud

and get : 
[root@localhost Documents]# gdb -q kvirc 2>&1 | tee debug.txt
Reading symbols from /usr/bin/kvirc...Reading symbols from /usr/lib/debug/usr/bin/kvirc.debug...done.


4 for run :

(gdb) run
Starting program: /usr/bin/kvirc 
/usr/bin/kvirc: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
[Inferior 1 (process 15905) exited with code 0177]
Missing debug package(s), you should install: glibc-debug-2.16-8.mga3.i586
(gdb)


So, i install glibc-debug
and retry run :

(gdb) run
Starting program: /usr/bin/kvirc 
/usr/bin/kvirc: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
[Inferior 1 (process 18286) exited with code 0177]
Comment 4 Pascal Terjan 2012-08-11 02:14:28 CEST
Rebuilding for new perl fixed it.

Resolution: (none) => FIXED
Status: NEW => RESOLVED

Comment 5 Arnaud Vacquier 2012-10-10 04:16:19 CEST
Bugged to Cauldon (MGA 3 alpha 1) don't start too :(

Resolution: FIXED => (none)
Status: RESOLVED => REOPENED

Comment 6 Manuel Hiebel 2012-10-10 16:36:04 CEST
please, any errors in the console ?
or in the backtrace ?

(and next time open a new bug)
Comment 7 Manuel Hiebel 2012-10-10 16:36:13 CEST
please, any errors in the console ?
or in the backtrace ?

(and next time open a new bug)

Keywords: (none) => NEEDINFO

Comment 8 Arnaud Vacquier 2012-10-10 16:50:24 CEST
hi,

thank yo for reply :


[aranud@localhost Documents]$ su
Mot de passe : 
[root@localhost Documents]# gdb -q kvirc 2>&1 | tee debug.txt
Reading symbols from /usr/bin/kvirc...Reading symbols from /usr/lib/debug/usr/bin/kvirc.debug...done.
done.
(gdb) run
Starting program: /usr/bin/kvirc 
/usr/bin/kvirc: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
[Inferior 1 (process 8637) exited with code 0177]
Missing debug package(s), you should install: glibc-debug-2.16-12.mga3.x86_64
(gdb) 


----------------------------
Comment 9 Marja Van Waes 2012-11-07 18:48:21 CET
(In reply to comment #8)

> /usr/bin/kvirc: error while loading shared libraries: libperl.so: cannot open
> shared object file: No such file or directory

So the same problem as in comment 2

Do you have kvirc-4.1.3-0.svn6163.2.mga3, or another version?

CC: (none) => marja11

Comment 10 Arnaud Vacquier 2012-11-07 18:55:59 CET
Sorry i have switch on Mageia 3 alpha 2 with gnome 3
I stop use kvirc
Comment 11 Marja Van Waes 2012-11-07 19:22:41 CET
(In reply to comment #10)
> Sorry i have switch on Mageia 3 alpha 2 with gnome 3
> I stop use kvirc

Thanks for the feedback, Arnaud

Closing as OLD, then, because there is not enough information.

Anyone having this issue in a fully updated version of Mageia: feel free to reopen this report when needed and give the version of Mageia and KVIRC you're using

Status: REOPENED => RESOLVED
Resolution: (none) => OLD