From owner-freebsd-stable Mon Sep 24 21:30:46 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.urx.com (2811.dynacom.net [206.107.213.4]) by hub.freebsd.org (Postfix) with ESMTP id 371A637B419 for ; Mon, 24 Sep 2001 21:30:42 -0700 (PDT) Received: from owt.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-7.03) id A86C9603D6; Mon, 24 Sep 2001 21:30:36 -0700 Message-ID: <3BB00867.BBBEBDA0@owt.com> Date: Mon, 24 Sep 2001 21:30:31 -0700 From: Kent Stewart Reply-To: kbstew99@hotmail.com Organization: One World Telecommunications X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "Mark R. Grant" Cc: stable@FreeBSD.ORG Subject: Re: Build Kernel failure References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 "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