lsof marked ignored

Adam Weinberger adamw at adamw.org
Fri Mar 20 22:53:49 UTC 2020


On Fri, Mar 20, 2020 at 4:45 PM Dave Horsfall <dave at horsfall.org> wrote:
>
> On Fri, 20 Mar 2020, Adam Weinberger wrote:
>
> > That error should only occur if system sources are missing from
> > /usr/src. Check that they're still there, and if not then check them out
> > from svn.
>
> Does it not require kernel header files only?  Only distributed with the
> source, which annoyed me because at the time I didn't have the room...

That's a good question. I'm not sure whether it requires just the
headers or kernel sources beyond that. The lsof/Makefile explicitly
checks for sys/kern/kern_lockf.c so the port is definitely looking for
more than the headers.

If you want to save space, you should probably be safe checking out
just /usr/src/sys. Please let me know if I'm wrong about that; you're
certainly neither the first nor the last person to want lsof without
needing the entire src tree.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org


More information about the freebsd-ports mailing list