Date: Mon, 23 Aug 2021 14:26:57 -0700 From: John Baldwin <jhb@FreeBSD.org> To: Graham Perrin <grahamperrin@gmail.com>, FreeBSD CURRENT <freebsd-current@freebsd.org> Subject: Re: rescue/sh check failed, installation aborted Message-ID: <d6610901-c753-0cf6-4012-0ac9e0dc0662@FreeBSD.org> In-Reply-To: <0577ca44-86c2-d54c-33b7-c7174632e569@gmail.com>
index | next in thread | previous in thread | raw e-mail
On 8/23/21 12:18 PM, Graham Perrin wrote: > Encountered whilst attempting to build and install 14.0-CURRENT over > 13.0-RELEASE-p3 (experimental, helloSystem): > > <https://i.imgur.com/euFBA8M.png> > > Background, condensed, to the best of my recollection: > > cd /usr/src > make buildworld # succeeded > make kernel # failed > make clean > LOCAL_MODULES= # added to /etc/src.conf > make kernel-toolchain > make kernel > restarted in single user mode > mount -uw / > service zfs start > cd /usr/src > make installworld – failed as pictured. > > I see <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231325>, fixed > in 2018. > > Any suggestions? I'm not sure what the 'make clean' would have done. Did you mean 'make cleanworld'? If so, you will need to do a 'make buildworld' again before trying to do 'make installworld'. The error message implies that there is no 'make buildworld' output in /usr/obj (as if you had run 'make cleanworld' up above where you list 'make clean') -- John Baldwinhelp
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d6610901-c753-0cf6-4012-0ac9e0dc0662>
