Re: delete-old-libs removes libgssapi.so.10 but leaves the dead symlink

From: Lexi Winter <ivy_at_freebsd.org>
Date: Sat, 09 Aug 2025 14:19:30 UTC
Ian FREISLICH:
> On 2025-08-09 09:49, Lexi Winter wrote:
> > Ian FREISLICH:
> > > make delete-old-libs leaves a dead symlink libgssapi.so -> libgssapi.so.10.

> > there are some issues with the OptionalObsoleteFiles entries when
> > turning WITH_MITKRB5 on and off, which is what handles removing the
> > old libgssapi.  i'm planning to overhaul these and verify they're
> > actually correct... depending on what else comes up that might
> > happen in a day or two.
 
> I noticed because I had to rebuild ftp/curl. The port fails to complete
> configure with the default options (GSSAPI = GSSAPI_BASE). I had to set
> GSSAPI_NONE to get it to compile.

this may not be related to the gssapi.so symlink.  there are two
outstanding reviews that should fix curl itself and things which
depend on curl, when curl is built again base GSSAPI:

https://reviews.freebsd.org/D51841
https://reviews.freebsd.org/D51842