Is the RELENG_5_2 tag supposed to be usable yet?

Doug White dwhite at gumbysoft.com
Sun Dec 14 22:49:33 PST 2003


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 at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-current mailing list