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

Bug 3563

Summary: kdelibs-3.0.1.ebuild
Product: Gentoo Linux Reporter: mcneill kirkpatrick <mcneillkirkpatrick>
Component: [OLD] KDEAssignee: Dan Armak (RETIRED) <danarmak>
Status: RESOLVED FIXED    
Severity: major CC: vapier
Priority: Highest    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description mcneill kirkpatrick 2002-06-09 20:38:59 UTC
I originally installed from a stage1 iso, but then when I ran into this problem,
I thought I might have done something wrong, so I reinstalled using stage 3.
Both gave identical errors. I can send you the output of the configure process
if you think it would help. Someone in #gentoo was having a very similar problem
to mine, so I don't think it is completely isolated. 

kcharsets.cpp:420: warning: #warning FIXME?
g++: Internal compiler error: program cc1plus got fatal signal 15
{standard input}: Assembler messages:
{standard input}:441037: Warning: end of file not at end of a line; newline inserted
{standard input}:441062: Error: expected comma after symbol-name
make[3]: *** [libkdecore_la.all_cpp.lo] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kdelibs-3.0.1/work/kdelibs-3.0.1/kdecore'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdelibs-3.0.1/work/kdelibs-3.0.1/kdecore'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.0.1/work/kdelibs-3.0.1'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -3694, Exitcode 2
!!! died running emake, kde_src_compile:make

!!! emerge aborting on  /usr/portage/kde-base/kdelibs/kdelibs-3.0.1.ebuild .
Comment 1 SpanKY gentoo-dev 2002-06-09 21:32:12 UTC
what are the specs on your system ?
i get this when my cpu/ram/hd sucks ... i just keep recompiling till it 
works ... basically the kernel kills the process before it finishes due to 
resource issues
Comment 2 mcneill kirkpatrick 2002-06-10 16:59:00 UTC
I have a 400Mhz Celeron with 64 meg ram 128 meg swap, and a 6 gig HD, even if it
did fail because of this though, it wouldn't fail in the exact same spot with
the exact same output every time it seems.
Comment 3 Dan Armak (RETIRED) gentoo-dev 2002-06-11 13:29:48 UTC
Well, it might actually, since it's a very large part of the compile. 
 
Try this: edit /usr/portage/eclass/kde-dist.eclass and remove or comment out 
the line that says: 
myconf="$myconf --enable-final" 
And remove -pipe from your cflasg if you have it. 
Then your memory usage will be a LOT smaller for emerge kde (but the emerge 
will take longer) and we may get a more detailed failure location too. 
Comment 4 Dan Armak (RETIRED) gentoo-dev 2002-07-09 17:23:09 UTC
Closing due to no user input.