tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ghostscript-agpl build failure on Linux



> Date: Sun, 13 Apr 2025 20:07:12 +0200
> From: Benny Siegert <bsiegert%gmail.com@localhost>
> 
> Am 13.04.25 um 20:02 schrieb Taylor R Campbell:
> > (b) rebuild ~all your packages afresh (or at least, all those whose
> >      dependency chains involve any kerberos/gssapi anywhere).
> 
> Is there an easy trick for (b)? Otherwise, I will go with (a).

rm -rf /usr/pkg

or whatever is your $LOCALBASE

As for removing only those that have kerberos/gssapi -- maybe you can
do `pkg_info -r heimdal', delete any binary package .tgz files you
have for those, and then `pkg_delete -r heimdal', and rebuild.  Plus
maybe record `pkg_info -u' (and/or `pkg_info -u -Q PKGPATH') before
deletion and make sure to rebuild and reinstall all of those.

But the rm -rf approach is definitely more reliable.


Home | Main Index | Thread Index | Old Index