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, ... _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
