Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 1995 07:38:16 -0800 (PST)
From:      bmk@dtr.com
To:        questions@FreeBSD.org
Subject:   Problems with 'make world' SNAP-950202
Message-ID:  <199502061538.HAA16425@dtr.com>

next in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502061538.HAA16425>