Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148676 - net-im/kopete-0.12.2: Fails to start properly if /usr is not the first item in $KDEDIRS
Summary: net-im/kopete-0.12.2: Fails to start properly if /usr is not the first item i...
Status: RESOLVED DUPLICATE of bug 148666
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-22 10:40 UTC by Joshua J. Berry
Modified: 2006-09-22 12:16 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 Joshua J. Berry 2006-09-22 10:40:50 UTC
Normally, my KDEDIRS environment variable is "/usr/kde/3.5:/usr:/usr/local:/opt/des".  If I start Kopete in this configuration, it cannot find any of its plugins or settings modules.

For example, the "Settings"->"Configure" menu option will open the configure dialog, which displays the error message: "/usr/kde/3.5/lib/kde3/kcm_kopete_accountconfig.so: cannot open shared object file: No such file or directory".  I have verified that kcm_kopete_accountconfig.so exists, and is installed in the usual place (/usr/lib/kde3).

WORKAROUND:
I have to put /usr as the first element in KDEDIRS (e.g. "/usr:/usr/kde/3.5:/usr/local:/opt/des").  Kopete then starts as expected.

This problem just started with the upgrade to kdelibs-3.5.4-r2.  (I believe this upgrade switched the path entries in $KDEDIRS around.)

I do not have the other version of Kopete (kde-base/kopete-3.5*) installed.

OUTPUT OF emerge --info:

Portage 2.1.2_pre1 (default-linux/x86/2006.1/desktop, gcc-4.1.1/vanilla, glibc-2.4-r3, 2.6.18-ck1 i686)
=================================================================
System uname: 2.6.18-ck1 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 2.00GHz
Gentoo Base System version 1.12.5
Last Sync: Fri, 22 Sep 2006 03:00:09 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-java/java-config: 1.3.3, 2.0.29
dev-lang/python:     2.3.5-r2, 2.4.3-r3
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -mfpmath=sse -mmmx -msse -Os -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/eselect/compiler /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=pentium4 -mfpmath=sse -mmmx -msse -Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig distcc distlocks metadata-transfer sfperms strict userpriv"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LC_ALL="en_US.utf8"
LINGUAS="en"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acl acpi aim alsa arts asf avi berkdb boost bzip2 c++ cdparanoia cdr crypt cscope ctype cups curl dbus dga doc dts dv dvd dvdread elibc_glibc encode exif ffmpeg flac foomaticdb ftp gd gdbm gif gmp gnutls graphviz gstreamer hal icq ieee1394 imagemagick imap input_devices_keyboard input_devices_mouse input_devices_synaptics ipv6 jabber joystick jpeg kde kdehiddenvisibility kernel_linux lcms ldap linguas_en mad maildir mikmod mime mmx mng motif mp3 mpeg musepack musicbrainz ncurses nls nptl nptlonly nvidia offensive ofx ogg oggvorbis opengl oscar pam pcmcia pcre pda pdflib perl png posix postgres povray ppds python qt qt3 quicktime readline ruby samba scanner sdl slang sockets spell sql sqlite sse sse2 ssl subversion svg tcltk tcpd tetex theora threads tiff truetype udev unicode usb userland_GNU vcd video_cards_nv video_cards_nvidia video_cards_vesa vorbis win32codecs wmf x264 xcomposite xine xinerama xorg xv xvid xvmc yahoo zeroconf zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-09-22 12:16:07 UTC
You probably had kde-base/kopete installed at some point, run

find /usr/kde -name \*kopete\*la -print0 | xargs -0 rm


*** This bug has been marked as a duplicate of 148666 ***