Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Mar 2019 19:51:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236125] /sbin/geom cannot work anymore when world is build WITHOUT_DYNAMICROOT
Message-ID:  <bug-236125-227-1ptcGkp4C4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236125-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236125-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236125

Brooks Davis <brooks@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brooks@FreeBSD.org

--- Comment #1 from Brooks Davis <brooks@FreeBSD.org> ---
geom(8) is really not designed for static compilation.  We should probably =
at a
minimum alter sbin/geom/Makefile to embed gpart and glabel in the binary wh=
en
WITHOUT_DYNAMICROOT is defined.  That should be as simple as changing the l=
ine
mentioning RESCUE to:

.if defined(RESCUE) || defined(RELEASE_CRUNCH) || ${MK_DYNAMICROOT} =3D=3D =
"no"

and altering the LINKS value to in the MK_DYNAMICROOT=3Dno case.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236125-227-1ptcGkp4C4>