Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 00:58:47 +0900 (JST)
From:      Mori Hiroki <yamori813@yahoo.co.jp>
To:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   buildworld error by SUBDIR_OVERRIDE
Message-ID:  <656588494.113778.1567094327726.JavaMail.yahoo@jws701105.mail.ssk.yahoo.co.jp>
References:  <656588494.113778.1567094327726.JavaMail.yahoo.ref@jws701105.mail.ssk.yahoo.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi

I use ZRouter build system. ZRouter set=C2=A0SUBDIR_OVERRIDE for only neede=
d binary.

13-CURRENT have error on buildworld used=C2=A0SUBDIR_OVERRIDE.

This is work aound.

*** Makefile.inc1.origMon Jul=C2=A0 8 14:27:19 2019
--- Makefile.inc1Thu Aug 29 17:37:52 2019
***************
*** 1074,1079 ****
--- 1074,1082 ----
=C2=A0 @echo "-------------------------------------------------------------=
-"
=C2=A0 @echo ">>> stage 2.2: rebuilding the object tree"
=C2=A0 @echo "-------------------------------------------------------------=
-"
+ @mkdir -p ${WORLDTMP}/usr/lib/clang/8.0.1/include/
+ @mkdir -p ${WORLDTMP}/usr/include/c++/v1/experimental
+ @mkdir -p ${WORLDTMP}/usr/include/c++/v1/ext
=C2=A0 ${_+_}cd ${.CURDIR}; ${WMAKE} _NO_INCLUDE_COMPILERMK=3Dt obj
=C2=A0 _build-tools:
=C2=A0 @echo

How to good fix this problem ?


Regards

Hiroki Mori




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?656588494.113778.1567094327726.JavaMail.yahoo>