Missing py39-gobject3 and libtiff.so.5 after update

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
awa99
Posts: 2
Joined: Thu Aug 01, 2024 5:01 am

Missing py39-gobject3 and libtiff.so.5 after update

Post by awa99 »

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
awa99
Posts: 2
Joined: Thu Aug 01, 2024 5:01 am

Re: Missing py39-gobject3 and libtiff.so.5 after update

Post by awa99 »

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
Post Reply