Re: On/for main [so: 15], ftp/curl 's config: "ld: error: unable to find library -lgssapi" (via poudriere-devel)

From: Herbert J. Skuhra <herbert_at_gojira.at>
Date: Mon, 11 Aug 2025 06:13:24 UTC
On Sun, Aug 10, 2025 at 10:31:16PM -0700, Mark Millard wrote:
> For the most part my attempt to build my normal packages
> has worked after my system and ports-tree upgrades.
> 
> But not ftp/curl . That, in turn, blocks a lot of other
> packages from being built.
> 
> 
> # ~/fbsd-based-on-what-commit.sh -C /usr/ports/
> 78939953d5e7 (HEAD -> main, freebsd/main, freebsd/HEAD) databases/py-pg8000: Update to 1.31.4
> Author:     Wen Heping <wen@FreeBSD.org>
> Commit:     Wen Heping <wen@FreeBSD.org>
> CommitDate: 2025-08-11 02:14:14 +0000
> branch: main
> merge-base: 78939953d5e7bfcdcbd3bccb789531be3637c6dc
> merge-base: CommitDate: 2025-08-11 02:14:14 +0000
> n715497 (--first-parent --count for merge-base)
> 
> # uname -apKU
> FreeBSD 7950X3D-ZFS 15.0-PRERELEASE FreeBSD 15.0-PRERELEASE main-n279519-7a9834041c91 GENERIC-NODEBUG amd64 amd64 1500059 1500059
> 
> ftp/curl fails for:
> 
> configure:4974: checking whether the C compiler works
> configure:4996: cc -I/usr/include -O2 -pipe  -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -I/usr/include -I/usr/include -isystem /usr/local/include    -L/usr/lib -L/usr/l
> ib -L/usr/local/lib  conftest.c -lkrb5 -lgssapi -lgssapi_krb5 -lkrb5 -lgssapi -lgssapi_krb5 >&5
> ld: error: unable to find library -lgssapi
> ld: error: unable to find library -lgssapi
> cc: error: linker command failed with exit code 1 (use -v to see invocation)

This was fixed in e38b33060387830da36ca834dee9365995fe06dc, wasn't it?

-- 
Herbert