Date: Thu, 21 Jan 1999 16:16:26 -0500 From: Chris Johnson <cjohnson@palomine.net> To: "Jason C. Wells" <jcwells@u.washington.edu> Cc: FreeBSD-stable <freebsd-stable@FreeBSD.ORG> Subject: Re: RELENG_3 kernel build died Message-ID: <19990121161626.A19355@palomine.net> In-Reply-To: <Pine.BSF.4.05.9901211158300.5833-100000@s8-37-26.student.washington.edu>; from Jason C. Wells on Thu, Jan 21, 1999 at 12:11:34PM -0800 References: <Pine.BSF.4.05.9901211158300.5833-100000@s8-37-26.student.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 21, 1999 at 12:11:34PM -0800, Jason C. Wells wrote: > 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? There were some major syscons changes a week or so ago. This might help: http://www.freebsd.org/~yokota/sc_update.txt Chris 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?19990121161626.A19355>