Date: Tue, 18 Apr 2000 01:01:45 -0300 From: lioux@uol.com.br To: freebsd-stable@freebsd.org Subject: Kerberos 5 from stable not compiling (current one does) Message-ID: <20000418010145.B396@Fedaykin.here>
next in thread | raw e-mail | index | archive | help
Hi, I've been trying to compile Kerberos 5 from stable sources, but whenever I am near libkrb5 I get: cc -O -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/des -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/include -I/usr/obj/usr/src/kerberos5/lib/libkrb5/../../lib/libkrb5 -I/usr/obj/usr/src/kerberos5/lib/libkrb5/../../lib/libasn1 -Wall -I/usr/src/kerberos5/lib/libkrb5/../../include -I/usr/src/kerberos5/lib/libkrb5/../../include -DHAVE_CONFIG_H -DINET6 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/keytab_krb4.c -o keytab_krb4.o /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/keytab_krb4.c:35: krb.h: No such file or directory /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/keytab_krb4.c: In function `krb4_kt_add_entry': /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/keytab_krb4.c:230: `ANAME_SZ' undeclared (first use in this function) /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/keytab_krb4.c:230: (Each undeclared identifier is reported only once /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/keytab_krb4.c:230: for each function it appears in.) /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/keytab_krb4.c:231: `INST_SZ' undeclared (first use in this function) /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/keytab_krb4.c:232: `REALM_SZ' undeclared (first use in this function) /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/keytab_krb4.c:232: warning: unused variable `realm' /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/keytab_krb4.c:231: warning: unused variable `instance' /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/keytab_krb4.c:230: warning: unused variable `service' *** Error code 1 Stop in /usr/src/kerberos5/lib/libkrb5. *** Error code 1 Stop in /usr/src/kerberos5/lib. *** Error code 1 However, I've been able to mix crypt+kerberos5-current with src-all-stable sucessfully. Does anyone know when will the current crypto release be backported into stable? At least the working kerberos5? I will keep working with these mixed sources for now but I would love a clean stable installation. :) -- Regards mferreira To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000418010145.B396>