Hi all,
I have installed GhostBSD from the latest installation media. After the first update by means of update-station the system is missing important packages and several binaries don't work anymore. So I reinstalled everything but the problem reoccurred after the first update.
sudo pkg check -d
Checking all packages: 100%
backup-station has a missing dependency: py39-gobject3
djvulibre is missing a required shared library: libtiff.so.5
gbi has a missing dependency: py39-gobject3
gexiv2 has a missing dependency: py39-gobject3
ghostscript10 is missing a required shared library: libtiff.so.5
graphene has a missing dependency: py39-gobject3
libgd is missing a required shared library: libtiff.so.5
libgweather has a missing dependency: py39-gobject3
mozo has a missing dependency: py39-gobject3
networkmgr has a missing dependency: py39-gobject3
poppler is missing a required shared library: libtiff.so.5
slick-greeter has a missing dependency: py39-gobject3
station-tweak has a missing dependency: py39-gobject3
xapp has a missing dependency: py39-gobject3
>>> Missing package dependencies were detected.
>>> Found 1 issue(s) in the package database.
pkg: No packages available to install matching 'py39-gobject3' have been found in the repositories
>>> Summary of actions performed:
py39-gobject3 dependency failed to be fixed
How can I fix this?
Regards,
Andreas
Missing py39-gobject3 and libtiff.so.5 after update
Re: Missing py39-gobject3 and libtiff.so.5 after update
Ok, I was too quick with my question as I was able to fix it by myself with the cli:
sudo pkg ugrade -yf
did the trick. It looks like update-station had problems during the update process because it is implemented in python and removed packages that it uses itself during the upgrade process rendering itself in a non-working state.
Andreas
sudo pkg ugrade -yf
did the trick. It looks like update-station had problems during the update process because it is implemented in python and removed packages that it uses itself during the upgrade process rendering itself in a non-working state.
Andreas