FreeBSD 11.1-RELEASE-p1 and lsof problem

Hi there i have a problem with lsof

after

pkg install lsof

I have this

Code:
lsof +D /vol/jails/_template           
lsof: WARNING: compiled for FreeBSD release 11.0-RELEASE-p12; this is 11.1-RELEASE-p1.

manual compilation shows:

portmaster sysutils/lsof

Code:
make[1]: stopped in /usr/ports/sysutils/lsof/work/lsof_4.90M.freebsd     
===> Compilation failed unexpectedly.                                     
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.                                                           
*** Error code 1

With MAKE_JOBS_UNSAFE=yes is too many errors for compilation.
 
Yes i have, if src isn't installed coresponding message is displayed before compilation begins
 
Post the whole error please, that last bit is just a generic message you get to see with any error.
 
Back
Top