From owner-freebsd-stable Mon Sep 24 21:18:24 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 B9BA037B429 for ; Mon, 24 Sep 2001 21:18:14 -0700 (PDT) Received: from localhost (mark@localhost) by paradox.dyn.dhs.org (8.11.3/8.11.3) with ESMTP id f8P4Dil11181 for ; Mon, 24 Sep 2001 23:13:44 -0500 (CDT) (envelope-from mark@paradox.dyn.dhs.org) Date: Mon, 24 Sep 2001 23:13:44 -0500 (CDT) From: "Mark R. Grant" To: Subject: Build Kernel failure 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 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. . . . 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