[Bug 280896] editors/neovim: pkg check -Bdrs neovim gives required shared library /usr/local/lib/lua/5.1/lpeg.so not found

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 18 Aug 2024 08:02:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280896

            Bug ID: 280896
           Summary: editors/neovim: pkg check -Bdrs neovim gives required
                    shared library /usr/local/lib/lua/5.1/lpeg.so not
                    found
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: adamw@FreeBSD.org
          Reporter: vedran@miletic.net
             Flags: maintainer-feedback?(adamw@FreeBSD.org)
          Assignee: adamw@FreeBSD.org

I tried:

# pkg install -f neovim
# pkg install -f lua51
# pkg install -f lua51-lpeg

but it did not help. The file is there:

% ls -l /usr/local/lib/lua/5.1/lpeg.so
-rw-r--r--  1 root wheel 53688  8 kol  03:08 /usr/local/lib/lua/5.1/lpeg.so

# pkg check -Bdrs neovim
Checking neovim:   0%
(neovim-0.10.1) /usr/local/bin/nvim - required shared library
/usr/local/lib/lua/5.1/lpeg.so not found
Checking neovim: 100%

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