From owner-freebsd-current Mon Aug 14 13:08:44 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA22658 for current-outgoing; Mon, 14 Aug 1995 13:08:44 -0700 Received: from clark.net (clark.net [168.143.0.7]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id NAA22644 for ; Mon, 14 Aug 1995 13:08:41 -0700 Received: (rjw@localhost) by clark.net (8.6.12/8.6.5) id PAA18737; Mon, 14 Aug 1995 15:19:07 -0400 Date: Mon, 14 Aug 1995 15:19:01 -0400 (EDT) From: Rick Weldon To: freebsd-current@freebsd.org Subject: Re: Can't build -current kernel, what am I doing wrong? In-Reply-To: <199508141827.LAA02158@precipice.shockwave.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: current-owner@freebsd.org Precedence: bulk On Mon, 14 Aug 1995, Paul Traina wrote: > > Given that you're trying to go from 2.0.5-ALPHA to -current, a top-level > make includes might be appropriate, or better yet, make world. > > Bruce > I did this about 2 1/2 weeks ago. I just pulled down -current kernel source and the includes, then do a make include, config FOO and make. One thing that will break will be the "ps" command. It errors out with a "proc mismatch" error of some sort. You will have to rebuild ps and correct me if I`m wrong,libkvm. I think this is all I did to get ps back on track. I haven't noticed any other problems. Rick