Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101673 - k3b-0.12.3 doesn't emerge
Summary: k3b-0.12.3 doesn't emerge
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-07 13:00 UTC by Thomas Schlesinger
Modified: 2005-08-07 14:14 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 Thomas Schlesinger 2005-08-07 13:00:48 UTC
While emerging k3b-0.12.3, configure runs into an error:   
checking for KDE... libraries /usr/kde/3.4/lib, headers /usr/kde/3.4/include   
checking if UIC has KDE plugins available... no   
configure: error:   
you need to install kdelibs first.   
   
If you did install kdelibs, then the Qt version that is picked up by   
this configure is not the same version you used to compile kdelibs.   
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the   
_same Qt version_, compiled with the _same compiler_ and the same Qt   
configuration settings.   
   
   
!!! ERROR: app-cdr/k3b-0.12.3 failed.   
!!! Function kde_src_compile, Line 157, Exitcode 1   
!!! died running ./configure, kde_src_compile:configure   
   
kdelibs 3.4.2 is installed.   
  
On another machine, k3b-0.12.3 emerges without a problem.  

Reproducible: Always
Steps to Reproduce:
emerge k3b 
Actual Results:  
see above  

Expected Results:  
k3b should emerge 

SchlesisPC ~ # emerge info 
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r1, 
2.6.11-gentoo-r6 i686) 
================================================================= 
System uname: 2.6.11-gentoo-r6 i686 AMD Athlon(tm) XP 2200+ 
Gentoo Base System version 1.6.13 
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
ccache version 2.4 [enabled] 
dev-lang/python:     2.3.5, 2.4.1-r1 
sys-apps/sandbox:    1.2.1-r2 
sys-devel/autoconf:  2.13, 2.59-r7 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6 
sys-devel/binutils:  2.16.1 
sys-devel/libtool:   1.5.18-r1 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CBUILD="i686-pc-linux-gnu" 
CFLAGS="-O3 -march=athlon-xp -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d" 
CXXFLAGS="-O3 -march=athlon-xp -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig ccache distlocks prelink sandbox sfperms strict" 
GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
LANG="de_DE" 
LINGUAS="de" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 X a52 alsa apm arts avi berkdb bitmap-fonts bonobo cdr crypt cups 
curl divx4linux dv dvb dvd dvdread eds emboss encode esd fam fame flac 
foomaticdb fortran gdbm gif gphoto2 gpm gstreamer gtk2 gtkhtml guile 
imagemagick imlib ipv6 jpeg junit kde kdexdeltas libg++ libwww mad mikmod 
motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam pdflib perl png python 
qt quicktime readline samba sdl spell ssl subtitles svga tcltk tcpd tiff 
truetype truetype-fonts type1-fonts vorbis xine xml xml2 xmms xv xvid zeroconf 
zlib linguas_de userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Thomas Schlesinger 2005-08-07 13:03:35 UTC
I'll try out to recompile kdelibs, as advised by the error message.  
Comment 2 Thomas Schlesinger 2005-08-07 14:14:22 UTC
Ok, the re-emerge solved the problem.