Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2025 22:47:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 284264] ports-mgmt/pkg after upgrade to 2.0 check -d reports missing system libs
Message-ID:  <bug-284264-32340-niEclXmDqz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-284264-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-284264-32340@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284264

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284264-32340-niEclXmDqz>