From owner-freebsd-current Sun Apr 14 20:33:48 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA13489 for current-outgoing; Sun, 14 Apr 1996 20:33:48 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA13482 for ; Sun, 14 Apr 1996 20:33:43 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id UAA04584; Sun, 14 Apr 1996 20:32:58 -0700 (PDT) Message-Id: <199604150332.UAA04584@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: Michael Smith cc: scrappy@ki.net (Marc G. Fournier), jkh@time.cdrom.com, jmz@cabri.obs-besancon.fr, se@ZPR.Uni-Koeln.DE, current@FreeBSD.ORG Subject: Re: Panic during boot In-reply-to: Your message of "Mon, 15 Apr 1996 12:56:25 +0930." <199604150326.MAA15368@genesis.atrad.adelaide.edu.au> From: David Greenman Reply-To: davidg@Root.COM Date: Sun, 14 Apr 1996 20:32:58 -0700 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Wait, what's wrong with -n?? Except for the other day, I always >> use -gn when I reconfig the sources before compiling, so that I don't lose >> my version #. > >It would have been nice if you mentioned this back when you were talking >about other problems you were having. > >-n is _evil_. If any changes have been made to your kernel sources that >you are not _intimately_ familiar with, (ie. you have resupped), then >you _must_must_must_ not use -n. Dependencies aren't enough to protect >you from losing like this. I suspect this _may_ be part of your problem. Indeed. Even the dependencies themselves don't always work as expected so some things don't get rebuilt when they need to be. The whole reason why Jordan made the change to config to blow away the compile directory was because we kept getting weird bug reports that later turned out to be caused by a stale .o's. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project