[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make build from 2.9 stable to 3.0 current



I did read the FAQ. I was following along
http://www.usa.openbsd.org/faq/upgrade-minifaq.html#1.5 as I've done every
on every make build for the past 1 1/2 years.
Do you have something constructive to add?



----- Original Message -----
From: "Andrew Pinski" <pinskia@physics.uc.edu>
To: "Steve Wingate" <steve@velosystems.net>
Cc: <misc@openbsd.org>
Sent: Friday, February 22, 2002 10:08 PM
Subject: Re: make build from 2.9 stable to 3.0 current


> read the faq!!!!!
>
> Thanks,
> Andrew Pinski
> On Saturday, February 23, 2002, at 12:39 , Steve Wingate wrote:
>
> > I'm trying to upgrade to 3.0 current. I've cvsup'ed the source, built a
> > new
> > kernel and rebooted. Upon trying the make build step from /usr/src I get
> > this message:
> >
> > styx:src {55} make build
> > cd /usr/src/share/mk && exec  make install
> > install -c -o root -g bin -m 444 bsd.README bsd.doc.mk bsd.dep.mk
> > bsd.lib.mk
> > bsd.man.mk bsd.nls.mk  bsd.obj.mk bsd.own.mk bsd.port.mk
> > bsd.port.subdir.mk
> > bsd.prog.mk  bsd.regress.mk bsd.subdir.mk bsd.sys.mk sys.mk bsd.lkm.mk
> > /usr/share/mk
> > cd /usr/src/include && make prereq && exec  make includes
> > preparing in /usr/src/include/../kerberosIV/lib/kadm
> > preparing in /usr/src/include/../kerberosIV/lib/krb
> > "/usr/share/mk/bsd.man.mk", line 120: missing `in' in for
> > file in ${MLINKS}
> > "/usr/share/mk/bsd.man.mk", line 120: Need an operator
> > "/usr/share/mk/bsd.man.mk", line 122: Need an operator
> > Fatal errors encountered -- cannot continue
> > *** Error code 1
> >
> > Stop in /usr/src/include (line 79 of Makefile).
> > *** Error code 1
> >
> > Stop in /usr/src (line 75 of Makefile).
> >
> > How do I move on from here?