Changes between Initial Version and Version 1 of Ticket #61471, comment 8
- Timestamp:
- Jun 3, 2022, 12:24:49 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61471, comment 8
initial v1 1 The same issue exists on Mac OS Mojave 10.14.6, after port upgrade outdated1 The same issue exists on Mac OS Mojave 10.14.6, after `port upgrade outdated` 2 2 3 3 Here the log after launching virt-manager: 4 4 5 {{{ 5 6 ** (process:17807): WARNING **: 10:08:42.575: 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 6 7 : Could not open display: /private/tmp/com.apple.launchd.QLKXO4qYtE/org.macports:0 8 }}} 7 9 8 10 And here the log after trying to reinstall the package: 9 11 12 {{{ 10 13 ---> Configuring virt-manager 11 14 Error: Failed to configure virt-manager: gtksourceview4 must be installed with +x11 and without +quartz. 12 15 Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_virt-manager/virt-manager/main.log for details. 13 16 Error: Follow https://guide.macports.org/#project.tickets to report a bug. 17 }}} 14 18 15 16 Nicholas Sherlock, I'm not able to workaround the issue exporting the LD_LIBRARY_PATH variable... :-( 19 Nicholas Sherlock, I'm not able to workaround the issue exporting the `LD_LIBRARY_PATH` variable... :-(