"make buildworld" fails

Craig Rodrigues rodrigc at crodrigues.org
Sat Jun 1 17:21:46 UTC 2013


On Sat, Jun 1, 2013 at 8:06 AM, Robert Huff <roberthuff at rcn.com> wrote:

>
>
> (cd /usr/src && make bmake)
> echo
>
> echo "--------------------------------------------------------------"
> --------------------------------------------------------------
> echo ">>> Building an up-to-date make(1)"
> >>> Building an up-to-date make(1)
> echo "--------------------------------------------------------------"
> --------------------------------------------------------------
>
> sh /usr/src/tools/install.sh  -o root -g wheel -m 555   make
> /usr/obj/usr/src/make.amd64/make
> cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/usr/bin `if [ -x
> /usr/obj/usr/src/make.amd64/make ]; then echo
> /usr/obj/usr/src/make.amd64/make; else echo make; fi`  -m /usr/src/share/mk
> -f Makefile.inc1 TARGET=amd64 TARGET_ARCH=amd64 buildworld
> usage: make [-BeikNnqrstWX]
>             [-C directory] [-D variable] [-d flags] [-f makefile]
>             [-I directory] [-J private] [-j max_jobs] [-m directory] [-T
> file]
>             [-V variable] [variable=value] [target ...]
> *** [buildworld] Error code 2
>
> Stop in /usr/src.
>


Thank you for providing the output of
make -d l buildworld.

Without touching anything in your tree, can you provide some more
information:

(1)  What is the output of /usr/bin/make -V MAKE_VERSION
(2)  What is the output of  /usr/obj/usr/src/make.amd64/make -V MAKE_VERSION
(3)  How did you update your source tree (svn, svnup, cvs, csup,....?)
(4)  What is the GRN version of your tree?  If you updated with svn
directly,
       you can find out with "svn info /usr/src"

--
Craig


More information about the freebsd-current mailing list