Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2019 19:45:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242174] mail/fetchmail: fails to build if DEFAULT_VERSIONS+=ssl=openssl111 exists in make.conf file
Message-ID:  <bug-242174-7788-dihcKNdDdt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242174-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242174-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #4 from Corey Halpin <chalpin@cs.wisc.edu> ---
The error shown in your log is:

=3D=3D=3D=3D> You must select one and only one option from the GSSAPI single
=3D=3D=3D=3D=3D> No option was selected (and one must be)

This is what I would expect to see if you added OPTIONS_UNSET+=3D GSSAPI_BA=
SE to
your make.conf without also adding OPTIONS_SET+=3D GSSAPI_NONE

And indeed, the included make.conf in the log shows:
OPTIONS_SET+=3D GSSAPI_NONEWITH_CCACHE_BUILD=3Dyes

(note that the GSSAPI_NONE option is smashed into WITH_CCACHE. Since
GSSAPI_NONEWITH_CCACHE_BUILD=3Dyes is not the name of any valid option, it =
has no
effect.)

--=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-242174-7788-dihcKNdDdt>