Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2021 13:38:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 259270] bmake exits with status 0 upon ENOSPC
Message-ID:  <bug-259270-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259270

            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: bugs@FreeBSD.org
          Reporter: markj@FreeBSD.org

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=3DGENERIC buildkernel && sudo make install=
kernel
-j32 KERNCONF=3DGENERIC INSTKERNNAME=3D
kernel.test && sudo nextboot -k kernel.test && sudo shutdown -r now=20=20=
=20=20=20=20=20=20=20=20=20=20=20

/: write failed, filesystem is full=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20
--- buildkernel ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
--- installkernel ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
make[1] warning: /usr/home/markj/src/freebsd/: Read-only file system.=20=20=
=20=20=20=20=20=20=20=20=20
--- _installcheck_kernel ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20
--------------------------------------------------------------=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
>>> Install check kernel=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20
--------------------------------------------------------------=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
--- 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>

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259270-227>