Skip to content

Instantly share code, notes, and snippets.

@scottbaron
Created June 5, 2015 19:55
Show Gist options
  • Save scottbaron/0324d5f20a90ad8a9056 to your computer and use it in GitHub Desktop.
Save scottbaron/0324d5f20a90ad8a9056 to your computer and use it in GitHub Desktop.
MacOS 10.6.8 Attempt to install Zathura with brew fails on dependency gtk+3
➜ ~ brew update
Updated Homebrew from bdebf676 to 8de850aa.
==> Updated Formulae
qpdf
➜ ~ brew gist-logs gtk+3
https://gist.github.com/b21989d6283038a61d45
➜ ~ brew install gtk+3
==> Downloading https://download.gnome.org/sources/gtk+/3.16/gtk+-3.16.3.tar.xz
Already downloaded: /Library/Caches/Homebrew/gtk+3-3.16.3.tar.xz
==> ./configure --prefix=/usr/local/Cellar/gtk+3/3.16.3 --disable-glibtest --enable-
==> make install
gtksettings.c:910: Warning: Gtk: unexpected annotation: element-type
Command '['/private/tmp/gtk+320150605-27418-r2pocx/gtk+-3.16.3/gtk/tmp-introspectxeWlKT/Gtk-3.0', '--introspect-dump=/private/tmp/gtk+320150605-27418-r2pocx/gtk+-3.16.3/gtk/tmp-introspectxeWlKT/functions.txt,/private/tmp/gtk+320150605-27418-r2pocx/gtk+-3.16.3/gtk/tmp-introspectxeWlKT/dump.xml']' returned non-zero exit status -11
make[2]: *** [Gtk-3.0.gir] Error 1
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1
READ THIS: https://git.io/brew-troubleshooting
➜ ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment