From owner-freebsd-questions Mon Feb 25 14:45:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.ucsc.edu (root.ucsc.edu [128.114.129.224]) by hub.freebsd.org (Postfix) with ESMTP id 60E0C37B405 for ; Mon, 25 Feb 2002 14:45:31 -0800 (PST) Received: (from booloo@localhost) by root.ucsc.edu (8.11.2/8.11.2) id g1PMjVj52914 for freebsd-questions@freebsd.org; Mon, 25 Feb 2002 14:45:31 -0800 (PST) (envelope-from booloo) Date: Mon, 25 Feb 2002 14:45:31 -0800 From: Mark Boolootian To: freebsd-questions@freebsd.org Subject: failed 4.5 kernel compile Message-ID: <20020225144531.A52869@root.ucsc.edu> Reply-To: booloo@cats.ucsc.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just upgraded from 4.4 to 4.5-STABLE, built a generic kernel, reloaded and am now trying to rebuild my previously working custom kernel, but am getting this failure: ../../dev/fxp/if_fxp.c:81: miibus_if.h: No such file or directory I've looked at if_fxp.c and it has an include for miibus_if #include "miibus_if.h" but that file doesn't exist on my system, and near as I can tell, it doesn't exist in the CVS repository either. Any hints on what I'm doing wrong? I thought about dropping back to 4.5-RELEASE, but I suspect that won't fix whatever the problem is that I'm having. Thanks, mb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message