Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2023 22:56:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276030] databases/postgresql16-client: GSSAPI option is broken
Message-ID:  <bug-276030-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276030

            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=20=20=20=20
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
=3D=3D=3D>  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 happ=
ens
with a normal 'make install' from the ports tree.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276030-7788>