Date: Mon, 25 Mar 2019 11:55:16 +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-a8PQmXXIct@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 --- Comment #2 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to HIROKI MORI from comment #0) > I build sys/arm/ralink(armv5t) on amd64 host. I have build error on > buildworld after clang update 7.0. >=20 > Now clang is 8.0. I have still error. ... > install: target directory `/usr/home/hiroki/zobj/usr/home/hiroki/ZRouter/= tmp/usr/home/hiroki/freebsd/arm.arm/tmp/usr/lib/clang/8.0.0/include/' does = not exist ... > install: target directory `/usr/home/hiroki/zobj/usr/home/hiroki/ZRouter/= tmp/usr/home/hiroki/freebsd/arm.arm/tmp/usr/include/c++/v1/experimental/' d= oes not exis t In both cases, these directories should have been created with mtree at the= end of "stage 1.2: bootstrap tools". In your build log, look for these commands: mtree -deUW -f /usr/src/etc/mtree/BSD.usr.dist -p /usr/home/hiroki/zobj/usr/home/hiroki/ZRouter/tmp/usr/home/hiroki/freebsd/a= rm.arm/tmp >/dev/null mtree -deUW -f /usr/src/etc/mtree/BSD.include.dist -p /usr/home/hiroki/zobj/usr/home/hiroki/ZRouter/tmp/usr/home/hiroki/freebsd/a= rm.arm/tmp >/dev/null Those commands should be run just before the next stage, "stage 2.1: cleani= ng up the object tree" starts. Another thing to check is whether your copies of etc/mtree/BSD.usr.dist and etc/mtree/BSD.include.dist are up to date. --=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-a8PQmXXIct>