Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2017 15:17:20 -0800
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        freebsd-current@FreeBSD.org
Subject:   installworld: Read-only objdirs not working
Message-ID:  <7ef74928-6466-f8cf-4812-ba232d147332@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--N7p9fUDKjOBPVXxWdII0m4AX792iBUw4M
Content-Type: multipart/mixed; boundary="BgU3cM08DLWDVrOIunf0MXEXuaQhiRcWp";
 protected-headers="v1"
From: Bryan Drewery <bdrewery@FreeBSD.org>
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7ef74928-6466-f8cf-4812-ba232d147332>