Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 355003 - app-office/scribus-1.3.6 -
Summary: app-office/scribus-1.3.6 -
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-15 11:11 UTC by Ruprecht Helms
Modified: 2011-02-15 23:04 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 Ruprecht Helms 2011-02-15 11:11:03 UTC
app-office/sribus-1.3.6 crash by trying to install the ebuild on an intel 686

last
[77%] Building CXX object scribus/CMakeFiles/scribus.dir/prefsmanager.cpp.o
{standard input}: Assembler message
{standard input}:96178: Warning: end of file not at end of a line; newline inserted
{standard input};96518: Error: undefined symbol `.LLSDACSE8145´ in operation
 i686-pc-linux-gnu-g++ Internal error: Killed (program cc1plus)




Reproducible: Always

Actual Results:  
I installed the ebuild in an vmware-surrounding on an Intel Quadcore by starting
#ebuild scribus

After a couple of minutes. The compiling started by linking CXX shared module libscribus13format.so

After that the ebuild finished the compilation with the following messages:
ebuild.sh, line 56: Called src_compile
environment, line 5349: Called cmake-utils_src_compile
environment, line 1338: Called _execute_optionaly ´src_compile´
environment, line 375: Called enabled_cmake-utils_src_compile
environment, line 1701: Called cmake-utils_src_make
environment, line 1357: Called die
Specific snipped of code
emake "$@" || die "Make failed!";



look at actual results
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-02-15 18:00:47 UTC
Please paste your `emerge --info' output in a comment and attach the entire build log as a file.

Programs (especially cc1plus) getting killed usually means you ran out of memory, normally because several cc1plus processes (MAKEOPTS=j?) are using half a gigabyte each. So as a special task, try reproducing the problem with MAKEOPTS=-j1.
Comment 2 Ruprecht Helms 2011-02-15 23:04:46 UTC
Changed  MAKEOPTS=-j5  to MAKEOPTS=-j1  in the /etc/make.conf

This must be the reason for the memorycrash and breakdown of cc1plus