Skip to content

Instantly share code, notes, and snippets.

Created February 25, 2014 12:37
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/9208022 to your computer and use it in GitHub Desktop.
Save anonymous/9208022 to your computer and use it in GitHub Desktop.
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for some Win32 platform... no
checking for native Win32... no
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... clang
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
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... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -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 clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
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... no
checking for library containing strerror... none required
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) none
/usr/local/bin/python
checking whether python version >= 2.7... yes
checking for python version... 2.7
checking for python platform... darwin
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 python version... (cached) 2.7
checking for python platform... (cached) darwin
checking for python script directory... (cached) ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... (cached) ${exec_prefix}/lib/python2.7/site-packages
checking for headers required to compile python extensions... found
checking for PySignal_SetWakeupFd in Python.h... yes
checking for python module thread... yes
checking whether to enable threading in pygobject... yes
./configure: line 13282: ./libtool: No such file or directory
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.35.9... yes (version 2.38.2)
checking for ffi... checking for FFI... yes
checking for GIO... yes
checking for GI... yes
checking for CAIRO... yes
checking for PYCAIRO... yes
checking whether gcc understands -Wall... yes
checking whether gcc understands -Wstrict-prototypes... yes
checking whether gcc understands -Wnested-externs... yes
checking whether gcc understands -Werror=missing-prototypes... yes
checking whether gcc understands -Werror=implicit-function-declaration... yes
checking whether gcc understands -Werror=pointer-arith... yes
checking whether gcc understands -Werror=init-self... yes
checking whether gcc understands -Werror=format-security... yes
checking whether gcc understands -Werror=format=2... yes
checking whether gcc understands -Werror=missing-include-dirs... yes
checking what warning flags to pass to the C compiler... -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
checking what language compliance flags to pass to the C compiler...
checking for Gnome code coverage support... yes
checking whether to build with code coverage support... no
checking whether clang understands -Wall... yes
checking whether clang understands -Werror=unused-variable... yes
checking whether clang understands -fno-strict-aliasing... yes
checking whether clang understands -std=c9x... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pygobject-3.0.pc
config.status: creating pygobject-3.0-uninstalled.pc
config.status: creating gi/Makefile
config.status: creating gi/repository/Makefile
config.status: creating gi/overrides/Makefile
config.status: creating gi/_glib/Makefile
config.status: creating gi/_gobject/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating pygtkcompat/Makefile
config.status: creating PKG-INFO
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
pygobject 3.10.2
Using python interpreter: python
libffi support: yes
cairo support: yes
thread support: yes
code coverage support: no
clang called with: -E -
superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: --version
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -pipe -Os -march=native -v -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -V
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c conftest.c
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g conftest.c
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c conftest.c -o conftest2.o
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c conftest.c -o conftest2.o
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -print-prog-name=ld
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 conftest.c conftstm.o
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
superenv executed: clang -pipe -Os -march=native -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -g -O2 -c -o conftest.o conftest.c
superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv executed: clang -pipe -Os -march=native -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 -static conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -o out/conftest2.o conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -print-search-dirs
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -g -O2 -print-multi-os-directory
superenv executed: clang -pipe -Os -march=native -g -O2 -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -ldl
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: --version
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -pipe -Os -march=native -v -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -V
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -E -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c
superenv executed: clang -E -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Wall -Werror -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Werror -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include conftest.c -L/usr/local/Cellar/glib/2.38.2/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include conftest.c -L/usr/local/Cellar/glib/2.38.2/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Wall conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Wstrict-prototypes conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wstrict-prototypes conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Wnested-externs conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wnested-externs conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Werror=missing-prototypes conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror=missing-prototypes conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Werror=implicit-function-declaration conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror=implicit-function-declaration conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Werror=pointer-arith conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror=pointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Werror=init-self conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror=init-self conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Werror=format-security conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror=format-security conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Werror=format=2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror=format=2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Werror=missing-include-dirs conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror=missing-include-dirs conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Wall conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Wall -Werror=unused-variable conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Werror=unused-variable conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
Making install in examples
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in gi
Making install in repository
for f in __init__.py; do \
[ -e ./$f ] || ln -s ./$f ./$f; \
done
make[3]: Nothing to be done for `install-exec-am'.
../.././install-sh -c -d '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/repository'
/usr/bin/install -c -m 644 __init__.py '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/repository'
Byte-compiling python modules...
__init__.py
Byte-compiling python modules (optimized versions) ...
__init__.py
Making install in overrides
for f in GLib.py Gtk.py Gdk.py GObject.py Gio.py GIMarshallingTests.py Pango.py keysyms.py __init__.py; do \
[ -e ./$f ] || ln -s ./$f ./$f; \
done
make[3]: Nothing to be done for `install-exec-am'.
../.././install-sh -c -d '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/overrides'
/usr/bin/install -c -m 644 GLib.py Gtk.py Gdk.py GObject.py Gio.py GIMarshallingTests.py Pango.py keysyms.py __init__.py '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/overrides'
Byte-compiling python modules...
GLib.pyGtk.pyGdk.pyGObject.pyGio.pyGIMarshallingTests.pyPango.pykeysyms.py__init__.py
Byte-compiling python modules (optimized versions) ...
GLib.pyGtk.pyGdk.pyGObject.pyGio.pyGIMarshallingTests.pyPango.pykeysyms.py__init__.py
Making install in _glib
CC libpyglib_gi_2_0_python_la-pyglib.lo
CC _glib_la-glibmodule.lo
CC _glib_la-pygoptioncontext.lo
CC _glib_la-pygoptiongroup.lo
CC _glib_la-pygspawn.lo
CCLD libpyglib-gi-2.0-python.la
CCLD _glib.la
../.././install-sh -c -d '/usr/local/Cellar/pygobject3/3.10.2/lib'
../.././install-sh -c -d '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_glib'
../.././install-sh -c -d '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_glib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c libpyglib-gi-2.0-python.la '/usr/local/Cellar/pygobject3/3.10.2/lib'
libtool: install: /usr/bin/install -c .libs/libpyglib-gi-2.0-python.0.dylib /usr/local/Cellar/pygobject3/3.10.2/lib/libpyglib-gi-2.0-python.0.dylib
libtool: install: (cd /usr/local/Cellar/pygobject3/3.10.2/lib && { ln -s -f libpyglib-gi-2.0-python.0.dylib libpyglib-gi-2.0-python.dylib || { rm -f libpyglib-gi-2.0-python.dylib && ln -s libpyglib-gi-2.0-python.0.dylib libpyglib-gi-2.0-python.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libpyglib-gi-2.0-python.lai /usr/local/Cellar/pygobject3/3.10.2/lib/libpyglib-gi-2.0-python.la
/bin/sh ../../libtool --mode=install /usr/bin/install -c _glib.la '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_glib'
/usr/bin/install -c -m 644 __init__.py option.py '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_glib'
libtool: install: /usr/bin/install -c .libs/_glib.so /usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_glib/_glib.so
libtool: install: /usr/bin/install -c .libs/_glib.lai /usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_glib/_glib.la
Byte-compiling python modules...
__init__.pyoption.py
Byte-compiling python modules (optimized versions) ...
__init__.pyoption.py
Making install in _gobject
CC _gobject_la-pygboxed.lo
CC _gobject_la-pygenum.lo
CC _gobject_la-gobjectmodule.lo
CC _gobject_la-pygflags.lo
CC _gobject_la-pyginterface.lo
CC _gobject_la-pygobject.lo
CC _gobject_la-pygparamspec.lo
CC _gobject_la-pygpointer.lo
CC _gobject_la-pygtype.lo
CCLD _gobject.la
make[3]: Nothing to be done for `install-exec-am'.
../.././install-sh -c -d '/usr/local/Cellar/pygobject3/3.10.2/include/pygobject-3.0'
../.././install-sh -c -d '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_gobject'
../.././install-sh -c -d '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_gobject'
mkdir: /usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_gobject: File exists
/bin/sh ../../libtool --mode=install /usr/bin/install -c _gobject.la '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_gobject'
/usr/bin/install -c -m 644 pygobject.h '/usr/local/Cellar/pygobject3/3.10.2/include/pygobject-3.0'
libtool: install: /usr/bin/install -c .libs/_gobject.so /usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_gobject/_gobject.so
/usr/bin/install -c -m 644 __init__.py constants.py propertyhelper.py signalhelper.py '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_gobject'
libtool: install: /usr/bin/install -c .libs/_gobject.lai /usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_gobject/_gobject.la
Byte-compiling python modules...
__init__.pyconstants.pypropertyhelper.pysignalhelper.py
Byte-compiling python modules (optimized versions) ...
__init__.pyconstants.pypropertyhelper.pysignalhelper.py
CC _gi_la-pygi-info.lo
CC _gi_la-pygi-struct.lo
CC _gi_la-pygi-repository.lo
CC _gi_la-pygi-foreign.lo
CC _gi_la-pygi-source.lo
CC _gi_la-pygi-argument.lo
CC _gi_la-pygi-type.lo
CC _gi_la-pygi-boxed.lo
CC _gi_la-pygi-closure.lo
CC _gi_la-pygi-ccallback.lo
CC _gi_la-pygi-property.lo
CC _gi_la-pygi-signal-closure.lo
CC _gi_la-gimodule.lo
CC _gi_la-pygi-invoke.lo
CC _gi_la-pygi-cache.lo
CC _gi_la-pygi-marshal-from-py.lo
CC _gi_la-pygi-marshal-to-py.lo
CC _gi_la-pygi-marshal-cleanup.lo
CC _gi_cairo_la-pygi-foreign-cairo.lo
for f in __init__.py types.py module.py importer.py pygtkcompat.py docstring.py; do \
[ -e ./$f ] || ln -s ./$f ./$f; \
done
CCLD _gi.la
CCLD _gi_cairo.la
ln -s -f .libs/_gi.so _gi.so
ln -s -f .libs/_gi_cairo.so _gi_cairo.so
make[3]: Nothing to be done for `install-exec-am'.
.././install-sh -c -d '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi'
.././install-sh -c -d '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi'
/bin/sh ../libtool --mode=install /usr/bin/install -c _gi.la _gi_cairo.la '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi'
libtool: install: /usr/bin/install -c .libs/_gi.so /usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_gi.so
/usr/bin/install -c -m 644 __init__.py types.py module.py importer.py pygtkcompat.py docstring.py '/usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi'
libtool: install: /usr/bin/install -c .libs/_gi.lai /usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_gi.la
libtool: install: /usr/bin/install -c .libs/_gi_cairo.so /usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_gi_cairo.so
libtool: install: /usr/bin/install -c .libs/_gi_cairo.lai /usr/local/Cellar/pygobject3/3.10.2/lib/python2.7/site-packages/gi/_gi_cairo.la
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/site.py", line 74, in <module>
__boot()
File "/usr/local/lib/python2.7/site-packages/site.py", line 2, in __boot
import sys, os, os.path
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 49, in <module>
import posixpath as path
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py", line 17, in <module>
import warnings
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.py", line 8, in <module>
import types
File "types.py", line 28, in <module>
from . import _gobject
ValueError: Attempted relative import in non-package
make[3]: *** [install-pygiPYTHON] Error 1
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
HOMEBREW_VERSION: 0.9.5
HEAD: c45600a805a2b01e97b4b0076bc68fc56bd668eb
CPU: quad-core 64-bit sandybridge
OS X: 10.9.1-x86_64
Xcode: 5.0.2
CLT: 5.0.1.0.1.1382131676
X11: 2.7.5 => /opt/X11
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pyglib.c -fno-common -DPIC -o .libs/libpyglib_gi_2_0_python_la-pyglib.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -fno-strict-aliasing -std=c9x -c pyglib.c -fno-common -DPIC -o .libs/libpyglib_gi_2_0_python_la-pyglib.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c glibmodule.c -fno-common -DPIC -o .libs/_glib_la-glibmodule.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -fno-strict-aliasing -std=c9x -c glibmodule.c -fno-common -DPIC -o .libs/_glib_la-glibmodule.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygoptiongroup.c -fno-common -DPIC -o .libs/_glib_la-pygoptiongroup.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -fno-strict-aliasing -std=c9x -c pygoptiongroup.c -fno-common -DPIC -o .libs/_glib_la-pygoptiongroup.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygoptioncontext.c -fno-common -DPIC -o .libs/_glib_la-pygoptioncontext.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -fno-strict-aliasing -std=c9x -c pygoptioncontext.c -fno-common -DPIC -o .libs/_glib_la-pygoptioncontext.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygspawn.c -fno-common -DPIC -o .libs/_glib_la-pygspawn.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -fno-strict-aliasing -std=c9x -c pygspawn.c -fno-common -DPIC -o .libs/_glib_la-pygspawn.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libpyglib-gi-2.0-python.0.dylib .libs/libpyglib_gi_2_0_python_la-pyglib.o -L/usr/local/Cellar/libffi/3.0.13/lib -lffi -L/usr/local/Cellar/glib/2.38.2/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -O2 -install_name /usr/local/Cellar/pygobject3/3.10.2/lib/libpyglib-gi-2.0-python.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libpyglib-gi-2.0-python.0.dylib .libs/libpyglib_gi_2_0_python_la-pyglib.o -L/usr/local/Cellar/libffi/3.0.13/lib -lffi -L/usr/local/Cellar/glib/2.38.2/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -install_name /usr/local/Cellar/pygobject3/3.10.2/lib/libpyglib-gi-2.0-python.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -Wl,-undefined -Wl,dynamic_lookup -o .libs/_glib.so -bundle .libs/_glib_la-glibmodule.o .libs/_glib_la-pygoptioncontext.o .libs/_glib_la-pygoptiongroup.o .libs/_glib_la-pygspawn.o -L/usr/local/Cellar/glib/2.38.2/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl ./.libs/libpyglib-gi-2.0-python.dylib -L/usr/local/Cellar/libffi/3.0.13/lib -O2 -Wl,-exported_symbols_list,.libs/_glib-symbols.expsym
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -Wl,-undefined -Wl,dynamic_lookup -o .libs/_glib.so -bundle .libs/_glib_la-glibmodule.o .libs/_glib_la-pygoptioncontext.o .libs/_glib_la-pygoptiongroup.o .libs/_glib_la-pygspawn.o -L/usr/local/Cellar/glib/2.38.2/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl ./.libs/libpyglib-gi-2.0-python.dylib -L/usr/local/Cellar/libffi/3.0.13/lib -Wl,-exported_symbols_list,.libs/_glib-symbols.expsym -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygenum.c -fno-common -DPIC -o .libs/_gobject_la-pygenum.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygenum.c -fno-common -DPIC -o .libs/_gobject_la-pygenum.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygboxed.c -fno-common -DPIC -o .libs/_gobject_la-pygboxed.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygboxed.c -fno-common -DPIC -o .libs/_gobject_la-pygboxed.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c gobjectmodule.c -fno-common -DPIC -o .libs/_gobject_la-gobjectmodule.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c gobjectmodule.c -fno-common -DPIC -o .libs/_gobject_la-gobjectmodule.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygflags.c -fno-common -DPIC -o .libs/_gobject_la-pygflags.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygflags.c -fno-common -DPIC -o .libs/_gobject_la-pygflags.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pyginterface.c -fno-common -DPIC -o .libs/_gobject_la-pyginterface.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pyginterface.c -fno-common -DPIC -o .libs/_gobject_la-pyginterface.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygobject.c -fno-common -DPIC -o .libs/_gobject_la-pygobject.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygobject.c -fno-common -DPIC -o .libs/_gobject_la-pygobject.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygparamspec.c -fno-common -DPIC -o .libs/_gobject_la-pygparamspec.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygparamspec.c -fno-common -DPIC -o .libs/_gobject_la-pygparamspec.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygpointer.c -fno-common -DPIC -o .libs/_gobject_la-pygpointer.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygpointer.c -fno-common -DPIC -o .libs/_gobject_la-pygpointer.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygtype.c -fno-common -DPIC -o .libs/_gobject_la-pygtype.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygtype.c -fno-common -DPIC -o .libs/_gobject_la-pygtype.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -Wl,-undefined -Wl,dynamic_lookup -o .libs/_gobject.so -bundle .libs/_gobject_la-gobjectmodule.o .libs/_gobject_la-pygboxed.o .libs/_gobject_la-pygenum.o .libs/_gobject_la-pygflags.o .libs/_gobject_la-pyginterface.o .libs/_gobject_la-pygobject.o .libs/_gobject_la-pygparamspec.o .libs/_gobject_la-pygpointer.o .libs/_gobject_la-pygtype.o -L/usr/local/Cellar/glib/2.38.2/lib -lgthread-2.0 -L/usr/local/Cellar/gobject-introspection/1.38.0/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl ../../gi/_glib/.libs/libpyglib-gi-2.0-python.dylib -L/usr/local/Cellar/libffi/3.0.13/lib -O2 -Wl,-exported_symbols_list,.libs/_gobject-symbols.expsym
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -Wl,-undefined -Wl,dynamic_lookup -o .libs/_gobject.so -bundle .libs/_gobject_la-gobjectmodule.o .libs/_gobject_la-pygboxed.o .libs/_gobject_la-pygenum.o .libs/_gobject_la-pygflags.o .libs/_gobject_la-pyginterface.o .libs/_gobject_la-pygobject.o .libs/_gobject_la-pygparamspec.o .libs/_gobject_la-pygpointer.o .libs/_gobject_la-pygtype.o -L/usr/local/Cellar/glib/2.38.2/lib -lgthread-2.0 -L/usr/local/Cellar/gobject-introspection/1.38.0/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl ../../gi/_glib/.libs/libpyglib-gi-2.0-python.dylib -L/usr/local/Cellar/libffi/3.0.13/lib -Wl,-exported_symbols_list,.libs/_gobject-symbols.expsym -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-struct.c -fno-common -DPIC -o .libs/_gi_la-pygi-struct.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-struct.c -fno-common -DPIC -o .libs/_gi_la-pygi-struct.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-repository.c -fno-common -DPIC -o .libs/_gi_la-pygi-repository.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-repository.c -fno-common -DPIC -o .libs/_gi_la-pygi-repository.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-foreign.c -fno-common -DPIC -o .libs/_gi_la-pygi-foreign.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-foreign.c -fno-common -DPIC -o .libs/_gi_la-pygi-foreign.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-info.c -fno-common -DPIC -o .libs/_gi_la-pygi-info.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-info.c -fno-common -DPIC -o .libs/_gi_la-pygi-info.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-source.c -fno-common -DPIC -o .libs/_gi_la-pygi-source.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-source.c -fno-common -DPIC -o .libs/_gi_la-pygi-source.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-argument.c -fno-common -DPIC -o .libs/_gi_la-pygi-argument.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-argument.c -fno-common -DPIC -o .libs/_gi_la-pygi-argument.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-type.c -fno-common -DPIC -o .libs/_gi_la-pygi-type.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-type.c -fno-common -DPIC -o .libs/_gi_la-pygi-type.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-boxed.c -fno-common -DPIC -o .libs/_gi_la-pygi-boxed.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-boxed.c -fno-common -DPIC -o .libs/_gi_la-pygi-boxed.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-closure.c -fno-common -DPIC -o .libs/_gi_la-pygi-closure.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-closure.c -fno-common -DPIC -o .libs/_gi_la-pygi-closure.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-ccallback.c -fno-common -DPIC -o .libs/_gi_la-pygi-ccallback.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-ccallback.c -fno-common -DPIC -o .libs/_gi_la-pygi-ccallback.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-property.c -fno-common -DPIC -o .libs/_gi_la-pygi-property.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-property.c -fno-common -DPIC -o .libs/_gi_la-pygi-property.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-signal-closure.c -fno-common -DPIC -o .libs/_gi_la-pygi-signal-closure.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-signal-closure.c -fno-common -DPIC -o .libs/_gi_la-pygi-signal-closure.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c gimodule.c -fno-common -DPIC -o .libs/_gi_la-gimodule.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c gimodule.c -fno-common -DPIC -o .libs/_gi_la-gimodule.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-invoke.c -fno-common -DPIC -o .libs/_gi_la-pygi-invoke.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-invoke.c -fno-common -DPIC -o .libs/_gi_la-pygi-invoke.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-cache.c -fno-common -DPIC -o .libs/_gi_la-pygi-cache.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-cache.c -fno-common -DPIC -o .libs/_gi_la-pygi-cache.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-marshal-from-py.c -fno-common -DPIC -o .libs/_gi_la-pygi-marshal-from-py.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-marshal-from-py.c -fno-common -DPIC -o .libs/_gi_la-pygi-marshal-from-py.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-marshal-to-py.c -fno-common -DPIC -o .libs/_gi_la-pygi-marshal-to-py.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-marshal-to-py.c -fno-common -DPIC -o .libs/_gi_la-pygi-marshal-to-py.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-marshal-cleanup.c -fno-common -DPIC -o .libs/_gi_la-pygi-marshal-cleanup.o
superenv removed: -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -fno-strict-aliasing -std=c9x -c pygi-marshal-cleanup.c -fno-common -DPIC -o .libs/_gi_la-pygi-marshal-cleanup.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/libpng/1.5.17/include/libpng15 -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/py2cairo/1.10.0/include/pycairo -I/opt/X11/include -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -c pygi-foreign-cairo.c -fno-common -DPIC -o .libs/_gi_cairo_la-pygi-foreign-cairo.o
superenv removed: -I/opt/X11/include -g -O2 -Wall -Werror=unused-variable -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I../gi/_glib -I../gi/_gobject -D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 -I/usr/local/Cellar/libpng/1.5.17/include/libpng15 -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/py2cairo/1.10.0/include/pycairo -fno-strict-aliasing -std=c9x -c pygi-foreign-cairo.c -fno-common -DPIC -o .libs/_gi_cairo_la-pygi-foreign-cairo.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include
clang called with: -Wl,-undefined -Wl,dynamic_lookup -o .libs/_gi.so -bundle .libs/_gi_la-pygi-repository.o .libs/_gi_la-pygi-info.o .libs/_gi_la-pygi-foreign.o .libs/_gi_la-pygi-struct.o .libs/_gi_la-pygi-source.o .libs/_gi_la-pygi-argument.o .libs/_gi_la-pygi-type.o .libs/_gi_la-pygi-boxed.o .libs/_gi_la-pygi-closure.o .libs/_gi_la-pygi-ccallback.o .libs/_gi_la-pygi-property.o .libs/_gi_la-pygi-signal-closure.o .libs/_gi_la-gimodule.o .libs/_gi_la-pygi-invoke.o .libs/_gi_la-pygi-cache.o .libs/_gi_la-pygi-marshal-from-py.o .libs/_gi_la-pygi-marshal-to-py.o .libs/_gi_la-pygi-marshal-cleanup.o -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/Cellar/gobject-introspection/1.38.0/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl ../gi/_glib/.libs/libpyglib-gi-2.0-python.dylib -L/usr/local/Cellar/libffi/3.0.13/lib -O2 -Wl,-exported_symbols_list,.libs/_gi-symbols.expsym
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -Wl,-undefined -Wl,dynamic_lookup -o .libs/_gi.so -bundle .libs/_gi_la-pygi-repository.o .libs/_gi_la-pygi-info.o .libs/_gi_la-pygi-foreign.o .libs/_gi_la-pygi-struct.o .libs/_gi_la-pygi-source.o .libs/_gi_la-pygi-argument.o .libs/_gi_la-pygi-type.o .libs/_gi_la-pygi-boxed.o .libs/_gi_la-pygi-closure.o .libs/_gi_la-pygi-ccallback.o .libs/_gi_la-pygi-property.o .libs/_gi_la-pygi-signal-closure.o .libs/_gi_la-gimodule.o .libs/_gi_la-pygi-invoke.o .libs/_gi_la-pygi-cache.o .libs/_gi_la-pygi-marshal-from-py.o .libs/_gi_la-pygi-marshal-to-py.o .libs/_gi_la-pygi-marshal-cleanup.o -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/Cellar/gobject-introspection/1.38.0/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl ../gi/_glib/.libs/libpyglib-gi-2.0-python.dylib -L/usr/local/Cellar/libffi/3.0.13/lib -Wl,-exported_symbols_list,.libs/_gi-symbols.expsym -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
clang called with: -Wl,-undefined -Wl,dynamic_lookup -o .libs/_gi_cairo.so -bundle .libs/_gi_cairo_la-pygi-foreign-cairo.o -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/Cellar/gobject-introspection/1.38.0/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/Cellar/cairo/1.12.16/lib -lcairo -O2 -Wl,-exported_symbols_list,.libs/_gi_cairo-symbols.expsym
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -Wl,-undefined -Wl,dynamic_lookup -o .libs/_gi_cairo.so -bundle .libs/_gi_cairo_la-pygi-foreign-cairo.o -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/Cellar/gobject-introspection/1.38.0/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/Cellar/cairo/1.12.16/lib -lcairo -Wl,-exported_symbols_list,.libs/_gi_cairo-symbols.expsym -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pygobject configure 3.10.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/pygobject3/3.10.2
## --------- ##
## Platform. ##
## --------- ##
hostname = StarTopom.local
uname -m = x86_64
uname -r = 13.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 252 tasks, 1508 threads, 4 processors
Load average: 3.73, Mach factor: 0.83
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/local/bin
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/xz/bin
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/gettext/bin
PATH: /usr/local/opt/glib/bin
PATH: /usr/local/opt/libpng/bin
PATH: /usr/local/opt/freetype/bin
PATH: /usr/local/opt/fontconfig/bin
PATH: /usr/local/opt/cairo/bin
PATH: /usr/local/opt/gobject-introspection/bin
PATH: /opt/X11/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2265: checking whether make supports nested variables
configure:2282: result: yes
configure:2338: checking for a BSD-compatible install
configure:2406: result: /usr/bin/install -c
configure:2417: checking whether build environment is sane
configure:2472: result: yes
configure:2623: checking for a thread-safe mkdir -p
configure:2662: result: ./install-sh -c -d
configure:2669: checking for gawk
configure:2699: result: no
configure:2669: checking for mawk
configure:2699: result: no
configure:2669: checking for nawk
configure:2699: result: no
configure:2669: checking for awk
configure:2685: found /usr/bin/awk
configure:2696: result: awk
configure:2707: checking whether make sets $(MAKE)
configure:2729: result: yes
configure:2868: checking build system type
configure:2882: result: x86_64-apple-darwin13.0.0
configure:2902: checking host system type
configure:2915: result: x86_64-apple-darwin13.0.0
configure:2935: checking for some Win32 platform
configure:2945: result: no
configure:2956: checking for native Win32
configure:2966: result: no
configure:3024: checking how to print strings
configure:3051: result: printf
configure:3084: checking for style of include used by make
configure:3112: result: GNU
configure:3183: checking for gcc
configure:3210: result: clang
configure:3439: checking for C compiler version
configure:3448: clang --version >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:3459: $? = 0
configure:3448: clang -v >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -headerpad_max_install_names -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3459: $? = 1
configure:3448: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3459: $? = 1
configure:3448: clang -qversion >&5
clang: warning: argument unused during compilation: '-qversion'
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3459: $? = 1
configure:3479: checking whether the C compiler works
configure:3501: clang conftest.c >&5
configure:3505: $? = 0
configure:3553: result: yes
configure:3556: checking for C compiler default output file name
configure:3558: result: a.out
configure:3564: checking for suffix of executables
configure:3571: clang -o conftest conftest.c >&5
configure:3575: $? = 0
configure:3597: result:
configure:3619: checking whether we are cross compiling
configure:3627: clang -o conftest conftest.c >&5
configure:3631: $? = 0
configure:3638: ./conftest
configure:3642: $? = 0
configure:3657: result: no
configure:3662: checking for suffix of object files
configure:3684: clang -c conftest.c >&5
configure:3688: $? = 0
configure:3709: result: o
configure:3713: checking whether we are using the GNU C compiler
configure:3732: clang -c conftest.c >&5
configure:3732: $? = 0
configure:3741: result: yes
configure:3750: checking whether clang accepts -g
configure:3770: clang -c -g conftest.c >&5
configure:3770: $? = 0
configure:3811: result: yes
configure:3828: checking for clang option to accept ISO C89
configure:3891: clang -c -g -O2 conftest.c >&5
configure:3891: $? = 0
configure:3904: result: none needed
configure:3929: checking whether clang understands -c and -o together
configure:3951: clang -c conftest.c -o conftest2.o
configure:3954: $? = 0
configure:3951: clang -c conftest.c -o conftest2.o
configure:3954: $? = 0
configure:3966: result: yes
configure:3985: checking dependency style of clang
configure:4096: result: none
configure:4111: checking for a sed that does not truncate output
configure:4175: result: /usr/local/Library/ENV/4.3/sed
configure:4193: checking for grep that handles long lines and -e
configure:4251: result: /usr/bin/grep
configure:4256: checking for egrep
configure:4318: result: /usr/bin/grep -E
configure:4323: checking for fgrep
configure:4385: result: /usr/bin/grep -F
configure:4420: checking for ld used by clang
configure:4487: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:4494: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:4509: result: no
configure:4521: checking for BSD- or MS-compatible name lister (nm)
configure:4570: result: /usr/bin/nm
configure:4700: checking the name lister (/usr/bin/nm) interface
configure:4707: clang -c -g -O2 conftest.c >&5
configure:4710: /usr/bin/nm "conftest.o"
configure:4713: output
0000000000000214 S _some_variable
configure:4720: result: BSD nm
configure:4723: checking whether ln -s works
configure:4727: result: yes
configure:4735: checking the maximum length of command line arguments
configure:4866: result: 196608
configure:4883: checking whether the shell understands some XSI constructs
configure:4893: result: yes
configure:4897: checking whether the shell understands "+="
configure:4903: result: yes
configure:4938: checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format
configure:4978: result: func_convert_file_noop
configure:4985: checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format
configure:5005: result: func_convert_file_noop
configure:5012: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:5019: result: -r
configure:5093: checking for objdump
configure:5123: result: no
configure:5149: checking how to recognize dependent libraries
configure:5347: result: pass_all
configure:5432: checking for dlltool
configure:5462: result: no
configure:5489: checking how to associate runtime and link libraries
configure:5516: result: printf %s\n
configure:5577: checking for ar
configure:5593: found /usr/bin/ar
configure:5604: result: ar
configure:5641: checking for archiver @FILE support
configure:5658: clang -c -g -O2 conftest.c >&5
configure:5658: $? = 0
configure:5661: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:5664: $? = 1
configure:5684: result: no
configure:5742: checking for strip
configure:5758: found /usr/bin/strip
configure:5769: result: strip
configure:5841: checking for ranlib
configure:5857: found /usr/bin/ranlib
configure:5868: result: ranlib
configure:5970: checking command to parse /usr/bin/nm output from clang object
configure:6090: clang -c -g -O2 conftest.c >&5
configure:6093: $? = 0
configure:6097: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6100: $? = 0
cannot find nm_test_var in conftest.nm
configure:6090: clang -c -g -O2 conftest.c >&5
configure:6093: $? = 0
configure:6097: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6100: $? = 0
configure:6166: clang -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6169: $? = 0
configure:6207: result: ok
configure:6244: checking for sysroot
configure:6274: result: no
configure:6537: checking for mt
configure:6567: result: no
configure:6587: checking if : is a manifest tool
configure:6593: : '-?'
configure:6601: result: no
configure:6657: checking for dsymutil
configure:6673: found /usr/bin/dsymutil
configure:6684: result: dsymutil
configure:6749: checking for nmedit
configure:6765: found /usr/bin/nmedit
configure:6776: result: nmedit
configure:6841: checking for lipo
configure:6857: found /usr/bin/lipo
configure:6868: result: lipo
configure:6933: checking for otool
configure:6949: found /usr/bin/otool
configure:6960: result: otool
configure:7025: checking for otool64
configure:7055: result: no
configure:7100: checking for -single_module linker flag
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7133: result: yes
configure:7136: checking for -exported_symbols_list linker flag
configure:7156: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7156: $? = 0
configure:7166: result: yes
configure:7169: checking for -force_load linker flag
clang -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7201: result: yes
configure:7243: checking how to run the C preprocessor
configure:7274: clang -E conftest.c
configure:7274: $? = 0
configure:7288: clang -E conftest.c
conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7288: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pygobject"
| #define PACKAGE_TARNAME "pygobject"
| #define PACKAGE_VERSION "3.10.2"
| #define PACKAGE_STRING "pygobject 3.10.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject"
| #define PACKAGE_URL "https://live.gnome.org/PyGObject/"
| #define PYGOBJECT_MAJOR_VERSION 3
| #define PYGOBJECT_MINOR_VERSION 10
| #define PYGOBJECT_MICRO_VERSION 2
| #define PACKAGE "pygobject"
| #define VERSION "3.10.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7313: result: clang -E
configure:7333: clang -E conftest.c
configure:7333: $? = 0
configure:7347: clang -E conftest.c
conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pygobject"
| #define PACKAGE_TARNAME "pygobject"
| #define PACKAGE_VERSION "3.10.2"
| #define PACKAGE_STRING "pygobject 3.10.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject"
| #define PACKAGE_URL "https://live.gnome.org/PyGObject/"
| #define PYGOBJECT_MAJOR_VERSION 3
| #define PYGOBJECT_MINOR_VERSION 10
| #define PYGOBJECT_MICRO_VERSION 2
| #define PACKAGE "pygobject"
| #define VERSION "3.10.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7376: checking for ANSI C header files
configure:7396: clang -c -g -O2 conftest.c >&5
configure:7396: $? = 0
configure:7469: clang -o conftest -g -O2 conftest.c >&5
configure:7469: $? = 0
configure:7469: ./conftest
configure:7469: $? = 0
configure:7480: result: yes
configure:7493: checking for sys/types.h
configure:7493: clang -c -g -O2 conftest.c >&5
configure:7493: $? = 0
configure:7493: result: yes
configure:7493: checking for sys/stat.h
configure:7493: clang -c -g -O2 conftest.c >&5
configure:7493: $? = 0
configure:7493: result: yes
configure:7493: checking for stdlib.h
configure:7493: clang -c -g -O2 conftest.c >&5
configure:7493: $? = 0
configure:7493: result: yes
configure:7493: checking for string.h
configure:7493: clang -c -g -O2 conftest.c >&5
configure:7493: $? = 0
configure:7493: result: yes
configure:7493: checking for memory.h
configure:7493: clang -c -g -O2 conftest.c >&5
configure:7493: $? = 0
configure:7493: result: yes
configure:7493: checking for strings.h
configure:7493: clang -c -g -O2 conftest.c >&5
configure:7493: $? = 0
configure:7493: result: yes
configure:7493: checking for inttypes.h
configure:7493: clang -c -g -O2 conftest.c >&5
configure:7493: $? = 0
configure:7493: result: yes
configure:7493: checking for stdint.h
configure:7493: clang -c -g -O2 conftest.c >&5
configure:7493: $? = 0
configure:7493: result: yes
configure:7493: checking for unistd.h
configure:7493: clang -c -g -O2 conftest.c >&5
configure:7493: $? = 0
configure:7493: result: yes
configure:7507: checking for dlfcn.h
configure:7507: clang -c -g -O2 conftest.c >&5
configure:7507: $? = 0
configure:7507: result: yes
configure:8009: checking for objdir
configure:8024: result: .libs
configure:8295: checking if clang supports -fno-rtti -fno-exceptions
configure:8313: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:8317: $? = 0
configure:8330: result: yes
configure:8657: checking for clang option to produce PIC
configure:8664: result: -fno-common -DPIC
configure:8672: checking if clang PIC flag -fno-common -DPIC works
configure:8690: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:8694: $? = 0
configure:8707: result: yes
configure:8736: checking if clang static flag -static works
configure:8764: result: no
configure:8779: checking if clang supports -c -o file.o
configure:8800: clang -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8804: $? = 0
configure:8826: result: yes
configure:8834: checking if clang supports -c -o file.o
configure:8881: result: yes
configure:8914: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:10071: result: yes
configure:10311: checking dynamic linker characteristics
configure:11045: result: darwin13.0.0 dyld
configure:11152: checking how to hardcode library paths into programs
configure:11177: result: immediate
configure:11222: checking for dlopen in -ldl
configure:11247: clang -o conftest -g -O2 conftest.c -ldl >&5
configure:11247: $? = 0
configure:11256: result: yes
configure:11471: checking whether a program can dlopen itself
configure:11551: clang -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:11554: $? = 0
configure:11572: result: yes
configure:11577: checking whether a statically linked program can dlopen itself
configure:11657: clang -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:11660: $? = 0
configure:11678: result: yes
configure:11717: checking whether stripping libraries is possible
configure:11731: result: yes
configure:11757: checking if libtool supports shared libraries
configure:11759: result: yes
configure:11762: checking whether to build shared libraries
configure:11783: result: yes
configure:11786: checking whether to build static libraries
configure:11790: result: no
configure:11828: checking for library containing strerror
configure:11859: clang -o conftest -g -O2 conftest.c >&5
conftest.c:33:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:33:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:11859: $? = 0
configure:11876: result: none required
configure:11932: checking for gcc
configure:11959: result: clang
configure:12188: checking for C compiler version
configure:12197: clang --version >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:12208: $? = 0
configure:12197: clang -v >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -headerpad_max_install_names -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12208: $? = 1
configure:12197: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:12208: $? = 1
configure:12197: clang -qversion >&5
clang: warning: argument unused during compilation: '-qversion'
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12208: $? = 1
configure:12212: checking whether we are using the GNU C compiler
configure:12240: result: yes
configure:12249: checking whether clang accepts -g
configure:12310: result: yes
configure:12327: checking for clang option to accept ISO C89
configure:12403: result: none needed
configure:12428: checking whether clang understands -c and -o together
configure:12465: result: yes
configure:12484: checking dependency style of clang
configure:12595: result: none
configure:12635: checking whether python version >= 2.7
configure:12646: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.7'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:12649: $? = 0
configure:12651: result: yes
configure:12742: checking for python version
configure:12749: result: 2.7
configure:12761: checking for python platform
configure:12768: result: darwin
configure:12775: checking for python script directory
configure:12783: result: ${prefix}/lib/python2.7/site-packages
configure:12792: checking for python extension module directory
configure:12800: result: ${exec_prefix}/lib/python2.7/site-packages
configure:12824: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:12827: $? = 1
configure:12928: checking for python version
configure:12935: result: 2.7
configure:12947: checking for python platform
configure:12954: result: darwin
configure:12980: checking for python script directory
configure:13015: result: ${prefix}/lib/python2.7/site-packages
configure:13024: checking for python extension module directory
configure:13059: result: ${exec_prefix}/lib/python2.7/site-packages
configure:13073: checking for headers required to compile python extensions
configure:13091: clang -E -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c
configure:13091: $? = 0
configure:13092: result: found
configure:13149: checking for PySignal_SetWakeupFd in Python.h
configure:13164: clang -c -g -O2 -Wall -Werror -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c >&5
configure:13164: $? = 0
configure:13170: result: yes
configure:13192: checking for python module thread
configure:13218: result: yes
configure:13266: checking whether to enable threading in pygobject
configure:13271: result: yes
configure:13368: checking for pkg-config
configure:13386: found /usr/local/bin/pkg-config
configure:13398: result: /usr/local/bin/pkg-config
configure:13423: checking pkg-config is at least version 0.16
configure:13426: result: yes
configure:13443: checking for GLIB - version >= 2.35.9
configure:13558: clang -o conftest -g -O2 -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include conftest.c -L/usr/local/Cellar/glib/2.38.2/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl >&5
configure:13558: $? = 0
configure:13558: ./conftest
configure:13558: $? = 0
configure:13572: result: yes (version 2.38.2)
configure:13675: checking for ffi
configure:13690: checking for FFI
configure:13697: $PKG_CONFIG --exists --print-errors "libffi >= 3.0"
configure:13700: $? = 0
configure:13714: $PKG_CONFIG --exists --print-errors "libffi >= 3.0"
configure:13717: $? = 0
configure:13755: result: yes
configure:13780: checking for GIO
configure:13787: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.35.9"
configure:13790: $? = 0
configure:13804: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.35.9"
configure:13807: $? = 0
configure:13865: result: yes
configure:13880: checking for GI
configure:13889: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.35.9
gobject-introspection-1.0 >= 1.35.9
"
configure:13894: $? = 0
configure:13912: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.35.9
gobject-introspection-1.0 >= 1.35.9
"
configure:13917: $? = 0
configure:13983: result: yes
configure:13994: checking for CAIRO
configure:14001: $PKG_CONFIG --exists --print-errors "cairo cairo-gobject"
configure:14004: $? = 0
configure:14018: $PKG_CONFIG --exists --print-errors "cairo cairo-gobject"
configure:14021: $? = 0
configure:14079: result: yes
configure:14188: checking for PYCAIRO
configure:14196: $PKG_CONFIG --exists --print-errors "pycairo >= 1.2.0
"
configure:14200: $? = 0
configure:14216: $PKG_CONFIG --exists --print-errors "pycairo >= 1.2.0
"
configure:14220: $? = 0
configure:14282: result: yes
configure:14364: checking whether gcc understands -Wall
configure:14377: clang -c -g -O2 -Wall conftest.c >&5
configure:14377: $? = 0
configure:14384: result: yes
configure:14364: checking whether gcc understands -Wstrict-prototypes
configure:14377: clang -c -g -O2 -Wstrict-prototypes conftest.c >&5
configure:14377: $? = 0
configure:14384: result: yes
configure:14364: checking whether gcc understands -Wnested-externs
configure:14377: clang -c -g -O2 -Wnested-externs conftest.c >&5
configure:14377: $? = 0
configure:14384: result: yes
configure:14364: checking whether gcc understands -Werror=missing-prototypes
configure:14377: clang -c -g -O2 -Werror=missing-prototypes conftest.c >&5
configure:14377: $? = 0
configure:14384: result: yes
configure:14364: checking whether gcc understands -Werror=implicit-function-declaration
configure:14377: clang -c -g -O2 -Werror=implicit-function-declaration conftest.c >&5
configure:14377: $? = 0
configure:14384: result: yes
configure:14364: checking whether gcc understands -Werror=pointer-arith
configure:14377: clang -c -g -O2 -Werror=pointer-arith conftest.c >&5
configure:14377: $? = 0
configure:14384: result: yes
configure:14364: checking whether gcc understands -Werror=init-self
configure:14377: clang -c -g -O2 -Werror=init-self conftest.c >&5
configure:14377: $? = 0
configure:14384: result: yes
configure:14364: checking whether gcc understands -Werror=format-security
configure:14377: clang -c -g -O2 -Werror=format-security conftest.c >&5
configure:14377: $? = 0
configure:14384: result: yes
configure:14364: checking whether gcc understands -Werror=format=2
configure:14377: clang -c -g -O2 -Werror=format=2 conftest.c >&5
configure:14377: $? = 0
configure:14384: result: yes
configure:14364: checking whether gcc understands -Werror=missing-include-dirs
configure:14377: clang -c -g -O2 -Werror=missing-include-dirs conftest.c >&5
configure:14377: $? = 0
configure:14384: result: yes
configure:14394: checking what warning flags to pass to the C compiler
configure:14396: result: -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
configure:14407: checking what language compliance flags to pass to the C compiler
configure:14422: result:
configure:14428: checking for Gnome code coverage support
configure:14430: result: yes
configure:14433: checking whether to build with code coverage support
configure:14452: result: no
configure:14677: checking whether clang understands -Wall
configure:14690: clang -c -g -O2 -Wall conftest.c >&5
configure:14690: $? = 0
configure:14696: result: yes
configure:14710: checking whether clang understands -Werror=unused-variable
configure:14723: clang -c -g -O2 -Wall -Werror=unused-variable conftest.c >&5
configure:14723: $? = 0
configure:14729: result: yes
configure:14743: checking whether clang understands -fno-strict-aliasing
configure:14756: clang -c -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing conftest.c >&5
configure:14756: $? = 0
configure:14762: result: yes
configure:14781: checking whether clang understands -std=c9x
configure:14794: clang -c -g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x conftest.c >&5
configure:14794: $? = 0
configure:14800: result: yes
configure:14926: checking that generated files are newer than configure
configure:14932: result: done
configure:14979: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by pygobject config.status 3.10.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on StarTopom.local
config.status:1244: creating Makefile
config.status:1244: creating pygobject-3.0.pc
config.status:1244: creating pygobject-3.0-uninstalled.pc
config.status:1244: creating gi/Makefile
config.status:1244: creating gi/repository/Makefile
config.status:1244: creating gi/overrides/Makefile
config.status:1244: creating gi/_glib/Makefile
config.status:1244: creating gi/_gobject/Makefile
config.status:1244: creating examples/Makefile
config.status:1244: creating tests/Makefile
config.status:1244: creating pygtkcompat/Makefile
config.status:1244: creating PKG-INFO
config.status:1244: creating config.h
config.status:1473: executing depfiles commands
config.status:1473: executing libtool commands
configure:17229: result:
pygobject 3.10.2
Using python interpreter: python
libffi support: yes
cairo support: yes
thread support: yes
code coverage support: no
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin13.0.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CAIRO_CFLAGS_set=
ac_cv_env_CAIRO_CFLAGS_value=
ac_cv_env_CAIRO_LIBS_set=
ac_cv_env_CAIRO_LIBS_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_FFI_CFLAGS_set=
ac_cv_env_FFI_CFLAGS_value=
ac_cv_env_FFI_LIBS_set=
ac_cv_env_FFI_LIBS_value=
ac_cv_env_GIO_CFLAGS_set=
ac_cv_env_GIO_CFLAGS_value=
ac_cv_env_GIO_LIBS_set=
ac_cv_env_GIO_LIBS_value=
ac_cv_env_GI_CFLAGS_set=
ac_cv_env_GI_CFLAGS_value=
ac_cv_env_GI_LIBS_set=
ac_cv_env_GI_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/py2cairo/lib/pkgconfig:/usr/local/opt/gobject-introspection/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PYCAIRO_CFLAGS_set=
ac_cv_env_PYCAIRO_CFLAGS_value=
ac_cv_env_PYCAIRO_LIBS_set=
ac_cv_env_PYCAIRO_LIBS_value=
ac_cv_env_PYTHON_set=set
ac_cv_env_PYTHON_value=python
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin13.0.0
ac_cv_lib_dl_dlopen=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
am_cv_CC_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_python_platform=darwin
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
am_cv_python_version=2.7
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_CAIRO_CFLAGS='-I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/libpng/1.5.17/include/libpng15 -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/opt/X11/include '
pkg_cv_CAIRO_LIBS='-L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/Cellar/cairo/1.12.16/lib -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lintl '
pkg_cv_FFI_CFLAGS='-I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include '
pkg_cv_FFI_LIBS='-L/usr/local/Cellar/libffi/3.0.13/lib -lffi '
pkg_cv_GIO_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include '
pkg_cv_GIO_LIBS='-L/usr/local/Cellar/glib/2.38.2/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl '
pkg_cv_GI_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 '
pkg_cv_GI_LIBS='-L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/Cellar/gobject-introspection/1.38.0/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl '
pkg_cv_PYCAIRO_CFLAGS='-I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/libpng/1.5.17/include/libpng15 -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/py2cairo/1.10.0/include/pycairo -I/opt/X11/include '
pkg_cv_PYCAIRO_LIBS='-L/usr/local/Cellar/cairo/1.12.16/lib -lcairo '
py_cv_mod_thread_=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
$(LCOV) $(code_coverage_quiet) --directory $(CODE_COVERAGE_DIRECTORY) --capture --output-file "$(CODE_COVERAGE_OUTPUT_FILE).tmp" --test-name "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" --no-checksum --compat-libtool $(CODE_COVERAGE_LCOV_OPTIONS)
$(LCOV) $(code_coverage_quiet) --directory $(CODE_COVERAGE_DIRECTORY) --remove "$(CODE_COVERAGE_OUTPUT_FILE).tmp" "/tmp/*" $(CODE_COVERAGE_IGNORE_PATTERN) --output-file "$(CODE_COVERAGE_OUTPUT_FILE)"
$(MAKE) $(AM_MAKEFLAGS) code-coverage-capture
-$(LCOV) --directory $(top_builddir) -z
-$(MAKE) $(AM_MAKEFLAGS) -k check
-@rm -f $(CODE_COVERAGE_OUTPUT_FILE).tmp
-find . -name "*.gcda" -o -name "*.gcov" -delete
-rm -rf $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_FILE).tmp $(CODE_COVERAGE_OUTPUT_DIRECTORY)
@echo "Need to reconfigure with --enable-code-coverage"
@echo "Need to reconfigure with --enable-code-coverage"
@echo "file://$(abs_builddir)/$(CODE_COVERAGE_OUTPUT_DIRECTORY)/index.html"
LANG=C $(GENHTML) $(code_coverage_quiet) --prefix $(CODE_COVERAGE_DIRECTORY) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERSION) Code Coverage" --legend --show-details "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_GENHTML_OPTIONS)
#
#
# $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
# $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
# (Default: $(top_builddir))
# (Default: empty)
# by lcov for code coverage. (Default:
# instance. (Default: empty)
# reports to be created. (Default:
# - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting.
# - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml
# - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
# - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the lcov instance.
# - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage
# - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated
# $(PACKAGE_VERSION). In order to add the current git hash to the title,
# Capture code coverage data
# Code coverage
# Hook rule executed before code-coverage-capture, overridable by the user
# Optional variables
# Optional:
# The generated report will be titled using the $(PACKAGE_NAME) and
# Use recursive makes in order to ignore errors during check
# use the git-version-gen script, available online.
'
.PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean
ACLOCAL='${SHELL} /private/tmp/pygobject3-TXgL/pygobject-3.10.2/missing aclocal-1.14 '
ACLOCAL_AMFLAGS='-I m4 -I .'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/pygobject3-TXgL/pygobject-3.10.2/missing autoconf'
AUTOHEADER='${SHELL} /private/tmp/pygobject3-TXgL/pygobject-3.10.2/missing autoheader'
AUTOMAKE='${SHELL} /private/tmp/pygobject3-TXgL/pygobject-3.10.2/missing automake-1.14'
AWK='awk'
CAIRO_CFLAGS='-I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/libpng/1.5.17/include/libpng15 -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/opt/X11/include '
CAIRO_LIBS='-L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/Cellar/cairo/1.12.16/lib -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lintl '
CC='clang'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs '
CODE_COVERAGE_CFLAGS=''
CODE_COVERAGE_DIRECTORY ?= $(top_builddir)
CODE_COVERAGE_ENABLED='no'
CODE_COVERAGE_ENABLED_FALSE=''
CODE_COVERAGE_ENABLED_TRUE='#'
CODE_COVERAGE_GENHTML_OPTIONS ?=
CODE_COVERAGE_IGNORE_PATTERN ?=
CODE_COVERAGE_LCOV_OPTIONS ?=
CODE_COVERAGE_LDFLAGS=''
CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
CPP='clang -E'
CPPFLAGS=' '
CYGPATH_W='echo'
DATADIR='${prefix}/share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage
DISTCHECK_CONFIGURE_FLAGS ?=
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_CAIRO_FALSE='#'
ENABLE_CAIRO_TRUE=''
EXEEXT=''
FFI_CFLAGS='-I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include '
FFI_LIBS='-L/usr/local/Cellar/libffi/3.0.13/lib -lffi '
FGREP='/usr/bin/grep -F'
GENHTML=''
GIO_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include '
GIO_LIBS='-L/usr/local/Cellar/glib/2.38.2/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl '
GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)
GITIGNOREFILES ?=
GI_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/gobject-introspection/1.38.0/include/gobject-introspection-1.0 '
GI_DATADIR='/usr/local/Cellar/gobject-introspection/1.38.0/share/gobject-introspection-1.0'
GI_LIBS='-L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/Cellar/gobject-introspection/1.38.0/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl '
GLIB_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include '
GLIB_COMPILE_RESOURCES='glib-compile-resources'
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-L/usr/local/Cellar/glib/2.38.2/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl '
GLIB_MKENUMS='glib-mkenums'
GNOME_CODE_COVERAGE_RULES='
GOBJECT_QUERY='gobject-query'
GREP='/usr/bin/grep'
HAVE_LIBFFI_FALSE='#'
HAVE_LIBFFI_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTROSPECTION_COMPILER='/usr/local/Cellar/gobject-introspection/1.38.0/bin/g-ir-compiler'
INTROSPECTION_SCANNER='/usr/local/Cellar/gobject-introspection/1.38.0/bin/g-ir-scanner'
LCOV=''
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=' '
LIBFFI_PC='libffi'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/pygobject3-TXgL/pygobject-3.10.2/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OTOOL64=':'
OTOOL='otool'
PACKAGE='pygobject'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject'
PACKAGE_NAME='pygobject'
PACKAGE_STRING='pygobject 3.10.2'
PACKAGE_TARNAME='pygobject'
PACKAGE_URL='https://live.gnome.org/PyGObject/'
PACKAGE_VERSION='3.10.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig'
PKG_CONFIG_PATH='/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/py2cairo/lib/pkgconfig:/usr/local/opt/gobject-introspection/lib/pkgconfig'
PLATFORM='macosx-10.9-x86_64'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
PYCAIRO_CFLAGS='-I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/Cellar/libpng/1.5.17/include/libpng15 -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/py2cairo/1.10.0/include/pycairo -I/opt/X11/include '
PYCAIRO_LIBS='-L/usr/local/Cellar/cairo/1.12.16/lib -lcairo '
PYGOBJECT_MAJOR_VERSION='3'
PYGOBJECT_MICRO_VERSION='2'
PYGOBJECT_MINOR_VERSION='10'
PYTHON='python'
PYTHON_BASENAME='python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_INCLUDES='-I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7'
PYTHON_LIBS=''
PYTHON_LIB_LOC=''
PYTHON_PLATFORM='darwin'
PYTHON_PREFIX='${prefix}'
PYTHON_SO='.so'
PYTHON_VERSION='2.7'
RANLIB='ranlib'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
THREADING_CFLAGS=''
VERSION='3.10.2'
WARN_CFLAGS=' -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs '
ac_ct_AR='ar'
ac_ct_CC='clang'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.0.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.0.0'
build_vendor='apple'
check-code-coverage:
clean: code-coverage-clean
code-coverage-capture-hook:
code-coverage-capture: code-coverage-capture-hook
code-coverage-clean:
code_coverage_quiet = $(code_coverage_quiet_$(V))
code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY))
code_coverage_quiet_0 = --quiet
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
else
else
endif
endif
endif
exec_prefix='${prefix}'
host='x86_64-apple-darwin13.0.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.0.0'
host_vendor='apple'
htmldir='${docdir}'
ifeq ($(CODE_COVERAGE_ENABLED),yes)
ifeq ($(CODE_COVERAGE_ENABLED),yes)
ifeq ($(CODE_COVERAGE_ENABLED),yes)
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/pygobject3-TXgL/pygobject-3.10.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/pygobject'
pkgpythondir='${pythondir}/pygobject'
prefix='/usr/local/Cellar/pygobject3/3.10.2'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
pythondir='${prefix}/lib/python2.7/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "pygobject"
#define PACKAGE_TARNAME "pygobject"
#define PACKAGE_VERSION "3.10.2"
#define PACKAGE_STRING "pygobject 3.10.2"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject"
#define PACKAGE_URL "https://live.gnome.org/PyGObject/"
#define PYGOBJECT_MAJOR_VERSION 3
#define PYGOBJECT_MINOR_VERSION 10
#define PYGOBJECT_MICRO_VERSION 2
#define PACKAGE "pygobject"
#define VERSION "3.10.2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_PYSIGNAL_SETWAKEUPFD 1
configure: exit 0
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: c45600a805a2b01e97b4b0076bc68fc56bd668eb
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.9.1-x86_64
Xcode: 5.0.2
CLT: 5.0.1.0.1.1382131676
GCC-4.2: build 5666
Clang: 5.0 build 500
X11: 2.7.5 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/local/bin/perl => /usr/local/Cellar/perl/5.14.4/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Library/Frameworks/GDAL.framework/Programs/gdal-config
Warning: Some keg-only formula are linked into the Cellar.
Linking a keg-only formula, such as gettext, into the cellar with
`brew link <formula>` will cause other formulae to detect them during
the `./configure` step. This may cause problems when compiling those
other formulae.
Binaries provided by keg-only formulae may override system binaries
with other strange results.
You may wish to `brew unlink` these brews:
gettext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment