From owner-freebsd-current@freebsd.org Tue May 22 05:17:08 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65AB8EE6FC3 for ; Tue, 22 May 2018 05:17:08 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) Received: from sonic304-21.consmr.mail.gq1.yahoo.com (sonic304-21.consmr.mail.gq1.yahoo.com [98.137.68.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E551D835DC for ; Tue, 22 May 2018 05:17:07 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) X-YMail-OSG: zDMu_BsVM1nm6THBp9_Drh28GdR7f1jKchL6z.hLaNFdH0ByrBuwbpUqSnLXsur .Ep_f3o3YVAdteKOTZYCAXJqCwm63KqxKEbgdwB4nXjmNrySXc3HdxB.FvYcbB7sQxtK.zEQnx9D HYttNrlPbFlPvb2k9PruArzaHxstXtt_c5JTOEnpnTRnvMrdsF8.ebvJxJ38eiUKZq1cUODcsnNa 4a0nfQW0KPRuEy.6AZD__lA4ueVxrWEyKSPmywYIPjR.jUPq5U_TFS2kVJ.3YmrHSClUyUTxsmjS PO74N.C9pdT2gNy_IDZh_gVCwFccaUQoeDWH4IcoP5uKO6IHEr_zgAFr1m0bGrmNMv1Zp8ucvizi YNqH8WB4_03WpodpWo4wHFkUNRhm0f1lcgudSYTMqagk2Qnyr6ZCK51fhbuzLZnd9UUSxBD.dx9Q oPUlerVeG9nhPKukgqGQhFpz0eMfNg3hnHHWQ72.qLeuXPVwAnk39Sr3XD1BQUyYc6XIVhF_2V4V rGGEJjiMn.LxH72OFfKZhuGP8BJ48cmBbUTst3BLTSERvr8Wj2vB2CeAMV_b5rM1Iz0tsZF_skD2 .xynhndQpzeGytY49zNtC1TKxXc9ZtJbr2SnQUUCAgW5IjCYBzGOr8jLZiEbok.GVykLNd67oWFY yuWMXm1MM Received: from sonic.gate.mail.ne1.yahoo.com by sonic304.consmr.mail.gq1.yahoo.com with HTTP; Tue, 22 May 2018 05:17:05 +0000 Received: from c-76-115-7-162.hsd1.or.comcast.net (EHLO [192.168.1.25]) ([76.115.7.162]) by smtp413.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID d16900a77143060ea21749374a1ceefe; Tue, 22 May 2018 05:17:04 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Another recent WITH_META_MODE= gotcha ": handling svn commit: r334008 - head/bin/sh Message-Id: <2E8F4907-F2AD-4EAD-A78F-E3236E516C8B@yahoo.com> Date: Mon, 21 May 2018 22:17:03 -0700 Cc: Cy.Schubert@cschubert.com, "O. Hartmann" To: FreeBSD Current X-Mailer: Apple Mail (2.3445.6.18) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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: Tue, 22 May 2018 05:17:08 -0000 Attempting to build head -r334014 from -r333947 includes the code from = -r334008, and for which I get: --- parser.o --- /usr/src/bin/sh/parser.c:1440:9: error: use of undeclared identifier = 'CQNL' case CQNL: ^ 1 error generated. for what was added in -r334008. # grep -r CQNL /usr/src/* | more /usr/src/bin/sh/mksyntax.c: { "CQNL", "newline character in = quotes" }, /usr/src/bin/sh/mksyntax.c: add("\n", "CQNL"); /usr/src/bin/sh/mksyntax.c: add("\n", "CQNL"); /usr/src/bin/sh/mksyntax.c: add("\n", "CQNL"); /usr/src/bin/sh/parser.c: case CQNL: = /usr/src/contrib/libarchive/libarchive/test/test_read_format_rar_binary_da= ta.rar.uu:M+M7)?9;.A%CQNL-+4::&_UJQ*P"PPW:>)I5*8)7^>6(\]!Q"^9YCE>>`9OG8 Apparently this is something WITH_META_MODE=3D does not deal with. Rebuilding after: rm -fr /usr/obj/amd64_clang/* (here I normally have the build materials) built fine. (The "Making top.local.h from /usr/src/contrib/top/top.local.hs" change to no longer have top.local.h or top.local.hs was another example: for a while top.local.h was still referenced and old ones would still be used if present.) =3D=3D=3D Mark Millard marklmi26-fbsd at yahoo.com ( dsl-only.net went away in early 2018-Mar)