Date: Wed, 16 Dec 2020 03:18:41 +0000 From: Graham Perrin <grahamperrin@gmail.com> To: current@freebsd.org Subject: Re: Identifying broken applications following careless use of make -DBATCH_DELETE_OLD_FILES delete-old-libs Message-ID: <618dadb1-43d1-ed39-cac9-66c8ea8b7455@gmail.com> In-Reply-To: <X9dmt5AnTW1cWOr/@albert.catwhisker.org> References: <20201214093838.Horde.7MCNPdaO93VFac3VZjMk0BW@webmail.leidinger.net> <2059585148.3686937.1607951705519.JavaMail.zimbra@schweikhardt.net> <X9dmt5AnTW1cWOr/@albert.catwhisker.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 14/12/2020 13:20, David Wolfskill wrote: > I find that "pkg_libchk" (from ports-mgmt/bsdadminscripts2) is helpful > for such cases. > > Peace, > david Thanks for this, and for the answers from other users. Ultimately I chose to: pkg upgrade -f pkg upgrade -f -r poudriere The second command was probably to broad. In retrospect I could have forced just three from my poudriere repo: drm-kmod gpu-firmware-kmod openzfs-kmod As far as I can tell, just one casualty: SimpleScreenRecorder, which does record and save, but fails to cancel (before beginning a recording) or close (after saving a recording); it stops responding. I'm now building multimedia/simplescreenrecorder with poudriere, if installation from this repo does not resolve the issue then I might repeat 'pkg upgrade -f' alone plus just the three kmods from poudriere. (Afterthought, note to self: maybe SimpleScreenRecorder is a casualty of a routine upgrade that I performed a few hours earlier; there was much KDE stuff at the time.)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?618dadb1-43d1-ed39-cac9-66c8ea8b7455>