From owner-freebsd-hackers Sun Sep 29 13:41:30 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA06670 for hackers-outgoing; Sun, 29 Sep 1996 13:41:30 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA06643 for ; Sun, 29 Sep 1996 13:41:26 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.7.5/8.6.9) id PAA11771; Sun, 29 Sep 1996 15:41:01 -0500 (EST) From: "John S. Dyson" Message-Id: <199609292041.PAA11771@dyson.iquest.net> Subject: Re: PS broke again -- what has to be rebuilt to stop this? To: joerg_wunsch@uriah.heep.sax.de Date: Sun, 29 Sep 1996 15:41:01 -0500 (EST) Cc: freebsd-hackers@freebsd.org, karl@Mcs.Net In-Reply-To: <199609292005.WAA08951@uriah.heep.sax.de> from "J Wunsch" at Sep 29, 96 10:05:19 pm Reply-To: dyson@freebsd.org X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > As Karl Denninger wrote: > > > I have tried checking out the new libkvm and rebuilding that, along with ps, > > and the problem does not disappear. > > > > Exactly what has to be rebuild/relinked when these things happen? A > > complete "make world" across 30 machines is not acceptable! > > includes (install them, of course) > libkvm > ps > > In that order; `includes' is important since it's often not libkvm > itself, but rather a header file change. > > Alternatively, build `ps' shared. Then, you only gotta rebuild > `includes' and `libkvm'. > Some of the data structs do change enough that you WILL need to recompile ps also :-(. John