Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44046 - Unable to find plugins, KDevelop won't work properly
Summary: Unable to find plugins, KDevelop won't work properly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-08 09:43 UTC by Jesus Arango
Modified: 2004-03-09 14:56 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 Jesus Arango 2004-03-08 09:43:58 UTC
After emerging kdevelop (emerge -u kdevelop), any time I try to run kdevelop I get a window with the following error message:

Unable to find plugins, KDevelop won't work properly!
Please make sure that KDevelop is installed in your KDE directory, otherwise you have to add KDevelop's installation path to the environment variable KDEDIRS and run kbuildsycoca. Restart KDevelop afterwards.
Example for BASH users:
export KDEDIRS=/path/to/kdevelop:$KDEDIRS && kbuildsycoca


Reproducible: Always
Steps to Reproduce:
1. emerge -u kdevelop
2. run kdevelop executable

Actual Results:  
The window with the error appears. I hit the OK button, and a kdevelop main
window is created, that looks more like a simple/barebones editor than an IDE.

Expected Results:  
To be able to run KDevelop

Make.conf:
CFLAGS="-O3 -mcpu=pentium4 -march=pentium4 -fforce-addr -fomit-frame-pointer
-funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4"
CHOST="i686-pc-linux-gnu"
USE="X alsa ipv6 jpeg mmx mpeg sse x86 -gnome -gtk -kde -qt -apm -arts -avi
-berkdb -crypt -cups -encode -foomaticdb -gdbm -gif -gpm -gtk2 -imlib -ldap
-libg++ -libwww -mad -mikmod -motif -mozilla -ncurses -nls -oggvorbis -opengl
-oss -pam -pdflib -perl -png -python -quicktime -readline -sdl -slang -spell
-ssl -svga -tcpd -truetype -x86 -xml2 -xmms -xv -zlib"
CXXFLAGS="${CFLAGS}"
GENTOO_MIRRORS="http://mirror.tucdemonic.org/gentoo/ http://gentoo.ccccom.com
ftp://mirrors.tds.net/gentoo http://cudlug.cudenver.edu/gentoo/"
PORTAGE_BINHOST="http://mirror.tucdemonic.org/gentoo/grp/2004/pentium4"
Comment 1 Jesus Arango 2004-03-08 09:55:36 UTC
The following messages appear with the teminal BEFORE I hit OK in the error window:

kdevelop: WARNING: KXMLGUIClient::setXMLFile: cannot find .rc file kdevelopui.rc
kdevelop: WARNING: KXMLGUIClient::setXMLFile: cannot find .rc file kdevelopui.rc
kio (KMimeType): WARNING: KServiceType::offers : servicetype KDevelop/Plugin not found

The following messages appear with the teminal AFTER I hit OK in the error window:

kio (KMimeType): WARNING: KServiceType::offers : servicetype KDevelop/MakeFrontend not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype KDevelop/AppFrontend not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype KDevelop/DiffFrontend not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype KDevelop/SourceFormatter not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype KDevelop/Plugin not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype KDevelop/Plugin not found
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-03-08 19:18:36 UTC
run "kbuildsycoca" from the command prompt
Comment 3 Jesus Arango 2004-03-08 19:48:26 UTC
Hi,

what package provides "kbuildsycoca"? It must not be kdevelop because it's not on my system.

Thanks
Jesus
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2004-03-08 19:54:14 UTC
It's a part of kde.
Comment 5 Jesus Arango 2004-03-09 14:56:58 UTC
I noticed that kdevelop worked fine once I rebooted the computer. There was no need to run "kbuildsycoca", which is part of KDE and I am not using KDE.

Jesus