lsof won't build

Lowell Gilbert freebsd-ports-local at be-well.ilk.org
Sat Sep 19 22:16:27 UTC 2009


Robert Huff <roberthuff at rcn.com> writes:

> Paul Schmehl writes:
>
>>  > 	The usual casue of this is the installed kernel(+world ??)
>>  > being out of sync with the contents of /usr/src.
>>  
>>  That doesn't make sense to me.  vm.h is a src file.
>
> 	I have not read the code ... but as I understnd it, the build
> process draws on header files from both /usr/include and /usr/src.
> If the two disagree - <throat-slitting motion>.

Not exactly.  Buildworld first builds the toolchain from the source
tree, then uses that toolchain to build the rest of the system.  lsof
isn't part of the system build; it comes from the ports system.

>>  Are you saying you rebuilt kernel and lsof built fine afterwards?

Right.  lsof needs to look at kernel structures, so it has to be built
from the same headers that the kernel was, or it won't know how to
interpret the data it retrieves.


More information about the freebsd-ports mailing list