From owner-freebsd-hackers Tue Oct 15 14:07:11 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA08752 for hackers-outgoing; Tue, 15 Oct 1996 14:07:11 -0700 (PDT) Received: from mh004.infi.net (mh004.infi.net [198.22.1.119]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA08742 for ; Tue, 15 Oct 1996 14:07:06 -0700 (PDT) Received: from SimsS-w95.ric.pmu.com by mh004.infi.net with ESMTP (Infinet-S-3.3) id RAA28111; Tue, 15 Oct 1996 17:07:09 -0400 (EDT) Message-Id: <199610152107.RAA28111@mh004.infi.net> Reply-To: From: "Steve Sims" To: Subject: Fw: Building world after cvsup Date: Tue, 15 Oct 1996 17:06:26 -0400 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk OK, no response on -questions, I'll try -hackers.... OK, I'm in uncharted territory (at least, for me). Ordinarily I simply pull whatever the latest source tree off of my latest CD and build the world whenever the mood strikes me. Lately I've been fascinated with the capabilities of 'cvsup` and figured, "What the heck, I'll give it a shot." I started with an empty /usr/src. I tweaked the CVSUP files to pull -stable into my tree. Hours later (14.4 - ugh) I had a spanking new source tree under /usr. Plenty of disk to spare (~700Mb). As root, (cd /usr/src ; make world). Poom! No success. Didn't know how to make cleandir. OK, 'make -DNOCLEANDIR world`. It doesn't like a *lot* of things in ctype.h. I could fiddle for days, but I'll cut to the chase; What are the steps necessary to build a -stable release after cvsup'ing the appropriate bits? (I started with the 960501 SNAP, for what that's worth.) Thanks! ....sjs...