Summary: | media-sound/rosegarden-11.06 : don't compile : x86_64-pc-linux-gnu-g++: Internal error: Killed (program cc1plus) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Willy Wolff <willy.mh.wolff> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build log |
Description
Willy Wolff
2011-05-22 09:38:45 UTC
Please read the instructions next time you file a bug. Your bug belongs to the 'Gentoo Linux' product that we even have nicely highlighted for you. 1) Please attach the entire build log. 2) Also, tell us how much RAM that system has - it looks like it ran out. Created attachment 274477 [details]
build log
I have 512Mb shared memory in laptop. But i compile with hard drive, with 20Gb free.
As suggested by Jeroen Roovers, it's a lack of memory. [ 2665.032854] Out of memory: Kill process 7627 (cc1plus) score 762 or sacrifice child So, i use a 512Mb of swap file for compile it. ---------------- #!/bin/bash dd if=/dev/zero of=/file.swap bs=512M count=1 sync mkswap -c /file.swap chmod -v 600 /file.swap swapon /file.swap emerge rosegarden --------------- Thanks for help. |