Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539246 - dev-libs/boost - x86_64-pc-linux-gnu-g++: internal compiler error: Killed (program cc1plus)
Summary: dev-libs/boost - x86_64-pc-linux-gnu-g++: internal compiler error: Killed (pr...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-07 16:44 UTC by peugeotdturbo
Modified: 2015-02-09 10:45 UTC (History)
0 users

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


Attachments
emerge --info (emerge --info,5.89 KB, text/plain)
2015-02-07 16:44 UTC, peugeotdturbo
Details
build.log.html (build.log.html,345.11 KB, text/html)
2015-02-07 16:44 UTC, peugeotdturbo
Details
build log (build log,325.49 KB, text/plain)
2015-02-08 18:29 UTC, peugeotdturbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peugeotdturbo 2015-02-07 16:44:14 UTC
Created attachment 395800 [details]
emerge --info

message parsing interface causes failure to build
Comment 1 peugeotdturbo 2015-02-07 16:44:41 UTC
Created attachment 395802 [details]
build.log.html
Comment 2 Rafał Mużyło 2015-02-07 17:53:08 UTC
...what was the point of attaching the log as html ?

Anyway,

> x86_64-pc-linux-gnu-g++: internal compiler error: Killed (program cc1plus)

In most cases, means you've run out of memory - with dev-libs/boost it's not that rare.

Using lower value in MAKEOPTS should help.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2015-02-08 06:49:57 UTC
Comment on attachment 395802 [details]
build.log.html

Please attach a plain text file without HTML tags.
Comment 4 peugeotdturbo 2015-02-08 18:29:31 UTC
Created attachment 395928 [details]
build log

sorry for attaching in html build log in plain text uploaded wrong file my mistake
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2015-02-09 10:45:44 UTC
x86_64-pc-linux-gnu-g++: internal compiler error: Killed (program cc1plus)

You have 4 gigabytes of RAM and you have MAKEOPTS=-j9. Even estimating a measly single gigabyte per g++ process, you would quickly run out of memory, which is pretty likely what happened in this instance.

Things you can do:
1) Install more RAM.
2) Lower the number of make jobs to something your memory can easily accomodate.
3) Remove -pipe from C*FLAGS so that more storage is used and less RAM.