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

/etc/src.conf looks like this:

KERNCONF=MYKERNEL
WITH_CCACHE_BUILD="TRUE"
WITHOUT_ASSERT_DEBUG="YES"
WITHOUT_ATM="YES"
WITHOUT_AUDIT="YES"
WITHOUT_BLUETOOTH="YES"
WITHOUT_BOOTPD="YES"
WITHOUT_BSNMP="YES"
WITHOUT_CUSE="YES"
WITHOUT_DMAGENT="YES"
WITHOUT_FINGER="YES"
WITHOUT_FLOPPY="YES"
WITHOUT_FREEBSD_UPDATE="YES"
WITHOUT_HAST="YES"
WITHOUT_HYPERV="YES"
WITHOUT_INETD="YES"
WITHOUT_IPFILTER="YES"
WITHOUT_IPX="YES"
WITHOUT_IPX_SUPPORT="YES"
WITHOUT_ISCSI="YES"
WITHOUT_JAIL="YES"
WITHOUT_KERBEROS="YES"
WITHOUT_KERBEROS_SUPPORT="YES"
WITHOUT_LPR="YES"
WITHOUT_NDIS="YES"
WITHOUT_NETGRAPH="YES"
WITHOUT_PORTSNAP="YES"
WITHOUT_PPP="YES"
WITHOUT_QUOTAS="YES"
WITHOUT_RADIUS_SUPPORT="YES"
WITHOUT_RBOOTD="YES"
WITHOUT_RCMDS="YES"
WITHOUT_ROUTED="YES"
WITHOUT_SHAREDOCS="YES"
WITHOUT_TALK="YES"
WITHOUT_TFTP="YES"
WITHOUT_TCP_WRAPPERS="YES"
WITHOUT_TESTS="YES"
WITHOUT_UNBOUND="YES"
WITHOUT_WIRELESS="YES"

/etc/make.conf looks like this:

MALLOC_PRODUCTION=YES
MAKE_JOBS_NUMBER=3
WITH_CCACHE_BUILD=YES
CCACHE_DIR=/ccache
WITH_MANCOMPRESS=YES
OPTIONS_SET+= OPTIMIZED_CFLAGS
OPTIONS_SET+= ICONV
#DEFAULT_VERSIONS+= ssl=port
CPUTYPE?=penryn
USE_LOCALE=en_GB.UTF-8
# Disable sendmail!
NO_SENDMAIL=true

I'm going to try again without src.conf or make.conf. Is there anything else 
that could cause this error?

thanks,
-- 
J.
  
_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to