From owner-freebsd-current@freebsd.org Fri Apr 17 10:36:22 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 734C92B2D80 for ; Fri, 17 Apr 2020 10:36:22 +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 493XZG0DNQz4vJ8 for ; Fri, 17 Apr 2020 10:36:22 +0000 (UTC) (envelope-from david@catwhisker.org) Received: by mailman.nyi.freebsd.org (Postfix) id 07C0A2B2D7F; Fri, 17 Apr 2020 10:36:22 +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 078492B2D7E for ; Fri, 17 Apr 2020 10:36:22 +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) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 493XZD2jFxz4vJ7 for ; Fri, 17 Apr 2020 10:36:19 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.15.2/8.15.2) with ESMTP id 03HAaIZu060398; Fri, 17 Apr 2020 10:36:18 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.15.2/8.15.2/Submit) id 03HAaITQ060397; Fri, 17 Apr 2020 03:36:18 -0700 (PDT) (envelope-from david) Date: Fri, 17 Apr 2020 03:36:17 -0700 From: David Wolfskill To: Johan Hendriks Cc: current@freebsd.org Subject: Re: sort.core error doing installworld on Current. Message-ID: <20200417103617.GI1253@albert.catwhisker.org> Reply-To: current@freebsd.org Mail-Followup-To: current@freebsd.org, Johan Hendriks References: <202004170131.03H1VvSX048300@gndrsh.dnsmgr.net> <6a8ef2da-de41-446a-2a85-abf632b72ecd@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="+p4NvxO1ICbi3VNc" Content-Disposition: inline In-Reply-To: <6a8ef2da-de41-446a-2a85-abf632b72ecd@gmail.com> X-Rspamd-Queue-Id: 493XZD2jFxz4vJ7 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 [-7.08 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[current@freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:107.204.234.170]; IP_SCORE(-2.68)[ip: (-9.73), ipnet: 107.192.0.0/12(-4.86), asn: 7018(1.24), country: US(-0.05)]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[catwhisker.org]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; SIGNED_PGP(-2.00)[]; FREEMAIL_TO(0.00)[gmail.com]; 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]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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, 17 Apr 2020 10:36:22 -0000 --+p4NvxO1ICbi3VNc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 17, 2020 at 12:24:41PM +0200, Johan Hendriks wrote: >=20 > Op 17-04-2020 om 03:31 schreef Rodney W. Grimes: > .... > I have no idea how to bypass this issue. > .... Sorry; I was busy with work stuff when your original post came by. IIRC, you had several system components excluded from building (on your build machine); do you also have them excluded on the target machine(s)? That is, /etc/src.conf on each target machines needs to specify (the installation of) no more than what was built on the build machine. I have been doing this (bild on a more pawerful machine; mount on less-powerful machine via NFS; install) routinely (every Sunday) for the last several years; it's when I have managed to neglect to ensure the above property that I have encountered such "weirdness." Ref. http://www.catwhisker.org/~david/FreeBSD/upgrade.html Peace and good health, david --=20 David H. Wolfskill david@catwhisker.org Please read https://www.speaker.gov/newsroom/41420-0 See http://www.catwhisker.org/~david/publickey.gpg for my public key. --+p4NvxO1ICbi3VNc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE4owz2QxMJyaxAefyQLJg+bY2PckFAl6ZhqFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEUy OEMzM0Q5MEM0QzI3MjZCMTAxRTdGMjQwQjI2MEY5QjYzNjNEQzkACgkQQLJg+bY2 Pck3Pgf/TDGjFN9HMQXjlWPr47W8TWyNaaCR98b4vsJtqeeIyLSWwWspL0gOtd+u JYgRUVMup1nBhvb3JK13lkpj8CQJa+fMt05iz/uivBYHJphUxOSVb6tw1xdQ5Csx TvTmN1i1Na2i2GAW8DJR7fcXZfH09bB85WNSQla9F9aqQUSQjrObRDpaKTwZkKe6 VPnAtmXgHeEaKQprdjfKTtAgUuOKDV4yQGuHhcyRoE+CQqbUNeoc9VQMf3EPSVVG +gR6XyyvrlPdwwH8ECrt9ffBEdoYWP6FUDOwE8+81fnQPBf/zjU0oSUN+96qCid5 A6wKyPRaSXv1GzJTbFq48RoXFsR+zg== =NeHr -----END PGP SIGNATURE----- --+p4NvxO1ICbi3VNc--