From owner-freebsd-stable Thu Jan 21 13:16:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28941 for freebsd-stable-outgoing; Thu, 21 Jan 1999 13:16:47 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from shemp.palomine.net (shemp.palomine.net [205.198.88.200]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA28929 for ; Thu, 21 Jan 1999 13:16:41 -0800 (PST) (envelope-from cjohnson@palomine.net) Received: (qmail 19382 invoked by uid 1000); 21 Jan 1999 21:16:26 -0000 Date: Thu, 21 Jan 1999 16:16:26 -0500 From: Chris Johnson To: "Jason C. Wells" Cc: FreeBSD-stable Subject: Re: RELENG_3 kernel build died Message-ID: <19990121161626.A19355@palomine.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Jason C. Wells on Thu, Jan 21, 1999 at 12:11:34PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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