Skip to content

Instantly share code, notes, and snippets.

Created October 4, 2016 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/547a7081d8c568ea815116ea8a4073b3 to your computer and use it in GitHub Desktop.
Save anonymous/547a7081d8c568ea815116ea8a4073b3 to your computer and use it in GitHub Desktop.
gedit on macOS 10.12 - Homebrew build logs
Homebrew build logs for gedit on macOS 10.12
Build date: 2016-10-04 13:32:27
HOMEBREW_VERSION: 1.0.6-14-g881fdcd
ORIGIN: https://github.com/Homebrew/brew
HEAD: 881fdcd25ebe6b91691295034a8d9fa2dfc6f158
Last commit: 11 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: d4109a06e6b3957a7091ced6de1dd9d4de801952
Core tap last commit: 3 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
Clang: 8.0 build 800
Git: 2.8.4 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.12_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.3.1_2/bin/ruby
Java: N/A
macOS: 10.12-x86_64
Xcode: 8.0
CLT: 8.0.0.0.1.1472435881
X11: 2.7.9 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install autoconf automake libtool
Run `brew missing` for more details.
2016-10-04 13:30:52 +0900
/usr/local/opt/glib/bin/glib-compile-schemas
/usr/local/share/glib-2.0/schemas
warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
2016-10-04 13:32:25 +0900
/usr/local/Cellar/gedit/3.22.0/bin/gedit
--version
gedit - Version 3.22.0
(gedit:659): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(gedit:659): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(gedit:659): GLib-GObject-CRITICAL **: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
2016-10-04 13:32:25 +0900
/usr/bin/clang
test.c
-o
test
-I/usr/local/opt/atk/include/atk-1.0
-I/usr/local/opt/cairo/include/cairo
-I/usr/local/opt/fontconfig/include
-I/usr/local/opt/freetype/include/freetype2
-I/usr/local/opt/gdk-pixbuf/include/gdk-pixbuf-2.0
-I/usr/local/opt/gettext/include
-I/usr/local/opt/glib/include/gio-unix-2.0/
-I/usr/local/opt/glib/include/glib-2.0
-I/usr/local/opt/glib/lib/glib-2.0/include
-I/usr/local/opt/gobject-introspection/include/gobject-introspection-1.0
-I/usr/local/opt/gtksourceview3/include/gtksourceview-3.0
-I/usr/local/opt/gtk+3/include/gtk-3.0
-I/usr/local/Cellar/gedit/3.22.0/include/gedit-3.14
-I/usr/local/opt/libepoxy/include
-I/usr/local/opt/libffi/lib/libffi-3.0.13/include
-I/usr/local/opt/libpeas/include/libpeas-1.0
-I/usr/local/opt/libpng/include/libpng16
-I/usr/local/opt/pango/include/pango-1.0
-I/usr/local/opt/pixman/include/pixman-1
-D_REENTRANT
-L/usr/local/opt/atk/lib
-L/usr/local/opt/cairo/lib
-L/usr/local/opt/gdk-pixbuf/lib
-L/usr/local/Cellar/gedit/3.22.0/lib/gedit
-L/usr/local/opt/gettext/lib
-L/usr/local/opt/glib/lib
-L/usr/local/opt/gobject-introspection/lib
-L/usr/local/opt/gtksourceview3/lib
-L/usr/local/opt/gtk+3/lib
-L/usr/local/opt/libpeas/lib
-L/usr/local/Cellar/gedit/3.22.0/lib
-L/usr/local/opt/pango/lib
-latk-1.0
-lcairo
-lcairo-gobject
-lgdk-3
-lgdk_pixbuf-2.0
-lgedit
-lgio-2.0
-lgirepository-1.0
-lglib-2.0
-lgmodule-2.0
-lgobject-2.0
-lgtk-3
-lgtksourceview-3.0
-lintl
-lpango-1.0
-lpangocairo-1.0
-lpeas-1.0
-lpeas-gtk-1.0
2016-10-04 13:32:27 +0900
./test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment