Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2025 10:38:26 +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-gpGL8YogCW@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

--- Comment #8 from Oleg Streejak <oleg@pcbtech.ru> ---
(In reply to Baptiste Daroussin from comment #7)
suppose it's due to samba419 Makefile: it defines libarchive as RUN_DEPEND =
but
LIB_DEPEND.
Let's see, for example, the directives for libarchive and libgnuts - them b=
oth
are needed by samba419:

$ ldd /usr/local/bin/smbclient | egrep '^[^[:space:]]|lib(archive|gnu)'
/usr/local/bin/smbclient:
        libarchive.so.13 =3D> /usr/local/lib/libarchive.so.13 (0xd7ce4ed100=
0)
        libgnutls.so.30 =3D> /usr/local/lib/libgnutls.so.30 (0xd7cebae6000)

but within Makefile it reads so:

$ egrep 'lib(archive|gnu)' /usr/ports/net/samba419/Makefile
LIB_DEPENDS+=3D                   libgnutls.so:security/gnutls
# Libarchive
SAMBA4_BUNDLED_LIBS=3D            !libarchive
BUILD_DEPENDS+=3D                 libarchive>=3D3.1.2:archivers/libarchive
RUN_DEPENDS+=3D                   libarchive>=3D3.1.2:archivers/libarchive
                                --with-libarchive \

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