From nobody Mon Aug 11 06:13:24 2025 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4c0kpZ6gRHz64HW0; Mon, 11 Aug 2025 06:13:26 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [94.130.200.20]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4c0kpZ1nCJz3MDJ; Mon, 11 Aug 2025 06:13:26 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; none Date: Mon, 11 Aug 2025 08:13:24 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1754892804; bh=IY6W5zu+FaKLAxgRt8ZDYYsoVsiF70ZftbT+92M61kw=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=uI4Qo2ui3DuDO/l98HsMTGLCac5VD55c3Ave2UZe6qNLOlEnZ+7Hnh9njgixRbgVM TXH+6AKdK15T2X/e06vQgBjtVaU7fqAMoi9VlhllzHoP0kcMU6d1VFbwmKekTqWwMh gVU2gD/AMMO9cvGoszbg9gXi1uKJIuUAhKiJ/AHsHyDHBratGKffWcQKn2NOIlwLfv asTjdBUl0PL1miRwyua47wFVVVSxXRSR5C+Q4+zLDennCoUgZhTnRoVZ/O9UiyhlcY /3UJGK0EpU0CAjIC/lb/q2O3AesdqqoIhrsjJPfqKhhhECAXKhHjj8SiGtPRnHzAJd R+r9nW5obMiPw== From: "Herbert J. Skuhra" To: Mark Millard Cc: FreeBSD Mailing List , FreeBSD Current , "sunpoet@freebsd.org" , Cy Schubert Subject: Re: On/for main [so: 15], ftp/curl 's config: "ld: error: unable to find library -lgssapi" (via poudriere-devel) Message-ID: References: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4c0kpZ1nCJz3MDJ X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:94.130.0.0/16, country:DE] 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 > Commit: Wen Heping > 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