Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 1996 23:28:25 -0500 (CDT)
From:      "Karl Denninger, MCSNet" <karl@mcs.com>
To:        julian@whistle.com (Julian Elischer)
Cc:        joerg_wunsch@uriah.heep.sax.de, freebsd-hackers@FreeBSD.org
Subject:   Re: CVS basics?
Message-ID:  <m0ujeVl-000IDOC@venus.mcs.com>
In-Reply-To: <199607252304.QAA00810@shrimp.whistle.com> from "Julian Elischer" at Jul 25, 96 04:04:09 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> > As Karl Denninger, MCSNet wrote:
> > 
> > > Possible?  Tutorials anywhere?  Where do I get the list of collections and
> > > common commands?
> > 
> > dump 0 ...
> > setenv CVSROOT ...
> > cd /usr
> > rm -rf src
> > cvs co src
> > cd src/sys/...
> > (create new kernel, and see whether it will boot)
> > cd /usr/src
> mkdir /usr/obj
> make bootstrap
> > make world
> > 
> > This should help upgrading, but it might fall apart somewhere in the

Ok...

Basically, the game appears to be as follows:

Make sure you do NOT include EISA in the kernel config when you build the
new kernel.

Make sure to rebuild the "ld" and "make" programs, and install all their
dependancies (including those in /usr/share) first.

THEN, while make world still won't run all the way through, at least you'll
get close enough to figure out what's going on when it breaks and fix the
rest one bit at a time.  :-)

There are a bunch of dependencies here, and things which appear to be in the
wrong order for a clean upgrade.  I don't know if I'll get the time to try
to fix all of this, but I'll give it a try.

--
--
Karl Denninger (karl@MCS.Net)| MCSNet - The Finest Internet Connectivity
http://www.mcs.net/~karl     | T1 from $600 monthly; speeds to DS-3 available
			     | 23 Chicagoland Prefixes, 13 ISDN, much more
Voice: [+1 312 803-MCS1]     | Email to "info@mcs.net" WWW: http://www.mcs.net/
Fax:   [+1 312 248-9865]     | Home of Chicago's only FULL Clarinet feed!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0ujeVl-000IDOC>