[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS and make release problems.
*This message was transferred with a trial version of CommuniGate(tm) Pro*
Hello,
Thanks for teh tip. I had forgotten that step, however I still,
after performing the step get the same error? I am starting to think it's
the machine as I cannot make anyhting except the kernel!? Any other tips?
// trader
----- Original Message -----
From: "David S." <davids@idiom.com>
To: <misc@openbsd.org>
Sent: Sunday, March 03, 2002 2:28 AM
Subject: Re: CVS and make release problems.
> > I am having serious problems when trying to do a make release.
What I
> > did was to start out installing a OBSD 3.0 snapshot and then extracting
the
> > src.sys.tar.gz and the src.tar.gz (from November) to the /usr/src
directory. I
> > then used cvs ( cd /usr/src && cvs -q -z 9 up -Pd) to update the sources
to
> > current. Then I tried the follow the documentation in the RELEASE manual
apge
> > exactly yet I keep getting errors that files don't exsist when running
cd
> > /usr/src/etc && nice make release. This is the error I get:
> >
> > install -c -o root -g wheel -m 664 motd destdir/etc
> > install -c -o root -g wheel -m 600 hosts.equiv destdir/etc
> > install -c -o root -g wheel -m 600 crontab destdir/var/cron/tabs/root
>
> You forgot
>
> # cd /usr/src/etc && make DESTDIR=/ distrib-dirs
>
> See
>
> http://www.openbsd.org/faq/upgrade-minifaq.html#1.5
>
> David S.