| Summary: | Configure Bug: cyrus-sasl-1.5.27_2 / krb5- unable to detect MIT Kerberos when Heimdal libraries and includes are installed. | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Peter Sripitisawad <Sripitisawad> |
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Peter Sripitisawad@yahoo.com
2002-04-04 01:30:02 UTC
Have you cc'd the maintainer in this pr, he's usually very responsive I cvsupped to 1.5.28 and still get errors on FreeBSD 4.8-PRELEASE # New ports collection makefile for: cyrus-sasl # Date created: Nov 1 1999 # Whom: hetzels@westbend.net # # $FreeBSD: ports/security/cyrus-sasl/Makefile,v 1.48 2003/02/21 13:26:42 knu Exp $ # PORTNAME= cyrus-sasl PORTVERSION= 1.5.28 FreeBSD sco 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #1: Fri Feb 21 15:02:50 CET 2003 pine@sco:/usr/obj/usr/src/sys/SCO i386 creating libdigestmd5.la (cd .libs && rm -f libdigestmd5.la && ln -s ../libdigestmd5.la libdigestmd5.la) /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/includee/db3 -I/usr/include/openssl -I/usr/local/include -Wall -W -O -pipe -c kerberos4.c rm -f .libs/kerberos4.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include/db3 -I/usr/include/openssl -I/usr//local/include -Wall -W -O -pipe -c kerberos4.c -fPIC -DPIC -o .libs/kerberos4.lo kerberos4.c:731: unterminated macro call kerberos4.c:1402: warning: preprocessing directive not recognized within macro arg kerberos4.c:1402: warning: preprocessing directive not recognized within macro arg kerberos4.c:730: unterminated `#if' conditional In file included from /usr/include/krb.h:355, from kerberos4.c:48: /usr/include/krb-protos.h:182: warning: `struct des_ks_struct' declared inside parameter list /usr/include/krb-protos.h:182: warning: its scope is only this definition or declaration, which is pprobably not what you want. /usr/include/krb-protos.h:455: warning: `struct des_ks_struct' declared inside parameter list /usr/include/krb-protos.h:533: warning: `struct des_ks_struct' declared inside parameter list /usr/include/krb-protos.h:573: warning: `struct des_ks_struct' declared inside parameter list /usr/include/krb-protos.h:589: warning: `struct des_ks_struct' declared inside parameter list kerberos4.c: In function `privacy_encode': kerberos4.c:195: incompatible type for argument 4 of `krb_mk_priv' kerberos4.c:195: warning: passing arg 6 of `krb_mk_priv' from incompatible pointer type kerberos4.c:195: warning: passing arg 7 of `krb_mk_priv' from incompatible pointer type kerberos4.c: In function `privacy_decode': kerberos4.c:279: incompatible type for argument 3 of `krb_rd_priv' kerberos4.c:279: warning: passing arg 5 of `krb_rd_priv' from incompatible pointer type kerberos4.c:279: warning: passing arg 6 of `krb_rd_priv' from incompatible pointer type kerberos4.c: In function `integrity_encode': kerberos4.c:344: warning: passing arg 5 of `krb_mk_safe' from incompatible pointer type kerberos4.c:344: warning: passing arg 6 of `krb_mk_safe' from incompatible pointer type kerberos4.c: In function `integrity_decode': kerberos4.c:426: warning: passing arg 4 of `krb_rd_safe' from incompatible pointer type kerberos4.c:426: warning: passing arg 5 of `krb_rd_safe' from incompatible pointer type kerberos4.c: In function `server_continue_step': kerberos4.c:733: undefined or invalid # directive kerberos4.c:736: undefined or invalid # directive kerberos4.c:740: warning: passing arg 1 of `DES_pcbc_encrypt' from incompatible pointer type kerberos4.c:740: warning: passing arg 2 of `DES_pcbc_encrypt' from incompatible pointer type kerberos4.c:740: syntax error before `;' kerberos4.c:742: syntax error before `;' kerberos4.c:712: warning: `testnum' might be used uninitialized in this function kerberos4.c: At top level: kerberos4.c:870: syntax error before `)' kerberos4.c:871: invalid lvalue in unary `&' kerberos4.c:871: initializer element is not constant kerberos4.c:871: (near initialization for `plugins[0].mech_name') kerberos4.c:873: syntax error before `)' kerberos4.c:867: warning: array `plugins' assumed to have one element kerberos4.c:503: warning: `server_start' defined but not used kerberos4.c:512: warning: `dispose' defined but not used kerberos4.c:521: warning: `mech_free' defined but not used kerberos4.c:560: warning: `server_continue_step' defined but not used *** Error code 1 Stop in /usr/ports/security/cyrus-sasl/work/cyrus-sasl-1.5.28/plugins. *** Error code 1 Stop in /usr/ports/security/cyrus-sasl/work/cyrus-sasl-1.5.28. *** Error code 1 Stop in /usr/ports/security/cyrus-sasl/work/cyrus-sasl-1.5.28. *** Error code 1 Stop in /usr/ports/security/cyrus-sasl. *** Error code 1 Stop in /usr/ports/security/cyrus-sasl. sco# State Changed From-To: open->closed Should be fixed with the latest commit to cyrus-sasl |