Skip to content

Instantly share code, notes, and snippets.

@cbeck88
Created October 27, 2014 05:37
Show Gist options
  • Save cbeck88/b64d3c6497391e9e8580 to your computer and use it in GitHub Desktop.
Save cbeck88/b64d3c6497391e9e8580 to your computer and use it in GitHub Desktop.
errors when installing fontconfig, after adding lib png to make install command
$ 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 LIBS=-lpng
Making install in fontconfig
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fontconfig'
make[2]: Entering directory `/tmp/fontconfig-obiVLW/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-obiVLW/fontconfig-2.11.1/fontconfig'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fontconfig'
Making install in fc-case
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-case'
touch fcalias.h
touch fcaliastail.h
make install-am
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-case'
make[3]: Entering directory `/tmp/fontconfig-obiVLW/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-obiVLW/fontconfig-2.11.1/fc-case'
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-case'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-case'
Making install in fc-lang
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-lang'
touch fcalias.h
touch fcaliastail.h
make install-am
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-lang'
make[3]: Entering directory `/tmp/fontconfig-obiVLW/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-obiVLW/fontconfig-2.11.1/fc-lang'
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-lang'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-lang'
Making install in fc-glyphname
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-glyphname'
touch fcalias.h
touch fcaliastail.h
make install-am
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-glyphname'
make[3]: Entering directory `/tmp/fontconfig-obiVLW/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-obiVLW/fontconfig-2.11.1/fc-glyphname'
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-glyphname'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-glyphname'
Making install in src
make[1]: Entering directory `/tmp/fontconfig-obiVLW/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-obiVLW/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 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 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 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
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
/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 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
/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
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 fcfreetype.lo fcfreetype.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
/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 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
/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 fchash.c -fPIC -DPIC -o .libs/fchash.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 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
/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 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 fcmatch.c -fPIC -DPIC -o .libs/fcmatch.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 fcmatrix.lo fcmatrix.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
/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 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
/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 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
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
/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 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
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 -lpng
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 -lpng -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 -lpng
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 -lpng -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-obiVLW/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-obiVLW/fontconfig-2.11.1/src'
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/src'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/src'
Making install in fc-cache
make[1]: Entering directory `/tmp/fontconfig-obiVLW/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 -lpng
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 -lpng -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-cache'
/bin/bash /tmp/fontconfig-obiVLW/fontconfig-2.11.1/install-sh -d "/home/chris/.linuxbrew/var/cache/fontconfig"
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
/bin/bash ../libtool --mode=install /usr/bin/install -c fc-cache '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/usr/bin/install -c -m 644 fc-cache.1 '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-cache /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin/fc-cache
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-cache'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-cache'
Making install in fc-cat
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-cat'
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -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-cat.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-cat fc-cat.o ../src/libfontconfig.la -lpng
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o .libs/fc-cat fc-cat.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 -lpng -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-cat'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
/bin/bash ../libtool --mode=install /usr/bin/install -c fc-cat '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/usr/bin/install -c -m 644 fc-cat.1 '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-cat /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin/fc-cat
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-cat'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-cat'
Making install in fc-list
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-list'
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -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-list.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-list fc-list.o ../src/libfontconfig.la -lpng
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o .libs/fc-list fc-list.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 -lpng -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-list'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
/bin/bash ../libtool --mode=install /usr/bin/install -c fc-list '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/usr/bin/install -c -m 644 fc-list.1 '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-list /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin/fc-list
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-list'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-list'
Making install in fc-match
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-match'
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -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-match.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-match fc-match.o ../src/libfontconfig.la -lpng
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o .libs/fc-match fc-match.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 -lpng -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-match'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
/bin/bash ../libtool --mode=install /usr/bin/install -c fc-match '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/usr/bin/install -c -m 644 fc-match.1 '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-match /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin/fc-match
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-match'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-match'
Making install in fc-pattern
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-pattern'
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -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-pattern.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-pattern fc-pattern.o ../src/libfontconfig.la -lpng
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o .libs/fc-pattern fc-pattern.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 -lpng -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-pattern'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
/bin/bash ../libtool --mode=install /usr/bin/install -c fc-pattern '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/usr/bin/install -c -m 644 fc-pattern.1 '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-pattern /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin/fc-pattern
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-pattern'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-pattern'
Making install in fc-query
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-query'
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -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 -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-query.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-query fc-query.o ../src/libfontconfig.la -lpng
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o .libs/fc-query fc-query.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 -lpng -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-query'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
/bin/bash ../libtool --mode=install /usr/bin/install -c fc-query '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/usr/bin/install -c -m 644 fc-query.1 '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-query /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin/fc-query
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-query'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-query'
Making install in fc-scan
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-scan'
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -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 -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-scan.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-scan fc-scan.o ../src/libfontconfig.la -lpng
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o .libs/fc-scan fc-scan.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 -lpng -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-scan'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
/bin/bash ../libtool --mode=install /usr/bin/install -c fc-scan '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/usr/bin/install -c -m 644 fc-scan.1 '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-scan /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin/fc-scan
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-scan'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-scan'
Making install in fc-validate
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-validate'
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -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 -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-validate.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-validate fc-validate.o ../src/libfontconfig.la -L/home/chris/.linuxbrew/Cellar/freetype/2.5.3_1/lib -lfreetype -lpng
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o .libs/fc-validate fc-validate.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 /usr/lib/x86_64-linux-gnu/libexpat.so -lfreetype -lpng -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-validate'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
/bin/bash ../libtool --mode=install /usr/bin/install -c fc-validate '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin'
/usr/bin/install -c -m 644 fc-validate.1 '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-validate /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/bin/fc-validate
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-validate'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/fc-validate'
Making install in conf.d
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/conf.d'
make install-am
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/conf.d'
make[3]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/conf.d'
make[3]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail'
/bin/mkdir -p '/home/chris/.linuxbrew/etc/fonts/conf.d'
/usr/bin/install -c -m 644 README '/home/chris/.linuxbrew/etc/fonts/conf.d'
/usr/bin/install -c -m 644 10-autohint.conf 10-no-sub-pixel.conf 10-scale-bitmap-fonts.conf 10-sub-pixel-bgr.conf 10-sub-pixel-rgb.conf 10-sub-pixel-vbgr.conf 10-sub-pixel-vrgb.conf 10-unhinted.conf 11-lcdfilter-default.conf 11-lcdfilter-legacy.conf 11-lcdfilter-light.conf 20-unhint-small-vera.conf 25-unhint-nonlatin.conf 30-urw-aliases.conf 30-metric-aliases.conf 40-nonlatin.conf 45-latin.conf 49-sansserif.conf 50-user.conf 51-local.conf 60-latin.conf 65-fonts-persian.conf 65-khmer.conf 65-nonlatin.conf 69-unifont.conf 70-no-bitmaps.conf 70-yes-bitmaps.conf 80-delicious.conf 90-synthetic.conf '/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail'
make install-data-hook
make[4]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/conf.d'
mkdir -p /home/chris/.linuxbrew/etc/fonts/conf.d
cd /home/chris/.linuxbrew/etc/fonts/conf.d
rm -f 10-scale-bitmap-fonts.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf .
rm -f 20-unhint-small-vera.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/20-unhint-small-vera.conf .
rm -f 30-urw-aliases.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/30-urw-aliases.conf .
rm -f 30-metric-aliases.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/30-metric-aliases.conf .
rm -f 40-nonlatin.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/40-nonlatin.conf .
rm -f 45-latin.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/45-latin.conf .
rm -f 49-sansserif.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/49-sansserif.conf .
rm -f 50-user.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/50-user.conf .
rm -f 51-local.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/51-local.conf .
rm -f 60-latin.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/60-latin.conf .
rm -f 65-fonts-persian.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/65-fonts-persian.conf .
rm -f 65-nonlatin.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/65-nonlatin.conf .
rm -f 69-unifont.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/69-unifont.conf .
rm -f 80-delicious.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/80-delicious.conf .
rm -f 90-synthetic.conf; ln -s /home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/share/fontconfig/conf.avail/90-synthetic.conf .
make[4]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/conf.d'
make[3]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/conf.d'
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/conf.d'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/conf.d'
Making install in test
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/test'
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 test-pthread.c
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 test-migration.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 test-pthread test-pthread.o ../src/libfontconfig.la -lpng
/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 test-migration test-migration.o ../src/libfontconfig.la -lpng
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o .libs/test-pthread test-pthread.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 -lpng -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o .libs/test-migration test-migration.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 -lpng -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/Cellar/fontconfig/2.11.1/lib
test-migration.o: In function `fc_mkdtemp':
test-migration.c:(.text+0x5): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/test'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/test'
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/test'
Making install in doc
make[1]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc'
ln -s ./fontconfig-user.sgml local-fontconfig-user.sgml; \
[ ! -f ./fontconfig-user.sgml ] && cp -a ./fontconfig-user.sgml ./fontconfig-user.sgml || :
ln -s ./fontconfig-devel.sgml local-fontconfig-devel.sgml; \
[ ! -f ./fontconfig-devel.sgml ] && cp -a ./fontconfig-devel.sgml ./fontconfig-devel.sgml || :
make install-am
make[2]: Entering directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc'
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -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 edit-sgml.c
sed -e 's,@CONFDIR\@,,' ./confdir.sgml.in | awk '{if (NR > 1) printf("\n"); printf("%s", $0);}' > confdir.sgml
rm -f fonts-conf.5; \
docbook2man local-fontconfig-user.sgml && \
rm -f manpage.*
Using catalogs: /etc/sgml/catalog
Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#print
Working on: /tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:1:59:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN"
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:4:0:E: reference to entity "REFENTRY" for which no system identifier could be generated
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:1:0: entity was defined here
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:4:0:E: DTD did not contain element declaration for document type name
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:26:9:E: element "REFENTRY" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:27:8:E: element "REFMETA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:28:16:E: element "REFENTRYTITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:29:12:E: element "MANVOLNUM" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:31:11:E: element "REFNAMEDIV" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:32:9:E: element "REFNAME" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:33:12:E: element "REFPURPOSE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:35:15:E: element "REFSYNOPSISDIV" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:36:9:E: element "SYNOPSIS" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:46:9:E: element "REFSECT1" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:46:16:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:47:7:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:52:9:E: element "REFSECT1" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:52:16:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:53:7:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:58:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:58:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:59:9:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:67:16:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:74:16:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:85:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:86:10:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:87:9:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:93:19:E: element "PROGRAMLISTING" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:138:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:139:8:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:140:9:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:145:16:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:151:16:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:157:16:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:162:16:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:169:16:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:175:16:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:182:16:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:188:16:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:197:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:197:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:198:9:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:204:19:E: element "PROGRAMLISTING" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:205:2:E: general entity "lt" not defined and no default entity
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:205:14:E: general entity "gt" not defined and no default entity
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:207:9:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:213:19:E: element "PROGRAMLISTING" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:222:9:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:231:13:E: there is no attribute "ID"
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:231:20:E: element "REFSECT1" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:231:27:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:232:7:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:239:17:E: element "PROGRAMLISTING" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:256:7:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:262:9:E: element "REFSECT1" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:262:16:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:263:7:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:269:14:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:276:14:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:282:9:E: element "REFSECT1" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:282:16:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:283:7:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:289:14:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:294:19:E: element "PROGRAMLISTING" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:302:9:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:302:16:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:302:25:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:302:67:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:304:8:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:304:40:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:304:77:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:304:113:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:304:150:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:306:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:306:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:306:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:306:79:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:310:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:310:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:310:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:310:84:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:317:16:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:317:54:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:317:100:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:318:14:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:321:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:321:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:321:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:321:103:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:331:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:331:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:331:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:331:65:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:333:22:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:333:68:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:333:105:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:336:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:336:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:336:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:336:64:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:338:51:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:339:63:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:343:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:343:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:343:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:343:65:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:344:12:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:344:63:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:349:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:349:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:349:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:349:69:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:353:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:353:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:353:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:353:69:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:360:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:360:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:360:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:360:69:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:366:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:366:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:366:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:366:63:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:374:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:374:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:374:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:374:66:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:382:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:382:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:382:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:382:81:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:388:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:388:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:388:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:388:81:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:389:60:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:390:35:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:397:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:397:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:397:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:397:120:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:410:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:410:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:410:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:410:108:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:414:56:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:419:19:E: element "PROGRAMLISTING" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:432:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:432:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:432:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:432:59:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:432:94:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:432:129:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:432:165:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:433:67:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:440:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:440:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:440:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:440:65:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:442:45:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:445:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:445:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:445:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:445:64:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:446:35:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:449:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:449:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:449:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:449:66:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:450:40:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:453:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:453:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:453:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:453:66:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:454:40:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:457:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:457:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:457:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:457:63:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:466:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:466:18:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:466:27:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:466:64:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:469:19:E: element "PROGRAMLISTING" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:519:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:520:12:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:520:21:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:520:52:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:520:84:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:520:117:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:520:151:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:520:185:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:521:11:E: element "PARA" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:523:19:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:523:53:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:526:11:E: element "REFSECT2" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:527:10:E: element "TITLE" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:527:19:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:527:50:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:527:85:E: element "LITERAL" undefined
nsgmls:/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc/local-fontconfig-user.sgml:527:118:E: element "LITERAL" undefined
nsgmls:I: maximum number of errors (200) reached; change with -E option
Can't call method "value" on an undefined value at /usr/share/perl5/sgmlspl-specs/docbook2man-spec.pl line 249, <STDIN> line 1.
make[2]: *** [fonts-conf.5] Error 8
make[2]: *** Waiting for unfinished jobs....
/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 edit-sgml edit-sgml.o -lpng
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -pthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o edit-sgml edit-sgml.o -L/home/chris/.linuxbrew/opt/freetype/lib -L/home/chris/.linuxbrew/opt/libpng/lib -L/home/chris/.linuxbrew/lib -lpng -pthread
make[2]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/tmp/fontconfig-obiVLW/fontconfig-2.11.1/doc'
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 LIBS=-lpng
1. raise
2. ignore
3. backtrace
4. irb
5. shell
Choose an action:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment