Date: Tue, 26 Nov 2013 19:32:07 +0000 From: Matthew Seaman <matthew@FreeBSD.org> To: Warren Block <wblock@wonkity.com>, Kevin Oberman <rkoberman@gmail.com> Cc: Johan Hendriks <joh.hendriks@gmail.com>, Boris Samorodov <bsam@passap.ru>, FreeBSD <freebsd-ports@freebsd.org> Subject: Re: pkg_libchk (was Re: gvfs on FreeBSD 10 fails to build) Message-ID: <5294F737.1010605@FreeBSD.org> In-Reply-To: <alpine.BSF.2.00.1311261113010.54550@wonkity.com> References: <529453E6.3080200@gmail.com> <5294684E.1050105@passap.ru> <52946CE3.5010802@gmail.com> <5294757E.3010309@passap.ru> <CAN6yY1siA=s5AvCt8xAjzMu6%2B2DzT%2BagNQi%2BpFaqxtQZ-wwYKA@mail.gmail.com> <alpine.BSF.2.00.1311261113010.54550@wonkity.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fMaFXgJoOF3Ab6nDu5rVVGqeXkBHGkJtT Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 26/11/2013 18:15, Warren Block wrote: > On Tue, 26 Nov 2013, Kevin Oberman wrote: >=20 >> Possibly hijacking the thread, but isn't it time that pkg_libchk was >> made a >> part of the base system? It comes up over and over as a tool to simpli= fy >> dealing with dealing with shareable library version bumps and even mor= e >> important for dealing with the problem seen here. It's a fairly simple= , >> well written, maintainable shell script, so will run with no >> dependencies. >> I can't think of any reason not to include it in the base system. >> >> Checking for issues with shareable libraries is an obvious requirement= >> for >> maintaining a system and doing so without a tool like pkg_libchk is >> unnecessarily tedious and painful. >=20 > Maybe integrating it with pkg rather than the base system. At least fo= r > me, it's not a problem with the base. pkg(8) already has a lot of shlib analysis built in. So, for instance to find all the pkg with binaries that link against libiconv: % pkg shlib -P libiconv.so.3 Hmmm... although it seems the -P and -R flags have gotten swapped over somehow. Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --fMaFXgJoOF3Ab6nDu5rVVGqeXkBHGkJtT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQJ8BAEBCgBmBQJSlPdAXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATzMoP/29W5Y7BLIA1d8uSp0J7XxMq b0AVtJRG60XYL5Bs6+VEHbwNbEKrPKc5UgbRt9ulu+lOtGWnHoGv1+QIHV1Nnsrk aA3vUKniKHc8sLTq9nj1ld3tNlNLKPP7xjy5MIMBe/acAFMrxltdQMZZoSV/6OkQ 21C7u/wmwj5hNHRTpx8eUUPHGyLzAJ2j4tPiNv3On+AGASvZK8ElVHVqsAamXOZg tMKAXwZobsfJs3ZA1cFXDohCG1YBFkGe7334QOWF51hvLXguaXGg3N3G/7keIbWv kJZUsT1h7JN2hT1FIVSTgIXRMZUYggjWqYrIxT7nbSLjEow555vA2U4b5GES58un xLImyrl0Y2OchnSyZm/oginS6kG9hjF6PfwGmtFpLOp3+YfzWHENLTugTGaAN3Ja VmQDCixn8oN+5WmCbHI4eZdH+PAYU7p3BUZv+oS7rzbQ9fvePMMkIhP79YQVDP9d VhbO/IBYY7dQCbLvyDzfVjdMDjIWg4PmXqPMZd0j9i3x0GuN+rLennMWeD2tjs7U q7Lrb9JoU9wgCp70vuFsF6XHNwsJP5jUdPJf83+pZiph+60WJlT8x3cbpDD+vVCd 64D7YD5KY/KlK+mxFVDcpuT5q+kc6DYQyKXxZBA0ldQvuRWdd8pIREQtN83lb+Bg 6yJlyVVp+0qRdzQ43ytU =s7Wp -----END PGP SIGNATURE----- --fMaFXgJoOF3Ab6nDu5rVVGqeXkBHGkJtT--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5294F737.1010605>