Fri 23 Jun 2017 01:28:53 PM UTC, original submission:
Followed various bug reports relating to Sierra., including specific use of tar rather than default unzip by clicking, then ran from command line, to produce errors shown below.
Tried to update libiconv using brew but got the following. Tried the 'echo' update, no change.
Thanks!
BREW WARNINGS:
This formula is keg-only, which means it was not symlinked into /usr/local,
because macOS provides an older sqlite3.
If you need to have this software first in your PATH run:
echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.bash_profile
For compilers to find this software you may need to set:
LDFLAGS: -L/usr/local/opt/sqlite/lib
CPPFLAGS: -I/usr/local/opt/sqlite/include
For pkg-config to find this software you may need to set:
PKG_CONFIG_PATH: /usr/local/opt/sqlite/lib/pkgconfig
TERMINAL OUTPUT ON ATTEMPTED RUN:
kfeuerherm MacOS $ ./denemo.sh
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /Users/kfeuerherm/downloads/Denemo.app/Contents/MacOS/../Resources/bin/glib-compile-schemas
Reason: Incompatible library version: glib-compile-schemas requires version 9.0.0 or later, but libiconv.2.dylib provides version 8.0.0
./denemo.sh: line 11: 36628 Abort trap: 6 $PREFIX/bin/glib-compile-schemas $PREFIX/share/glib-2.0/schemas/
dyld: Library not loaded: /opt/local/lib/libpng16.16.dylib
Referenced from: /Users/kfeuerherm/downloads/Denemo.app/Contents/MacOS/../Resources/bin/gdk-pixbuf-query-loaders
Reason: Incompatible library version: gdk-pixbuf-query-loaders requires version 46.0.0 or later, but libpng16.16.dylib provides version 42.0.0
./denemo.sh: line 14: 36630 Abort trap: 6 $PREFIX/bin/gdk-pixbuf-query-loaders --update-cache
/Users/kfeuerherm/Library/Fonts/truetype: caching, new cache contents: 0 fonts, 1 dirs
/Users/kfeuerherm/Library/Fonts/truetype/denemo: caching, new cache contents: 3 fonts, 0 dirs
/opt/local/var/cache/fontconfig: not cleaning unwritable cache directory
/Users/kfeuerherm/.cache/fontconfig: cleaning cache directory
/Users/kfeuerherm/.fontconfig: not cleaning non-existent cache directory
/Users/kfeuerherm/downloads/Denemo.app/Contents/MacOS/../Resources/bin/fc-cache: succeeded
/Users/kfeuerherm/downloads/Denemo.app/Contents/Resources/share/ghostscript/fonts: skipping, existing cache is valid: 17 fonts, 0 dirs
/opt/local/var/cache/fontconfig: not cleaning unwritable cache directory
/Users/kfeuerherm/.cache/fontconfig: cleaning cache directory
/Users/kfeuerherm/.fontconfig: not cleaning non-existent cache directory
/Users/kfeuerherm/downloads/Denemo.app/Contents/MacOS/../Resources/bin/fc-cache: succeeded
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /Users/kfeuerherm/Downloads/Denemo.app/Contents/Resources/lib/libglib-2.0.0.dylib
Reason: Incompatible library version: libglib-2.0.0.dylib requires version 9.0.0 or later, but libiconv.2.dylib provides version 8.0.0
./denemo.sh: line 43: 36636 Abort trap: 6 $PREFIX/bin/update-mime-database $PREFIX/share/mime
dyld: Library not loaded: /opt/local/lib/libfreetype.6.dylib
Referenced from: /Users/kfeuerherm/downloads/Denemo.app/Contents/MacOS/../Resources/bin/denemo
Reason: Incompatible library version: denemo requires version 20.0.0 or later, but libfreetype.6.dylib provides version 19.0.0
Abort trap: 6
|