Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2011 19:57:55 -0500
From:      Greg Miller <greglmiller@gmail.com>
To:        freebsd-current@freebsd.org
Subject:   make buildworld error on 9.0B2
Message-ID:  <CAHLcusRRzXkMDBma8oyx-vcrvyKB33nBV5tE12bTL-p8dKhbmw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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
************************************



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHLcusRRzXkMDBma8oyx-vcrvyKB33nBV5tE12bTL-p8dKhbmw>