From owner-freebsd-current@freebsd.org Fri Nov 3 01:25:43 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53782E675F3; Fri, 3 Nov 2017 01:25:43 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D82170B87; Fri, 3 Nov 2017 01:25:43 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 495B715464; Fri, 3 Nov 2017 01:25:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 3781B8C13; Fri, 3 Nov 2017 01:25:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id LG-q095ng8gm; Fri, 3 Nov 2017 01:25:33 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com F15978C05 From: Bryan Drewery Mime-Version: 1.0 (1.0) Subject: Head build unsafe for /etc today Message-Id: <3045EEBF-09E6-4209-B54F-2F95394DBA82@FreeBSD.org> Date: Thu, 2 Nov 2017 18:25:24 -0700 To: FreeBSD Toolchain , freebsd-hackers , FreeBSD Current X-Mailer: iPhone Mail (15A402) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2017 01:25:43 -0000 On Nov 2, 2017, at 15:44, Mark Millard 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