Re: On/for main [so: 15], ftp/curl 's config: "ld: error: unable to find library -lgssapi" (via poudriere-devel)
"Herbert J. Skuhra" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.pkgbase,gmane.os.freebsd.devel.ports,gmane.os.freebsd.current |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 11, 2025 at 01:21:58PM +0200, Dag-Erling Smørgrav wrote: > Cy Schubert <[email protected]> writes: > > ftp/curl must be rebuilt. > > Cy, https://reviews.freebsd.org/D51842 is still blocked waiting for your > input. Building ftp/curl won't be possible again until it or something > like it goes in. Really? I am running main-n279539-5853a9971a50 and could build ftp/curl with GSSAPI_BASE=on: $ ldd `which curl`|grep krb5 libkrb5.so.11 => /usr/lib/libkrb5.so.11 (0x3935891dc000) libgssapi_krb5.so.10 => /usr/lib/libgssapi_krb5.so.10 (0x39358aa86000) 'poudriere testport -j main ftp/curl' was also OK. But yes, there was an error about (a) missing .pc file(s)... bug 288770? -- Herbert