Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12938 - kdeedu-3.1_rc5 compile fails on kiten.
Summary: kdeedu-3.1_rc5 compile fails on kiten.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-30 07:53 UTC by Aniruddha Shankar
Modified: 2003-03-16 11:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
kdeedu emerge log (emergekdeedu.log.gz,8.49 KB, application/x-gzip)
2003-01-12 03:33 UTC, Aniruddha Shankar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aniruddha Shankar 2002-12-30 07:53:28 UTC
gcc 2.95-3, gentoo 1.2, celeron 800 128mb ram, 20 gb

/bin/sh ../libtool  --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W
-Wpointer-arith  -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion  -DNDEBUG -DNO_DEBUG -O2 -mcpu=i686 -O3 -pipe -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST     -o kiten -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib  dummy.o kiten.la -R

/usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -lkdeui -lkio -lkdeprint
/usr/qt/3/lib/libqt-mt.so: undefined reference to `cerr'
/usr/qt/3/lib/libqt-mt.so: undefined reference to `endl(ostream &)'
/usr/qt/3/lib/libqt-mt.so: undefined reference to `ostream::operator<<(char const *)'
collect2: ld returned 1 exit status
make[3]: *** [kitengen] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/kdeedu-3.1_rc5/work/kdeedu-3.1rc5/kiten'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeedu-3.1_rc5/work/kdeedu-3.1rc5/kiten'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeedu-3.1_rc5/work/kdeedu-3.1rc5'
make: *** [all] Error 2

This is not the first time I've had this error and I was really bugged so I uninstalled KDE and QT completely from my system then started to re-emerge kde... now, I have only got qt-3.1.0-r1  on my system. other kde packages compile without incident and kde-3.1 works great.
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2003-01-07 01:39:34 UTC
which qt did you have? 
since you are the only one reporting this maybe it was caused by a bad qt 
installation? do you still have this problem or is it gone after reemerging qt? 
Comment 2 Aniruddha Shankar 2003-01-10 06:03:51 UTC
I unmerged QT and KDE completely from my system then tried to merge kde-3.1_rc5. this failed on kdeedu-3.1_rc5 with the above error. I shall try and merge kdeedu-3.1rc6 and get back to you

Additionally, Hannes, thanks for your time.

Aniruddha Shankar
Bangalore, India
Comment 3 Hannes Mehnert (RETIRED) gentoo-dev 2003-01-10 07:06:24 UTC
if this still fails, please attach a full build log. 
Comment 4 Aniruddha Shankar 2003-01-12 03:31:59 UTC
failed with -rc6 as well, attaching build log. 
Portage 2.0.46-r4 (default-1.0, gcc-2.95.3, glibc-2.2.5-r7)
=================================================================
System uname: 2.4.19-gentoo-r10 i686 Celeron (Coppermine)
USE="x86 avi crypt encode jpeg kde libg++ mmx ncurses pdflib qtmt xmms berkdb bonobo gdbm gif gnome gnome-libs gtk gtkhtml guile imlib libwww motif nls oggvorbis pam perl png python qt readline scanner sdl slang ssl svga tcltk tcpd tetex tiff X -3dnow -apm -pcmcia -pda -gphoto2 -cdr cups dga aalib arts lcms quicktime alsa java esd mikmod oss nas mozilla mpeg ggi ggz spell truetype xml xml2 samba doc gpm -dvd -fbcon flash opengl xv"
ARCH="x86"
COMPILER=""
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=i686 -O3 -pipe"
CXXFLAGS="-mcpu=i686 -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
MAKEOPTS="-j2"
JDK_HOME=""
JAVA_HOME="/opt/ibm-jre-1.3.1"
AUTOCLEAN="no"
SYNC="rsync://192.168.100.5/gentoo-portage/"
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"
Comment 5 Aniruddha Shankar 2003-01-12 03:33:10 UTC
Created attachment 7218 [details]
kdeedu emerge log
Comment 6 Dan Armak (RETIRED) gentoo-dev 2003-01-31 15:33:37 UTC
Have you tried ked 3.1-final? Many bugs have been fixed there since 3.1-rc5. 
If you have and it didn't help, does the rest of KDE work? Does an ldd /usr/qt/3/lib/libqt-mt.so 
show anything unusual? 
Try giong into the build dir (/var/tmp/portage/kdeedu-3.1_rc5/work/kdeedu-3.1rc5) and 
running make manually (thus no parallel making, no ccache, and no wierd unreproducible 
errors). Sometimes (rarely, particularly when there are unexplained bugs around) this may help 
(ie it'll compile OK) and if it does we'll know better what to look for. 
Comment 7 Aniruddha Shankar 2003-03-16 07:38:59 UTC
kdeedu-3.1-r1  emerges fine, thanks Dan :)

aniruddha shankar
Bangalore, india
Comment 8 Hannes Mehnert (RETIRED) gentoo-dev 2003-03-16 11:21:45 UTC
fixed for reporter.