Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2001 21:41:45 -0500
From:      Andrew Hesford <ajh3@chmod.ath.cx>
To:        Jean-Marc Zucconi <jmz@FreeBSD.org>
Cc:        freebsd-stable@FreeBSD.org
Subject:   Re: show stopper
Message-ID:  <20010421214145.A20279@cec.wustl.edu>
In-Reply-To: <200104220134.f3M1YrY21627@freefall.freebsd.org>; from jmz@FreeBSD.org on Sat, Apr 21, 2001 at 06:34:53PM -0700
References:  <200104220134.f3M1YrY21627@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 21, 2001 at 06:34:53PM -0700, Jean-Marc Zucconi wrote:
> Hi,
> 
> All my RC buildworlds have been successfull but now that 4.3 is tagged
> buildworld fails :-/
> 
> ===> sys/modules/wx
> @ -> /usr/src/sys
> machine -> /usr/src/sys/i386/include
> touch opt_bdg.h
> perl @/kern/makeops.pl -h @/kern/device_if.m
> perl @/kern/makeops.pl -h @/kern/bus_if.m
> perl @/kern/makeops.pl -h @/pci/pci_if.m
> rm -f .depend
> mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/usr/src/i386/usr/include  /usr/src/sys/modules/wx/../../pci/if_wx.c
> In file included from /usr/src/sys/modules/wx/../../pci/if_wx.c:65:
> @/pci/if_wxvar.h:182: miibus_if.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
> 
> I have MODULES_WITH_WORLD=true 
> 
> Jean-Marc

Do you have

	device miibus

in your kernel config?

I use a 3Com 3C905C-TX, which requires the miibus driver, and it works
fine with RELENG_4.

-- 
Andrew Hesford
ajh3@chmod.ath.cx

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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