From owner-freebsd-current@freebsd.org Tue Nov 14 23:17:39 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 39626DB8AB8 for ; Tue, 14 Nov 2017 23:17:39 +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 0DC31744EC for ; Tue, 14 Nov 2017 23:17:39 +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 43BED6626 for ; Tue, 14 Nov 2017 23:17:38 +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 31DE98429 for ; Tue, 14 Nov 2017 23:17:37 +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 6xKD61UigYSJ for ; Tue, 14 Nov 2017 23:17:35 +0000 (UTC) To: freebsd-current@FreeBSD.org DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 853458424 From: Bryan Drewery Subject: installworld: Read-only objdirs not working Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <7ef74928-6466-f8cf-4812-ba232d147332@FreeBSD.org> Date: Tue, 14 Nov 2017 15:17:20 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="N7p9fUDKjOBPVXxWdII0m4AX792iBUw4M" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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, 14 Nov 2017 23:17:39 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --N7p9fUDKjOBPVXxWdII0m4AX792iBUw4M Content-Type: multipart/mixed; boundary="BgU3cM08DLWDVrOIunf0MXEXuaQhiRcWp"; protected-headers="v1" From: Bryan Drewery To: freebsd-current@FreeBSD.org Message-ID: <7ef74928-6466-f8cf-4812-ba232d147332@FreeBSD.org> Subject: installworld: Read-only objdirs not working --BgU3cM08DLWDVrOIunf0MXEXuaQhiRcWp Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable After a recent change a read-only /usr/obj, or other MAKEOBJDIRPREFIX, will not properly work for an installworld. I am working on a fix. It will manifest as a missing rescue/rescue like: > --- __installcheck_sh_check --- > sh: /usr/src/rescue/rescue/rescue: not found > rescue/sh check failed, installation aborted > *** [__installcheck_sh_check] Error code 1 A workaround for now is to pass __objdir_writable=3Dyes as a make argumen= t: make installworld DESTDIR=3D... __objdir_writable=3Dyes This should only be used a temporary workaround and should be removed once I commit a fix. --=20 Regards, Bryan Drewery --BgU3cM08DLWDVrOIunf0MXEXuaQhiRcWp-- --N7p9fUDKjOBPVXxWdII0m4AX792iBUw4M Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJaC3mAAAoJEDXXcbtuRpfPOg8IAKv3ADo0Ua4KhStzw1trBlbP D44b3Wx6qJLX+GtJcWnLtmGPIHDUz1MZKT8ilYnVExbn5TFhv32fYtcqIKXCVvXU K+dQCo0dH6b2NNq87wRHHijz5sMyVH+3xRu0XyAJZzT0gwOXIgq+KPJpOTPUAst/ 9GJx3sLR7tFfACGN+aXCtfVAXzRRvG+NRTpMELt3zkLM4g3zvxZMF5q4cMQ1DZJH O8vpqH03dTvEZMJbRJbDiA/68PZ3vrsb6STM3/JANOUayz30jk3x9JQ1LnVqC0w9 5kcnMSEOjjEAN6JgnuRSa60m6URGurSomFM639vIksBp+Ix2G1Avo29YnaRUEW0= =8VZ2 -----END PGP SIGNATURE----- --N7p9fUDKjOBPVXxWdII0m4AX792iBUw4M--