Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2001 15:47:41 +0100
From:      Mark Drayton <mark.drayton@4thwave.co.uk>
To:        freebsd-questions@freebsd.org
Subject:   Re: make buildkernel fails
Message-ID:  <20010513154741.A14273@tethys.valhalla.net>
In-Reply-To: <FLEHIKBMHCFFLAFKKDAJAENLCEAA.jason@jason-n3xt.org>; from jason@jason-n3xt.org on Sun, May 13, 2001 at 09:38:17AM -0500
References:  <FLEHIKBMHCFFLAFKKDAJAENLCEAA.jason@jason-n3xt.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010513154741.A14273>