Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2025 09:59:55 +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-Iwj1ko5zBx@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
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|Closed                      |In Progress

--- Comment #3 from Oleg Streejak <oleg@pcbtech.ru> ---
(In reply to Baptiste Daroussin from comment #2)
well done, thank you for your work and time! But once again I get int the e=
rror
and it seems to me that it's a related case. That's another server, look at=
 it
please:

$ pkg autoremove
Checking integrity... done (0 conflicting)
Nothing to do.

$ pkg check -sda
Checking all packages: 100%
samba419 is missing a required shared library: libarchive.so.13

$ pkg info -lx samba | g bin/ | xargs ldd | & g '^/|found|libarchive.so' | g
-B1 'found|libarchive.so'
/usr/local/bin/smbclient:
        libarchive.so.13 =3D> /usr/local/lib/libarchive.so.13 (0x19fe9ec5a0=
00)

$ pkg which /usr/local/lib/libarchive.so.13
/usr/local/lib/libarchive.so.13 was installed by package libarchive-3.7.7_1=
,1

$ l /usr/local/lib/libarchive.so.13
lrwxr-xr-x  1 root wheel uarch   20B Jan 22 17:49
/usr/local/lib/libarchive.so.13@ -> libarchive.so.13.7.7

everything is up to date, ldd prints no dynamic dependency error but pkg do=
es.

I've tried to reinstall libarchive (i prefer portmaster), but all in vain.

--=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-Iwj1ko5zBx>