[Bug 264458] textproc/meld: Fails to run after devel/libffi update: Cannot import: GTK+: Shared object "libffi.so.7" not found, required by "_gi.cpython-38.so"

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 06 Jun 2022 03:54:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264458

--- Comment #11 from John Hein <jcfyecrayz@liamekaens.com> ---
(In reply to Graham Perrin from comment #9)
Check the output of 'ldd -a
/usr/local/lib/python3.8/site-packages/gi/_gi.cpython-38.so'.

Presumably that got rebuilt with your reinstall of py-gobject3.

But it could be that /usr/local/lib/libgirepository-1.0.so.1 may also have a
stale dependency on libffi for you (see the 'ldd -a' output).  So reinstalling
devel/gobject-introspection may be required as well (the PORTREVISION for that
port, too, was bumped on May 9 with the libffi update).


(In reply to rkoberman from comment #10)

Yes, lang/python38 depends on libffi, but, more importantly for this issue, so
does py-gobject3 (see 'make -C devel/py-gobject3 -V LIB_DEPENDS').  And the
file that is causing the problem for the OP, _gi.cpython-38.so, is installed by
py-gobject3 (see 'pkg which
/usr/local/lib/python3.8/site-packages/gi/_gi.cpython-38.so').  And, as
described above, _gi.cpython-38.so is also linked with libgirepository-1.0.so
which itself is also linked with libffi.

-- 
You are receiving this mail because:
You are the assignee for the bug.