Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3396 - kdelibs-3.0.1.ebuild failure
Summary: kdelibs-3.0.1.ebuild failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Highest major
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-04 20:18 UTC by Zach Zimmerman
Modified: 2003-02-04 19:42 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 Zach Zimmerman 2002-06-04 20:18:04 UTC
/bin/sh ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -
I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kio -I../kio/kio -
I../kio/kfile -I/usr/qt/3/include -I/usr/X11R6/include -I/usr/kde/3/include   -
DQT_THREAD_SUPPORT  -D_REENTRANT   -DNDEBUG -DNO_DEBUG -O2 -O2 -mcpu=i686 -
pipe -fno-exceptions -fno-check-new  -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -
DQT_NO_ASCII_CAST -DQT_NO_COMPAT  -c -o libkdecore_la.all_cpp.lo `test -f 
libkdecore_la.all_cpp.cpp || echo './'`libkdecore_la.all_cpp.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../libltdl -I../kdecore -
I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I/usr/qt/3/include -
I/usr/X11R6/include -I/usr/kde/3/include -DQT_THREAD_SUPPORT -D_REENTRANT -
DNDEBUG -DNO_DEBUG -O2 -O2 -mcpu=i686 -pipe -fno-exceptions -fno-check-new -
DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -c 
libkdecore_la.all_cpp.cpp -Wp,-MD,.deps/libkdecore_la.all_cpp.TPlo  -fPIC -
DPIC -o .libs/libkdecore_la.all_cpp.o
In file included from libkdecore_la.all_cpp.cpp:23:
kcharsets.cpp:420: warning: #warning FIXME?
g++: Internal compiler error: program cc1plus got fatal signal 15
{standard input}: Assembler messages:
{standard input}:199310: Warning: end of file not at end of a line; newline 
inserted
cpp0: output pipe has been closed
make[3]: *** [libkdecore_la.all_cpp.lo] Error 1


compiler hangs and dies on that... bug?
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-04 21:20:28 UTC
gcc 3?
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-04 22:19:24 UTC
over e-mail, for some reason, he said it was 2.95.3, assigning to danarmak
Comment 3 Zach Zimmerman 2002-06-04 22:44:29 UTC
sorry.  didnt see your message on the page due to cache and replyed to 
email.. :P yeah..  gcc 2.95.3.
Comment 4 Dan Armak (RETIRED) gentoo-dev 2002-06-05 14:36:45 UTC
Is this reproducible? I.e. run emerge again and see if it fails the same way  and in the same place. These errors are almost always caused by flaky hardware, overheating, out of memory errors, general system instability etc. kde is after all one of the very largest packages in portage and probably the heaviest compile measured in memory/cpu per file compiled.  
Comment 5 Zach Zimmerman 2002-06-06 01:02:43 UTC
Yup.  I've tried it about 3-4 times.  Same error.  I successfully compiled 
gnome which is pretty heavy.  I haven't gotten any similar errors with any 
other packages.  Some other person in #gentoo said he had the same error with 
the same gcc version and stuff.. weird.
Comment 6 Dan Armak (RETIRED) gentoo-dev 2002-06-15 14:24:28 UTC
Hi again, 
If you still haven't compiled kdelibs please try again now. (Sorry for leaving 
this dormant for such a long time!). This might result from over-optimization, 
please try emerging with the default cflags (-O2 -march=foo). Also, to pinpoint 
the error you might try removing the line about --enable-final in 
/usr/portage/eclass/kde-dist.eclass. 
 
Comment 7 Dan Armak (RETIRED) gentoo-dev 2002-07-06 09:40:08 UTC
No input, closing.