Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84012 - Cannot emerge kdebase-3.3.2-r2: compile error
Summary: Cannot emerge kdebase-3.3.2-r2: compile error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-03 15:08 UTC by Pierre-Olivier Bouchard
Modified: 2005-03-04 03:45 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 Pierre-Olivier Bouchard 2005-03-03 15:08:35 UTC
I cannot emerge kdebase on a clean system I started installing two days ago... I tried it with kdeenablefinal enabled or disabled, and I get the same compile error:

make[3]: Entering directory `/var/tmp/portage/kdebase-3.3.2-r2/work/kdebase-3.3.2/konqueror/keditbookmarks'
echo 'extern "C" int kdemain(int argc, char* argv[]);' > keditbookmarks_dummy.cpp; \
echo 'extern "C" int kdeinitmain(int argc, char* argv[]) { return kdemain(argc,argv); }' >> keditbookmarks_dummy.cpp
/usr/kde/3.3/bin/dcopidl /usr/kde/3.3/include/kbookmarknotifier.h > kbookmarknotifier.kidl || ( rm -f kbookmarknotifier.kidl ; false )
KDECONFIG="/usr/kde/3.3/bin/kde-config" /usr/kde/3.3/bin/dcopidlng ./dcop.h > dcop.kidl || ( rm -f dcop.kidl ; false )
/usr/qt/3/bin/moc ./favicons.h -o favicons.moc
/usr/qt/3/bin/moc ./actionsimpl.h -o actionsimpl.moc
/usr/qt/3/bin/moc ./bookmarkiterator.h -o bookmarkiterator.moc
/usr/qt/3/bin/moc ./updater.h -o updater.moc
/usr/qt/3/bin/moc ./toplevel.h -o toplevel.moc
trap: usage: trap [-lp] [arg signal_spec ...]
make[3]: *** [dcop.kidl] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.3.2-r2/work/kdebase-3.3.2/konqueror/keditbookmarks'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.3.2-r2/work/kdebase-3.3.2/konqueror'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.3.2-r2/work/kdebase-3.3.2'
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.3.2-r2 failed.
!!! Function kde_src_compile, Line 166, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.

Here's my emerge info:

Portage 2.0.51.18 (default-linux/x86/2004.3, gcc-3.4.3-20050110, glibc-2.3.4.20050125-r0, 2.6.10-morph25 i686)
=================================================================
System uname: 2.6.10-morph25 i686 AMD Athlon(tm) XP 1700+
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Mar  2 2005, 10:15:09)]
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r4
sys-devel/libtool:   1.5.10-r5
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://gentoo.mirrors.pair.com/ http://gentoo.osuosl.org/ http://mirror.datapipe.net/gentoo ftp://gentoo.mirrors.tds.net/gentoo http://mir.zyrianes.net/gentoo/"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="/usr/sbin/mirrorselect: line 281: --title: command not found"
USE="x86 3dnow 3dnowex 4kstacks X alsa apm arts avi bash-completion berkdb bitmap-fonts bzip2 bzlib cdparanoia cdr cups curl dga encode exif faad fam ffmpeg flac foomaticdb gdbm gif gimp gimpprint gpm gtk gtk2 imap imlib java jpeg kde kdeenablefinal libwww lm_sensors logitech-mouse mad matroska mmx mng mozilla mp3 mpeg mpeg4 mplayer msn mysql mythtv ncurses nls no-old-linux nomotif nptl nptlonly ogg oggvorbis opengl oss pam pdflib pic png qt quicktime readline samba sdl spell sse ssl svg svga tcpd tiff truetype truetype-fonts type1-fonts usb userlocales xml2 xmms xscreensaver xv xvid yv12 zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS

Let me know if anything else is needed.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-04 03:45:16 UTC
The latest security patch I did apply to kdelibs wasn't correct. See Bug 81652. Not really an excuse... Thank you very much for your report!