I do have this when I try install world after a successfull build:
Then, before try to install world, kernel installed fine:
And:
So why install world complain?
Any idea? Thank you!
Code:
--------------------------------------------------------------
>>> Installing everything
--------------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 install
===> lib (install)
===> lib/csu (install)
===> lib/csu/i386 (install)
clang -O2 -pipe -I/usr/src/lib/csu/common -I/usr/src/lib/libc/include -MD -MF.depend.crti.o -MTcrti.o -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Qunused-arguments ERROR-tried-to-rebuild-during-make-install -c crti.S -o crti.o
/tmp/install.pw7sqcLm/sh: clang: not found
*** Error code 127
Stop.
make[6]: stopped in /usr/src/lib/csu/i386
*** Error code 1
Stop.
make[5]: stopped in /usr/src/lib/csu
*** Error code 1
Stop.
make[4]: stopped in /usr/src/lib
*** Error code 1
Stop.
make[3]: stopped in /usr/src
*** Error code 1
Stop.
make[2]: stopped in /usr/src
*** Error code 1
Stop.
make[1]: stopped in /usr/src
*** Error code 1
Stop.
make: stopped in /usr/src
root@freebsd11vm:/usr/src #
Then, before try to install world, kernel installed fine:
Code:
FreeBSD freebsd11vm 11.1-RELEASE-p1 FreeBSD 11.1-RELEASE-p1 #0 r323215: Wed Sep 6 21:08:17 CEST 2017 max@freebsd11vm:/usr/obj/usr/src/sys/GENERIC i386
And:
Code:
root@freebsd11vm:/usr/src # clang --version
FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0)
Target: i386-unknown-freebsd11.0
Thread model: posix
InstalledDir: /usr/bin
root@freebsd11vm:/usr/src #
So why install world complain?
Any idea? Thank you!