Date: Sat, 28 Aug 2021 15:24:53 +0100 From: Graham Perrin <grahamperrin@gmail.com> To: John Baldwin <jhb@FreeBSD.org> Cc: FreeBSD CURRENT <freebsd-current@freebsd.org> Subject: Re: rescue/sh check failed, installation aborted Message-ID: <b916e9c3-8f42-a85c-0cff-ed6f87db59a7@gmail.com> In-Reply-To: <d6610901-c753-0cf6-4012-0ac9e0dc0662@FreeBSD.org> References: <0577ca44-86c2-d54c-33b7-c7174632e569@gmail.com> <d6610901-c753-0cf6-4012-0ac9e0dc0662@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 23/08/2021 22:26, John Baldwin wrote: > 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. I lazily assumed that it would clean things. Things :-) > Did you mean 'make cleanworld'? I didn't, but but I'll try to remember that it's an option. > 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') Thanks. I decided to boot kernel.old then start afresh. End result at <https://github.com/helloSystem/ISO/issues/271#issuecomment-906317078>, for anyone who's interested.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b916e9c3-8f42-a85c-0cff-ed6f87db59a7>
