Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528350 - media-libs/mesa-10.3.1 - armv7a-hardfloat-linux-gnueabi-gcc: internal compiler error: Killed (program cc1)
Summary: media-libs/mesa-10.3.1 - armv7a-hardfloat-linux-gnueabi-gcc: internal compile...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-05 19:14 UTC by Vincent Hardy
Modified: 2014-11-06 10:08 UTC (History)
0 users

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


Attachments
build.log (build.log,427.76 KB, text/plain)
2014-11-05 19:16 UTC, Vincent Hardy
Details
emerge --info (mesa-info.txt,4.30 KB, text/plain)
2014-11-05 19:17 UTC, Vincent Hardy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Hardy 2014-11-05 19:14:30 UTC
Beaglebone black console output :
(...)
{standard input}: Assembler messages:
{standard input}: Warning: end of file not at end of a line; newline inserted
{standard input}:458: Error: ARM register expected -- `str r3,[r'
armv7a-hardfloat-linux-gnueabi-gcc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
(...)

Reproducible: Always
Comment 1 Vincent Hardy 2014-11-05 19:16:06 UTC
Created attachment 388606 [details]
build.log
Comment 2 Vincent Hardy 2014-11-05 19:17:02 UTC
Created attachment 388608 [details]
emerge --info
Comment 3 Rafał Mużyło 2014-11-06 04:28:41 UTC
Given the messages before compiler getting killed, I'd go with "ran of of disk space/memory".
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-06 10:08:42 UTC
You ran out of memory. You could remove -pipe from C*FLAGS but in the end cross-compiling (or adding RAM) would be the best cause.