Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jan 2019 11:27:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 234740] mail/fetchmail:  fetchmail-6.3.26_9 fails to compile with krb5
Message-ID:  <bug-234740-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 234740
           Summary: mail/fetchmail:  fetchmail-6.3.26_9 fails to compile
                    with krb5
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: freebsd@mnd.sc
                CC: chalpin@cs.wisc.edu
             Flags: maintainer-feedback?(chalpin@cs.wisc.edu)
                CC: chalpin@cs.wisc.edu

The new port version fails to compile with GSSAPI_MIT set.

The immediate cause is this configure failure:

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... no
configure: error: Kerberos 5 DES libraries not found
gmake[2]: *** [Makefile:622: config.status] Error 1
gmake[2]: Leaving directory
'/var/ports/usr/ports/mail/fetchmail/work/fetchmail-6.3.26'
=3D=3D=3D> Compilation failed unexpectedly.

However, the root cause might be this earlier error:

CDPATH=3D"${ZSH_VERSION+.}:" && cd . && /bin/sh
/var/ports/usr/ports/mail/fetchmail/work/fetchmail-6.3.26/missing --run
aclocal-1.11 -I m4 -I m4-local
/var/ports/usr/ports/mail/fetchmail/work/fetchmail-6.3.26/missing:
aclocal-1.11: not found
WARNING: `aclocal-1.11' is missing on your system.  You should only need it=
 if
         you modified `acinclude.m4' or `configure.ac'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
CDPATH=3D"${ZSH_VERSION+.}:" && cd . && /bin/sh
/var/ports/usr/ports/mail/fetchmail/work/fetchmail-6.3.26/missing --run
autoconf
 cd . && /bin/sh
/var/ports/usr/ports/mail/fetchmail/work/fetchmail-6.3.26/missing --run
automake-1.11 --foreign
/var/ports/usr/ports/mail/fetchmail/work/fetchmail-6.3.26/missing:
automake-1.11: not found
WARNING: `automake-1.11' is missing on your system.  You should only need i=
t if
         you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
aclocal.m4:17: warning: this file was generated for autoconf 2.68.
You have another version of autoconf.  It may work, but is not guaranteed t=
o.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autorecon=
f'.
/bin/sh ./config.status --recheck

This is a 11.2-RELEASE-p7 install on amd64, automake is installed, but not
version 1.11.

--=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-234740-7788>