make buildworld error on 9.0B2

Greg Miller greglmiller at gmail.com
Thu Sep 29 01:23:38 UTC 2011


On a fresh install of 9.0B2, I've updated my source to RELENG_9 with
csup, and I get the following when I try to make buildworld:

*************************************
[0] /usr/src # make clean buildworld
find: /usr/src/sys/sys/param.h: No such file or directory
"/usr/src/Makefile", line 217: warning: "find /usr/src/sys/sys/param.h
-mtime -0s" returned non-zero status
===> share/info (clean)
===> lib (clean)
===> lib/csu/amd64 (clean)
rm -f crt1.o crti.o crtn.o Scrt1.o gcrt1.o crt1.s gcrt1.s Scrt1.s
===> lib/libc (clean)
"/usr/src/lib/libc/sys/Makefile.inc", line 9: Could not find
/usr/src/lib/libc/../../sys/sys/syscall.mk
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
[1] /usr/src # exit
exit
**********************************

My make.conf:

************************************
# added by use.perl 2011-09-25 03:44:55
PERL_VERSION=5.14.1
************************************


More information about the freebsd-current mailing list