Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 1998 17:16:52 -0800 (PST)
From:      Jaye Mathisen <mrcpu@internetcds.com>
To:        The Hermit Hacker <scrappy@hub.org>
Cc:        current@FreeBSD.ORG
Subject:   Re: Argh, can't get -current to build under 2.2.8+
Message-ID:  <Pine.NEB.3.95.981228171540.634O-100000@schizo.cdsnet.net>
In-Reply-To: <Pine.BSF.4.05.9812282050140.24623-100000@thelab.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Nope.  No bootstrap target:

apocalypse# make bootstrap
make: don't know how to make bootstrap. Stop
apocalypse# 

(Little did I know how apropos the machine name would become).

>From reading the makefile, it appears that it tries to build the minimal
toolset first, installs it, then uses it.  Maybe rpcgen is screwed up,
didn't try rebuilding that.

On Mon, 28 Dec 1998, The Hermit Hacker wrote:

> 
> 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
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.981228171540.634O-100000>