[Bug 246591] dns/bind916 Fails to build if option GSSAPI_HEIMDAL is set

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 20 02:58:04 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246591

            Bug ID: 246591
           Summary: dns/bind916 Fails to build if option GSSAPI_HEIMDAL is
                    set
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mat at FreeBSD.org
          Reporter: epopen at gmail.com
             Flags: maintainer-feedback?(mat at FreeBSD.org)
          Assignee: mat at FreeBSD.org

Created attachment 214675
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=214675&action=edit
Build report of portmaster

Hi All.

I encounter issue about build failed as below...
checking for GSSAPI library... looking in /usr/local/lib
checking gssapi.h usability... no
checking gssapi.h presence... no
checking for gssapi.h... no
checking gssapi/gssapi.h usability... no
checking gssapi/gssapi.h presence... no
checking for gssapi/gssapi.h... no
configure: error: gssapi.h not found
===>  Script "configure" failed unexpectedly.

Where option GSSAPI_HEIMDAL is set.

In my system..
1.Ports "security/heimdal" was ready.
2./etc/make.conf configure added as below.
  OPTIONS_SET+=GD GSSAPI_HEIMDAL

Today,I found example in /usr/ports/Mk/Uses/gssapi.mk as below
#   GSSAPI_HEIMDAL_USES=gssapi:heimdal
#   GSSAPI_HEIMDAL_CONFIGURE_ON= \
#   --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS}  

So I tried to modify Makefile as below
 GSSAPI_HEIMDAL_CONFIGURE_ON=    --with-gssapi=${GSSAPIBASEDIR} \
+               ${GSSAPI_CONFIGURE_ARGS}                                        
-               KRB5CONFIG="${KRB5CONFIG}"

Result: Build successful.
I have no idea about KRB5CONFIG="${KRB5CONFIG}"
Can help fix build fail issue?

Thanks all very much.

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


More information about the freebsd-ports-bugs mailing list