Re: pkgbase is broken because of Kerberos

From: Philip Paeps <philip_at_freebsd.org>
Date: Fri, 08 Aug 2025 12:41:01 UTC
On 2025-08-08 20:35:04 (+0800), Dag-Erling Smørgrav wrote:
> Philip Paeps <philip@freebsd.org> writes:
>> Dag-Erling Smørgrav <des@freebsd.org> writes:
>>> 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 took away WITHOUT_CLEAN=1 from our make command ... still not
>> building.
>
> WITHOUT_CLEAN is the default in main, and has been for over a year.  
> You
> need to either set WITH_CLEAN=1 or explicitly run `make cleanworld`.
> See ba373fca78a114768244d6a8c27983da870c1169.

THANK YOU! <3 <3 <3

I've just stuck a "cleanworld" in there.  If this completes 
successfully, I'll take that away again and let things run as they did 
before.

I'm doing this with the Very Large Hammer tonight.  I'll put some more 
surgical flags in our automation so we can simply add a cleanbuild when 
needed in future.

...then we just need people to let us know when we need to set those 
flags... :)

Thanks for the pointer to the cleanworld commit.  That helps!

Philip