Date: Sat, 04 Sep 1999 21:50:24 -1000 From: "Art Neilson, KH7PZ" <art@hawaii.rr.com> To: freebsd-questions@freebsd.org Subject: lsof-4.45 Message-ID: <3.0.6.32.19990904215024.008d2dd0@clients1.hawaii.rr.com>
next in thread | raw e-mail | index | archive | help
My system was FreeBSD-3.2-R, I recently started tracking stable and
made world. My system is now 3.3-RC, I also cvsuped the ports-all
with the following supfile successfully.
*default host=cvsup2.freebsd.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all
When I ran lsof today to check on open files I noticed a message telling
me my kernel had changed.
lsof: WARNING: compiled for FreeBSD release 3.2-RELEASE; this is 3.3-RC.
so I went into /usr/ports/sysutils/lsof and did a make. The make now bombs
with the following errors, it appears it does not like my 3.3-RC anymore.
help?
===> Building for lsof-4.45
(cd lib; make DEBUG="-O")
cc -pipe -DFREEBSDV=200 -DHASFDESCFS -DHASPROCFS -DHAS9660FS
-DLSOF_VSTR=\"3.3-
RC\" -I/usr/include -I/usr/src/sys -O -c ckkv.c
In file included from ../dlsof.h:96,
from ../lsof.h:167,
from ckkv.c:43:
/usr/include/ufs/mfs/mfsnode.h:49: field `buf_queue' has incomplete type
In file included from ../dlsof.h:107,
from ../lsof.h:167,
from ckkv.c:43:
/usr/include/nfs/nfs.h:219: parse error before `NFSKERBKEY_T'
/usr/include/nfs/nfs.h:219: warning: no semicolon at end of struct or union
/usr/include/nfs/nfs.h:230: parse error before `NFSKERBKEY_T'
/usr/include/nfs/nfs.h:230: warning: no semicolon at end of struct or union
In file included from ../dlsof.h:179,
from ../lsof.h:167,
from ckkv.c:43:
/usr/include/vm/vm_map.h:158: field `vm_pmap' has incomplete type
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
--
__
/ ) _/_ It is a capital mistake to theorise before one has data.
/--/ __ / Insensibly one begins to twist facts to suit theories,
/ (_/ (_<__ Instead of theories to suit facts.
-- Sherlock Holmes, "A Scandal in Bohemia"
Arthur W. Neilson III, KH7PZ
Bank of Hawaii Tech Support
art@hawaii.rr.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.6.32.19990904215024.008d2dd0>
