[Bug 284264] ports-mgmt/pkg after upgrade to 2.0 check -d reports missing system libs
Date: Fri, 24 Jan 2025 22:47:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284264 Oleg Streejak <oleg@pcbtech.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Closed |In Progress Resolution|FIXED |--- --- Comment #15 from Oleg Streejak <oleg@pcbtech.ru> --- I've got this error once again. Now I have this: $ pkg check -sda Checking all packages: 100% neovim is missing a required shared library: /usr/local/lib/lua/5.1/lpeg.so ldd shows that's evrything is ok: $ ldd /usr/local/bin/nvim | grep lpeg /usr/local/lib/lua/5.1/lpeg.so (0x2023d000) $ pkg --version 2.0.3 $ pkg which /usr/local/lib/lua/5.1/lpeg.so /usr/local/lib/lua/5.1/lpeg.so was installed by package lua51-lpeg-1.1.0 I've rebuilt & reinstalled both neovim and lua51-lpeg but check still prints error -- You are receiving this mail because: You are the assignee for the bug.