On 2025-08-08 20:09:30 (+0800), Dag-Erling Smørgrav wrote:
Philip Paeps <[email protected]> writes:
- The pkgbase builds need to be fixed in a post-Kerberos-update
world.
The pkgbase build is just fine in a post-Kerberos-update world.
What's
broken is incremental builds across the switch from Heimdal to MIT.
I'm
not sure this is something we want to support; we should probably
force
a cleanworld when build options have changed, even if it's because the
defaults changed.
I took away WITHOUT_CLEAN=1 from our make command ... still not
building.
Do I need a cleanharder somewhere? :)
make -C $work $extra -j ${nproc} $tgt WITH_REPRODUCIBLE_BUILD=1
PKG_FORMAT=tzst __MAKE_CONF=/dev/null SRCCONF=/dev/null
SRC_ENV_CONF=/dev/null REPODIR="$repodir" >$logs 2>&1
I can try blowing away the obj directory...
Philip