From owner-freebsd-questions Mon Feb 6 09:02:13 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA15263 for questions-outgoing; Mon, 6 Feb 1995 09:02:13 -0800 Received: from desiree.teleport.com (desiree.teleport.com [192.108.254.11]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id JAA15257 for ; Mon, 6 Feb 1995 09:02:10 -0800 From: bmk@dtr.com Received: (from uucp@localhost) by desiree.teleport.com (8.6.9/8.6.9) with UUCP id JAA16177 for questions@freebsd.org; Mon, 6 Feb 1995 09:02:06 -0800 Received: (from bmk@localhost) by dtr.com (8.6.9/8.6.9) id HAA16425 for questions@freebsd.org; Mon, 6 Feb 1995 07:38:17 -0800 Message-Id: <199502061538.HAA16425@dtr.com> Subject: Problems with 'make world' SNAP-950202 To: questions@FreeBSD.org Date: Mon, 6 Feb 1995 07:38:16 -0800 (PST) Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1306 Sender: questions-owner@FreeBSD.org Precedence: bulk I recently got the source for the Feb. 2nd snapshot, and attempted to do a 'make world'. It compiled cleanly with two exceptions: lsdev and ncrcontrol. This isn't really a major deal, as I don't really need either binary, but I thought this might indicate a more serious problem. root (1005) # cd /usr/src/usr.sbin/lsdev root (1006) # make cc -O2 -I/usr/src/usr.sbin/lsdev/../../sys -c /VOL4/src/usr.sbin/lsdev/i386.c /VOL4/src/usr.sbin/lsdev/i386.c: In function `print_config': /VOL4/src/usr.sbin/lsdev/i386.c:49: `PCI_EXTERNAL_LEN' undeclared (first use this function) /VOL4/src/usr.sbin/lsdev/i386.c:49: (Each undeclared identifier is reported only once /VOL4/src/usr.sbin/lsdev/i386.c:49: for each function it appears in.) /VOL4/src/usr.sbin/lsdev/i386.c: In function `print_pci': /VOL4/src/usr.sbin/lsdev/i386.c:173: dereferencing pointer to incomplete type /VOL4/src/usr.sbin/lsdev/i386.c:174: dereferencing pointer to incomplete type /VOL4/src/usr.sbin/lsdev/i386.c:182: dereferencing pointer to incomplete type *** Error code 1 Stop. root (1007) # cd ../ncrcontrol root (1008) # make cc -O2 -I/usr/src/usr.sbin/ncrcontrol/../../sys -c /usr/src/usr.sbin/ncrcontrol/ncrcontrol.c /usr/src/usr.sbin/ncrcontrol/ncrcontrol.c:59: i386/pci/ncr.c: No such file or directory *** Error code 1 Stop.