Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42086 - kdevelop-3.0.1 fails to compile
Summary: kdevelop-3.0.1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
: 42760 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-18 15:55 UTC by John Thomas
Modified: 2004-03-11 16:59 UTC (History)
2 users (show)

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 John Thomas 2004-02-18 15:55:03 UTC
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
Comment 1 Chris Bruner 2004-02-18 22:43:47 UTC
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
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-02-19 05:38:50 UTC
Did you upgrade Qt?  You need to re-emerge kdelibs.
Comment 3 Maik Zutz 2004-02-19 05:45:08 UTC
same error on k3b, maybe re-emerge kdelibs?

http://bugs.gentoo.org/show_bug.cgi?id=42140
Comment 4 Maik Zutz 2004-02-19 07:52:39 UTC
re-emerge kdelibs helps!
steps:
emerge kdelibs && emerge -u kdevelop
Comment 5 Chris Bruner 2004-02-19 11:58:57 UTC
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.
Comment 6 Richard Cox 2004-02-19 18:33:11 UTC
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
Comment 7 Richard Cox 2004-02-19 19:46:29 UTC
Please disregard my last post.  It was caused by a make.conf problem on my end.
Comment 8 Geoffrey King 2004-02-24 08:12:19 UTC
*** Bug 42760 has been marked as a duplicate of this bug. ***
Comment 9 Jason Huebel (RETIRED) gentoo-dev 2004-02-27 22:18:17 UTC
So is this still an issue? It merged fine on my system...
Comment 10 Eldad Zack (RETIRED) gentoo-dev 2004-03-06 10:12:23 UTC
works here as well, after re-emerging kdelibs.
Comment 11 Geoffrey King 2004-03-06 15:37:51 UTC
I had re-emerge KDE Libs as well to make Kdevelop compile. Could this be a problem  with KDE Libs rather than with KDevelop?
Comment 12 Jason Huebel (RETIRED) gentoo-dev 2004-03-06 22:30:25 UTC
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.
Comment 13 Geoffrey King 2004-03-07 05:00:29 UTC
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.
Comment 14 Jason Huebel (RETIRED) gentoo-dev 2004-03-09 21:35:50 UTC
Is this resolved with kdevelop 3.0.2?
Comment 15 Danny van Dyk (RETIRED) gentoo-dev 2004-03-11 16:53:25 UTC
dev-util/kdevelop-3.0.2 emerged fine and runs without errors... I think this can be closed by now.
Comment 16 Jason Huebel (RETIRED) gentoo-dev 2004-03-11 16:59:47 UTC
resolved with 3.0.2...