From owner-freebsd-current@freebsd.org Thu Jul 30 11:24:33 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 299163A2303 for ; Thu, 30 Jul 2020 11:24:33 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BHSjr5ycFz4D2m for ; Thu, 30 Jul 2020 11:24:32 +0000 (UTC) (envelope-from david@catwhisker.org) Received: by mailman.nyi.freebsd.org (Postfix) id CCA083A220A; Thu, 30 Jul 2020 11:24:32 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC6503A2302 for ; Thu, 30 Jul 2020 11:24:32 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [107.204.234.170]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BHSjq2zkTz4Cww for ; Thu, 30 Jul 2020 11:24:31 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.16.1/8.15.2) with ESMTP id 06UBON5C052687 for ; Thu, 30 Jul 2020 11:24:23 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.16.1/8.16.1/Submit) id 06UBONRJ052686 for current@freebsd.org; Thu, 30 Jul 2020 04:24:23 -0700 (PDT) (envelope-from david) Date: Thu, 30 Jul 2020 04:24:23 -0700 From: David Wolfskill To: current@freebsd.org Subject: "make installworld" fail r363660 -> r363689 (amd64) Message-ID: <20200730112423.GL29908@albert.catwhisker.org> Reply-To: current@freebsd.org Mail-Followup-To: current@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="c6397Mob2532IpCX" Content-Disposition: inline X-Rspamd-Queue-Id: 4BHSjq2zkTz4Cww X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of david@catwhisker.org designates 107.204.234.170 as permitted sender) smtp.mailfrom=david@catwhisker.org X-Spamd-Result: default: False [0.26 / 15.00]; HAS_REPLYTO(0.00)[current@freebsd.org]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.996]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:107.204.234.170]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.03)[-1.029]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_SHORT(-0.32)[-0.318]; DMARC_NA(0.00)[catwhisker.org]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:7018, ipnet:107.192.0.0/12, country:US]; REPLYTO_EQ_TO_ADDR(5.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Spam: Yes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 30 Jul 2020 11:24:33 -0000 --c6397Mob2532IpCX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable build{worl,kernel} and installkernel were uneventful, but: =2E.. install -l h -o root -g wheel -m 555 /usr/bin/mail /usr/bin/Mail install -l h -o root -g wheel -m 555 /usr/bin/mail /usr/bin/mailx =3D=3D=3D> usr.bin/msgs (install) install -s -o root -g wheel -m 555 msgs /usr/bin/msgs install -o root -g wheel -m 444 msgs.1.gz /usr/share/man/man1/ =3D=3D=3D> usr.bin/bmake (install) install -s -o root -g wheel -m 555 make /usr/bin/make install -o root -g wheel -m 444 make.1.gz /usr/share/man/man1/ =3D=3D=3D> usr.bin/bmake/tests (install) ld-elf.so.1: /common/S4/obj/usr/src/amd64.amd64/tmp/legacy/usr/sbin/make: U= ndefined symbol "regcomp@FBSD_1.6" *** Error code 1 *** Error code 1 *** Error code 1 *** Error code 1 *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Running: FreeBSD freebeast.catwhisker.org 13.0-CURRENT FreeBSD 13.0-CURRENT #986 r36= 3660M/363660: Wed Jul 29 03:52:03 PDT 2020 root@freebeast.catwhisker.or= g:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1300102 1300102 src/UPDATING has a recent entry: 20200729: r363679 has redefined some undefined behavior in regcomp(3); notabl= y, extraneous escapes of most ordinary characters will no longer be accepted. An exp-run has identified all of the problems with this = in ports, but other non-ports software may need extra escapes removed = to continue to function. but while there does seem to be some relevance, I'm not seeing what sort of evasive maneuvers I need to make. I would appreciate a suggestion. Thanks! Peace, david --=20 David H. Wolfskill david@catwhisker.org "White fear has become the unalloyed rallying cry of Trump's bid for a second term." -- John Harwood, paraphrasing GOP strategist Stuart Stevens See http://www.catwhisker.org/~david/publickey.gpg for my public key. --c6397Mob2532IpCX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE4owz2QxMJyaxAefyQLJg+bY2PckFAl8iredfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEUy OEMzM0Q5MEM0QzI3MjZCMTAxRTdGMjQwQjI2MEY5QjYzNjNEQzkACgkQQLJg+bY2 PcmJJAf/ZEdG3jOzJpmZM30fwpRH7fH7x+wUG+EfGSzcshsHXe+CbtTwulEh0W1V PDJsw3sPMGwHO6jbjUU93H4knMgrZB+bJzXx143nIVOUmHVEIKKGoy2y5sJW8Iok Ccgu7Yp9G0A7BDhOiOx4U8DHxRvolINALIs7/McQH/2NPXlFZGED4XFCwR9rdAgT j9sNxRqZYPH5WtnEg9FDX7hHqKaraudNOKZvjv6mi6UJgksv21GCSxD84g+Wi13l 88tbGEHuD0PCtRHNnBUpxamllWmgCQNze4bt8w83E6lbQJQqoT04OlYW+VVr4q+A EtYoUma0AeLKZFVm4UnC44MXN/4nJA== =deN1 -----END PGP SIGNATURE----- --c6397Mob2532IpCX--