From owner-freebsd-current Sat Jan 16 18:43:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22528 for freebsd-current-outgoing; Sat, 16 Jan 1999 18:43:11 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mailgate.fore.com (mailgate.fore.com [169.144.68.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22509; Sat, 16 Jan 1999 18:43:08 -0800 (PST) (envelope-from rv@fore.com) Received: from mailman.fore.com (mailman.fore.com [169.144.2.12]) by mailgate.fore.com (8.9.1/8.9.1) with ESMTP id VAA07142; Sat, 16 Jan 1999 21:42:57 -0500 (EST) Received: from sol.eng.fore.com (sol [169.144.155.73]) by mailman.fore.com (8.8.8/8.8.8) with ESMTP id VAA00414; Sat, 16 Jan 1999 21:43:16 -0500 (EST) Received: from agastya.eng.fore.com (agastya [169.144.1.196]) by sol.eng.fore.com (8.8.8/8.8.8) with ESMTP id VAA12767; Sat, 16 Jan 1999 21:42:57 -0500 (EST) Received: from localhost (rv@localhost) by agastya.eng.fore.com (8.9.1b+Sun/8.9.1) with SMTP id VAA21270; Sat, 16 Jan 1999 21:42:57 -0500 (EST) Message-Id: <199901170242.VAA21270@agastya.eng.fore.com> X-Authentication-Warning: agastya.eng.fore.com: rv owned process doing -bs X-Authentication-Warning: agastya.eng.fore.com: rv@localhost didn't use HELO protocol To: freebsd-hackers@FreeBSD.ORG cc: freebsd-current@FreeBSD.ORG Subject: kernel build breaks after the latest cvsup Reply-to: rv@fore.com X-Mailer: MH v6.8.3 X-LoopDetect: rv@eng.fore.com Date: Sat, 16 Jan 1999 21:42:57 -0500 From: Rajesh Vaidheeswarran Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello folks, I just did a cvsup and tried rebuilding world and the kernel, but I keep getting an error during the kernel linking stage. 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' ... and many more... psm.o: In function `enable_aux_dev': psm.o(.text+0xd): undefined reference to `send_aux_command' psm.o: In function `disable_aux_dev': psm.o(.text+0x4d): undefined reference to `send_aux_command' ... and psm.o having many such undefined references too. I have not done any changes to my kernel config since the last make update. Any ideas? Any help is appreciated. Thanks! rv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message