Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93217 - licq-1.3.0-r3 crashes while starting without Qt-support
Summary: licq-1.3.0-r3 crashes while starting without Qt-support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Konstantin Arkhipov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-19 07:41 UTC by Sebastian Wramba
Modified: 2005-05-29 09:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Wramba 2005-05-19 07:41:56 UTC
I emerged licq-1.3.0 without Qt-support. When I try to start it, it crashes with
the following error:

$ LC_ALL=C licq
15:49:53: [WRN] Licq: Ignoring stale lockfile (pid 10483)
15:49:53: [ERR] Unable to load plugin (qt-gui): /usr/lib/licq/licq_qt-gui.so:
cannot open shared object file: No such file or directory.
15:49:53: [ERR] Unable to load plugin (kde-gui): /usr/lib/licq/licq_kde-gui.so:
cannot open shared object file: No such file or directory.
15:49:53: [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.
core dumped. your fault! (signal 11)
Killed


Reemerging with Qt enabled and running it then works fine.

Reproducible: Always
Steps to Reproduce:
1. USE="-qt -kde" emerge licq
2. start licq
3.

Actual Results:  
licq crashes when starting.

Expected Results:  
It should be possible to run licq without Qt-support.

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110,
glibc-2.3.4.20041102-r1, 2.6.11.8 i686)
=================================================================
System uname: 2.6.11.8 i686 AMD Athlon(tm) XP Processor
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 28 2005, 23:43:08)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.inode.at"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X alsa apm avi berkdb bitmap-fonts bonobo cdr crypt cups curl
divx4linux eds emboss encode esd exif fam flac foomaticdb fortran ftp gdbm gif
gnome gphoto2 gpm gstreamer gtk gtk2 imagemagick imlib ipv6 java jpeg junit
libg++ libwww mad mikmod mmx mono motif mozilla mp3 mpeg ncurses nls ogg
oggvorbis opengl oss pam pdflib perl png python quicktime readline real samba
sdl spell sse ssl svga tcpd tiff truetype truetype-fonts type1-fonts vorbis xml
xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Konstantin Arkhipov (RETIRED) gentoo-dev 2005-05-29 09:03:26 UTC
fixed in -r4
thanks, Sebastian