https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236772
HIROKI MORI <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|Not A Bug |--- Status|Closed |Open --- Comment #10 from HIROKI MORI <[email protected]> --- 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=t obj _build-tools: @echo -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
