From owner-freebsd-current Mon Dec 28 16:51:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22947 for freebsd-current-outgoing; Mon, 28 Dec 1998 16:51:51 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from thelab.hub.org (nat1262.mpoweredpc.net [142.177.186.246]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22940 for ; Mon, 28 Dec 1998 16:51:47 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.1/8.9.1) with ESMTP id UAA24649; Mon, 28 Dec 1998 20:50:52 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 28 Dec 1998 20:50:52 -0400 (AST) From: The Hermit Hacker To: Jaye Mathisen cc: current@FreeBSD.ORG Subject: Re: Argh, can't get -current to build under 2.2.8+ 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 Its been awhile, but I *believe* you have to do a 'make bootstrap' first, which builds all the ancilliary programs you will require to go to 3.0 ... Don't hold me to this, I'm working on little sleep, and, as I said, its been awhile... On Mon, 28 Dec 1998, Jaye Mathisen wrote: > > > Trying to upgrade my box from 2.2.8 to 3.0 supped from a few minutes ago: > > ===> librpcsvc > rpcgen -C -c /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/klm_prot.x -o > klm_prot_xdr.c > cc -O -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 klm_prot_xdr.c -o klm_prot_xdr.o > rpcgen -C -c /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/mount.x -o > mount_xdr.c > cc -O -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 mount_xdr.c -o mount_xdr.o > rpcgen -C -c /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.x -o > nfs_prot_xdr.c > cc -O -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' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:265: warning: data > definition has no type or storage class > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:267: parse error > before `int64' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:267: warning: data > definition has no type or storage class > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:277: parse error > before `fileid3' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:277: warning: data > definition has no type or storage class > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:279: parse error > before `cookie3' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:279: warning: data > definition has no type or storage class > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:291: parse error > before `size3' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:291: warning: data > definition has no type or storage class > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:293: parse error > before `offset3' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:293: warning: data > definition has no type or storage class > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:369: parse error > before `size3' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:369: warning: no > semicolon at end of struct or union > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:370: warning: data > definition has no type or storage class > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:372: parse error > before `fsid' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:372: warning: data > definition has no type or storage class > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:373: parse error > before `fileid' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:373: warning: data > definition has no type or storage class > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:376: `ctime' > redeclared as different kind of symbol > /usr/obj/aout/usr/src/tmp/usr/include/time.h:126: previous declaration of > `ctime' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:377: parse error > before `}' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:383: field > `attributes' has incomplete type > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:389: parse error > before `size3' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:389: warning: no > semicolon at end of struct or union > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:392: parse error > before `}' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:398: field > `attributes' has incomplete type > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:451: parse error > before `size3' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:451: warning: no > semicolon at end of struct or union > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:451: warning: no > semicolon at end of struct or union > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:452: warning: data > definition has no type or storage class > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:453: parse error > before `}' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:476: field `size' > has incomplete type > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:494: field > `obj_attributes' has incomplete type > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:625: parse error > before `offset3' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:625: warning: no > semicolon at end of struct or union > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:627: parse error > before `}' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:664: parse error > before `offset3' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:664: warning: no > semicolon at end of struct or union > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:671: parse error > before `}' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:945: parse error > before `cookie3' > /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:945: warning: no > semicolon at end of struct or union > > > and so on, and then it dies horribly... > > > I tried building lex and yacc per some other email, but it didn't help. > Resupping didn't fix it either. > > What to do, what to do... > > Thanks in advance. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message