From owner-freebsd-stable Wed Sep 26 4:25:46 2001 Delivered-To: freebsd-stable@freebsd.org Received: from paradox.dyn.dhs.org (okc-94-239-104.mmcable.com [24.94.239.104]) by hub.freebsd.org (Postfix) with ESMTP id 4A52E37B414 for ; Wed, 26 Sep 2001 04:25:42 -0700 (PDT) Received: from localhost (mark@localhost) by paradox.dyn.dhs.org (8.11.3/8.11.3) with ESMTP id f8QBL9V14016; Wed, 26 Sep 2001 06:21:09 -0500 (CDT) (envelope-from mark@paradox.dyn.dhs.org) Date: Wed, 26 Sep 2001 06:21:09 -0500 (CDT) From: "Mark R. Grant" To: Cc: Subject: Re: Build Kernel failure In-Reply-To: <3BB00867.BBBEBDA0@owt.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You are absolutely correct. Thanks! On Mon, 24 Sep 2001, Kent Stewart wrote: > > > "Mark R. Grant" wrote: > > > > While attempting to: > > > > make buildkernel KERNCONF=PARADIGM > > > > I received the following error message in both 4.4-RELEASE and 4.4-STABLE. > > I deleted the /usr/src/sys directory and re-cvsup'd the sys to insure it > > wasn't corrupt source, still receiving the same error. > > It really looks like you used an old kernel config file. One that > doesn't specify that the miibus is needed by the ed device. > > Kent > > > > > . > > . > > . > > > > > > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 setdef1.c > > touch hack.c > > cc -elf -shared -nostdlib hack.c -o hack.So > > rm -f hack.c > > sh /usr/src/sys/conf/newvers.sh PARADIGM > > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c > > linking kernel > > if_ed.o: In function `ed_tick': > > if_ed.o(.text+0x26dd): undefined reference to `mii_tick' > > if_ed.o: In function `ed_init': > > if_ed.o(.text+0x2ace): undefined reference to `mii_mediachg' > > if_ed.o: In function `ed_ifmedia_upd': > > if_ed.o(.text+0x4c15): undefined reference to `mii_mediachg' > > if_ed.o: In function `ed_ifmedia_sts': > > if_ed.o(.text+0x4c4a): undefined reference to `mii_pollstat' > > *** Error code 1 > > > > Stop in /usr/obj/usr/src/sys/PARADIGM. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > > > > > > > Any thoughts? > > > > Thanks in advance, > > > > Mark > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > -- > Kent Stewart > Richland, WA > > mailto:kbstew99@hotmail.com > http://kstewart.urx.com/kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message