From owner-freebsd-current Fri Jan 1 15:51:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09518 for freebsd-current-outgoing; Fri, 1 Jan 1999 15:51:14 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from algw2.lucent.com (algw2.lucent.com [205.147.213.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA09512 for ; Fri, 1 Jan 1999 15:51:12 -0800 (PST) (envelope-from dmobrien@algw2.lucent.com) Cc: Eric Chet Received: from llama.bazzle.com by alig2.firewall.lucent.com (SMI-8.6/EMS-L sol2) id TAA01088; Fri, 1 Jan 1999 19:03:57 -0500 Received: from localhost (dob@localhost) by llama.bazzle.com (8.8.8/8.6.12) with SMTP id SAA18363; Fri, 1 Jan 1999 18:50:39 -0500 (EST) X-Authentication-Warning: llama.bazzle.com: dob owned process doing -bs Date: Fri, 1 Jan 1999 18:50:38 -0500 (EST) From: "Dan O'Brien" X-Sender: dmobrien@localhost To: current@FreeBSD.ORG Original-cc: Eric Chet Subject: Re: July 12th aout system buildworld fails in librpcsvc In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 1 Jan 1999, Dan O'Brien wrote: > cc -O -malign-loops=2 -malign-jumps=2 -malign-functions=2 -pipe -DYP > -I/usr/obj/aout/usr/src/tmp/usr/include/rpcsvc > -I/usr/obj/aout/usr/src/tmp/usr/include > -I/usr/obj/aout/usr/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/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:265: parse error > before `uint64' > ... ton of errors about parse errors, unknown types. To answer my own problem and to help out the other 2-3 folks who seemed to have the same problem (first reported on 12/23), I went back to first principles and debugged the problem at hand: nfs_prot.h had "bad" typedefs which turned out to be generated by an old (broken?) rpcgen. So I remade /usr/src/usr.bin/rpcgen by hand and installed it (and remade/installed /usr/src/includes just to make certain) and fired up buildworld. I'm now past the point where I stumbled. My new mantra: Keep current with Current/Keep current with Current/Keep... Cheers, Dan O'Brien Work: 614-860-2392 Page: 614-520-5001 Home: 740-927-2178 Home2: 740-927-2955 ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message