Bug 248875

Summary: security/p5-GSSAPI: GSSAPI_MIT seems broken.
Product: Ports & Packages Reporter: dgilbert
Component: Individual Port(s)Assignee: freebsd-perl (Nobody) <perl>
Status: New ---    
Severity: Affects Some People CC: perl, swills
Priority: --- Keywords: needs-patch
Version: LatestFlags: linimon: maintainer-feedback? (perl)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
poudriere log for port build. none

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.