https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259270
Bug ID: 259270
Summary: bmake exits with status 0 upon ENOSPC
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
My root fs is out of space. When I do "make buildkernel && sudo make
installkernel", the buildkernel fails almost immediately but in that case I'd
expect the whole command to fail:
markj@biggie> make -j32 KERNCONF=GENERIC buildkernel && sudo make installkernel
-j32 KERNCONF=GENERIC INSTKERNNAME=
kernel.test && sudo nextboot -k kernel.test && sudo shutdown -r now
/: write failed, filesystem is full
--- buildkernel ---
--- installkernel ---
make[1] warning: /usr/home/markj/src/freebsd/: Read-only file system.
--- _installcheck_kernel ---
--------------------------------------------------------------
>>> Install check kernel
>>>
--------------------------------------------------------------
--- installkernel ---
--------------------------------------------------------------
>>> Installing kernel GENERIC on Tue Oct 19 09:36:11 EDT 2021
--------------------------------------------------------------
...
markj@biggie> dmesg | tail -n 2
lo0: link state changed to UP
pid 8820 (make), uid 1001 inumber 7865089 on /: filesystem full
markj@biggie>
--
You are receiving this mail because:
You are the assignee for the bug.