From owner-freebsd-stable Sun May 13 23:26:44 2001 Delivered-To: freebsd-stable@freebsd.org Received: from areilly.bpc-users.org (CPE-144-132-234-126.nsw.bigpond.net.au [144.132.234.126]) by hub.freebsd.org (Postfix) with SMTP id B39E937B423 for ; Sun, 13 May 2001 23:26:30 -0700 (PDT) (envelope-from andrew@areilly.bpc-users.org) Received: (qmail 73932 invoked from network); 14 May 2001 06:26:30 -0000 Received: from localhost (HELO gurney.reilly.home) (andrew@127.0.0.1) by localhost with SMTP; 14 May 2001 06:26:30 -0000 Date: Mon, 14 May 2001 16:26:29 +1000 (EST) From: Andrew Reilly Subject: Re: make world still broken around krb4_version bug--when will the patch reach stable? To: duhring@charter.net Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <01051322213701.00871@dave.uhring.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Message-Id: <20010514062630.B39E937B423@hub.freebsd.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13 May, Dave Uhring wrote: > On Sunday 13 May 2001 07:03 pm, Andrew Reilly wrote: >> On Fri, May 11, 2001 at 08:52:25PM -0700, John Merryweather Cooper wrote: >> > I've been cvsuping all day and repeatedly trying to make world but no >> > dice--things collapse around the krb4_version bug (char *, const char * >> > clash). I know a patch was supposed to have been committed, but to >> > date I haven't seen it--at least on cvsup8.FreeBSD.org. >> >> Me too. Now the 14th. cvsup.au.FreeBSD.org. > > Nothing wrong with the repositories at cvsup2 and cvsup5 WRT subject > problem. I updated this afternoon 4_STABLE and buildworld proceeded > without error. The fxp and miibus drivers seem to have a problem, however. I just tried cvsup2.au.freebsd.org, and that didn't help either. There isn't a cvsup?.au.freebsd.org for ?>3. What are the usual propagation times to the Australian mirrors? I would have thought that it would be much shorter than three days. That kind of argues for a mis-configuration on my system somewhere. I can't think where, though. I haven't touched my make.conf recently. I've just done a make clean (in /usr/src), so I don't think that it's a clash with something left behind. Could it be a clash with an installed header file? If it is, how can I work around that? FWIW, here's the end of the make buildworld output: cc -O -pipe -march=pentiumpro -I/usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/include -I/usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libasn1/../../include -I/usr/obj/usr/src/kerberos5/lib/libasn1 -Wall -I/usr/src/kerberos5/lib/libasn1/../../include -I/usr/src/kerberos5/lib/libasn1/../../include -DHAVE_CONFIG_H -DKRB5_KRB4_COMPAT -DKRB4 -DINET6 -static -o make-print-version /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken/make-print-version.c In file included from /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken/make-print-version.c:49: /usr/src/kerberos5/lib/libasn1/../../include/version.h:3: conflicting types for `krb4_version' /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken/make-print-version.c:47: previous declaration of `krb4_version' *** Error code 1 Stop in /usr/src/kerberos5/lib/libasn1. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message