Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 528350

Summary: media-libs/mesa-10.3.1 - armv7a-hardfloat-linux-gnueabi-gcc: internal compiler error: Killed (program cc1)
Product: Gentoo Linux Reporter: Vincent Hardy <vincent.hardy.be>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: ARM   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

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.