From owner-freebsd-current@freebsd.org Thu Jul 30 12:04:28 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 E93153A4114 for ; Thu, 30 Jul 2020 12:04:28 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BHTbw1l6Jz4HN8 for ; Thu, 30 Jul 2020 12:04:28 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: by mailman.nyi.freebsd.org (Postfix) id 39EC73A3E44; Thu, 30 Jul 2020 12:04:28 +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 39A2B3A3DC5 for ; Thu, 30 Jul 2020 12:04:28 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from aibo.runbox.com (aibo.runbox.com [91.220.196.211]) (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 4BHTbv6JJbz4HJX for ; Thu, 30 Jul 2020 12:04:27 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from [10.9.9.127] (helo=rmmprod05.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1k17IP-00010C-Ah for current@freebsd.org; Thu, 30 Jul 2020 14:04:25 +0200 Received: from mail by rmmprod05.runbox with local (Exim 4.86_2) (envelope-from ) id 1k17IP-0002SD-8r; Thu, 30 Jul 2020 14:04:25 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Received: from [Authenticated alias (650894)] by runbox.com with http (RMM6); Thu, 30 Jul 2020 12:04:25 GMT From: "Jeffrey Bouquet" To: "current" CC: "current" Subject: Re: "make installworld" fail r363660 -> r363689 (amd64) Date: Thu, 30 Jul 2020 05:04:25 -0700 (PDT) X-RMM-Aliasid: 650894 X-Mailer: RMM6 In-Reply-To: <20200730112423.GL29908@albert.catwhisker.org> Message-Id: X-Rspamd-Queue-Id: 4BHTbv6JJbz4HJX X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:50304, ipnet:91.220.196.0/24, country:NO] 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 12:04:29 -0000 On Thu, 30 Jul 2020 04:24:23 -0700, David Wolfskill = wrote: > build{worl,kernel} and installkernel were uneventful, but: >=20 > ... > 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:= Undefined symbol "regcomp@FBSD_1.6" > *** Error code 1 > *** Error code 1 > *** Error code 1 > *** Error code 1 > *** Error code 1 >=20 > Stop. > make[1]: stopped in /usr/src > *** Error code 1 >=20 > Running: > FreeBSD freebeast.catwhisker.org 13.0-CURRENT FreeBSD 13.0-CURRENT #986 r= 363660M/363660: Wed Jul 29 03:52:03 PDT 2020 root@freebeast.catwhisker.= org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1300102 1300102 >=20 > src/UPDATING has a recent entry: > 20200729: > r363679 has redefined some undefined behavior in regcomp(3); nota= bly, > extraneous escapes of most ordinary characters will no longer be > accepted. An exp-run has identified all of the problems with thi= s in > ports, but other non-ports software may need extra escapes remove= d to > continue to function. >=20 > but while there does seem to be some relevance, I'm not seeing what > sort of evasive maneuvers I need to make. >=20 > I would appreciate a suggestion. >=20 > Thanks! >=20 > 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 >=20 > See http://www.catwhisker.org/~david/publickey.gpg for my public key. It would be nice to have some way before the installkernel, I think, to = make sure the installworld will succeed before installing kernel or world. Failure of= the latter to install has often caused nearly-unfixable problems here. [ luckily, 'nearly= .' ] ... Perhaps using some no-fail mountpoint or jail or chroot destination?=20