From owner-freebsd-stable Thu Jan 21 12:12:22 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21948 for freebsd-stable-outgoing; Thu, 21 Jan 1999 12:12:22 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from jason02.u.washington.edu (jason02.u.washington.edu [140.142.76.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21937 for ; Thu, 21 Jan 1999 12:12:21 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul9.u.washington.edu (root@saul9.u.washington.edu [140.142.82.7]) by jason02.u.washington.edu (8.9.1+UW98.09/8.9.1+UW98.09) with ESMTP id MAA28314 for ; Thu, 21 Jan 1999 12:12:11 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul9.u.washington.edu (8.9.1+UW98.09/8.9.1+UW98.09) with ESMTP id MAA11643 for ; Thu, 21 Jan 1999 12:12:10 -0800 (PST) Date: Thu, 21 Jan 1999 12:11:34 -0800 (PST) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: FreeBSD-stable Subject: RELENG_3 kernel build died Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I blew away my old sources and supped new sources this morning. I previously ran 3.0-RELEASE and have been waiting for 3x to go stable. Here are pertinent lines from my config file: device sc0 at isa? tty # System console options MAXCONS=16 # number of virtual consoles options SC_HISTORY_SIZE=200 # number of history buffer lines Also, I have NOLKM and NOAUT defined if it matters. I built my kernel. I got a complaint about config not being up to date. I rebuilt and installed config. I went to build my kernel and received the following error. cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitializ ed -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../ ../../include -DKERNEL -include opt_global.h -elf vers.c loading kernel syscons.o: In function `scvidprobe': syscons.o(.text+0x231): undefined reference to `vid_configure' syscons.o(.text+0x24e): undefined reference to `vid_allocate' syscons.o(.text+0x26b): undefined reference to `vid_get_adapter' syscons.o: In function `sckbdprobe': syscons.o(.text+0x29a): undefined reference to `kbd_configure' **** Snipped more of the same **** syscons.o: In function `set_border': syscons.o(.text+0x59ff): undefined reference to `vidsw' syscons.o(.text+0x5b40): more undefined references to `vidsw' follow *** Error code 1 Stop. I don't know all of that means but it sound bad to me. What have I missed? (I presume I missed something. One of these days I might find a problem not caused by pilot error. :)) Catchya Later, | Give me UNIX or give me a typewriter. Jason Wells | http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message