Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17311 - emerge of kdebase-3.1r1 failed requiring installation of kdelibs first
Summary: emerge of kdebase-3.1r1 failed requiring installation of kdelibs first
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-11 12:12 UTC by Sebastian Held
Modified: 2003-04-24 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 Sebastian Held 2003-03-11 12:12:21 UTC
because of an error in configure, emerge will fail (for me). **Patch is included**. 

Reproducible: Always
Steps to Reproduce:
1. get stage3 from gentoo-1.4rc3 
2. emerge kde 
3. 
Actual Results:  
configure reports absents of kdelibs, but kdelibs _is_ installed properly. 

Expected Results:  
---PATCH--- 
 
--- configure.orig      2003-01-16 21:03:15.000000000 +0100 
+++ configure   2003-03-11 08:41:32.000000000 +0100 
@@ -22581,7 +22581,7 @@ 
   ac_status=$? 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
   (exit $ac_status); }; then 
-       if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then 
+       if test -f actest.cpp && grep -i klineedit actest.cpp > /dev/null; then 
                kde_cv_uic_plugins=yes 
        fi 
 fi 
 

morn root # emerge info 
Portage 2.0.47-r8 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r2) 
================================================================= 
System uname: 2.4.20-gentoo-r1 i686 AMD Athlon(tm) XP 2000+ 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config 
/usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
PORTDIR="/usr/portage" 
DISTDIR="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/suse/tmp" 
PORTDIR_OVERLAY="" 
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg kde gnome libg++ libwww mikmod 
mmx mpeg ncurses nls pdflib png quicktime sdl spell svga truetype xml2 xmms xv zlib gdbm 
berkdb slang readline arts java X gpm tcpd pam ssl perl python imlib oggvorbis gtk qt motif 
opengl acpi alsa maildir pic plotutils samba" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer" 
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer" 
ACCEPT_KEYWORDS="x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Dan Armak (RETIRED) gentoo-dev 2003-03-18 17:27:59 UTC
Hmm. What is the exact case difference in your generated actest.cpp? Do you know why it 
happens for you but not for others? 
Comment 2 Sebastian Held 2003-04-03 05:43:54 UTC
Sorry about the long timeout. Had to get my gentoo-box running. 
The case was something like "KLineEdit" I think. 
Maybe my USE-variable is including too many features (or a feature that enables 
the defective part of configure)? 
Applying my patch let me compile kde. 
At home I tried it again, but this time I got the stage1 tarball. Kde compiles fine (but 
now is new version), but kdm needs a _very_ long time to start up and nearly 
300Megs of ram. I'm investigating that. 
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2003-04-24 14:56:10 UTC
For the long startup time, take a look at bug #15188. I'll mark this as WORKSFORME, as the original problem seems to have disappeared