From owner-freebsd-current Mon Dec 28 12:36:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15124 for freebsd-current-outgoing; Mon, 28 Dec 1998 12:36:17 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15117 for ; Mon, 28 Dec 1998 12:36:15 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id VAA18807; Mon, 28 Dec 1998 21:35:54 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id VAA63353; Mon, 28 Dec 1998 21:35:54 +0100 (MET) Message-ID: <19981228213553.N53810@follo.net> Date: Mon, 28 Dec 1998 21:35:53 +0100 From: Eivind Eklund To: Jeroen Ruigrok/Asmodai , Palle Girgensohn Cc: freebsd-current@FreeBSD.ORG Subject: Re: make world (aout lkm broken) References: <3687D766.A56CB6F0@partitur.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Jeroen Ruigrok/Asmodai on Mon, Dec 28, 1998 at 09:35:26PM +0100 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 28, 1998 at 09:35:26PM +0100, Jeroen Ruigrok/Asmodai wrote: > On 28-Dec-98 Palle Girgensohn wrote: > > Hi! > > > > I removed /usr/src/lkm, re-cvsupped, made clean, amd remade. It walks > > past the lkm (it's removed completely in current as of a few days ago). > > I have other problems, though: > > > > cc -O -pipe -DYP -I/usr/obj/aout/disk3/src/tmp/usr/include/rpcsvc > > -I/usr/obj/aout/disk3/src/tmp/usr/include > > -I/usr/obj/aout/disk3/src/tmp/usr/include -c nfs_prot_xdr.c -o > > nfs_prot_xdr.o > > In file included from nfs_prot_xdr.c:6: > > /usr/obj/aout/disk3/src/tmp/usr/include/rpcsvc/nfs_prot.h:265: parse > > error before `uint64' > > Either rm the file and cvsup again > > or try to make && make install lex and yacc by hand. I solved a > similar problem with it... This problem is due to rpcgen being severely out of date, and somebody breaking the search for the freshly built rpcgen in 'make buildworld'. I've not yet traced down exactly why or when the search was broken, but it probably needs to be fixed if upgrades from old -currents or from -stable are to work. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message