| Summary: | Buildworld problem | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Budi Janto <budijanto> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | yuripv |
| Priority: | --- | ||
| Version: | 12.2-RELEASE | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
Budi Janto
2020-12-21 18:05:14 UTC
sqlite3-292428.c - https://filebin.net/ba6bu8lxu4urg8ck sqlite3.c is one huge compilation unit -- are you possibly running out of memory? i.e. check dmesg. # dmesg | grep memory real memory = 17179869184 (16384 MB) avail memory = 16483205120 (15719 MB) I've try to restart machine first, remove /usr/obj and start with make -j4 buildworld again (Without svnlite up /usr/src). Finally, success without any problem. It's weird. Is there any possibility because hardware issue? |