From owner-freebsd-stable Sat Apr 24 9:10:47 1999 Delivered-To: freebsd-stable@freebsd.org Received: from shemp.palomine.net (shemp.palomine.net [205.198.88.200]) by hub.freebsd.org (Postfix) with SMTP id 044D614D05 for ; Sat, 24 Apr 1999 09:10:43 -0700 (PDT) (envelope-from cjohnson@palomine.net) Received: (qmail 9767 invoked by uid 1000); 24 Apr 1999 16:10:42 -0000 Date: Sat, 24 Apr 1999 12:10:42 -0400 From: Chris Johnson To: Stan Brown Cc: FreeBSD Stable Mailing List Subject: Re: cvsup; make world, and my kernel won't comiple :-( Message-ID: <19990424121042.A9739@palomine.net> References: <19990424160554.7E73214CB9@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990424160554.7E73214CB9@hub.freebsd.org>; from Stan Brown on Sat, Apr 24, 1999 at 12:05:52PM -0400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 24, 1999 at 12:05:52PM -0400, Stan Brown wrote: > I did a cvsup this morning, followed ny a make wolrd. Then I did a > config on my kernel params file, make depend; make. > > The kernel compile fails with the following errors. Help please! > > > cc -elf -shared -nostdlib hack.c -o hack.So > rm -f hack.c > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf swapkernel.c > sh ../../conf/newvers.sh BROWN > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf vers.c > loading kernel > lpt.o: In function `lpt_request_ppbus': > lpt.o(.text+0x1c): undefined reference to `ppb_request_bus' > lpt.o: In function `lpt_release_ppbus': Do you have: controller ppbus0 in your kernel config file? Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message