Skip to content

Instantly share code, notes, and snippets.

@cbeck88
Created October 27, 2014 02:31
Show Gist options
  • Select an option

  • Save cbeck88/884f7f6d20415a8d7a1e to your computer and use it in GitHub Desktop.

Select an option

Save cbeck88/884f7f6d20415a8d7a1e to your computer and use it in GitHub Desktop.
error log when trying to install fontconfig with linuxbrew
$ brew install fontconfig --debug --verbose
/home/chris/.linuxbrew/Library/brew.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/fontconfig.rb
/home/chris/.linuxbrew/Library/brew.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/pkg-config.rb
/home/chris/.linuxbrew/Library/brew.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/freetype.rb
/home/chris/.linuxbrew/Library/brew.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/libpng.rb
/home/chris/.linuxbrew/Library/brew.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/xz.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /home/chris/.linuxbrew/Library/Formula/fontconfig.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/freetype.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/libpng.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/pkg-config.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/xz.rb
/home/chris/.linuxbrew/Library/Homebrew/build.rb (Formulary::StandardLoader): loading /home/chris/.linuxbrew/Library/Formula/glibc.rb
==> Downloading http://fontconfig.org/release/fontconfig-2.11.1.tar.bz2
Already downloaded: /home/chris/.cache/Homebrew/fontconfig-2.11.1.tar.bz2
==> Verifying fontconfig-2.11.1.tar.bz2 checksum
tar xf /home/chris/.cache/Homebrew/fontconfig-2.11.1.tar.bz2
==> Patching
patching file fc-cache/fc-cache.c
patching file fontconfig/fontconfig.h
patching file src/fccache.c
patching file src/fcdir.c
patching file src/fcfs.c
patching file src/fcint.h
patching file src/fcpat.c
==> ./configure --disable-dependency-tracking --disable-silent-rules --with-add-fonts=/System/Library/Fonts,/Library/Fonts,~/Library/Fonts --prefix=/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1 --localstatedir=/home/chris/.linuxbrew/var --sysconfdir=/home/chris/.linuxbrew/etc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... /usr/bin/gcc-4.9
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.9 accepts -g... yes
checking for /usr/bin/gcc-4.9 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.9... none
checking how to run the C preprocessor... /usr/bin/gcc-4.9 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /home/chris/.linuxbrew/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for RM macro... rm -f
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by /usr/bin/gcc-4.9... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc-4.9 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc-4.9 supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/gcc-4.9 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc-4.9 PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc-4.9 static flag -static works... yes
checking if /usr/bin/gcc-4.9 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.9 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in src/fcstdint.h (assuming C99 compatible system)
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for flexible array members... yes
checking for pid_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for link... yes
checking for mkstemp... yes
checking for mkostemp... yes
checking for _mktemp_s... no
checking for mkdtemp... yes
checking for getopt... yes
checking for getopt_long... yes
checking for getprogname... no
checking for getexecname... no
checking for rand... yes
checking for random... yes
checking for lrand48... yes
checking for random_r... yes
checking for rand_r... yes
checking for readlink... yes
checking for regcomp... yes
checking for regerror... yes
checking for regexec... yes
checking for regfree... yes
checking for fstatvfs... yes
checking for fstatfs... yes
checking for lstat... yes
checking for posix_fadvise in fcntl.h... fcntl.h
checking for scandir... yes
checking for struct statvfs.f_basetype... no
checking for struct statvfs.f_fstypename... no
checking for struct statfs.f_flags... yes
checking for struct statfs.f_fstypename... no
checking for struct dirent.d_type... yes
checking for FREETYPE... yes
checking for FT_Get_Next_Char... no
checking for FT_Get_BDF_Property... no
checking for FT_Get_PS_Font_Info... no
checking for FT_Has_PS_Glyph_Names... no
checking for FT_Get_X11_Font_Format... no
checking for FT_Select_Size... no
checking for FT_Bitmap_Size.y_ppem... yes
checking for EXPAT... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_SetDoctypeDeclHandler... yes
checking for Intel atomic primitives... true
checking for Solaris atomic operations... false
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for docbook2html... yes
DOCMAN3 FcAtomicCreate.3 FcAtomicLock.3 FcAtomicNewFile.3 FcAtomicOrigFile.3 FcAtomicReplaceOrig.3 FcAtomicDeleteNew.3 FcAtomicUnlock.3 FcAtomicDestroy.3 FcBlanksCreate.3 FcBlanksDestroy.3 FcBlanksAdd.3 FcBlanksIsMember.3 FcCacheDir.3 FcCacheCopySet.3 FcCacheSubdir.3 FcCacheNumSubdir.3 FcCacheNumFont.3 FcDirCacheClean.3 FcCacheCreateTagFile.3 FcCharSetCreate.3 FcCharSetDestroy.3 FcCharSetAddChar.3 FcCharSetDelChar.3 FcCharSetCopy.3 FcCharSetEqual.3 FcCharSetIntersect.3 FcCharSetUnion.3 FcCharSetSubtract.3 FcCharSetMerge.3 FcCharSetHasChar.3 FcCharSetCount.3 FcCharSetIntersectCount.3 FcCharSetSubtractCount.3 FcCharSetIsSubset.3 FcCharSetFirstPage.3 FcCharSetNextPage.3 FcCharSetCoverage.3 FcCharSetNew.3 FcConfigCreate.3 FcConfigReference.3 FcConfigDestroy.3 FcConfigSetCurrent.3 FcConfigGetCurrent.3 FcConfigUptoDate.3 FcConfigHome.3 FcConfigEnableHome.3 FcConfigBuildFonts.3 FcConfigGetConfigDirs.3 FcConfigGetFontDirs.3 FcConfigGetConfigFiles.3 FcConfigGetCache.3 FcConfigGetCacheDirs.3 FcConfigGetFonts.3 FcConfigGetBlanks.3 FcConfigGetRescanInterval.3 FcConfigSetRescanInterval.3 FcConfigAppFontAddFile.3 FcConfigAppFontAddDir.3 FcConfigAppFontClear.3 FcConfigSubstituteWithPat.3 FcConfigSubstitute.3 FcFontMatch.3 FcFontSort.3 FcFontRenderPrepare.3 FcFontList.3 FcConfigFilename.3 FcConfigParseAndLoad.3 FcConfigGetSysRoot.3 FcConfigSetSysRoot.3 FcNameRegisterConstants.3 FcNameUnregisterConstants.3 FcNameGetConstant.3 FcNameConstant.3 FcDirCacheUnlink.3 FcDirCacheValid.3 FcDirCacheLoad.3 FcDirCacheRescan.3 FcDirCacheRead.3 FcDirCacheLoadFile.3 FcDirCacheUnload.3 FcFileScan.3 FcFileIsDir.3 FcDirScan.3 FcDirSave.3 FcFontSetCreate.3 FcFontSetDestroy.3 FcFontSetAdd.3 FcFontSetList.3 FcFontSetMatch.3 FcFontSetPrint.3 FcFontSetSort.3 FcFontSetSortDestroy.3 FcPatternFormat.3 FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 FcFreeTypeCharSetAndSpacing.3 FcFreeTypeQuery.3 FcFreeTypeQueryFace.3 FcInitLoadConfig.3 FcInitLoadConfigAndFonts.3 FcInit.3 FcFini.3 FcGetVersion.3 FcInitReinitialize.3 FcInitBringUptoDate.3 FcLangSetCreate.3 FcLangSetDestroy.3 FcLangSetCopy.3 FcLangSetAdd.3 FcLangSetDel.3 FcLangSetUnion.3 FcLangSetSubtract.3 FcLangSetCompare.3 FcLangSetContains.3 FcLangSetEqual.3 FcLangSetHash.3 FcLangSetHasLang.3 FcGetDefaultLangs.3 FcLangSetGetLangs.3 FcGetLangs.3 FcLangNormalize.3 FcLangGetCharSet.3 FcMatrixInit.3 FcMatrixCopy.3 FcMatrixEqual.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 FcMatrixShear.3 FcObjectSetCreate.3 FcObjectSetAdd.3 FcObjectSetDestroy.3 FcObjectSetBuild.3 FcNameRegisterObjectTypes.3 FcNameUnregisterObjectTypes.3 FcNameGetObjectType.3 FcPatternCreate.3 FcPatternDuplicate.3 FcPatternReference.3 FcPatternDestroy.3 FcPatternEqual.3 FcPatternEqualSubset.3 FcPatternFilter.3 FcPatternHash.3 FcPatternAdd.3 FcPatternAddWeak.3 FcPatternAdd-Type.3 FcPatternGet.3 FcPatternGet-Type.3 FcPatternBuild.3 FcPatternDel.3 FcPatternRemove.3 FcPatternPrint.3 FcDefaultSubstitute.3 FcNameParse.3 FcNameUnparse.3 FcUtf8ToUcs4.3 FcUcs4ToUtf8.3 FcUtf8Len.3 FcUtf16ToUcs4.3 FcUtf16Len.3 FcIsLower.3 FcIsUpper.3 FcToLower.3 FcStrCopy.3 FcStrDowncase.3 FcStrCopyFilename.3 FcStrCmp.3 FcStrCmpIgnoreCase.3 FcStrStr.3 FcStrStrIgnoreCase.3 FcStrPlus.3 FcStrFree.3 FcStrDirname.3 FcStrBasename.3 FcStrSetCreate.3 FcStrSetMember.3 FcStrSetEqual.3 FcStrSetAdd.3 FcStrSetAddFilename.3 FcStrSetDel.3 FcStrSetDestroy.3 FcStrListCreate.3 FcStrListFirst.3 FcStrListNext.3 FcStrListDone.3 FcValueDestroy.3 FcValueSave.3 FcValuePrint.3 FcValueEqual.3
checking whether byte ordering is bigendian... no
checking size of void *... 8
checking alignment of double... 8
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating fontconfig/Makefile
config.status: creating fc-lang/Makefile
config.status: creating fc-glyphname/Makefile
config.status: creating fc-case/Makefile
config.status: creating src/Makefile
config.status: creating conf.d/Makefile
config.status: creating fc-cache/Makefile
config.status: creating fc-cat/Makefile
config.status: creating fc-list/Makefile
config.status: creating fc-match/Makefile
config.status: creating fc-pattern/Makefile
config.status: creating fc-query/Makefile
config.status: creating fc-scan/Makefile
config.status: creating fc-validate/Makefile
config.status: creating doc/Makefile
config.status: creating doc/version.sgml
config.status: creating test/Makefile
config.status: creating fontconfig.spec
config.status: creating fontconfig.pc
config.status: creating fontconfig-zip
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing src/fcstdint.h commands
config.status: creating src/fcstdint.h : _FONTCONFIG_SRC_FCSTDINT_H
==> make install RUN_FC_CACHE_TEST=false
Making install in fontconfig
make[1]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fontconfig'
make[2]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fontconfig'
make[2]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/include/fontconfig'
/usr/bin/install -c -m 644 fontconfig.h fcfreetype.h fcprivate.h '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/include/fontconfig'
make[2]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fontconfig'
make[1]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fontconfig'
Making install in fc-case
make[1]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-case'
touch fcalias.h
touch fcaliastail.h
make install-am
make[2]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-case'
make[3]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-case'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-case'
make[2]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-case'
make[1]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-case'
Making install in fc-lang
make[1]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-lang'
touch fcalias.h
touch fcaliastail.h
make install-am
make[2]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-lang'
make[3]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-lang'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-lang'
make[2]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-lang'
make[1]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-lang'
Making install in fc-glyphname
make[1]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-glyphname'
touch fcalias.h
touch fcaliastail.h
make install-am
make[2]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-glyphname'
make[3]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-glyphname'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-glyphname'
make[2]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-glyphname'
make[1]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-glyphname'
Making install in src
make[1]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/src'
sh ../src/makealias "../src" fcalias.h fcaliastail.h ../fontconfig/fontconfig.h ../src/fcdeprecate.h ../fontconfig/fcprivate.h
sh ../src/makealias "../src" fcftalias.h fcftaliastail.h ../fontconfig/fcfreetype.h
cd .. && \
/bin/bash ./config.status src/fcstdint.h
config.status: executing src/fcstdint.h commands
config.status: creating src/fcstdint.h : _FONTCONFIG_SRC_FCSTDINT_H
config.status: src/fcstdint.h is unchanged
make install-am
make[2]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/src'
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcatomic.lo fcatomic.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcblanks.lo fcblanks.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fccache.lo fccache.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fccfg.lo fccfg.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fccfg.c -fPIC -DPIC -o .libs/fccfg.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcblanks.c -fPIC -DPIC -o .libs/fcblanks.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fccache.c -fPIC -DPIC -o .libs/fccache.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcatomic.c -fPIC -DPIC -o .libs/fcatomic.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fccharset.lo fccharset.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fccompat.lo fccompat.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fccharset.c -fPIC -DPIC -o .libs/fccharset.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fccompat.c -fPIC -DPIC -o .libs/fccompat.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcdbg.lo fcdbg.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcdbg.c -fPIC -DPIC -o .libs/fcdbg.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcdefault.lo fcdefault.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcdefault.c -fPIC -DPIC -o .libs/fcdefault.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcdir.lo fcdir.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcdir.c -fPIC -DPIC -o .libs/fcdir.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcformat.lo fcformat.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcfreetype.lo fcfreetype.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcfs.lo fcfs.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcformat.c -fPIC -DPIC -o .libs/fcformat.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcfreetype.c -fPIC -DPIC -o .libs/fcfreetype.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcfs.c -fPIC -DPIC -o .libs/fcfs.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fchash.lo fchash.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fchash.c -fPIC -DPIC -o .libs/fchash.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcinit.lo fcinit.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcinit.c -fPIC -DPIC -o .libs/fcinit.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fclang.lo fclang.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fclist.lo fclist.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fclang.c -fPIC -DPIC -o .libs/fclang.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fclist.c -fPIC -DPIC -o .libs/fclist.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcmatch.lo fcmatch.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcmatch.c -fPIC -DPIC -o .libs/fcmatch.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcmatrix.lo fcmatrix.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcname.lo fcname.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcmatrix.c -fPIC -DPIC -o .libs/fcmatrix.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcname.c -fPIC -DPIC -o .libs/fcname.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcobjs.lo fcobjs.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcpat.lo fcpat.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcobjs.c -fPIC -DPIC -o .libs/fcobjs.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcpat.c -fPIC -DPIC -o .libs/fcpat.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcserialize.lo fcserialize.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcserialize.c -fPIC -DPIC -o .libs/fcserialize.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcstat.lo fcstat.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcstr.lo fcstr.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcstat.c -fPIC -DPIC -o .libs/fcstat.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcstr.c -fPIC -DPIC -o .libs/fcstr.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o fcxml.lo fcxml.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcxml.c -fPIC -DPIC -o .libs/fcxml.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c -o ftglue.lo ftglue.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/chris/.linuxbrew/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/chris/.linuxbrew/etc/fonts\" -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c ftglue.c -fPIC -DPIC -o .libs/ftglue.o
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/chris/.linuxbrew/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/chris/.linuxbrew/etc/fonts"' -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fcarch.c
/bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -L/home/chris/.linuxbrew/opt/freetype/lib -L/home/chris/.linuxbrew/opt/libpng/lib -L/home/chris/.linuxbrew/lib -Wl,-rpath,/home/chris/.linuxbrew/lib -o fcarch fcarch.o
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o fcarch fcarch.o -L/home/chris/.linuxbrew/opt/freetype/lib -L/home/chris/.linuxbrew/opt/libpng/lib -L/home/chris/.linuxbrew/lib -pthread
/bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -version-info 9:0:8 -no-undefined -L/home/chris/.linuxbrew/opt/freetype/lib -L/home/chris/.linuxbrew/opt/libpng/lib -L/home/chris/.linuxbrew/lib -Wl,-rpath,/home/chris/.linuxbrew/lib -o libfontconfig.la -rpath /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib fcatomic.lo fcblanks.lo fccache.lo fccfg.lo fccharset.lo fccompat.lo fcdbg.lo fcdefault.lo fcdir.lo fcformat.lo fcfreetype.lo fcfs.lo fchash.lo fcinit.lo fclang.lo fclist.lo fcmatch.lo fcmatrix.lo fcname.lo fcobjs.lo fcpat.lo fcserialize.lo fcstat.lo fcstr.lo fcxml.lo ftglue.lo -L/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/lib -lfreetype -L/usr/lib/x86_64-linux-gnu -lexpat
libtool: link: /usr/bin/gcc-4.9 -shared -fPIC -DPIC .libs/fcatomic.o .libs/fcblanks.o .libs/fccache.o .libs/fccfg.o .libs/fccharset.o .libs/fccompat.o .libs/fcdbg.o .libs/fcdefault.o .libs/fcdir.o .libs/fcformat.o .libs/fcfreetype.o .libs/fcfs.o .libs/fchash.o .libs/fcinit.o .libs/fclang.o .libs/fclist.o .libs/fcmatch.o .libs/fcmatrix.o .libs/fcname.o .libs/fcobjs.o .libs/fcpat.o .libs/fcserialize.o .libs/fcstat.o .libs/fcstr.o .libs/fcxml.o .libs/ftglue.o -L/home/chris/.linuxbrew/opt/freetype/lib -L/home/chris/.linuxbrew/opt/libpng/lib -L/home/chris/.linuxbrew/lib -L/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/lib -lfreetype -L/usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libexpat.so -Os -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -pthread -Wl,-soname -Wl,libfontconfig.so.1 -o .libs/libfontconfig.so.1.8.0
libtool: link: (cd ".libs" && rm -f "libfontconfig.so.1" && ln -s "libfontconfig.so.1.8.0" "libfontconfig.so.1")
libtool: link: (cd ".libs" && rm -f "libfontconfig.so" && ln -s "libfontconfig.so.1.8.0" "libfontconfig.so")
libtool: link: ( cd ".libs" && rm -f "libfontconfig.la" && ln -s "../libfontconfig.la" "libfontconfig.la" )
make[3]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/src'
make[3]: Nothing to be done for `install-data-am'.
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libfontconfig.la '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib'
libtool: install: /usr/bin/install -c .libs/libfontconfig.so.1.8.0 /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib/libfontconfig.so.1.8.0
libtool: install: (cd /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib && { ln -s -f libfontconfig.so.1.8.0 libfontconfig.so.1 || { rm -f libfontconfig.so.1 && ln -s libfontconfig.so.1.8.0 libfontconfig.so.1; }; })
libtool: install: (cd /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib && { ln -s -f libfontconfig.so.1.8.0 libfontconfig.so || { rm -f libfontconfig.so && ln -s libfontconfig.so.1.8.0 libfontconfig.so; }; })
libtool: install: /usr/bin/install -c .libs/libfontconfig.lai /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib/libfontconfig.la
libtool: finish: PATH="/home/chris/.linuxbrew/opt/freetype/bin:/home/chris/.linuxbrew/opt/libpng/bin:/home/chris/.linuxbrew/bin:/home/chris/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/chris/.linuxbrew/Library/ENV/scm:/sbin" ldconfig -n /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/src'
make[2]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/src'
make[1]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/src'
Making install in fc-cache
make[1]: Entering directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-cache'
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include -Os -w -pipe -march=core2 -pthread -c fc-cache.c
/bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -L/home/chris/.linuxbrew/opt/freetype/lib -L/home/chris/.linuxbrew/opt/libpng/lib -L/home/chris/.linuxbrew/lib -Wl,-rpath,/home/chris/.linuxbrew/lib -o fc-cache fc-cache.o ../src/libfontconfig.la
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o .libs/fc-cache fc-cache.o -L/home/chris/.linuxbrew/opt/freetype/lib -L/home/chris/.linuxbrew/opt/libpng/lib -L/home/chris/.linuxbrew/lib ../src/.libs/libfontconfig.so -L/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/lib -L/usr/lib/x86_64-linux-gnu -lfreetype /usr/lib/x86_64-linux-gnu/libexpat.so -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
/usr/bin/ld: warning: libpng16.so.16, needed by /home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so, not found (try using -rpath or -rpath-link)
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_read_update_info@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_get_io_ptr@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_get_IHDR@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_set_interlace_handling@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_destroy_read_struct@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_set_gray_to_rgb@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_set_packing@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_create_read_struct@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_set_strip_16@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_set_filler@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_set_longjmp_fn@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_set_palette_to_rgb@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_set_tRNS_to_alpha@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_read_info@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_read_image@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_read_end@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_get_error_ptr@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_create_info_struct@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_get_valid@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_set_expand_gray_1_2_4_to_8@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_set_read_fn@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_error@PNG16_0'
/home/chris/.linuxbrew/opt/freetype/lib/libfreetype.so: undefined reference to `png_set_read_user_transform_fn@PNG16_0'
collect2: error: ld returned 1 exit status
make[1]: *** [fc-cache] Error 1
make[1]: Leaving directory `/tmp/fontconfig-6R2O1V/fontconfig-2.11.1/fc-cache'
make: *** [install-recursive] Error 1
/home/chris/.linuxbrew/Library/Homebrew/debrew.rb:10:in `raise'
BuildError: Failed executing: make install RUN_FC_CACHE_TEST=false
1. raise
2. ignore
3. backtrace
4. irb
5. shell
Choose an action: 1
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 25adb09695b80f8fa81ac70110b466c0909dc87a
HOMEBREW_PREFIX: /home/chris/.linuxbrew
CPU: quad-core 64-bit 6
OS X: 0-x86_64
/usr/bin/ruby1.9.1:
1.9.3-484
X11: N/A
==> ENV
CC: /usr/bin/gcc-4.9
CXX: /usr/bin/g++-4.9
OBJC: /usr/bin/gcc-4.9
OBJCXX: /usr/bin/g++-4.9
CFLAGS: -Os -w -pipe -march=core2
CXXFLAGS: -Os -w -pipe -march=core2
CPPFLAGS: -I/home/chris/.linuxbrew/opt/freetype/include -I/home/chris/.linuxbrew/opt/libpng/include -isystem/home/chris/.linuxbrew/include
LDFLAGS: -L/home/chris/.linuxbrew/opt/freetype/lib -L/home/chris/.linuxbrew/opt/libpng/lib -L/home/chris/.linuxbrew/lib -Wl,-rpath,/home/chris/.linuxbrew/lib
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /home/chris/.linuxbrew/opt/freetype:/home/chris/.linuxbrew/opt/libpng:/home/chris/.linuxbrew
PKG_CONFIG_PATH: /home/chris/.linuxbrew/opt/freetype/lib/pkgconfig:/home/chris/.linuxbrew/opt/libpng/lib/pkgconfig:/home/chris/.linuxbrew/lib64/pkgconfig:/home/chris/.linuxbrew/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:
PKG_CONFIG_LIBDIR: /home/chris/.linuxbrew/lib/pkgconfig:/usr/lib/pkgconfig
ACLOCAL_PATH: /home/chris/.linuxbrew/opt/freetype/share/aclocal:/home/chris/.linuxbrew/share/aclocal
PATH: /home/chris/.linuxbrew/opt/freetype/bin:/home/chris/.linuxbrew/opt/libpng/bin:/home/chris/.linuxbrew/bin:/home/chris/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/chris/.linuxbrew/Library/ENV/scm
Error: fontconfig 2.11.1 did not build
Logs:
/home/chris/Library/Logs/Homebrew/fontconfig/02.make
/home/chris/Library/Logs/Homebrew/fontconfig/01.configure
/home/chris/Library/Logs/Homebrew/fontconfig/config.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment