From owner-freebsd-questions Sun May 13 7:47:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tethys.valhalla.net (tethys.valhalla.net [195.26.32.112]) by hub.freebsd.org (Postfix) with ESMTP id 6566737B423 for ; Sun, 13 May 2001 07:47:42 -0700 (PDT) (envelope-from mark@tethys.valhalla.net) Received: by tethys.valhalla.net (Postfix, from userid 500) id 5A54D33009; Sun, 13 May 2001 15:47:41 +0100 (BST) Date: Sun, 13 May 2001 15:47:41 +0100 From: Mark Drayton To: freebsd-questions@freebsd.org Subject: Re: make buildkernel fails Message-ID: <20010513154741.A14273@tethys.valhalla.net> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jason@jason-n3xt.org on Sun, May 13, 2001 at 09:38:17AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jason Halbert (jason@jason-n3xt.org) wrote: > I found the problem with the buildworld crashing. My board was over > clocked and I had forgotten about it. Now the next step in upgrading > "make buildkernel" is having some problems. This is what I get when > it stops. > > --- /usr/src/sys/dev/mii/inphy.c: In function `inphy_probe': > /usr/src/sys/dev/mii/inphy.c:91: `MII_OUI_xxINTEL' undeclared (first > use in this function) /usr/src/sys/dev/mii/inphy.c:91: (Each > undeclared identifier is reported only once > /usr/src/sys/dev/mii/inphy.c:91: for each function it appears in.) > /usr/src/sys/dev/mii/inphy.c:92: `MII_MODEL_xxINTEL_I82553AB' > undeclared (first use in this function) > /usr/src/sys/dev/mii/inphy.c:93: `MII_STR_xxINTEL_I82553AB' undeclared > (first use in this function) /usr/src/sys/dev/mii/inphy.c:102: > `MII_MODEL_INTEL_I82553C' undeclared (first use in this function) > /usr/src/sys/dev/mii/inphy.c:103: `MII_STR_INTEL_I82553C' undeclared > (first use in this function) /usr/src/sys/dev/mii/inphy.c:105: > `MII_MODEL_INTEL_I82562EM' undeclared (first use in this function) > /usr/src/sys/dev/mii/inphy.c:106: `MII_STR_INTEL_I82562EM' undeclared > (first use in this function) /usr/src/sys/dev/mii/inphy.c:108: > `MII_MODEL_INTEL_I82562ET' undeclared (first use in this function) > /usr/src/sys/dev/mii/inphy.c:109: `MII_STR_INTEL_I82562ET' undeclared > (first use in this function) *** Error code 1 > > Stop in /usr/obj/usr/src/sys/N3XT. *** Error code 1 > > Stop in /usr/src. *** Error code 1 > > Stop in /usr/src. --- > > This is a custom kernel config, but I tried it on just the unchanged > GENERIC config and I get the same thing. I'm in the process of > upgrading from 4.2-RELEASE to 4.X-STABLE. Anyone have an idea? I assume your kernel config is using 'device fxp'. A message was posted to -stable recently (ie within the last ~24h) saying that a new fxp driver has been MFC'd which requires 'device miibus' as well. I'm not 100% certain that is the problem but I'm willing to bet on it. If you're tracking stable you should subscribe to freebsd-stable; it's quicker than asking here :~) Hope this helps, -- Mark Drayton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message