Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 1996 15:19:49 -0500 (CDT)
From:      "Karl Denninger, MCSNet" <karl@mcs.com>
To:        imp@village.org (Warner Losh)
Cc:        koshy@india.hp.com, freebsd-hackers@FreeBSD.org
Subject:   Re: CVS basics?
Message-ID:  <m0ujtMU-000IDOC@venus.mcs.com>
In-Reply-To: <199607261659.KAA27043@rover.village.org> from "Warner Losh" at Jul 26, 96 10:59:41 am

next in thread | previous in thread | raw e-mail | index | archive | help
> About two weeks ago, I upgraded a 2.1-stable (Aprilish) to a
> 2.2-current system.  Here's what I did as root
> 
> <level 0 backup>
> rm -rf /usr/obj
> ln -s /bigdisk/usr/obj /usr/obj
> rm -rf /usr/src
> ln -s /bigdisk/usr/src /usr/src
> cd /usr/src
> cvs -d /bigdisk/FreeBSDCVS checkout src
> cd src/usr.bin/make
> make depend all install
> cd ../../gnu/usr.bin/ld
> make depend all install
> cd ../../..
> make world
> <wait 10 hours>
> reboot
> 
> I then used the new configure to configure and build a new kernel.  I
> then rebooted right away after I installed the new kernel.  You can
> run 2.2-current binaries with a 2.1 kernel, but there are many that
> don't work (ps, vmstat, etc).
> 
> The above translates into "do level 0 backups; blow away what you
> have; build make; build ld; make world; reboot and build a kernel"
> I don't know if additional dependencies have crept in since then or
> not.
> 
> Warner
> 
> P.S.  I may have forgotten or added extra .. above.

Well, there seems to be a few problems with this.

Like tcl being listed in the Makefiles under src/contrib as a target, but
src/contrib is EMPTY.

At least in the supped copy I got from sup.freebsd.org when grabbing the
collection cvs-supfile it is...

Have people actually tried building this starting with:

1)	A USER load of the operating system (no ports, etc)
2)	A Supped copy of the CVS tree?

What am I missing here?  The problem isn't incompatibile utilities any
longer; I got beyond that.  The problem now is that it appears that there
are dependancies listed in the makefiles that no longer exist!

--
--
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?m0ujtMU-000IDOC>