Skip to content

Instantly share code, notes, and snippets.

@cbeck88
Created October 28, 2014 23:53
Show Gist options
  • Save cbeck88/49809cc18008ff7f21d8 to your computer and use it in GitHub Desktop.
Save cbeck88/49809cc18008ff7f21d8 to your computer and use it in GitHub Desktop.
chris@chris-KLR650 ~ $ brew uninstall gobject-introspection
Uninstalling /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0...
chris@chris-KLR650 ~ $ brew install gobject-introspection --debug --verbose
/home/chris/.linuxbrew/Library/brew.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/gobject-introspection.rb
/home/chris/.linuxbrew/Library/brew.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/xz.rb
/home/chris/.linuxbrew/Library/brew.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/pkg-config.rb
/home/chris/.linuxbrew/Library/brew.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/glib.rb
/home/chris/.linuxbrew/Library/brew.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/gettext.rb
/home/chris/.linuxbrew/Library/brew.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/libffi.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /home/chris/.linuxbrew/Library/Formula/gobject-introspection.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/glib.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/gettext.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/libffi.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/xz.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/pkg-config.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/python.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/glibc.rb
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.42/gobject-introspection-1.42.0.tar.xz
Already downloaded: /home/chris/.cache/Homebrew/gobject-introspection-1.42.0.tar.xz
==> Verifying gobject-introspection-1.42.0.tar.xz checksum
/home/chris/.linuxbrew/opt/xz/bin/xz -dc "/home/chris/.cache/Homebrew/gobject-introspection-1.42.0.tar.xz" | tar xf -
==> ./configure --disable-dependency-tracking --prefix=/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... /usr/bin/gcc-4.9
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.9 accepts -g... yes
checking for /usr/bin/gcc-4.9 option to accept ISO C89... none needed
checking whether /usr/bin/gcc-4.9 understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.9... none
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /usr/bin/gcc-4.9... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc-4.9 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... /usr/bin/gcc-4.9 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc-4.9 supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/gcc-4.9 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc-4.9 PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc-4.9 static flag -static works... yes
checking if /usr/bin/gcc-4.9 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.9 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /home/chris/.linuxbrew/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for dlopen in -ldl... yes
checking for the suffix of shared libraries... .so
checking for GLIB... yes
checking for GOBJECT... yes
checking for GMODULE... yes
checking for GIO... yes
checking for GIO_UNIX... yes
checking for CAIRO... yes
checking for SCANNER... yes
checking for FFI... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking for GIREPO... yes
checking for gtk-doc... no
configure: WARNING:
You will not be able to create source packages with 'make dist'
because gtk-doc >= 1.19 is not found.
checking for gtkdoc-check... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for GTKDOC_DEPS... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for working strtod... yes
checking for memchr... yes
checking for strchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoull... yes
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for a Python interpreter with version >= 2.6... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for headers required to compile python extensions... found
checking for python module mako... yes
checking for glib source directory to use for documentation...
checking for -fvisibility=hidden compiler flag... yes
checking for -Bsymbolic-functions linker flag... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating tests/offsets/Makefile
config.status: creating tests/scanner/Makefile
config.status: creating tests/scanner/annotationparser/Makefile
config.status: creating tests/repository/Makefile
config.status: creating tests/warn/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/version.xml
config.status: creating gobject-introspection-1.0.pc
config.status: creating gobject-introspection-no-export-1.0.pc
config.status: creating config.h.win32
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating build/win32/vs9/Makefile
config.status: creating build/win32/vs10/Makefile
config.status: creating build/win32/vs11/Makefile
config.status: creating build/win32/vs12/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
==> make
[ -d gir ] || /bin/mkdir -p gir ; \
sed \
-e s,%CAIRO_SHARED_LIBRARY%,libcairo-gobject.so.2, \
-e s,%CAIRO_GIR_PACKAGE%,cairo-gobject, \
< gir/cairo-1.0.gir.in > gir/cairo-1.0.gir.tmp && mv gir/cairo-1.0.gir.tmp gir/cairo-1.0.gir
make all-recursive
make[1]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0'
Making all in .
make[2]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0'
CC libgirepository_1_0_la-gdump.lo
CC libgirepository_1_0_la-giarginfo.lo
CC libgirepository_1_0_la-gibaseinfo.lo
CC libgirepository_1_0_la-gicallableinfo.lo
CC libgirepository_1_0_la-giconstantinfo.lo
CC libgirepository_1_0_la-gienuminfo.lo
CC libgirepository_1_0_la-gifieldinfo.lo
CC libgirepository_1_0_la-gifunctioninfo.lo
CC libgirepository_1_0_la-ginvoke.lo
CC libgirepository_1_0_la-giinterfaceinfo.lo
CC libgirepository_1_0_la-giobjectinfo.lo
CC libgirepository_1_0_la-gipropertyinfo.lo
CC libgirepository_1_0_la-giregisteredtypeinfo.lo
CC libgirepository_1_0_la-girepository.lo
CC libgirepository_1_0_la-girffi.lo
CC libgirepository_1_0_la-gisignalinfo.lo
CC libgirepository_1_0_la-gistructinfo.lo
CC libgirepository_1_0_la-gitypeinfo.lo
CC libgirepository_1_0_la-gitypelib.lo
CC libgirepository_1_0_la-giunioninfo.lo
CC libgirepository_1_0_la-givfuncinfo.lo
CC libgirepository_gthash_la-gthash.lo
CC libcmph_la-bdz.lo
CC libcmph_la-bdz_ph.lo
CC libcmph_la-bmz8.lo
CC libcmph_la-bmz.lo
CC libcmph_la-brz.lo
CC libcmph_la-buffer_entry.lo
CC libcmph_la-buffer_manager.lo
CC libcmph_la-chd.lo
CC libcmph_la-chd_ph.lo
CC libcmph_la-chm.lo
CC libcmph_la-cmph.lo
CC libcmph_la-cmph_structs.lo
CC libcmph_la-compressed_rank.lo
CC libcmph_la-compressed_seq.lo
CC libcmph_la-fch_buckets.lo
CC libcmph_la-fch.lo
CC libcmph_la-graph.lo
CC libcmph_la-hash.lo
CC libcmph_la-jenkins_hash.lo
CC libcmph_la-miller_rabin.lo
CC libcmph_la-select.lo
CC libcmph_la-vqueue.lo
CC libcmph_la-vstack.lo
CC libgirepository_internals_la-girmodule.lo
CC libgirepository_internals_la-girnode.lo
CC libgirepository_internals_la-giroffsets.lo
CC libgirepository_internals_la-girparser.lo
CC libgirepository_internals_la-girwriter.lo
CC libgiscanner_la-sourcescanner.lo
CC libgiscanner_la-scannerlexer.lo
CC libgiscanner_la-scannerparser.lo
CC _giscanner_la-giscannermodule.lo
CC g_ir_compiler-compiler.o
CC g_ir_generate-generate.o
CC gi_dump_types-gdump.o
CC gi_dump_types-gi-dump-types.o
CC glib_print-glib-print.o
CCLD libcmph.la
CCLD gi-dump-types
CCLD libgirepository-gthash.la
CCLD libgirepository-1.0.la
CCLD libgirepository-internals.la
CCLD libgiscanner.la
CCLD _giscanner.la
CCLD g-ir-compiler
CCLD g-ir-generate
CCLD glib-print
GEN g-ir-scanner
GEN g-ir-annotation-tool
GEN g-ir-doc-tool
GICOMP gir/DBus-1.0.gir
GICOMP gir/fontconfig-2.0.gir
GICOMP gir/freetype2-2.0.gir
GISCAN GLib-2.0.gir
GICOMP gir/GL-1.0.gir
GICOMP gir/libxml2-2.0.gir
GICOMP gir/xft-2.0.gir
GICOMP gir/xlib-2.0.gir
GICOMP gir/xfixes-4.0.gir
GICOMP gir/xrandr-1.3.gir
GICOMP gir/win32-1.0.gir
GICOMP gir/cairo-1.0.gir
g-ir-scanner: GLib: warning: 718 warnings suppressed (use --warn-all to see them)
GICOMP GLib-2.0.gir
GISCAN GModule-2.0.gir
GISCAN GObject-2.0.gir
g-ir-scanner: GModule: warning: 2 warnings suppressed (use --warn-all to see them)
GICOMP GModule-2.0.gir
g-ir-scanner: GObject: warning: 21 warnings suppressed (use --warn-all to see them)
GICOMP gir/DBusGLib-1.0.gir
GISCAN Gio-2.0.gir
GISCAN GIRepository-2.0.gir
GICOMP GObject-2.0.gir
girepository/girepository.h:228: Warning: GIRepository: symbol='gi_cclosure_marshal_generic': Unknown namespace for symbol 'gi_cclosure_marshal_generic'
girepository/gitypes.h:433: Warning: GIRepository: symbol='GI_TYPE_TAG_N_TYPES': Unknown namespace for symbol 'GI_TYPE_TAG_N_TYPES'
gir/gio-2.0.c:2851: Warning: Gio: unexpected annotation: element-type
<unknown>:: Warning: GIRepository: (ErrorQuarkFunction)invoke_error_quark: context=ErrorQuarkFunction('invoke_error_quark') g_invoke_error_quark: Couldn't find corresponding enumeration
girepository/gitypelib.h:52: Warning: GIRepository: g_typelib_new_from_memory: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
girepository/gitypelib.h:57: Warning: GIRepository: g_typelib_new_from_const_memory: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
girepository/gitypelib.h:62: Warning: GIRepository: g_typelib_new_from_mapped_file: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
girepository/gitypelib.h:52: Warning: GIRepository: g_typelib_new_from_memory: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
girepository/gitypelib.h:57: Warning: GIRepository: g_typelib_new_from_const_memory: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
girepository/gitypelib.h:62: Warning: GIRepository: g_typelib_new_from_mapped_file: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
girepository/givfuncinfo.c:214: Warning: GIRepository: g_vfunc_info_get_address: return value: Missing (transfer) annotation
GICOMP GIRepository-2.0.gir
.linuxbrew/Cellar/glib/2.42.0/include/glib-2.0/gio/gnetworking.h:54: Warning: Gio: symbol='T_SRV': Unknown namespace for symbol 'T_SRV'
gir/gio-2.0.c:28310: Warning: Gio: g_pollable_input_stream_read_nonblocking: unknown parameter 'cancellable' in documentation comment
gir/gio-2.0.c:28393: Warning: Gio: g_pollable_output_stream_write_nonblocking: unknown parameter 'cancellable' in documentation comment
gir/gio-2.0.c:24822: Warning: Gio: g_io_extension_ref_class: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gir/gio-2.0.c:12788: Warning: Gio: g_bus_own_name: argument bus_acquired_handler: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gir/gio-2.0.c:12788: Warning: Gio: g_bus_own_name: argument name_acquired_handler: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gir/gio-2.0.c:12855: Warning: Gio: g_bus_own_name_on_connection: argument name_acquired_handler: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gir/gio-2.0.c:12934: Warning: Gio: g_bus_watch_name: argument name_appeared_handler: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gir/gio-2.0.c:12980: Warning: Gio: g_bus_watch_name_on_connection: argument name_appeared_handler: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gir/gio-2.0.c:24872: Warning: Gio: g_io_module_scope_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gir/gio-2.0.c:24872: Warning: Gio: g_io_module_scope_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gir/gio-2.0.c:21793: Warning: Gio: g_file_measure_disk_usage: argument progress_callback: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gir/gio-2.0.c:21830: Warning: Gio: g_file_measure_disk_usage_async: argument progress_callback: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gir/gio-2.0.c:35312: Warning: Gio: g_task_run_in_thread: argument task_func: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gir/gio-2.0.c:35328: Warning: Gio: g_task_run_in_thread_sync: argument task_func: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gir/gio-2.0.c:34930: Warning: Gio: g_task_attach_source: argument callback: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
GICOMP Gio-2.0.gir
make[2]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0'
Making all in docs
make[2]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/docs'
make[3]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/docs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/docs'
make[2]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/docs'
Making all in tests
make[2]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
GEN everything-stamp.h
touch everything-stamp.h
make all-recursive
make[3]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
Making all in .
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
Making all in scanner
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner'
Making all in .
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner'
Making all in annotationparser
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner/annotationparser'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner/annotationparser'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner'
Making all in repository
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/repository'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/repository'
Making all in offsets
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/offsets'
CC liboffsets_la-offsets.lo
CCLD liboffsets.la
GISCAN Offsets-1.0.gir
GICOMP Offsets-1.0.gir
GEN gitestoffsets.c
make all-am
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/offsets'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/offsets'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/offsets'
Making all in warn
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/warn'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/warn'
make[3]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
make[2]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
Making all in build
make[2]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build'
Making all in win32
make[3]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32'
Making all in vs9
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs9'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs9'
Making all in vs10
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs10'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs10'
Making all in vs11
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs11'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs11'
Making all in vs12
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs12'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs12'
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32'
make[3]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32'
make[3]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build'
make[2]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build'
make[1]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0'
==> make install
make install-recursive
make[1]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0'
Making install in .
make[2]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0'
make[3]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib'
/bin/bash ./libtool --mode=install /usr/bin/install -c libgirepository-1.0.la '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/bin'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner'
/bin/bash ./libtool --mode=install /usr/bin/install -c _giscanner.la '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner'
/usr/bin/install -c g-ir-scanner g-ir-annotation-tool g-ir-doc-tool '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/bin'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/collections'
libtool: install: /usr/bin/install -c .libs/_giscanner.so /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/_giscanner.so
/usr/bin/install -c -m 644 giscanner/collections/__init__.py giscanner/collections/counter.py giscanner/collections/ordereddict.py '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/collections'
libtool: install: /usr/bin/install -c .libs/libgirepository-1.0.so.1.0.0 /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/libgirepository-1.0.so.1.0.0
libtool: install: /usr/bin/install -c .libs/_giscanner.lai /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/_giscanner.la
libtool: install: /usr/bin/install -c .libs/_giscanner.a /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/_giscanner.a
libtool: install: (cd /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib && { ln -s -f libgirepository-1.0.so.1.0.0 libgirepository-1.0.so.1 || { rm -f libgirepository-1.0.so.1 && ln -s libgirepository-1.0.so.1.0.0 libgirepository-1.0.so.1; }; })
libtool: install: chmod 644 /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/_giscanner.a
libtool: install: (cd /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib && { ln -s -f libgirepository-1.0.so.1.0.0 libgirepository-1.0.so || { rm -f libgirepository-1.0.so && ln -s libgirepository-1.0.so.1.0.0 libgirepository-1.0.so; }; })
libtool: install: ranlib /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/_giscanner.a
libtool: install: /usr/bin/install -c .libs/libgirepository-1.0.lai /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/libgirepository-1.0.la
libtool: install: /usr/bin/install -c .libs/libgirepository-1.0.a /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/libgirepository-1.0.a
libtool: install: chmod 644 /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/libgirepository-1.0.a
libtool: install: ranlib /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/libgirepository-1.0.a
Byte-compiling python modules...
__init__.pycounter.pyordereddict.py
libtool: finish: PATH="/home/chris/.linuxbrew/sbin:/home/chris/.linuxbrew/bin:/home/chris/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/chris/.linuxbrew/Library/ENV/scm:/sbin" ldconfig -n /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner
/usr/bin/install -c -m 644 giscanner/__init__.py giscanner/annotationmain.py giscanner/annotationparser.py giscanner/ast.py giscanner/cachestore.py giscanner/ccompiler.py giscanner/codegen.py giscanner/docmain.py giscanner/docwriter.py giscanner/dumper.py giscanner/introspectablepass.py giscanner/girparser.py giscanner/girwriter.py giscanner/gdumpparser.py giscanner/libtoolimporter.py giscanner/maintransformer.py giscanner/message.py giscanner/shlibs.py giscanner/scannermain.py giscanner/sectionparser.py giscanner/sourcescanner.py giscanner/testcodegen.py giscanner/transformer.py giscanner/utils.py giscanner/xmlwriter.py '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner'
libtool: finish: PATH="/home/chris/.linuxbrew/sbin:/home/chris/.linuxbrew/bin:/home/chris/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/chris/.linuxbrew/Library/ENV/scm:/sbin" ldconfig -n /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
----------------------------------------------------------------------
Libraries have been installed in:
/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Byte-compiling python modules...
__init__.pyannotationmain.pyannotationparser.pyByte-compiling python modules (optimized versions) ...
__init__.pycounter.pyordereddict.pyast.py
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/gobject-introspection-1.0'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/gobject-introspection-1.0/'
cachestore.pyccompiler.pycodegen.py /bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/gir-1.0'
docmain.pydocwriter.py /usr/bin/install -c -m 644 Makefile.introspection '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/gobject-introspection-1.0'
/usr/bin/install -c -m 644 girepository/gdump.c '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/gobject-introspection-1.0/'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/include/gobject-introspection-1.0/'
/usr/bin/install -c -m 644 gir/DBus-1.0.gir gir/DBusGLib-1.0.gir gir/fontconfig-2.0.gir gir/freetype2-2.0.gir gir/GL-1.0.gir gir/libxml2-2.0.gir gir/xft-2.0.gir gir/xlib-2.0.gir gir/xfixes-4.0.gir gir/xrandr-1.3.gir gir/win32-1.0.gir gir/cairo-1.0.gir GLib-2.0.gir GObject-2.0.gir GModule-2.0.gir Gio-2.0.gir GIRepository-2.0.gir '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/gir-1.0'
dumper.py /bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/aclocal'
/usr/bin/install -c -m 644 girepository/giarginfo.h girepository/gibaseinfo.h girepository/gicallableinfo.h girepository/giconstantinfo.h girepository/gienuminfo.h girepository/gifieldinfo.h girepository/gifunctioninfo.h girepository/giinterfaceinfo.h girepository/giobjectinfo.h girepository/gipropertyinfo.h girepository/giregisteredtypeinfo.h girepository/girepository.h girepository/girffi.h girepository/gisignalinfo.h girepository/gistructinfo.h girepository/gitypeinfo.h girepository/gitypelib.h girepository/gitypes.h girepository/giunioninfo.h girepository/giversionmacros.h girepository/givfuncinfo.h '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/include/gobject-introspection-1.0/'
introspectablepass.pygirparser.py /usr/bin/install -c -m 644 m4/introspection.m4 '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/aclocal'
girwriter.pygdumpparser.py /bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/man/man1'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/pkgconfig'
libtoolimporter.pymaintransformer.py /usr/bin/install -c -m 644 gobject-introspection-1.0.pc gobject-introspection-no-export-1.0.pc '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/pkgconfig'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0'
/usr/bin/install -c -m 644 docs/g-ir-compiler.1 docs/g-ir-generate.1 docs/g-ir-scanner.1 '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/man/man1'
/usr/bin/install -c -m 644 giscanner/doctemplates/C/callback.tmpl giscanner/doctemplates/C/class.tmpl giscanner/doctemplates/C/constructor.tmpl giscanner/doctemplates/C/default.tmpl giscanner/doctemplates/C/enum.tmpl giscanner/doctemplates/C/function.tmpl giscanner/doctemplates/C/field.tmpl giscanner/doctemplates/C/interface.tmpl giscanner/doctemplates/C/method.tmpl giscanner/doctemplates/C/namespace.tmpl giscanner/doctemplates/C/property.tmpl giscanner/doctemplates/C/record.tmpl giscanner/doctemplates/C/signal.tmpl giscanner/doctemplates/C/vfunc.tmpl '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python'
/usr/bin/install -c -m 644 gir/DBus-1.0.typelib gir/DBusGLib-1.0.typelib gir/fontconfig-2.0.typelib gir/freetype2-2.0.typelib gir/GL-1.0.typelib gir/libxml2-2.0.typelib gir/xft-2.0.typelib gir/xlib-2.0.typelib gir/xfixes-4.0.typelib gir/xrandr-1.3.typelib gir/win32-1.0.typelib gir/cairo-1.0.typelib GLib-2.0.typelib GObject-2.0.typelib GModule-2.0.typelib Gio-2.0.typelib GIRepository-2.0.typelib '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0'
message.py /bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/bin'
/usr/bin/install -c -m 644 giscanner/doctemplates/Python/callback.tmpl giscanner/doctemplates/Python/class.tmpl giscanner/doctemplates/Python/constructor.tmpl giscanner/doctemplates/Python/default.tmpl giscanner/doctemplates/Python/enum.tmpl giscanner/doctemplates/Python/function.tmpl giscanner/doctemplates/Python/field.tmpl giscanner/doctemplates/Python/interface.tmpl giscanner/doctemplates/Python/method.tmpl giscanner/doctemplates/Python/namespace.tmpl giscanner/doctemplates/Python/property.tmpl giscanner/doctemplates/Python/record.tmpl giscanner/doctemplates/Python/signal.tmpl giscanner/doctemplates/Python/vfunc.tmpl '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python'
shlibs.pyscannermain.py /bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates'
/usr/bin/install -c -m 644 giscanner/doctemplates/base.tmpl giscanner/doctemplates/class.tmpl giscanner/doctemplates/namespace.tmpl '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates'
/bin/bash ./libtool --mode=install /usr/bin/install -c g-ir-compiler g-ir-generate '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/bin'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs'
sectionparser.py /usr/bin/install -c -m 644 giscanner/doctemplates/Gjs/callback.tmpl giscanner/doctemplates/Gjs/class.tmpl giscanner/doctemplates/Gjs/constructor.tmpl giscanner/doctemplates/Gjs/default.tmpl giscanner/doctemplates/Gjs/enum.tmpl giscanner/doctemplates/Gjs/function.tmpl giscanner/doctemplates/Gjs/field.tmpl giscanner/doctemplates/Gjs/interface.tmpl giscanner/doctemplates/Gjs/method.tmpl giscanner/doctemplates/Gjs/namespace.tmpl giscanner/doctemplates/Gjs/property.tmpl giscanner/doctemplates/Gjs/record.tmpl giscanner/doctemplates/Gjs/signal.tmpl giscanner/doctemplates/Gjs/vfunc.tmpl '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs'
sourcescanner.pytestcodegen.pytransformer.pyutils.pyxmlwriter.py
libtool: install: /usr/bin/install -c .libs/g-ir-compiler /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/bin/g-ir-compiler
libtool: install: /usr/bin/install -c .libs/g-ir-generate /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/bin/g-ir-generate
Byte-compiling python modules (optimized versions) ...
__init__.pyannotationmain.pyannotationparser.pyast.pycachestore.pyccompiler.pycodegen.pydocmain.pydocwriter.pydumper.pyintrospectablepass.pygirparser.pygirwriter.pygdumpparser.pylibtoolimporter.pymaintransformer.pymessage.pyshlibs.pyscannermain.pysectionparser.pysourcescanner.pytestcodegen.pytransformer.pyutils.pyxmlwriter.py
make[3]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0'
make[2]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0'
Making install in docs
make[2]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/docs'
make[3]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/docs'
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/docs'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/docs'
make[3]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/docs'
make[2]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/docs'
Making install in tests
make[2]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
make install-recursive
make[3]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
Making install in .
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
make[5]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/gobject-introspection-1.0/tests'
/usr/bin/install -c -m 644 everything.c everything.h gimarshallingtests.c gimarshallingtests.h gitestmacros.h '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/gobject-introspection-1.0/tests'
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
Making install in scanner
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner'
Making install in .
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner'
make[6]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner'
make[6]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/gobject-introspection-1.0/tests'
/usr/bin/install -c -m 644 ./regress.c ./regress.h ./annotation.c ./annotation.h ./foo.c ./foo.h ./drawable.c ./drawable.h ./warnlib.c ./warnlib.h ./utility.c ./utility.h '/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/share/gobject-introspection-1.0/tests'
make[6]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner'
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner'
Making install in annotationparser
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner/annotationparser'
make[6]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner/annotationparser'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner/annotationparser'
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner/annotationparser'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/scanner'
Making install in repository
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/repository'
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/repository'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/repository'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/repository'
Making install in offsets
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/offsets'
make install-am
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/offsets'
make[6]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/offsets'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/offsets'
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/offsets'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/offsets'
Making install in warn
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/warn'
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/warn'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/warn'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests/warn'
make[3]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
make[2]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/tests'
Making install in build
make[2]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build'
Making install in win32
make[3]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32'
Making install in vs9
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs9'
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs9'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs9'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs9'
Making install in vs10
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs10'
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs10'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs10'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs10'
Making install in vs11
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs11'
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs11'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs11'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs11'
Making install in vs12
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs12'
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs12'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs12'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32/vs12'
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32'
make[5]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32'
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32'
make[3]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build/win32'
make[3]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build'
make[4]: Entering directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build'
make[3]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build'
make[2]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0/build'
make[1]: Leaving directory `/home/chris/homebrew_temp/gobject-introspection-s3YLak/gobject-introspection-1.42.0'
==> Cleaning
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/bin/g-ir-annotation-tool permissions from 755 to 555
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/bin/g-ir-compiler permissions from 755 to 555
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/bin/g-ir-doc-tool permissions from 755 to 555
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/bin/g-ir-generate permissions from 755 to 555
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/bin/g-ir-scanner permissions from 755 to 555
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/DBus-1.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/DBusGLib-1.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/GIRepository-2.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/GL-1.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/GLib-2.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/GModule-2.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/GObject-2.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/Gio-2.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/cairo-1.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/fontconfig-2.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/freetype2-2.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/libxml2-2.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/win32-1.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/xfixes-4.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/xft-2.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/xlib-2.0.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/xrandr-1.3.typelib permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/__init__.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/__init__.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/__init__.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/_giscanner.a permissions from 644 to 444
rm /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/_giscanner.la
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/_giscanner.so permissions from 755 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/annotationmain.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/annotationmain.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/annotationmain.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/annotationparser.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/annotationparser.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/annotationparser.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/ast.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/ast.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/ast.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/cachestore.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/cachestore.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/cachestore.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/ccompiler.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/ccompiler.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/ccompiler.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/codegen.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/codegen.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/codegen.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/collections/__init__.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/collections/__init__.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/collections/__init__.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/collections/counter.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/collections/counter.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/collections/counter.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/collections/ordereddict.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/collections/ordereddict.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/collections/ordereddict.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/docmain.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/docmain.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/docmain.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/callback.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/class.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/constructor.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/default.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/enum.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/field.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/function.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/interface.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/method.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/namespace.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/property.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/record.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/signal.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/C/vfunc.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/callback.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/class.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/constructor.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/default.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/enum.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/field.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/function.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/method.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/namespace.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/property.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/record.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/signal.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Gjs/vfunc.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/callback.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/class.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/constructor.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/default.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/enum.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/field.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/function.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/interface.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/method.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/namespace.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/property.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/record.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/signal.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/Python/vfunc.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/base.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/class.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/doctemplates/namespace.tmpl permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/docwriter.py permissions from 644 to 555
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/docwriter.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/docwriter.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/dumper.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/dumper.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/dumper.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/gdumpparser.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/gdumpparser.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/gdumpparser.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/girparser.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/girparser.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/girparser.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/girwriter.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/girwriter.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/girwriter.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/introspectablepass.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/introspectablepass.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/introspectablepass.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/libtoolimporter.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/libtoolimporter.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/libtoolimporter.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/maintransformer.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/maintransformer.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/maintransformer.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/message.py permissions from 644 to 555
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/message.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/message.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/scannermain.py permissions from 644 to 555
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/scannermain.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/scannermain.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/sectionparser.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/sectionparser.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/sectionparser.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/shlibs.py permissions from 644 to 555
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/shlibs.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/shlibs.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/sourcescanner.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/sourcescanner.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/sourcescanner.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/testcodegen.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/testcodegen.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/testcodegen.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/transformer.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/transformer.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/transformer.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/utils.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/utils.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/utils.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/xmlwriter.py permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/xmlwriter.pyc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/gobject-introspection/giscanner/xmlwriter.pyo permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/libgirepository-1.0.a permissions from 644 to 444
rm /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/libgirepository-1.0.la
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/libgirepository-1.0.so.1.0.0 permissions from 755 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/pkgconfig/gobject-introspection-1.0.pc permissions from 644 to 444
Fixing /home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0/lib/pkgconfig/gobject-introspection-no-export-1.0.pc permissions from 644 to 444
==> Finishing up
ln -s ../Cellar/gobject-introspection/1.42.0/bin/g-ir-annotation-tool g-ir-annotation-tool
ln -s ../Cellar/gobject-introspection/1.42.0/bin/g-ir-compiler g-ir-compiler
ln -s ../Cellar/gobject-introspection/1.42.0/bin/g-ir-doc-tool g-ir-doc-tool
ln -s ../Cellar/gobject-introspection/1.42.0/bin/g-ir-generate g-ir-generate
ln -s ../Cellar/gobject-introspection/1.42.0/bin/g-ir-scanner g-ir-scanner
ln -s ../Cellar/gobject-introspection/1.42.0/include/gobject-introspection-1.0 gobject-introspection-1.0
ln -s ../../Cellar/gobject-introspection/1.42.0/share/aclocal/introspection.m4 introspection.m4
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/DBus-1.0.gir DBus-1.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/DBusGLib-1.0.gir DBusGLib-1.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/GIRepository-2.0.gir GIRepository-2.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/GL-1.0.gir GL-1.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/GLib-2.0.gir GLib-2.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/GModule-2.0.gir GModule-2.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/GObject-2.0.gir GObject-2.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/Gio-2.0.gir Gio-2.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/cairo-1.0.gir cairo-1.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/fontconfig-2.0.gir fontconfig-2.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/freetype2-2.0.gir freetype2-2.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/libxml2-2.0.gir libxml2-2.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/win32-1.0.gir win32-1.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/xfixes-4.0.gir xfixes-4.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/xft-2.0.gir xft-2.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/xlib-2.0.gir xlib-2.0.gir
ln -s ../../Cellar/gobject-introspection/1.42.0/share/gir-1.0/xrandr-1.3.gir xrandr-1.3.gir
ln -s ../Cellar/gobject-introspection/1.42.0/share/gobject-introspection-1.0 gobject-introspection-1.0
ln -s ../../../Cellar/gobject-introspection/1.42.0/share/man/man1/g-ir-compiler.1 g-ir-compiler.1
ln -s ../../../Cellar/gobject-introspection/1.42.0/share/man/man1/g-ir-generate.1 g-ir-generate.1
ln -s ../../../Cellar/gobject-introspection/1.42.0/share/man/man1/g-ir-scanner.1 g-ir-scanner.1
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/DBus-1.0.typelib DBus-1.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/DBusGLib-1.0.typelib DBusGLib-1.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/GIRepository-2.0.typelib GIRepository-2.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/GL-1.0.typelib GL-1.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/GLib-2.0.typelib GLib-2.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/GModule-2.0.typelib GModule-2.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/GObject-2.0.typelib GObject-2.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/Gio-2.0.typelib Gio-2.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/cairo-1.0.typelib cairo-1.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/fontconfig-2.0.typelib fontconfig-2.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/freetype2-2.0.typelib freetype2-2.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/libxml2-2.0.typelib libxml2-2.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/win32-1.0.typelib win32-1.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/xfixes-4.0.typelib xfixes-4.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/xft-2.0.typelib xft-2.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/xlib-2.0.typelib xlib-2.0.typelib
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/girepository-1.0/xrandr-1.3.typelib xrandr-1.3.typelib
ln -s ../Cellar/gobject-introspection/1.42.0/lib/gobject-introspection gobject-introspection
ln -s ../Cellar/gobject-introspection/1.42.0/lib/libgirepository-1.0.a libgirepository-1.0.a
ln -s ../Cellar/gobject-introspection/1.42.0/lib/libgirepository-1.0.so libgirepository-1.0.so
ln -s ../Cellar/gobject-introspection/1.42.0/lib/libgirepository-1.0.so.1 libgirepository-1.0.so.1
ln -s ../Cellar/gobject-introspection/1.42.0/lib/libgirepository-1.0.so.1.0.0 libgirepository-1.0.so.1.0.0
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/pkgconfig/gobject-introspection-1.0.pc gobject-introspection-1.0.pc
ln -s ../../Cellar/gobject-introspection/1.42.0/lib/pkgconfig/gobject-introspection-no-export-1.0.pc gobject-introspection-no-export-1.0.pc
==> Summary
/home/chris/.linuxbrew/Cellar/gobject-introspection/1.42.0: 225 files, 11M, built in 36 seconds
chris@chris-KLR650 ~ $ brew doctor
Your system is ready to brew.
chris@chris-KLR650 ~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment