Bug 276030 - databases/postgresql16-client: GSSAPI option is broken
Summary: databases/postgresql16-client: GSSAPI option is broken
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: pgsql
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-30 22:56 UTC by Lexi Winter
Modified: 2024-03-13 13:20 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (pgsql)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lexi Winter 2023-12-30 22:56:54 UTC
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.
Comment 1 Sergey V. Koupreyenko 2024-01-30 09:31:40 UTC
The same issue is affected on FreeBSD 14-STABLE.