From owner-freebsd-questions Mon Feb 6 11:43:14 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id LAA18702 for questions-outgoing; Mon, 6 Feb 1995 11:43:14 -0800 Received: from faui45.informatik.uni-erlangen.de (root@faui45.informatik.uni-erlangen.de [131.188.2.45]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id LAA18694 for ; Mon, 6 Feb 1995 11:43:09 -0800 Received: from behaim.faps.uni-erlangen.de by uni-erlangen.de with SMTP; id AA02824 (5.65c-6/7.3w-FAU); Mon, 6 Feb 1995 20:42:14 +0100 Received: from riese.faps.uni-erlangen.de by faps.uni-erlangen.de with SMTP; id AA02736 (1.38.193.4/7.3s-FAU); Mon, 6 Feb 1995 20:44:01 +0100 From: Thomas Krebs Message-Id: <9502061944.AA02736@behaim.faps.uni-erlangen.de> Subject: Re: Problems with 'make world' SNAP-950202 To: bmk@dtr.com Date: Mon, 6 Feb 95 20:41:14 MEZ Cc: questions@FreeBSD.org In-Reply-To: <199502061538.HAA16425@dtr.com>; from "bmk@dtr.com" at Feb 6, 95 7:38 am Mailer: Elm [revision: 70.85] 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 Same problems with me: Fix: #include "sys/pci/pcivar.h" in i386.c! > > 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. > change: i386/pci/ncr.c to pci/ncr.c Can someone fix this in the sources please?! Thomas -- Thomas Krebs Department for Manufacturing Automation and Production Systems FAPS University of Erlangen Egerlandstr. 7-9 91058 Erlangen Tel.: +49 (0)9131/85-7964 Fax: +49 (0)9131/302528 http://www.faps.uni-erlangen.de:1200/persons/krebs.html