Date: Sat, 18 Aug 2018 15:15:03 +0200 From: Polytropon <freebsd@edvax.de> To: John <tech-lists@zyxst.net> Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: problems with installworld Message-ID: <20180818151503.7da44655.freebsd@edvax.de> In-Reply-To: <1534585160.3056848.1478206184.0EBD80FB@webmail.messagingengine.com> References: <1534585160.3056848.1478206184.0EBD80FB@webmail.messagingengine.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 18 Aug 2018 10:39:20 +0100, John wrote: > Hello lists, > > context: 11.1-STABLE #0 r331421 > > Source build: make buildworld make buildkernel make installkernel > all work. I try running make installworld and I get the following error: > > # make installworld > make[1]: "/usr/obj/usr/src/amd64.amd64/toolchain-metadata.mk" line 1: > Using cached toolchain metadata from build at eggs.local on Fri Aug > 17 17:17:15 BST 2018 > Illegal instruction (core dumped) > rescue/sh check failed, installation aborted > *** Error code 1 > > Stop. > make[1]: stopped in /usr/src > *** Error code 1 > > Stop. > make: stopped in /usr/src > > This happens regardless of whether I use 11-stable sources or, as now, 12-current sources. > > I start the build like this, in /usr/src: > > 1. rm -rf /usr/obj > 2. mkdir /usr/obj > 3. rm -rf /ccache > 4. mkdir /ccache > 5. make cleanworld > 6. make cleandir > 7. make clean > 8 make -j2 buildworld > 9. make -j2 buildkernel > 10. make installkernel > 11. mergemaster -p > 12. make installworld Try to follow the instructions on top of /usr/src/Makefile (comment header). Before you perform "make installworld", make sure you have rebooted the system into single-user mode (with the new kernel). Also see "man 7 build" for details. > I'm going to try again without src.conf or make.conf. Is there > anything else that could cause this error? Hardware problems. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180818151503.7da44655.freebsd>