From owner-freebsd-questions@FreeBSD.ORG Wed Mar 30 00:55:42 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BFF716A4D0 for ; Wed, 30 Mar 2005 00:55:42 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 813CC43D1F for ; Wed, 30 Mar 2005 00:55:40 +0000 (GMT) (envelope-from linicks@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so717272wra for ; Tue, 29 Mar 2005 16:55:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=c7vzxn3E24DhlIWpIDdsPVx1moQ5Woe7uEAt7JClPMymyWlOUP3ltMuLL2YixJa2kDKBaBnhBBhru2HBXEAtLQiRAZyen1ZLxCDKBZZoCHvlYMKw1sD8FuDUAzUNhMgWyerw2HAT7pDYujCktKqIYrbVCu6b7W+Ik4GlX3Gf/oE= Received: by 10.54.10.23 with SMTP id 23mr155519wrj; Tue, 29 Mar 2005 16:55:35 -0800 (PST) Received: by 10.54.98.3 with HTTP; Tue, 29 Mar 2005 16:55:35 -0800 (PST) Message-ID: Date: Tue, 29 Mar 2005 17:55:35 -0700 From: Nick Pavlica To: Joel Heikkila In-Reply-To: <4249E9F3.5060008@xlter.afraid.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <4249E9F3.5060008@xlter.afraid.org> cc: stable@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5-STABLE doesn't compile: fails on Kerberos5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nick Pavlica List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2005 00:55:42 -0000 On Tue, 29 Mar 2005 18:51:15 -0500, Joel Heikkila wrote: > I was trying to "make buildworld" the 5-STABLE tree (fetched as of about > an hour ago), and I got these error messages a bit of the way into it. > > Any idea what was causing this? I'll get back to you right away if you > need more information or anything. > > /usr/local/libexec/ccache/cc -O -march=pentium2 > -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/roken -I. > -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 > -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/cache.c > /usr/local/libexec/ccache/cc -O -march=pentium2 > -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/roken -I. > -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 > -c > /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c > /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c: > In function `setpw_send_request': > /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:170: > error: syntax error before "chpw" > /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:188: > error: `chpw' undeclared (first use in this function) > /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:188: > error: (Each undeclared identifier is reported only once > /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:188: > error: for each function it appears in.) > *** Error code 1 > > Stop in /usr/src/kerberos5/lib/libkrb5. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > -------------------------------------- > Joel Heikkila > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > You may want to take a look at this thread as well: http://lists.freebsd.org/pipermail/freebsd-current/2005-March/047173.html --Nick