freebsd12.2make buildworld error

I buildworld why always error? The /etc/rc.conf and /etc/make.conf is empty.
everybody known why?
 

Attachments

  • 1695220768371.png
    1695220768371.png
    30.6 KB · Views: 108
You most likely ran out of memory during the world compilation. Syslog should have additional information about this too.
Adding swap would probably not help much here.

I suggest you to crosscompile world/kernel on a stronger HW and copy that to a box.
 
You most likely ran out of memory during the world compilation. Syslog should have additional information about this too.
Adding swap would probably not help much here.

I suggest you to crosscompile world/kernel on a stronger HW and copy that to a box.
you mean it can not compile on RPI3?
 
Just give it a decent sized swap. It'll work but building world is going to take forever. Last time I built world on a Pi it took 2 days to complete.
 
12.2-RELEASE has been EOL for almost 2 years. Upgrade to a supported release and try again.

However, most likely you will again run out of memory - those toys aren't really meant for proper workloads. Cross-compile on real hardware like others have already suggested. (or just use the pre-compiled release)
 
12.2-RELEASE has been EOL for almost 2 years. Upgrade to a supported release and try again.

However, most likely you will again run out of memory - those toys aren't really meant for proper workloads. Cross-compile on real hardware like others have already suggested. (or just use the pre-compiled release)
OK 。I try on my server。I want know how solve the error?
 
Back
Top