Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2003 22:49:32 -0800 (PST)
From:      Doug White <dwhite@gumbysoft.com>
To:        Pat Lashley <patl+freebsd@volant.org>
Cc:        current@freebsd.org
Subject:   Re: Is the RELENG_5_2 tag supposed to be usable yet?
Message-ID:  <20031214224835.M74761@carver.gumbysoft.com>
In-Reply-To: <578018112.1071470614@[192.168.0.13]>
References:  <578018112.1071470614@[192.168.0.13]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 14 Dec 2003, Pat Lashley wrote:

> /usr/src/sys/dev/usb/if_aue.c:104:23: miibus_if.h: No such file or directory
> /usr/src/sys/dev/usb/if_axe.c:100:23: miibus_if.h: No such file or directory
> /usr/src/sys/pci/if_dc.c:139:23: miibus_if.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
>
>
> There does not appear to be a 'miibus_if.h' anywhere in /usr/src.
> Did it just miss being tagged, or is this a symptom of some other
> problem?  Or am I premature in attempting to build from RELENG_5_2 ?

You must have added a network device that requies miibus but didn't add it
to your kernel config.  Put

device miibus

in your kernel config, then redo your buildkernel.

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite@gumbysoft.com          |  www.FreeBSD.org



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