Bug 251177 - svn revision 367713 fails to compile
Summary: svn revision 367713 fails to compile
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: arm (show other bugs)
Version: CURRENT
Hardware: arm64 Any
: --- Affects Only Me
Assignee: freebsd-arm (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-16 05:09 UTC by support
Modified: 2020-11-18 14:55 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description support 2020-11-16 05:09:05 UTC
svn revision 367713 fails to compile with error 

*** [CodeGenDAGPatterns.o] Error code 137

This is on a Raspberry Pi4.
Comment 1 support 2020-11-16 06:09:52 UTC
This is looking like it was due to lack of memory due to the wrong u-boot.bin file being loaded (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247012).
Comment 2 Mark Johnston freebsd_committer freebsd_triage 2020-11-18 14:55:50 UTC
Indeed, something sent SIGKILL to the compiler, most likely the OOM killer.

Is there any reason to keep this PR open if it appears to be a duplicate of 247012?