Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2020 02:57:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 246591] dns/bind916 Fails to build if option GSSAPI_HEIMDAL is set
Message-ID:  <bug-246591-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246591

            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@FreeBSD.org
          Reporter: epopen@gmail.com
             Flags: maintainer-feedback?(mat@FreeBSD.org)
          Assignee: mat@FreeBSD.org

Created attachment 214675
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D214675&action=
=3Dedit
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
=3D=3D=3D>  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+=3DGD GSSAPI_HEIMDAL

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

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

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

Thanks all very much.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246591-7788>