Bug 248875 - security/p5-GSSAPI: GSSAPI_MIT seems broken.
Summary: security/p5-GSSAPI: GSSAPI_MIT seems broken.
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-perl (Nobody)
URL:
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2020-08-24 11:03 UTC by dgilbert
Modified: 2020-09-10 14:14 UTC (History)
2 users (show)

See Also:
linimon: maintainer-feedback? (perl)


Attachments
poudriere log for port build. (7.77 KB, text/plain)
2020-08-24 11:03 UTC, dgilbert
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description dgilbert 2020-08-24 11:03:51 UTC
Created attachment 217485 [details]
poudriere log for port build.

So... in 11.4, I'm forced down the road of openssl from ports.  Then, because of that, I'm forced down the road of GSSAPI from MIT.  So I have, in make.conf:

OPTIONS_UNSET+=  GSSAPI_BASE
OPTIONS_SET+=    GSSAPI_MIT

to which I've added in this case:

security_p5-GSSAPI_SET     = GSSAPI_MIT

I've also now tried with the options file containing:

# This file is auto-generated by 'make config'.
# Options for p5-GSSAPI-0.28_1
_OPTIONS_READ=p5-GSSAPI-0.28_1
_FILE_COMPLETE_OPTIONS_LIST= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT
OPTIONS_FILE_UNSET+=GSSAPI_BASE
OPTIONS_FILE_UNSET+=GSSAPI_HEIMDAL
OPTIONS_FILE_SET+=GSSAPI_MIT

... so you'd think "I go that" ... but:

poudriere testport -j freebsd_11_4_x64 -p HEAD security/p5-GSSAPI

[... some output later ...]

=======================<phase: check-sanity   >============================
===>  p5-GSSAPI-0.28_1 You are using OpenSSL from ports and have selected
GSSAPI from base, please select another GSSAPI value.
*** Error code 1

Stop.
make: stopped in /usr/ports/security/p5-GSSAPI
build of security/p5-GSSAPI | p5-GSSAPI-0.28_1 ended at Mon Aug 24 06:52:19 EDT 2020
build time: 00:00:01
!!! build failure encountered !!!
[00:00:04] Error: Build failed in phase: check-sanity
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2020-08-24 22:14:21 UTC
Fix Synopsis and assign.

^Triage: note to submitter: [] around the port name is no longer necesary.