Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 50965

Summary: kde-base/kdepim-3.2.2 fails to compile
Product: Gentoo Linux Reporter: Michael C. Ferguson <michael.christopher.ferguson>
Component: New packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal CC: michael.christopher.ferguson
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://www.kde.org
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael C. Ferguson 2004-05-13 12:01:27 UTC
I'm getting an error and cannot emerge kdepim...

-- BEGIN ERROR --
/usr/qt/3/bin/moc ./vcal-factorybase.h -o vcal-factorybase.moc
/usr/qt/3/bin/moc ./vcal-conduitbase.h -o vcal-conduitbase.moc
/usr/qt/3/bin/moc ./todo-factory.h -o todo-factory.moc
/bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kpilot/lib -I../../..  -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include  -I/usr/include/libpisock  -DQT_THREAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O2 -fomit-frame-pointer -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o todo-setup.lo todo-setup.cc
todo-setup.cc:35:31: korganizerConduit.h: No such file or directory
todo-setup.cc: In constructor `ToDoWidgetSetup::ToDoWidgetSetup(QWidget*, const
   char*)':
todo-setup.cc:46: error: invalid use of undefined type `struct VCalWidget'
vcal-setup.h:35: error: forward declaration of `struct VCalWidget'
todo-setup.cc:48: error: invalid use of undefined type `struct VCalWidget'
vcal-setup.h:35: error: forward declaration of `struct VCalWidget'
make[4]: *** [todo-setup.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
Session management error: Could not open network socket
make[4]: Leaving directory `/var/tmp/portage/kdepim-3.2.2/work/kdepim-3.2.2/kpilot/conduits/vcalconduit'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdepim-3.2.2/work/kdepim-3.2.2/kpilot/conduits'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdepim-3.2.2/work/kdepim-3.2.2/kpilot'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdepim-3.2.2/work/kdepim-3.2.2'
make: *** [all] Error 2
-- END ERROR --

Here is my emerge info...

-- BEGIN emerge info --
Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.5)
=================================================================
System uname: 2.6.5 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.4.10
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.seren.com/gentoo http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.mirrors.pair.com/ http://gentoo.ccccom.com http://gentoo.netnitco.net http://lug.mtu.edu/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://216.87.139.117/gentoo-portage"
USE="X aalib acpi alsa apache2 apm arts artswrappersuid avi berkdb cdr crypt cups dvd dvdr encode esd flac foomaticdb gdbm gif gnome gphoto2 gpm gstreamer gtk gtk2 imlib ipv6 java jpeg kde kerberos ldap libg++ libwww mad mikmod mmx motif mozilla mpeg ncurses nls offensive oggvorbis opengl oss pam pda pdflib perl png python qt quicktime readline samba scanner sdl slang slp spell sse ssl svga tcpd tiff truetype x86 xml xml2 xmms xv zlib"
-- END emerge info --

FYI I am compiling kdepim with all useflags (+crypt +ldap +pda). I tried -pda and -ldap, and this did not seem to help things...



-- mcf
Comment 1 Sean E Russell 2004-05-13 19:56:01 UTC
Identical problem here.  This was from an 'emerge -Uu world'.  I, too, have crypt, ldap, and pda.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-05-14 05:30:53 UTC
It's a dup of 43080, but it looks like it's not fixed.

change makeopts to -j1 for the compile will get past this.  Not sure why it's still broken.
Comment 3 Michael C. Ferguson 2004-05-14 14:29:45 UTC
Thanks Caleb! Changing makeopts to '-j1' fixed it for me.
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2004-09-03 07:32:04 UTC

*** This bug has been marked as a duplicate of 43080 ***