Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3563 - kdelibs-3.0.1.ebuild
Summary: kdelibs-3.0.1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: Highest major (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-09 20:38 UTC by mcneill kirkpatrick
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 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.