From owner-freebsd-current Tue Apr 20 11:15: 7 1999 Delivered-To: freebsd-current@freebsd.org Received: from culverk.student.umd.edu (culverk.student.umd.edu [129.2.164.100]) by hub.freebsd.org (Postfix) with ESMTP id 36FFC15061 for ; Tue, 20 Apr 1999 11:13:25 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from localhost (culverk@localhost) by culverk.student.umd.edu (8.9.3/8.8.7) with ESMTP id OAA01764 for ; Tue, 20 Apr 1999 14:13:38 -0400 (EDT) (envelope-from culverk@wam.umd.edu) X-Authentication-Warning: culverk.student.umd.edu: culverk owned process doing -bs Date: Tue, 20 Apr 1999 14:13:37 -0400 (EDT) From: Kenneth Wayne Culver X-Sender: culverk@culverk.student.umd.edu To: freebsd-current@freebsd.org Subject: Build of kernel, and make world broken on my machine Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For the last week, I haven't been able to get my kernel to build, or a make world to complete. I didn't have the kernel problems until recently, when the newbus stuff was done. This is my error when building the kernel. (after typing config -r MYKERNEL; make depend; make) cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing -prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -no stdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -elf ioconf.c ioconf.c:103: warning: `psm0_count' redefined ioconf.c:68: warning: this is the location of the previous definition ioconf.c:97: redefinition of `psm0_resources' ioconf.c:64: `psm0_resources' previously defined here ioconf.c:100: warning: excess elements in array initializer after `psm0_resource s' ioconf.c:101: warning: excess elements in array initializer after `psm0_resource s' *** Error code 1 Stop. culverk:/usr/src/sys/compile/MYKERNEL# make -DNOGAMES world always seems to crash when building libc but it stops at a different place each time. Kenneth Culver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message