Date: Thu, 14 Feb 2008 21:32:19 +0100 From: Jona Joachim <jaj@hcl-club.lu> To: ports@freebsd.org Cc: jaj@hcl-club.lu Subject: detect packages which are built against missing libraries Message-ID: <20080214203217.GA88714@nirvana.my.domain>
next in thread | raw e-mail | index | archive | help
--0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! The last upgrade of devel/icu broke a lot of binaries for me because they were missing libicui18n.so.36. I quickly hacked together a python script which tries to indentify which packages were built against no longer existing libraries. It outputs a list of packages which can easily be combinded with portupgrade -f. It depends on portupgrade. I just post it here in case it can be useful for anybody. It is a good idea to run pkgdb -F before running it. -- :wq Jona --0OAP2g/MAC+5xKAE--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080214203217.GA88714>