Re: On/for main [so: 15], ftp/curl 's config: "ld: error: unable to find library -lgssapi" (via poudriere-devel)
- Reply: Cy Schubert : "Re: On/for main [so: 15], ftp/curl 's config: "ld: error: unable to find library -lgssapi" (via poudriere-devel)"
- In reply to: Cy Schubert : "Re: On/for main [so: 15], ftp/curl 's config: "ld: error: unable to find library -lgssapi" (via poudriere-devel)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Aug 2025 15:55:00 UTC
On Aug 11, 2025, at 08:51, Cy Schubert <Cy.Schubert@cschubert.com> wrote: > In message <9C8D2C3B-1A50-4DFB-9E61-B1827F9AF112@yahoo.com>, Mark Millard > write > s: >> On Aug 11, 2025, at 04:51, Herbert J. Skuhra <herbert@gojira.at> wrote: >> >>> On Mon, Aug 11, 2025 at 01:21:58PM +0200, Dag-Erling Sm=C3=B8rgrav = >> wrote: >>>> Cy Schubert <Cy.Schubert@cschubert.com> writes: >>>>> ftp/curl must be rebuilt. >>>> =20 >>>> 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. >>> =20 >>> Really? I am running main-n279539-5853a9971a50 and could build = >> ftp/curl >>> with GSSAPI_BASE=3Don: >>> =20 >>> $ ldd `which curl`|grep krb5 >>> libkrb5.so.11 =3D> /usr/lib/libkrb5.so.11 (0x3935891dc000) >>> libgssapi_krb5.so.10 =3D> /usr/lib/libgssapi_krb5.so.10 = >> (0x39358aa86000) >>> =20 >>> 'poudriere testport -j main ftp/curl' was also OK. >> >> What METHOD does for poudriere jail -l for your -j main ? >> Mine shows pkgbase and: >> >> # poudriere jail -j main-amd64 -u >> >> was not adding the missing file /usr/libexec/krb5kdc >> to the poudriere jail. For reference: >> >> # poudriere jail -l >> JAILNAME VERSION OSVERSION ARCH METHOD TIMESTAMP = >> PATH >> . . . >> main-amd64 15.0-CURRENT amd64 pkgbase 2025-08-09 = >> 20:27:14 /usr/local/poudriere/jails/main-amd64 >> >> # ls /usr/local/poudriere/jails/main-amd64/usr/libexec/krb5kdc >> ls: /usr/local/poudriere/jails/main-amd64/usr/libexec/krb5kdc: No such = >> file or directory > > What's the output of, > > ls /usr/local/poudriere/jails/main-amd64/usr/libexec/kdc # ls /usr/local/poudriere/jails/main-amd64/usr/libexec/kdc ls: /usr/local/poudriere/jails/main-amd64/usr/libexec/kdc: No such file or directory Verifying the rest of the path works: # ls -d /usr/local/poudriere/jails/main-amd64/usr/libexec/k* /usr/local/poudriere/jails/main-amd64/usr/libexec/kgdb >> >>> But yes, there was an error about (a) missing .pc file(s)... bug = >> 288770? > > === Mark Millard marklmi at yahoo.com