From owner-freebsd-stable@FreeBSD.ORG Mon Jul 7 10:10:42 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05A5437B401 for ; Mon, 7 Jul 2003 10:10:42 -0700 (PDT) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 892B643FA3 for ; Mon, 7 Jul 2003 10:10:41 -0700 (PDT) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-202-122.lsanca1.elnk.dsl.genuity.net ([4.62.202.122] helo=netcom1.netcom.com) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19ZZVg-0006PS-00 for stable@freebsd.org; Mon, 07 Jul 2003 10:10:40 -0700 Received: by netcom1.netcom.com (Postfix, from userid 1000) id 355B9533F; Mon, 7 Jul 2003 10:10:40 -0700 (PDT) From: Mike Harding To: stable@freebsd.org Message-Id: <20030707171040.355B9533F@netcom1.netcom.com> Date: Mon, 7 Jul 2003 10:10:40 -0700 (PDT) Subject: beware nvidia driver + make world X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 17:10:42 -0000 There was recently a change to /usr/src/sys/proc.h, and after a rebuild of the world and kernel and subsequent reboot my system crashed and took some files with it. This was because I hadn't rebuilt the nvidia driver so that it used this new proc.h file. If you are using the nvidia driver, and do a make world, you may want to remove and reinstall the nvidia driver port before the reboot so that this doesn't happen to you. - Mike H.