Date: Thu, 06 Feb 2020 00:11:21 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 236772] build error on cross compile: '.../c++/v1/experimental/' does not exist Message-ID: <bug-236772-29464-JSPBzxYvPj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-236772-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-236772-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236772 HIROKI MORI <yamori813@yahoo.co.jp> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|Not A Bug |--- Status|Closed |Open --- Comment #10 from HIROKI MORI <yamori813@yahoo.co.jp> --- I do compile 12-STABLE. This problem dose not occure. But 13-CURRENT still = have this problem. Then I use this patch. --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1092,6 +1092,13 @@ _obj: @echo "------------------------------------------------------------= --" @echo ">>> stage 2.2: rebuilding the object tree" @echo "------------------------------------------------------------= --" + @mkdir -p ${WORLDTMP}/usr/lib/clang/9.0.1/include/ + @mkdir -p ${WORLDTMP}/usr/lib/clang/9.0.1/include/cuda_wrappers + @mkdir -p ${WORLDTMP}/usr/lib/clang/9.0.1/include/openmp_wrappers + @mkdir -p ${WORLDTMP}/usr/lib/clang/9.0.1/include/ppc_wrappers + @mkdir -p ${WORLDTMP}/usr/lib/clang/9.0.1/include/sanitizer + @mkdir -p ${WORLDTMP}/usr/include/c++/v1/experimental + @mkdir -p ${WORLDTMP}/usr/include/c++/v1/ext ${_+_}cd ${.CURDIR}; ${WMAKE} _NO_INCLUDE_COMPILERMK=3Dt obj _build-tools: @echo --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236772-29464-JSPBzxYvPj>