[MacPorts] #61792: py-gobject3, py-graph-tool error: Failed to load shared library 'libgdk_pixbuf-2.0.0.dylib'
MacPorts
noreply at macports.org
Tue Jan 5 02:02:12 UTC 2021
#61792: py-gobject3, py-graph-tool error: Failed to load shared library
'libgdk_pixbuf-2.0.0.dylib'
----------------------------------------+----------------------
Reporter: essandess | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Resolution: | Keywords:
Port: py-gobject3 py-graph-tool |
----------------------------------------+----------------------
Comment (by michaelld):
@pftbest: so you're saying that when running `meld` as you note without
the `DYLD_FALLBACK_LIBRARY_PATH` setting, you see something like
{{{
** (process:25790): WARNING **: 10:16:52.987: Failed to load shared
library 'libgdk_pixbuf-2.0.0.dylib' referenced by the typelib:
dlopen(libgdk_pixbuf-2.0.0.dylib, 9): image not found
}}}
which specific shared library fails to load? If it is as noted, then make
sure you have installed the following:
{{{
$ port installed gobject-introspection gdk-pixbuf2 atk
The following ports are currently installed:
atk @2.36.0_1 (active)
gdk-pixbuf2 @2.42.2_0 (active)
gobject-introspection @1.60.2_4 (active)
}}}
and make sure the versions are the same. If not, then you need to do
something like:
{{{
sudo port sync
sudo port upgrade outdated
}}}
and hopefully that will take care of the issue.
--
Ticket URL: <https://trac.macports.org/ticket/61792#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list