Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Aug 2021 21:09:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 257616] WITH_META_MODE=yes, toolchain is rebuilt each make buildworld
Message-ID:  <bug-257616-227-Biq66nC4dO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257616-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257616-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=3D257616

--- Comment #6 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Mark Millard from comment #5)

Actually, my wording has in general made a presumption
about prior activity that need not be the case.

A sequence that avoids the presumption is:

# cd /usr/src/
# env WITH_META_MODE=3Dyes make buildworld
# env WITH_META_MODE=3Dyes make installworld
# env WITH_META_MODE=3Dyes make buildworld
## no more rebuilds below?
# env WITH_META_MODE=3Dyes make buildworld
# env WITH_META_MODE=3Dyes make buildworld

The installworld establishes the updated compiler
version is in place, so also matching /usr/src
for the version number and such.

The first buildworld after that may have the
usual issues with some rebuilding based on changes
to dependencies from the installworld activity.

After that the version should match /usr/src and the
dependencies should no longer cause rebuild/relink
activity.

--=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-257616-227-Biq66nC4dO>