Date: Thu, 2 Nov 2017 18:25:24 -0700 From: Bryan Drewery <bdrewery@FreeBSD.org> To: FreeBSD Toolchain <freebsd-toolchain@freebsd.org>, freebsd-hackers <freebsd-hackers@freebsd.org>, FreeBSD Current <freebsd-current@freebsd.org> Subject: Head build unsafe for /etc today Message-ID: <3045EEBF-09E6-4209-B54F-2F95394DBA82@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
On Nov 2, 2017, at 15:44, Mark Millard <markmi@dsl-only.net> wrote: >> Author: bdrewery >> Date: Thu Nov 2 22:23:00 2017 >> New Revision: 325347 >> URL:=20 >> https://svnweb.freebsd.org/changeset/base/325347 >>=20 >>=20 >> Log: >> Something is very wrong Unfortunately I only test with META_MODE these days which implies -DNO_CLEAN= . In the =E2=80=9Cclean=E2=80=9D builds it was removing /sys/boot and /etc, bu= t nothing else in /. The problems have been fixed in head as of r325351. The problem came in r325330. This was in head for ~10 hours. Sorry for the trouble. >>=20 >> Modified: >> head/Makefile >>=20 >> Modified: head/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >> --- head/Makefile Thu Nov 2 21:58:18 2017 (r325346) >> +++ head/Makefile Thu Nov 2 22:23:00 2017 (r325347) >> @@ -1,3 +1,4 @@ >> +.error Bad revision, please wait for a fix in head >> # >> # $FreeBSD$ >> # >=20 > I just happened to have started a cross build before > this showed up based on -r325332 . It got: >=20 > --- clang-tblgen.full --- > c++: error: no such file or directory: '/usr/obj/bpim3_clang/arm.armv7/usr= /src/arm.armv7/tmp/obj-cross-tools/lib/clang/libllvmminimal/libllvmminimal.a= ' > *** [clang-tblgen.full] Error code 1 >=20 > But find shows: >=20 > # find /usr/obj/bpim3_clang/arm.armv7/usr/src/arm.armv7 -name "libllvmmini= mal*" -print | more > /usr/obj/bpim3_clang/arm.armv7/usr/src/arm.armv7/tmp/obj-bootstrap-tools/l= ib/clang/libllvmminimal > /usr/obj/bpim3_clang/arm.armv7/usr/src/arm.armv7/tmp/obj-bootstrap-tools/l= ib/clang/libllvmminimal/libllvmminimal.a > /usr/obj/bpim3_clang/arm.armv7/usr/src/arm.armv7/tmp/obj-bootstrap-tools/l= ib/clang/libllvmminimal/libllvmminimal.a.meta >=20 > Comparing side-by-side shows obj-cross-tools vs. > obj-bootstrap-tools : >=20 > /usr/obj/bpim3_clang/arm.armv7/usr/src/arm.armv7/tmp/obj-cross-tools/lib/c= lang/libllvmminimal/libllvmminimal.a > /usr/obj/bpim3_clang/arm.armv7/usr/src/arm.armv7/tmp/obj-bootstrap-tools/l= ib/clang/libllvmminimal/libllvmminimal.a >=20 >=20 > =3D=3D=3D > Mark Millard > markmi at dsl-only.net >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3045EEBF-09E6-4209-B54F-2F95394DBA82>