Attempted emerge -u world which included update of kdevelop as last item. Build ended with the following: checking if Qt needs -ljpeg... no checking for rpath... yes checking for KDE... libraries /usr/kde/3.2/lib, headers /usr/kde/3.2/include checking if UIC has KDE plugins available... no configure: error: you need to install kdelibs first. died running ./configure, kde_src_compile:configure * * Your KDE program installation died while running the configure script * !!! ERROR: dev-util/kdevelop-3.0.1 failed. !!! Function configure_die, Line 170, Exitcode 0 !!! (no error message) Reproducible: Always Steps to Reproduce: 1.emerge kdevelop 2. 3. Actual Results: checking if Qt needs -ljpeg... no checking for rpath... yes checking for KDE... libraries /usr/kde/3.2/lib, headers /usr/kde/3.2/include checking if UIC has KDE plugins available... no configure: error: you need to install kdelibs first. died running ./configure, kde_src_compile:configure * * Your KDE program installation died while running the configure script * !!! ERROR: dev-util/kdevelop-3.0.1 failed. !!! Function configure_die, Line 170, Exitcode 0 !!! (no error message) Expected Results: successful build
Same problem here. kdelibs are 3.2 The error seems to be something to do with plugins. from configure output: checking if UIC has KDE plugins available... no configure: error: you need to install kdelibs first. Inside the configure file: echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5 echo "${ECHO_T}$kde_cv_uic_plugins" >&6 if test "$kde_cv_uic_plugins" != yes; then { { echo "$as_me:$LINENO: error: you need to install kdelibs first." >&5 echo "$as_me: error: you need to install kdelibs first." >&2;} { (exit 1); exit 1; }; } fi
Did you upgrade Qt? You need to re-emerge kdelibs.
same error on k3b, maybe re-emerge kdelibs? http://bugs.gentoo.org/show_bug.cgi?id=42140
re-emerge kdelibs helps! steps: emerge kdelibs && emerge -u kdevelop
After looking into it further, it looks like this is a gentoo specific bug http://bugs.kde.org/show_bug.cgi?id=73346 I've emerged the latest qt, still no joy. I think I emerged the latest kdelibs as well. I will check tonight.
I re-emerged qt and tried to re-emerge kdelibs, but now kdelibs fails as well. Here's what I get now when I try to emerge kdelibs: checking if kinit should be compiled... yes checking if kdeprint should be compiled... yes checking if kabc should be compiled... yes checking if kmdi should be compiled... yes checking if khtml should be compiled... yes checking if kate should be compiled... yes configure: creating ./config.status Uhh. Malformed pattern in ./confstatVTOvdT/subs.sed (s,@CFLAGS@,-ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -march=pentium3 -O3 -pipe -fomit-frame-pointer ) at admin/config.pl line 106. config.status: creating config.h config.status: creating dcop/dcop-path.h config.status: creating kio/kssl/ksslconfig.h config.status: executing depfiles commands Good - your configure finished. Start make now make: *** No targets specified and no makefile found. Stop. !!! ERROR: kde-base/kdelibs-3.2.0 failed. !!! Function kde_src_compile, Line 127, Exitcode 2 !!! died running emake, kde_src_compile:make
Please disregard my last post. It was caused by a make.conf problem on my end.
*** Bug 42760 has been marked as a duplicate of this bug. ***
So is this still an issue? It merged fine on my system...
works here as well, after re-emerging kdelibs.
I had re-emerge KDE Libs as well to make Kdevelop compile. Could this be a problem with KDE Libs rather than with KDevelop?
I believe this is a misunderstanding of what's required when you upgrade Qt. As I emailed another user, you should do the following when you upgrade Qt: emerge qt emerge kdelibs emerge kdegraphics kdelibs has to be remerged because it contains all the KDE widgets based on Qt. kdegraphics is remerged so the widget styles (like Light Style, 3rd Revision) work correctly with the remerged kdelibs/qt.
because this is a fairly new install I basically did: emerge kde emerge kdevelop Obviously I have only pulled down and compiled QT the once.
Is this resolved with kdevelop 3.0.2?
dev-util/kdevelop-3.0.2 emerged fine and runs without errors... I think this can be closed by now.
resolved with 3.0.2...