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
Fix Synopsis and assign. ^Triage: note to submitter: [] around the port name is no longer necesary.
I just tried a build with GSSAPI_MIT set with `poudriere testport` on 15-CURRENT and the build works fine. If there's no further repro, then this can be closed.