[Bug 234740] mail/fetchmail: fetchmail-6.3.26_9 fails to compile with krb5

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 10 00:16:52 UTC 2019


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

--- Comment #1 from Corey Halpin <chalpin at cs.wisc.edu> ---
I cannot replicate this failure on 11.2/amd64.

When using 'poudriere testport' with the following make.conf:

DEFAULT_VERSIONS+= ssl=base
OPTIONS_UNSET+= GSSAPI_BASE
OPTIONS_SET+= GSSAPI_MIT

I see the following when configure runs:

checking for Kerberos V in /usr/local... found
checking for krb5_des_string_to_key in -lcrypto... no
checking for krb5_des_string_to_key in -lk5crypto... yes
checking for krb5_init_context in -lkrb5... yes

And the port builds successfully. Full log at:
http://pages.cs.wisc.edu/~chalpin/freebsd/bug234740_tp_base 


When using 'poudriere testport' with the following make.conf:
DEFAULT_VERSIONS+= ssl=openssl
OPTIONS_UNSET+= GSSAPI_BASE
OPTIONS_SET+= GSSAPI_MIT

I see the following when configure runs:

checking for Kerberos V in /usr/local... found
checking for krb5_des_string_to_key in -lcrypto... no
checking for krb5_des_string_to_key in -lk5crypto... yes
checking for krb5_init_context in -lkrb5... yes

And the port builds successfully. Full log at:
http://pages.cs.wisc.edu/~chalpin/freebsd/bug234740_tp_port 

In both of the above cases, the Automake warning you report appears but does
not cause a problem.


Can you provide more information about your build environment, especially any
make.conf settings that would affect how krb5 is built?

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


More information about the freebsd-ports-bugs mailing list