Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sambrightman/86128189e1989a8e32e9c862df5d6fe6 to your computer and use it in GitHub Desktop.
Save sambrightman/86128189e1989a8e32e9c862df5d6fe6 to your computer and use it in GitHub Desktop.
freetype on Ubuntu 16.04.4 LTS - Homebrew build logs
Homebrew build logs for freetype on Ubuntu 16.04.4 LTS
Build date: 2018-05-11 12:44:56
HOMEBREW_VERSION: 1.6.3
ORIGIN: https://github.com/Linuxbrew/brew.git
HEAD: b67917c837f1fb9c5bf2494cfd89b4eee6802802
Last commit: 5 days ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: fb38e053ca492a9dc09d4233ef6f994b11fcf5a4
Core tap last commit: 15 hours ago
HOMEBREW_PREFIX: /spare/ssd/sbrightman/dev/linuxbrew
HOMEBREW_REPOSITORY: /spare/ssd/sbrightman/dev/linuxbrew
HOMEBREW_CELLAR: /spare/ssd/sbrightman/dev/linuxbrew/Cellar
HOMEBREW_CACHE: /apps/homefs1/sbrightman/.cache/Homebrew
HOMEBREW_BUILD_FROM_SOURCE: 1
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_TEMP: /apps/homefs1/sbrightman/tmp
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.3.3 => /spare/ssd/sbrightman/dev/linuxbrew/Library/Homebrew/vendor/portable-ruby/2.3.3_2/bin/ruby
Clang: 6.0 build 600
Git: 2.17.0 => /spare/ssd/sbrightman/dev/linuxbrew/bin/git
Curl: 7.47.0 => /usr/bin/curl
Java: N/A
Kernel: Linux 4.4.0-119-generic x86_64 GNU/Linux
OS: Ubuntu 16.04.4 LTS (xenial)
Host glibc: 2.23
/usr/bin/gcc: 5.4.0
glibc: N/A
gcc: 5.5.0_4
xorg: 20170115_1
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: You have HOMEBREW_BUILD_FROM_SOURCE set. This environment variable is
intended for use by Homebrew developers. If you are encountering errors,
please try unsetting this. Please do not file issues if you encounter
errors when using this environment variable.
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:
/apps/homefs1/sbrightman/.cargo/bin/cargo-install-update-config
2018-05-11 12:44:51 +0100
./configure
--prefix=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1
--enable-freetype-config
--without-harfbuzz
FreeType build system -- automatic system detection
The following settings are used:
platform unix
compiler gcc-5
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (this needs python >= 2.6).
Generating modules list in ./objs/ftmodule.h...
done.
* module: truetype (Windows/Mac font files with extension *.ttf or *.ttc)
* module: type1 (Postscript font files with extension *.pfa or *.pfb)
* module: cff (OpenType fonts with extension *.otf)
* module: cid (Postscript CID-keyed fonts, no known extension)
* module: pfr (PFR/TrueDoc font files with extension *.pfr)
* module: type42 (Type 42 font files with no known extension)
* module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon)
* module: pcf (pcf bitmap fonts)
* module: bdf (bdf bitmap fonts)
* module: sfnt (helper module for TrueType & OpenType formats)
* module: autofit (automatic hinting module)
* module: pshinter (Postscript hinter module)
* module: raster (monochrome bitmap renderer)
* module: smooth (anti-aliased bitmap renderer)
* module: smooth (anti-aliased bitmap renderer for LCDs)
* module: smooth (anti-aliased bitmap renderer for vertical LCDs)
* module: psaux (Postscript Type 1 & Type 2 helper module)
* module: psnames (Postscript & Unicode Glyph name handling)
cd builds/unix; \
./configure '--prefix=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1' '--enable-freetype-config' '--without-harfbuzz'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc-5
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 gcc-5 accepts -g... yes
checking for gcc-5 option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc-5 -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.24... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc-5... /spare/ssd/sbrightman/dev/linuxbrew/Library/Homebrew/shims/linux/super/ld
checking if the linker (/spare/ssd/sbrightman/dev/linuxbrew/Library/Homebrew/shims/linux/super/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /spare/ssd/sbrightman/dev/linuxbrew/opt/binutils/bin/nm -B
checking the name lister (/spare/ssd/sbrightman/dev/linuxbrew/opt/binutils/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /spare/ssd/sbrightman/dev/linuxbrew/Library/Homebrew/shims/linux/super/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /spare/ssd/sbrightman/dev/linuxbrew/opt/binutils/bin/nm -B output from gcc-5 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
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 gcc-5 supports -fno-rtti -fno-exceptions... no
checking for gcc-5 option to produce PIC... -fPIC -DPIC
checking if gcc-5 PIC flag -fPIC -DPIC works... yes
checking if gcc-5 static flag -static works... yes
checking if gcc-5 supports -c -o file.o... yes
checking if gcc-5 supports -c -o file.o... (cached) yes
checking whether the gcc-5 linker (/spare/ssd/sbrightman/dev/linuxbrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for windres... windres
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int... 4
checking size of long... 8
checking for unsigned long long int... yes
checking for long long int... yes
checking whether cpp computation of bit length in ftconfig.in works... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether munmap is declared... yes
checking for munmap's first parameter type... void *
checking for memcpy... yes
checking for memmove... yes
checking gcc compiler flag -pedantic to assure ANSI C works correctly... ok, adding to XX_ANSIFLAGS
checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, adding to XX_ANSIFLAGS
checking for -fvisibility=hidden compiler flag... yes
checking for ZLIB... yes
checking for BZIP2... no
checking for BZ2_bzDecompress in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for LIBPNG... yes
checking for library containing clock_gettime... none required
configure: creating ./config.status
config.status: creating ftoption.h
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating ftconfig.h
config.status: executing libtool commands
configure:
Library configuration:
external zlib: yes (pkg-config)
bzip2: yes (autoconf test)
libpng: yes (pkg-config)
harfbuzz: no
make: Nothing to be done for 'unix'.
gcc-5 called with: -E /apps/homefs1/sbrightman/tmp/cgWjdW76/dummy.c
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -E /apps/homefs1/sbrightman/tmp/cgWjdW76/dummy.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: --version
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os --version -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -v
superenv executed: gcc-5 -v
gcc-5 called with: -V
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -V -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -qversion
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -qversion -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -o conftest conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -o conftest conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -c conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -print-prog-name=ld
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -print-prog-name=ld -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
ld called with: -v
superenv executed: ld -v
ld called with: -v
superenv executed: ld -v
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c conftstm.o
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 conftest.c conftstm.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 -fPIC -DPIC -DPIC conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 -fPIC -DPIC -DPIC conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -o conftest -g -O2 -static conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 -static conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -c -g -O2 -o out/conftest2.o conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 -o out/conftest2.o conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
ld called with: -m elf_x86_64 --help
superenv added: --dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -L/spare/ssd/sbrightman/dev/linuxbrew/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: ld --dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -L/spare/ssd/sbrightman/dev/linuxbrew/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib -m elf_x86_64 --help
ld called with: -m elf_x86_64 -v
superenv added: --dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -L/spare/ssd/sbrightman/dev/linuxbrew/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: ld --dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -L/spare/ssd/sbrightman/dev/linuxbrew/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib -m elf_x86_64 -v
ld called with: -m elf_x86_64 --help
superenv added: --dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -L/spare/ssd/sbrightman/dev/linuxbrew/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: ld --dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -L/spare/ssd/sbrightman/dev/linuxbrew/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib -m elf_x86_64 --help
gcc-5 called with: -V
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -V -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -print-search-dirs
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -print-search-dirs -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -g -O2 -print-multi-os-directory
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -g -O2 -print-multi-os-directory -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -c -g -O2 conftest.rc
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.rc -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.rc
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 conftest.rc -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -E -I. -I. -I./../../include/freetype/config conftest.c
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -E -I. -I. -I./../../include/freetype/config conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -dumpversion
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -dumpversion -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -c -g -O2 -pedantic conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 -pedantic conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 -pedantic -ansi conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 -pedantic -ansi conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -c -g -O2 -fvisibility=hidden conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 -fvisibility=hidden conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -o conftest -g -O2 -fvisibility=hidden conftest.c -lbz2
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 -fvisibility=hidden conftest.c -lbz2 -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
gcc-5 called with: -c -g -O2 -fvisibility=hidden conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pipe -Os -c -g -O2 -fvisibility=hidden conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -o conftest -g -O2 -fvisibility=hidden conftest.c
superenv added: -pipe -Os -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
superenv executed: gcc-5 -pipe -Os -o conftest -g -O2 -fvisibility=hidden conftest.c -isystem/spare/ssd/sbrightman/dev/linuxbrew/include -Wl,--dynamic-linker=/spare/ssd/sbrightman/dev/linuxbrew/lib/ld.so -B/spare/ssd/sbrightman/dev/linuxbrew/opt/glibc/lib -L/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/Cellar/freetype/2.9.1/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib -Wl,-rpath=/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/lib
2018-05-11 12:44:56 +0100
make
./builds/unix/libtool --mode=compile gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -DFT_CONFIG_OPTIONS_H="<ftoption.h>" -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftsystem.lo builds/unix/ftsystem.c
./builds/unix/libtool --mode=compile gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -DFT_CONFIG_OPTIONS_H="<ftoption.h>" -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftdebug.lo /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftdebug.c
./builds/unix/libtool --mode=compile gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -DFT_CONFIG_OPTIONS_H="<ftoption.h>" -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftinit.lo /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftinit.c
./builds/unix/libtool --tag=RC --mode=compile windres -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftver.lo /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftver.rc
./builds/unix/libtool --mode=compile gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -DFT_CONFIG_OPTIONS_H="<ftoption.h>" -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbase.lo /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbase.c
./builds/unix/libtool --mode=compile gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -DFT_CONFIG_OPTIONS_H="<ftoption.h>" -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbbox.lo /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbbox.c
./builds/unix/libtool --mode=compile gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -DFT_CONFIG_OPTIONS_H="<ftoption.h>" -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbdf.lo /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbdf.c
./builds/unix/libtool --mode=compile gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -DFT_CONFIG_OPTIONS_H="<ftoption.h>" -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbitmap.lo /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbitmap.c
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" builds/unix/ftsystem.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftsystem.o
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbase.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftbase.o
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbbox.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftbbox.o
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbdf.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftbdf.o
libtool: compile: windres /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftver.rc -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftver.o
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbitmap.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftbitmap.o
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftinit.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftinit.o
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftdebug.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftdebug.o
/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftver.rc:19:20: fatal error: windows.h: No such file or directory
compilation terminated.
windres: preprocessing failed.
/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/builds/freetype.mk:263: recipe for target '/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftver.lo' failed
make: *** [/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftver.lo] Error 1
make: *** Waiting for unfinished jobs....
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbdf.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbdf.o >/dev/null 2>&1
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbbox.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbbox.o >/dev/null 2>&1
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" builds/unix/ftsystem.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftsystem.o >/dev/null 2>&1
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftdebug.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftdebug.o >/dev/null 2>&1
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftinit.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftinit.o >/dev/null 2>&1
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbitmap.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbitmap.o >/dev/null 2>&1
libtool: compile: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" "-DFT_CONFIG_OPTIONS_H=<ftoption.h>" /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbase.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbase.o >/dev/null 2>&1
HOMEBREW_VERSION: 1.6.3
ORIGIN: https://github.com/Linuxbrew/brew.git
HEAD: b67917c837f1fb9c5bf2494cfd89b4eee6802802
Last commit: 5 days ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: fb38e053ca492a9dc09d4233ef6f994b11fcf5a4
Core tap last commit: 15 hours ago
HOMEBREW_PREFIX: /spare/ssd/sbrightman/dev/linuxbrew
HOMEBREW_REPOSITORY: /spare/ssd/sbrightman/dev/linuxbrew
HOMEBREW_CELLAR: /spare/ssd/sbrightman/dev/linuxbrew/Cellar
HOMEBREW_CACHE: /apps/homefs1/sbrightman/.cache/Homebrew
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.3.3 => /spare/ssd/sbrightman/dev/linuxbrew/Library/Homebrew/vendor/portable-ruby/2.3.3_2/bin/ruby
Clang: 6.0 build 600
Git: 2.17.0 => /spare/ssd/sbrightman/dev/linuxbrew/bin/git
Curl: 7.47.0 => /usr/bin/curl
Java: N/A
Kernel: Linux 4.4.0-119-generic x86_64 GNU/Linux
OS: Ubuntu 16.04.4 LTS (xenial)
Host glibc: 2.23
/usr/bin/gcc: 5.4.0
glibc: N/A
gcc: 5.5.0_4
xorg: 20170115_1
HOMEBREW_CC: gcc-5
HOMEBREW_CXX: g++-5
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /spare/ssd/sbrightman/dev/linuxbrew
PKG_CONFIG_PATH: /spare/ssd/sbrightman/dev/linuxbrew/opt/zlib/lib/pkgconfig:/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/lib/pkgconfig
HOMEBREW_BUILD_FROM_SOURCE: 1
ACLOCAL_PATH: /spare/ssd/sbrightman/dev/linuxbrew/share/aclocal
PATH: /spare/ssd/sbrightman/dev/linuxbrew/Library/Homebrew/shims/linux/super:/spare/ssd/sbrightman/dev/linuxbrew/opt/libpng/bin:/spare/ssd/sbrightman/dev/linuxbrew/opt/bzip2/bin:/spare/ssd/sbrightman/dev/linuxbrew/opt/binutils/bin:/usr/bin:/bin:/usr/sbin:/sbin:/spare/ssd/sbrightman/dev/linuxbrew/opt/gcc/bin
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> builds/unix/ftsystem.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftsystem.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> builds/unix/ftsystem.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftsystem.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbase.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftbase.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbase.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftbase.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbbox.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftbbox.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbbox.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftbbox.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbdf.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftbdf.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbdf.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftbdf.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc called with: -E -xc -DRC_INVOKED /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftver.rc
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -E -xc -DRC_INVOKED /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftver.rc -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbitmap.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftbitmap.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbitmap.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftbitmap.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftinit.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftinit.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftinit.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftinit.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftdebug.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftdebug.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftdebug.c -fPIC -DPIC -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/.libs/ftdebug.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbdf.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbdf.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbdf.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbdf.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbbox.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbbox.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbbox.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbbox.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftdebug.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftdebug.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftdebug.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftdebug.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftinit.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftinit.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftinit.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftinit.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> builds/unix/ftsystem.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftsystem.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> builds/unix/ftsystem.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftsystem.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbitmap.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbitmap.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbitmap.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbitmap.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
gcc-5 called with: -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbase.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbase.o
superenv added: -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
superenv executed: gcc-5 -pedantic -ansi -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs -I./builds/unix -I/spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/include -c -Wall -g -O2 -fvisibility=hidden -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/zlib/1.2.11/include -I/spare/local/sbrightman/dev/linuxbrew/Cellar/libpng/1.6.34/include/libpng16 -DFT_CONFIG_CONFIG_H=<ftconfig.h> -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H=<ftmodule.h> -DFT_CONFIG_OPTIONS_H=<ftoption.h> /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/src/base/ftbase.c -o /spare/ssd/sbrightman/tmp/freetype-20180511-5158-ralyhw/freetype-2.9.1/objs/ftbase.o -isystem/spare/ssd/sbrightman/dev/linuxbrew/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment