[Bug 260254] devel/nimble install nimlsp fails

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 06 Dec 2021 13:50:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260254

Neal Nelson <ports@nicandneal.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(ports@ |maintainer-feedback-
                   |nicandneal.net)             |

--- Comment #1 from Neal Nelson <ports@nicandneal.net> ---
Looking at the error log, nimlsp is looking for nimsuggest source code in
/usr/local/nimsuggest. This is not true on FreeBSD as we do not install the
nimsuggest code, especially there. We do have the binary of course, but this
does not help you.

It looks to me like there are some linuxy assumptions made by the nimlsp
project and these will have to be patched before you can build it on FreeBSD.
As it stands, nimble will not currently be able to do it. It will require
either an upstream change to include the nimsuggest code and to become aware of
FreeBSD directory locations, or, more likely, you will need to make a port
which will fetch the other required files and patch nimlsp to build properly.

-- 
You are receiving this mail because:
You are the assignee for the bug.