Skip to content

Instantly share code, notes, and snippets.

@ftiasch
Created December 5, 2013 02:36
Show Gist options
  • Save ftiasch/7799293 to your computer and use it in GitHub Desktop.
Save ftiasch/7799293 to your computer and use it in GitHub Desktop.
~/Dropbox/homeworks/combinatorics-cs477/09 brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/mxcl/homebrew
HEAD: aee75f1898c0628523e41fdd665abadc647209d7
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.9-x86_64
Xcode: 5.0.2
CLT: 5.0.1.0.1.1382131676
GCC-4.2: build 5666
Clang: 5.0 build 500
X11: N/A
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /Users/ftiasch/.rvm/rubies/ruby-2.0.0-p195/bin/ruby
==> Installing fontconfig
==> Downloading http://fontconfig.org/release/fontconfig-2.11.0.tar.bz2
/usr/bin/curl -f#LA Homebrew 0.9.5 (Ruby 1.8.7-358; Mac OS X 10.9) http://fontconfig.org/release/fontconfig-2.11.0.tar.bz2 -C 0 -o /Library/Caches/Homebrew/fontconfig-2.11.0.tar.bz2.incomplete
######################################################################## 100.0%
tar xf /Library/Caches/Homebrew/fontconfig-2.11.0.tar.bz2
==> ./configure --disable-dependency-tracking --disable-silent-rules --with-add-fonts=/System/Library/Fonts,/Library/Fonts,~/Library/Fonts --prefix=/usr/local/Cellar/fontconfig/2.11.0 --localstatedir=/usr/local/var --sysconfdir=/usr/local/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... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang... none
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for RM macro... rm -f
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/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
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... no
checking for _mktemp_s... no
checking for getopt... yes
checking for getopt_long... yes
checking for getprogname... yes
checking for getexecname... no
checking for rand... yes
checking for random... yes
checking for lrand48... yes
checking for random_r... no
checking for rand_r... 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... no
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... yes
checking for struct dirent.d_type... yes
checking for FREETYPE... yes
checking for FT_Get_Next_Char... yes
checking for FT_Get_BDF_Property... yes
checking for FT_Get_PS_Font_Info... yes
checking for FT_Has_PS_Glyph_Names... yes
checking for FT_Get_X11_Font_Format... yes
checking for FT_Select_Size... yes
checking for FT_Bitmap_Size.y_ppem... yes
checking for EXPAT... no
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 whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for PTHREAD_PRIO_INHERIT... yes
checking for docbook2html... no
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 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 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
Making install in fontconfig
make[2]: Nothing to be done for `install-exec-am'.
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/include/fontconfig'
/usr/bin/install -c -m 644 fontconfig.h fcfreetype.h fcprivate.h '/usr/local/Cellar/fontconfig/2.11.0/include/fontconfig'
Making install in fc-case
touch fcalias.h
touch fcaliastail.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in fc-lang
touch fcalias.h
touch fcaliastail.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in fc-glyphname
touch fcalias.h
touch fcaliastail.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in 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/sh ./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
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcatomic.lo fcatomic.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcblanks.lo fcblanks.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fccache.lo fccache.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fccfg.lo fccfg.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fccache.c -fno-common -DPIC -o .libs/fccache.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcblanks.c -fno-common -DPIC -o .libs/fcblanks.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcatomic.c -fno-common -DPIC -o .libs/fcatomic.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fccfg.c -fno-common -DPIC -o .libs/fccfg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcblanks.c -o fcblanks.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcatomic.c -o fcatomic.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fccharset.lo fccharset.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fccompat.lo fccompat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fccharset.c -fno-common -DPIC -o .libs/fccharset.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fccompat.c -fno-common -DPIC -o .libs/fccompat.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fccache.c -o fccache.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fccompat.c -o fccompat.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fccfg.c -o fccfg.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcdbg.lo fcdbg.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcdbg.c -fno-common -DPIC -o .libs/fcdbg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fccharset.c -o fccharset.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcdbg.c -o fcdbg.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcdefault.lo fcdefault.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcdefault.c -fno-common -DPIC -o .libs/fcdefault.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcdir.lo fcdir.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcdefault.c -o fcdefault.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcformat.lo fcformat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcdir.c -fno-common -DPIC -o .libs/fcdir.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcformat.c -fno-common -DPIC -o .libs/fcformat.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcfreetype.lo fcfreetype.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcfreetype.c -fno-common -DPIC -o .libs/fcfreetype.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcfs.lo fcfs.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcdir.c -o fcdir.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcfs.c -fno-common -DPIC -o .libs/fcfs.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcfs.c -o fcfs.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fchash.lo fchash.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fchash.c -fno-common -DPIC -o .libs/fchash.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcinit.lo fcinit.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcformat.c -o fcformat.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcinit.c -fno-common -DPIC -o .libs/fcinit.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fchash.c -o fchash.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcinit.c -o fcinit.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fclang.lo fclang.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fclist.lo fclist.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fclang.c -fno-common -DPIC -o .libs/fclang.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fclist.c -fno-common -DPIC -o .libs/fclist.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcfreetype.c -o fcfreetype.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcmatch.lo fcmatch.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcmatch.c -fno-common -DPIC -o .libs/fcmatch.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fclist.c -o fclist.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcmatrix.lo fcmatrix.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fclang.c -o fclang.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcmatrix.c -fno-common -DPIC -o .libs/fcmatrix.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcmatch.c -o fcmatch.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcname.lo fcname.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcname.c -fno-common -DPIC -o .libs/fcname.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcmatrix.c -o fcmatrix.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcobjs.lo fcobjs.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcobjs.c -fno-common -DPIC -o .libs/fcobjs.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcname.c -o fcname.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcpat.lo fcpat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcpat.c -fno-common -DPIC -o .libs/fcpat.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcserialize.lo fcserialize.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcobjs.c -o fcobjs.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcserialize.c -fno-common -DPIC -o .libs/fcserialize.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcstat.lo fcstat.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcstr.lo fcstr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcserialize.c -o fcserialize.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcstat.c -fno-common -DPIC -o .libs/fcstat.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcstr.c -fno-common -DPIC -o .libs/fcstr.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o fcxml.lo fcxml.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcxml.c -fno-common -DPIC -o .libs/fcxml.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcstat.c -o fcstat.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcpat.c -o fcpat.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c -o ftglue.lo ftglue.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c ftglue.c -fno-common -DPIC -o .libs/ftglue.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcstr.c -o fcstr.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c ftglue.c -o ftglue.o >/dev/null 2>&1
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/usr/local/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -g -O2 -D_THREAD_SAFE -pthread -c fcarch.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -D_THREAD_SAFE -pthread -o fcarch fcarch.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/usr/local/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -g -O2 -D_THREAD_SAFE -pthread -c fcxml.c -o fcxml.o >/dev/null 2>&1
libtool: link: clang -g -O2 -D_THREAD_SAFE -pthread -o fcarch fcarch.o -pthread
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -D_THREAD_SAFE -pthread -version-info 9:0:8 -no-undefined -o libfontconfig.la -rpath /usr/local/Cellar/fontconfig/2.11.0/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/usr/local/Cellar/freetype/2.5.1/lib -lfreetype -lexpat
libtool: link: clang -dynamiclib -o .libs/libfontconfig.1.dylib .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/usr/local/Cellar/freetype/2.5.1/lib -lfreetype -lexpat -O2 -pthread -pthread -install_name /usr/local/Cellar/fontconfig/2.11.0/lib/libfontconfig.1.dylib -compatibility_version 10 -current_version 10.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libfontconfig.dylib" && ln -s "libfontconfig.1.dylib" "libfontconfig.dylib")
libtool: link: ar cru .libs/libfontconfig.a fcatomic.o fcblanks.o fccache.o fccfg.o fccharset.o fccompat.o fcdbg.o fcdefault.o fcdir.o fcformat.o fcfreetype.o fcfs.o fchash.o fcinit.o fclang.o fclist.o fcmatch.o fcmatrix.o fcname.o fcobjs.o fcpat.o fcserialize.o fcstat.o fcstr.o fcxml.o ftglue.o
libtool: link: ranlib .libs/libfontconfig.a
libtool: link: ( cd ".libs" && rm -f "libfontconfig.la" && ln -s "../libfontconfig.la" "libfontconfig.la" )
make[3]: Nothing to be done for `install-data-am'.
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libfontconfig.la '/usr/local/Cellar/fontconfig/2.11.0/lib'
libtool: install: /usr/bin/install -c .libs/libfontconfig.1.dylib /usr/local/Cellar/fontconfig/2.11.0/lib/libfontconfig.1.dylib
libtool: install: (cd /usr/local/Cellar/fontconfig/2.11.0/lib && { ln -s -f libfontconfig.1.dylib libfontconfig.dylib || { rm -f libfontconfig.dylib && ln -s libfontconfig.1.dylib libfontconfig.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libfontconfig.lai /usr/local/Cellar/fontconfig/2.11.0/lib/libfontconfig.la
libtool: install: /usr/bin/install -c .libs/libfontconfig.a /usr/local/Cellar/fontconfig/2.11.0/lib/libfontconfig.a
libtool: install: chmod 644 /usr/local/Cellar/fontconfig/2.11.0/lib/libfontconfig.a
libtool: install: ranlib /usr/local/Cellar/fontconfig/2.11.0/lib/libfontconfig.a
Making install in fc-cache
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -D_THREAD_SAFE -pthread -c fc-cache.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -D_THREAD_SAFE -pthread -o fc-cache fc-cache.o ../src/libfontconfig.la
libtool: link: clang -g -O2 -D_THREAD_SAFE -pthread -o .libs/fc-cache fc-cache.o ../src/.libs/libfontconfig.dylib -L/usr/local/Cellar/freetype/2.5.1/lib -lfreetype -lexpat -pthread
/bin/sh /private/tmp/fontconfig-Mkc1/fontconfig-2.11.0/install-sh -d "/usr/local/var/cache/fontconfig"
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/bin'
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
/bin/sh ../libtool --mode=install /usr/bin/install -c fc-cache '/usr/local/Cellar/fontconfig/2.11.0/bin'
/usr/bin/install -c -m 644 fc-cache.1 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-cache /usr/local/Cellar/fontconfig/2.11.0/bin/fc-cache
Making install in fc-cat
clang -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -D_THREAD_SAFE -pthread -c fc-cat.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -D_THREAD_SAFE -pthread -o fc-cat fc-cat.o ../src/libfontconfig.la
libtool: link: clang -g -O2 -D_THREAD_SAFE -pthread -o .libs/fc-cat fc-cat.o ../src/.libs/libfontconfig.dylib -L/usr/local/Cellar/freetype/2.5.1/lib -lfreetype -lexpat -pthread
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/bin'
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
/bin/sh ../libtool --mode=install /usr/bin/install -c fc-cat '/usr/local/Cellar/fontconfig/2.11.0/bin'
/usr/bin/install -c -m 644 fc-cat.1 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-cat /usr/local/Cellar/fontconfig/2.11.0/bin/fc-cat
Making install in fc-list
clang -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -D_THREAD_SAFE -pthread -c fc-list.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -D_THREAD_SAFE -pthread -o fc-list fc-list.o ../src/libfontconfig.la
libtool: link: clang -g -O2 -D_THREAD_SAFE -pthread -o .libs/fc-list fc-list.o ../src/.libs/libfontconfig.dylib -L/usr/local/Cellar/freetype/2.5.1/lib -lfreetype -lexpat -pthread
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/bin'
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
/bin/sh ../libtool --mode=install /usr/bin/install -c fc-list '/usr/local/Cellar/fontconfig/2.11.0/bin'
/usr/bin/install -c -m 644 fc-list.1 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-list /usr/local/Cellar/fontconfig/2.11.0/bin/fc-list
Making install in fc-match
clang -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -D_THREAD_SAFE -pthread -c fc-match.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -D_THREAD_SAFE -pthread -o fc-match fc-match.o ../src/libfontconfig.la
libtool: link: clang -g -O2 -D_THREAD_SAFE -pthread -o .libs/fc-match fc-match.o ../src/.libs/libfontconfig.dylib -L/usr/local/Cellar/freetype/2.5.1/lib -lfreetype -lexpat -pthread
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/bin'
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
/bin/sh ../libtool --mode=install /usr/bin/install -c fc-match '/usr/local/Cellar/fontconfig/2.11.0/bin'
/usr/bin/install -c -m 644 fc-match.1 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-match /usr/local/Cellar/fontconfig/2.11.0/bin/fc-match
Making install in fc-pattern
clang -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -D_THREAD_SAFE -pthread -c fc-pattern.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -D_THREAD_SAFE -pthread -o fc-pattern fc-pattern.o ../src/libfontconfig.la
libtool: link: clang -g -O2 -D_THREAD_SAFE -pthread -o .libs/fc-pattern fc-pattern.o ../src/.libs/libfontconfig.dylib -L/usr/local/Cellar/freetype/2.5.1/lib -lfreetype -lexpat -pthread
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/bin'
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
/bin/sh ../libtool --mode=install /usr/bin/install -c fc-pattern '/usr/local/Cellar/fontconfig/2.11.0/bin'
/usr/bin/install -c -m 644 fc-pattern.1 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-pattern /usr/local/Cellar/fontconfig/2.11.0/bin/fc-pattern
Making install in fc-query
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -D_THREAD_SAFE -pthread -c fc-query.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -D_THREAD_SAFE -pthread -o fc-query fc-query.o ../src/libfontconfig.la
libtool: link: clang -g -O2 -D_THREAD_SAFE -pthread -o .libs/fc-query fc-query.o ../src/.libs/libfontconfig.dylib -L/usr/local/Cellar/freetype/2.5.1/lib -lfreetype -lexpat -pthread
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/bin'
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
/bin/sh ../libtool --mode=install /usr/bin/install -c fc-query '/usr/local/Cellar/fontconfig/2.11.0/bin'
/usr/bin/install -c -m 644 fc-query.1 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-query /usr/local/Cellar/fontconfig/2.11.0/bin/fc-query
Making install in fc-scan
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -D_THREAD_SAFE -pthread -c fc-scan.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -D_THREAD_SAFE -pthread -o fc-scan fc-scan.o ../src/libfontconfig.la
libtool: link: clang -g -O2 -D_THREAD_SAFE -pthread -o .libs/fc-scan fc-scan.o ../src/.libs/libfontconfig.dylib -L/usr/local/Cellar/freetype/2.5.1/lib -lfreetype -lexpat -pthread
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/bin'
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
/bin/sh ../libtool --mode=install /usr/bin/install -c fc-scan '/usr/local/Cellar/fontconfig/2.11.0/bin'
/usr/bin/install -c -m 644 fc-scan.1 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-scan /usr/local/Cellar/fontconfig/2.11.0/bin/fc-scan
Making install in fc-validate
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -D_THREAD_SAFE -pthread -c fc-validate.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -D_THREAD_SAFE -pthread -o fc-validate fc-validate.o ../src/libfontconfig.la -L/usr/local/Cellar/freetype/2.5.1/lib -lfreetype
libtool: link: clang -g -O2 -D_THREAD_SAFE -pthread -o .libs/fc-validate fc-validate.o ../src/.libs/libfontconfig.dylib -L/usr/local/Cellar/freetype/2.5.1/lib -lexpat -lfreetype -pthread
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/bin'
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
/bin/sh ../libtool --mode=install /usr/bin/install -c fc-validate '/usr/local/Cellar/fontconfig/2.11.0/bin'
/usr/bin/install -c -m 644 fc-validate.1 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man1'
libtool: install: /usr/bin/install -c .libs/fc-validate /usr/local/Cellar/fontconfig/2.11.0/bin/fc-validate
Making install in conf.d
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
make[3]: Nothing to be done for `install-exec-am'.
.././install-sh -c -d '/usr/local/etc/fonts/conf.d'
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail'
/usr/bin/install -c -m 644 README '/usr/local/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 '/usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail'
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-data-hook
mkdir -p /usr/local/etc/fonts/conf.d
cd /usr/local/etc/fonts/conf.d
rm -f 10-scale-bitmap-fonts.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf .
rm -f 20-unhint-small-vera.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/20-unhint-small-vera.conf .
rm -f 30-urw-aliases.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/30-urw-aliases.conf .
rm -f 30-metric-aliases.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/30-metric-aliases.conf .
rm -f 40-nonlatin.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/40-nonlatin.conf .
rm -f 45-latin.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/45-latin.conf .
rm -f 49-sansserif.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/49-sansserif.conf .
rm -f 50-user.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/50-user.conf .
rm -f 51-local.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/51-local.conf .
rm -f 60-latin.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/60-latin.conf .
rm -f 65-fonts-persian.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/65-fonts-persian.conf .
rm -f 65-nonlatin.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/65-nonlatin.conf .
rm -f 69-unifont.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/69-unifont.conf .
rm -f 80-delicious.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/80-delicious.conf .
rm -f 90-synthetic.conf; ln -s /usr/local/Cellar/fontconfig/2.11.0/share/fontconfig/conf.avail/90-synthetic.conf .
Making install in test
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -D_THREAD_SAFE -pthread -c test-migration.c
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -D_THREAD_SAFE -pthread -c test-pthread.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -D_THREAD_SAFE -pthread -o test-pthread test-pthread.o ../src/libfontconfig.la
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -D_THREAD_SAFE -pthread -o test-migration test-migration.o ../src/libfontconfig.la
libtool: link: clang -g -O2 -D_THREAD_SAFE -pthread -o .libs/test-pthread test-pthread.o ../src/.libs/libfontconfig.dylib -L/usr/local/Cellar/freetype/2.5.1/lib -lfreetype -lexpat -pthread
libtool: link: clang -g -O2 -D_THREAD_SAFE -pthread -o .libs/test-migration test-migration.o ../src/.libs/libfontconfig.dylib -L/usr/local/Cellar/freetype/2.5.1/lib -lfreetype -lexpat -pthread
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in doc
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
make[3]: Nothing to be done for `install-exec-am'.
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/doc/fontconfig'
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/doc/fontconfig/fontconfig-devel'
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/man/man5'
.././install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/man/man3'
/usr/bin/install -c -m 644 fontconfig-user.txt fontconfig-devel.txt fontconfig-user.pdf fontconfig-devel.pdf fontconfig-user.html '/usr/local/Cellar/fontconfig/2.11.0/share/doc/fontconfig'
/usr/bin/install -c -m 644 ./fontconfig-devel/fcatomiccreate.html ./fontconfig-devel/fcatomicdeletenew.html ./fontconfig-devel/fcatomicdestroy.html ./fontconfig-devel/fcatomiclock.html ./fontconfig-devel/fcatomicnewfile.html ./fontconfig-devel/fcatomicorigfile.html ./fontconfig-devel/fcatomicreplaceorig.html ./fontconfig-devel/fcatomicunlock.html ./fontconfig-devel/fcblanksadd.html ./fontconfig-devel/fcblankscreate.html ./fontconfig-devel/fcblanksdestroy.html ./fontconfig-devel/fcblanksismember.html ./fontconfig-devel/fccachecopyset.html ./fontconfig-devel/fccachecreatetagfile.html ./fontconfig-devel/fccachedir.html ./fontconfig-devel/fccachenumfont.html ./fontconfig-devel/fccachenumsubdir.html ./fontconfig-devel/fccachesubdir.html ./fontconfig-devel/fccharsetaddchar.html ./fontconfig-devel/fccharsetcopy.html ./fontconfig-devel/fccharsetcount.html ./fontconfig-devel/fccharsetcoverage.html ./fontconfig-devel/fccharsetcreate.html ./fontconfig-devel/fccharsetdelchar.html ./fontconfig-devel/fccharsetdestroy.html ./fontconfig-devel/fccharsetequal.html ./fontconfig-devel/fccharsetfirstpage.html ./fontconfig-devel/fccharsethaschar.html ./fontconfig-devel/fccharsetintersect.html ./fontconfig-devel/fccharsetintersectcount.html ./fontconfig-devel/fccharsetissubset.html ./fontconfig-devel/fccharsetmerge.html ./fontconfig-devel/fccharsetnew.html ./fontconfig-devel/fccharsetnextpage.html ./fontconfig-devel/fccharsetsubtract.html ./fontconfig-devel/fccharsetsubtractcount.html ./fontconfig-devel/fccharsetunion.html ./fontconfig-devel/fcconfigappfontadddir.html ./fontconfig-devel/fcconfigappfontaddfile.html ./fontconfig-devel/fcconfigappfontclear.html '/usr/local/Cellar/fontconfig/2.11.0/share/doc/fontconfig/fontconfig-devel'
/usr/bin/install -c -m 644 fonts-conf.5 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man5'
/usr/bin/install -c -m 644 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 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man3'
/usr/bin/install -c -m 644 ./fontconfig-devel/fcconfigbuildfonts.html ./fontconfig-devel/fcconfigcreate.html ./fontconfig-devel/fcconfigdestroy.html ./fontconfig-devel/fcconfigenablehome.html ./fontconfig-devel/fcconfigfilename.html ./fontconfig-devel/fcconfiggetblanks.html ./fontconfig-devel/fcconfiggetcache.html ./fontconfig-devel/fcconfiggetcachedirs.html ./fontconfig-devel/fcconfiggetconfigdirs.html ./fontconfig-devel/fcconfiggetconfigfiles.html ./fontconfig-devel/fcconfiggetcurrent.html ./fontconfig-devel/fcconfiggetfontdirs.html ./fontconfig-devel/fcconfiggetfonts.html ./fontconfig-devel/fcconfiggetrescaninterval.html ./fontconfig-devel/fcconfiggetsysroot.html ./fontconfig-devel/fcconfighome.html ./fontconfig-devel/fcconfigparseandload.html ./fontconfig-devel/fcconfigreference.html ./fontconfig-devel/fcconfigsetcurrent.html ./fontconfig-devel/fcconfigsetrescaninterval.html ./fontconfig-devel/fcconfigsetsysroot.html ./fontconfig-devel/fcconfigsubstitute.html ./fontconfig-devel/fcconfigsubstitutewithpat.html ./fontconfig-devel/fcconfiguptodate.html ./fontconfig-devel/fcdefaultsubstitute.html ./fontconfig-devel/fcdircacheclean.html ./fontconfig-devel/fcdircacheload.html ./fontconfig-devel/fcdircacheloadfile.html ./fontconfig-devel/fcdircacheread.html ./fontconfig-devel/fcdircacheunlink.html ./fontconfig-devel/fcdircacheunload.html ./fontconfig-devel/fcdircachevalid.html ./fontconfig-devel/fcdirsave.html ./fontconfig-devel/fcdirscan.html ./fontconfig-devel/fcfileisdir.html ./fontconfig-devel/fcfilescan.html ./fontconfig-devel/fcfini.html ./fontconfig-devel/fcfontlist.html ./fontconfig-devel/fcfontmatch.html ./fontconfig-devel/fcfontrenderprepare.html '/usr/local/Cellar/fontconfig/2.11.0/share/doc/fontconfig/fontconfig-devel'
/usr/bin/install -c -m 644 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 FcDirCacheRead.3 FcDirCacheLoadFile.3 FcDirCacheUnload.3 FcFileScan.3 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man3'
/usr/bin/install -c -m 644 ./fontconfig-devel/fcfontsetadd.html ./fontconfig-devel/fcfontsetcreate.html ./fontconfig-devel/fcfontsetdestroy.html ./fontconfig-devel/fcfontsetlist.html ./fontconfig-devel/fcfontsetmatch.html ./fontconfig-devel/fcfontsetprint.html ./fontconfig-devel/fcfontsetsort.html ./fontconfig-devel/fcfontsetsortdestroy.html ./fontconfig-devel/fcfontsort.html ./fontconfig-devel/fcfreetypecharindex.html ./fontconfig-devel/fcfreetypecharset.html ./fontconfig-devel/fcfreetypecharsetandspacing.html ./fontconfig-devel/fcfreetypequery.html ./fontconfig-devel/fcfreetypequeryface.html ./fontconfig-devel/fcgetdefaultlangs.html ./fontconfig-devel/fcgetlangs.html ./fontconfig-devel/fcgetversion.html ./fontconfig-devel/fcinit.html ./fontconfig-devel/fcinitbringuptodate.html ./fontconfig-devel/fcinitloadconfig.html ./fontconfig-devel/fcinitloadconfigandfonts.html ./fontconfig-devel/fcinitreinitialize.html ./fontconfig-devel/fcislower.html ./fontconfig-devel/fcisupper.html ./fontconfig-devel/fclanggetcharset.html ./fontconfig-devel/fclangnormalize.html ./fontconfig-devel/fclangsetadd.html ./fontconfig-devel/fclangsetcompare.html ./fontconfig-devel/fclangsetcontains.html ./fontconfig-devel/fclangsetcopy.html ./fontconfig-devel/fclangsetcreate.html ./fontconfig-devel/fclangsetdel.html ./fontconfig-devel/fclangsetdestroy.html ./fontconfig-devel/fclangsetequal.html ./fontconfig-devel/fclangsethash.html ./fontconfig-devel/fclangsethaslang.html ./fontconfig-devel/fclangsetsubtract.html ./fontconfig-devel/fclangsetunion.html ./fontconfig-devel/fcmatrixcopy.html ./fontconfig-devel/fcmatrixequal.html '/usr/local/Cellar/fontconfig/2.11.0/share/doc/fontconfig/fontconfig-devel'
/usr/bin/install -c -m 644 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 FcGetLangs.3 FcLangNormalize.3 FcLangGetCharSet.3 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man3'
/usr/bin/install -c -m 644 ./fontconfig-devel/fcmatrixinit.html ./fontconfig-devel/fcmatrixmultiply.html ./fontconfig-devel/fcmatrixrotate.html ./fontconfig-devel/fcmatrixscale.html ./fontconfig-devel/fcmatrixshear.html ./fontconfig-devel/fcnameconstant.html ./fontconfig-devel/fcnamegetconstant.html ./fontconfig-devel/fcnamegetobjecttype.html ./fontconfig-devel/fcnameparse.html ./fontconfig-devel/fcnameregisterconstants.html ./fontconfig-devel/fcnameregisterobjecttypes.html ./fontconfig-devel/fcnameunparse.html ./fontconfig-devel/fcnameunregisterconstants.html ./fontconfig-devel/fcnameunregisterobjecttypes.html ./fontconfig-devel/fcobjectsetadd.html ./fontconfig-devel/fcobjectsetbuild.html ./fontconfig-devel/fcobjectsetcreate.html ./fontconfig-devel/fcobjectsetdestroy.html ./fontconfig-devel/fcpatternadd-type.html ./fontconfig-devel/fcpatternadd.html ./fontconfig-devel/fcpatternaddweak.html ./fontconfig-devel/fcpatternbuild.html ./fontconfig-devel/fcpatterncreate.html ./fontconfig-devel/fcpatterndel.html ./fontconfig-devel/fcpatterndestroy.html ./fontconfig-devel/fcpatternduplicate.html ./fontconfig-devel/fcpatternequal.html ./fontconfig-devel/fcpatternequalsubset.html ./fontconfig-devel/fcpatternfilter.html ./fontconfig-devel/fcpatternformat.html ./fontconfig-devel/fcpatternget-type.html ./fontconfig-devel/fcpatternget.html ./fontconfig-devel/fcpatternhash.html ./fontconfig-devel/fcpatternprint.html ./fontconfig-devel/fcpatternreference.html ./fontconfig-devel/fcpatternremove.html ./fontconfig-devel/fcstrbasename.html ./fontconfig-devel/fcstrcmp.html ./fontconfig-devel/fcstrcmpignorecase.html ./fontconfig-devel/fcstrcopy.html '/usr/local/Cellar/fontconfig/2.11.0/share/doc/fontconfig/fontconfig-devel'
/usr/bin/install -c -m 644 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 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man3'
/usr/bin/install -c -m 644 ./fontconfig-devel/fcstrcopyfilename.html ./fontconfig-devel/fcstrdirname.html ./fontconfig-devel/fcstrdowncase.html ./fontconfig-devel/fcstrfree.html ./fontconfig-devel/fcstrlistcreate.html ./fontconfig-devel/fcstrlistdone.html ./fontconfig-devel/fcstrlistfirst.html ./fontconfig-devel/fcstrlistnext.html ./fontconfig-devel/fcstrplus.html ./fontconfig-devel/fcstrsetadd.html ./fontconfig-devel/fcstrsetaddfilename.html ./fontconfig-devel/fcstrsetcreate.html ./fontconfig-devel/fcstrsetdel.html ./fontconfig-devel/fcstrsetdestroy.html ./fontconfig-devel/fcstrsetequal.html ./fontconfig-devel/fcstrsetmember.html ./fontconfig-devel/fcstrstr.html ./fontconfig-devel/fcstrstrignorecase.html ./fontconfig-devel/fctolower.html ./fontconfig-devel/fcucs4toutf8.html ./fontconfig-devel/fcutf16len.html ./fontconfig-devel/fcutf16toucs4.html ./fontconfig-devel/fcutf8len.html ./fontconfig-devel/fcutf8toucs4.html ./fontconfig-devel/fcvaluedestroy.html ./fontconfig-devel/fcvalueequal.html ./fontconfig-devel/fcvalueprint.html ./fontconfig-devel/fcvaluesave.html ./fontconfig-devel/ln12.html ./fontconfig-devel/t1.html ./fontconfig-devel/x102.html ./fontconfig-devel/x19.html ./fontconfig-devel/x31.html '/usr/local/Cellar/fontconfig/2.11.0/share/doc/fontconfig/fontconfig-devel'
/usr/bin/install -c -m 644 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 '/usr/local/Cellar/fontconfig/2.11.0/share/man/man3'
make[2]: Nothing to be done for `install-exec-am'.
sed \
-e 's,@FC_CACHEDIR\@,/usr/local/var/cache/fontconfig,g' \
-e 's,@FC_DEFAULT_FONTS\@,/usr/share/fonts,g' \
-e 's,@FC_FONTPATH\@,<dir>/System/Library/Fonts</dir> <dir>/Library/Fonts</dir> <dir>~/Library/Fonts</dir>,g' \
-e 's,@CONFIGDIR\@,conf.d,g' \
-e 's,@PACKAGE\@,fontconfig,g' \
-e 's,@VERSION\@,2.11.0,g' \
./fonts.conf.in > fonts.conf.tmp && \
mv fonts.conf.tmp fonts.conf
./install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/share/xml/fontconfig'
./install-sh -c -d '/usr/local/Cellar/fontconfig/2.11.0/lib/pkgconfig'
/usr/bin/install -c -m 644 fonts.dtd '/usr/local/Cellar/fontconfig/2.11.0/share/xml/fontconfig'
/usr/bin/install -c -m 644 fontconfig.pc '/usr/local/Cellar/fontconfig/2.11.0/lib/pkgconfig'
/bin/sh /private/tmp/fontconfig-Mkc1/fontconfig-2.11.0/install-sh -d /usr/local/etc/fonts /usr/local/var/cache/fontconfig
if [ -f /usr/local/etc/fonts/fonts.conf ]; then \
echo "backing up existing /usr/local/etc/fonts/fonts.conf"; \
mv /usr/local/etc/fonts/fonts.conf /usr/local/etc/fonts/fonts.conf.bak; \
fi
if [ -f ./fonts.conf ]; then \
echo " /usr/bin/install -c -m 644 ./fonts.conf /usr/local/etc/fonts/fonts.conf"; \
/usr/bin/install -c -m 644 ./fonts.conf /usr/local/etc/fonts/fonts.conf; \
else if [ -f fonts.conf ]; then \
echo " /usr/bin/install -c -m 644 fonts.conf /usr/local/etc/fonts/fonts.conf"; \
/usr/bin/install -c -m 644 fonts.conf /usr/local/etc/fonts/fonts.conf; \
fi; fi
/usr/bin/install -c -m 644 ./fonts.conf /usr/local/etc/fonts/fonts.conf
fc-cache -s -f -v
/bin/sh: line 1: 80353 Segmentation fault: 11 fc-cache/fc-cache -s -f -v
make[2]: *** [install-data-local] Error 139
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: aee75f1898c0628523e41fdd665abadc647209d7
CPU: quad-core 64-bit sandybridge
OS X: 10.9-x86_64
Xcode: 5.0.2
CLT: 5.0.1.0.1.1382131676
X11: N/A
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
HOMEBREW_VERBOSE: 1
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/pkg-config/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: fontconfig did not build
Logs:
/Users/ftiasch/Library/Logs/Homebrew/fontconfig/01.configure
/Users/ftiasch/Library/Logs/Homebrew/fontconfig/01.configure.cc
/Users/ftiasch/Library/Logs/Homebrew/fontconfig/02.make
/Users/ftiasch/Library/Logs/Homebrew/fontconfig/02.make.cc
/Users/ftiasch/Library/Logs/Homebrew/fontconfig/config.log
These open issues may also help:
https://github.com/mxcl/homebrew/issues/24913
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment