On 2024/10/09 08:12, Toni Born wrote: > Seems that the package glib2-2.80.4-bootstrap.tgz is missing in both > 7.6/amd64 and -current. > > Indirectly Gimp depends on it. > > > glib2-2.80.4-bootstrap.tgz > | > +-> gobject-introspection-1.80.1p1.tgz > | > +-> p5-Glib-Object-Introspection-0.051.tgz > | > +-> py3-gobject3-3.48.2p0.tgz > | > +-> libmypaint-1.6.1p1.tgz > | > +-> gimp-2.10.38.tgz > > > Thanks and best regards. >
Whatever tool you're using to resolve dependencies doesn't understand @pkgpath annotations. If you're trying to cache for offline installs on another machine, use PKG_CACHE - see pkg_add(8). If it's something else there may be another way to do it using supported tools. If you're trying to use the pkg_bundle thing someone posted, please don't, it doesn't verify signatures, hacks up packages in nasty ways (patches binaries etc), results in downloading the same set of tgz from mirrors multiple times and installs the contents multiple times on disk, etc.