[Bug 276030] databases/postgresql16-client: GSSAPI option is broken

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 30 Dec 2023 22:56:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276030

            Bug ID: 276030
           Summary: databases/postgresql16-client: GSSAPI option is broken
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pgsql@FreeBSD.org
          Reporter: lexi.freebsd@le-fay.org
             Flags: maintainer-feedback?(pgsql@FreeBSD.org)
          Assignee: pgsql@FreeBSD.org

FreeBSD ilythia.eden.le-fay.org 15.0-CURRENT FreeBSD 15.0-CURRENT #3
main-n267318-1b8d70b2eb71: Sat Dec 30 11:36:42 GMT 2023    
lexi@ilythia.eden.le-fay.org:/src/main/sys/amd64/compile/ILYTHIA amd64

when building with "GSSAPI" enabled, the build fails with:

checking for library containing gss_store_cred_into... no
configure: error: could not find function 'gss_store_cred_into' required for
GSSAPI
===>  Script "configure" failed unexpectedly.

from config.log:

ld: error: undefined symbol: gss_store_cred_into
>>> referenced by conftest.c
>>>               /tmp/conftest-678464.o:(main)

this function doesn't seem to exist:

> find /usr/include/ -type f | xargs grep gss_store_cred_into
>

maybe related to bug 220325, but this is not specific to Poudriere: it happens
with a normal 'make install' from the ports tree.

-- 
You are receiving this mail because:
You are the assignee for the bug.