Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 1999 12:11:34 -0800 (PST)
From:      "Jason C. Wells" <jcwells@u.washington.edu>
To:        FreeBSD-stable <freebsd-stable@FreeBSD.ORG>
Subject:   RELENG_3 kernel build died
Message-ID:  <Pine.BSF.4.05.9901211158300.5833-100000@s8-37-26.student.washington.edu>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9901211158300.5833-100000>