Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59416 - kdelibs-3.2.3 does not compile with gcc-3.4.1-r2
Summary: kdelibs-3.2.3 does not compile with gcc-3.4.1-r2
Status: RESOLVED CANTFIX
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: 2004-08-04 09:43 UTC by Alexandre Rostovtsev (RETIRED)
Modified: 2004-08-25 10:51 UTC (History)
0 users

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


Attachments
preprocessed source file (ccXb35Sy.out,710.72 KB, text/plain)
2004-08-04 09:46 UTC, Alexandre Rostovtsev (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Rostovtsev (RETIRED) gentoo-dev 2004-08-04 09:43:23 UTC
Decided to try out gcc-3.4 - for some reason, I thought it was stable by now...

Reproducible: Always
Steps to Reproduce:
1. emerge kdelibs

Actual Results:  
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I.
-I.. -I../dcop -I../kio/kssl -I../kdefx -I../interfaces -I../dcop -I../libltdl
-I../kdefx -I../kdecore -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I..
-I/usr/qt/3/include -I/usr/X11R6/include -I/usr/kde/3.2/include  
-DQT_THREAD_SUPPORT  -D_REENTRANT  -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=athlon-xp -O2 -pipe -frename-registers -fomit-frame-pointer
-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 klineedit.lo klineedit.cpp
knuminput.cpp: In member function `double KDoubleNumInput::relativeValue() const':
knuminput.cpp:822: internal compiler error: in try_split, at emit-rtl.c:3326
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I.
-I.. -I../dcop -I../kio/kssl -I../kdefx -I../interfaces -I../dcop -I../libltdl
-I../kdefx -I../kdecore -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I..
-I/usr/qt/3/include -I/usr/X11R6/include -I/usr/kde/3.2/include  
-DQT_THREAD_SUPPORT  -D_REENTRANT  -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=athlon-xp -O2 -pipe -frename-registers -fomit-frame-pointer
-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 klistview.lo klistview.cpp
klistview.cpp: In member function `virtual void
KListView::movableDropEvent(QListViewItem*, QListViewItem*)':
klistview.cpp:938: warning: `moveItem' is deprecated (declared at klistview.h:163)
Preprocessed source stored into /var/tmp/portage/kdelibs-3.2.3/temp/ccXb35Sy.out
file, please attach this to your bugreport.
make[3]: *** [knuminput.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.2.3/work/kdelibs-3.2.3/kdeui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.2.3/work/kdelibs-3.2.3/kdeui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.2.3/work/kdelibs-3.2.3'
make: *** [all] Error 2


Expected Results:  
successful merge

gcc-3.4.1-r2 emerged with USE="-hardened" (hardened doesn't compile many
things); glibc-2.3.3.20040420; CFLAGS="-march=athlon-xp -O2 -pipe
-frename-registers -fomit-frame-pointer"
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2004-08-04 09:46:37 UTC
Created attachment 36750 [details]
preprocessed source file

"Preprocessed source stored into
/var/tmp/portage/kdelibs-3.2.3/temp/ccXb35Sy.out file, please attach this to
your bugreport."
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-08-25 10:51:00 UTC
seems to not be stable enough for this - internal compiler errors = gcc bug, unfortunately.