Skip to content

Instantly share code, notes, and snippets.

@larsbergstrom
Created January 15, 2016 16:04
Show Gist options
  • Save larsbergstrom/54d9fc2169ff93896a12 to your computer and use it in GitHub Desktop.
Save larsbergstrom/54d9fc2169ff93896a12 to your computer and use it in GitHub Desktop.
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `makefile.cargo'...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/libfontconfig.a'.
File `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/libfontconfig.a' does not exist.
Considering target file `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/Makefile'.
File `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/Makefile' does not exist.
Finished prerequisites of target file `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/Makefile'.
Must remake target `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/Makefile'.
cd /home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out && \
CC="gcc" \
AR="ar" \
FREETYPE_CFLAGS="" \
FREETYPE_LIBS="" \
CFLAGS="-fPIC" \
/home/servo/libfontconfig/configure \
--disable-docs \
--disable-shared \
\
--sysconfdir=/etc --localstatedir=/var
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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -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... /usr/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 gcc... /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... 3458764513820540925
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 archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc 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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
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... no
checking whether to build static libraries... yes
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... 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... 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... no
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
Successfully remade target file `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/Makefile'.
Finished prerequisites of target file `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/libfontconfig.a'.
Must remake target `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/libfontconfig.a'.
cd /home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out && make -j36
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `config.h'.
Considering target file `stamp-h1'.
Considering target file `/home/servo/libfontconfig/config.h.in'.
Finished prerequisites of target file `/home/servo/libfontconfig/config.h.in'.
No need to remake target `/home/servo/libfontconfig/config.h.in'.
Pruning file `config.status'.
Finished prerequisites of target file `stamp-h1'.
Prerequisite `/home/servo/libfontconfig/config.h.in' is older than target `stamp-h1'.
Prerequisite `config.status' is older than target `stamp-h1'.
No need to remake target `stamp-h1'.
Finished prerequisites of target file `config.h'.
Prerequisite `stamp-h1' is newer than target `config.h'.
Must remake target `config.h'.
make[1]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out'
Commands of `config.h' are being run.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
Considering target file `all'.
File `all' does not exist.
Considering target file `config.h'.
File `config.h' was considered already.
Finished prerequisites of target file `all'.
Must remake target `all'.
make all-recursive
Commands of `all' are being run.
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all-recursive'.
File `all-recursive' does not exist.
Finished prerequisites of target file `all-recursive'.
Must remake target `all-recursive'.
make[2]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out'
Commands of `all-recursive' are being run.
Making all in fontconfig
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fontconfig.h'.
Finished prerequisites of target file `fontconfig.h'.
No need to remake target `fontconfig.h'; using VPATH name `/home/servo/libfontconfig/fontconfig/fontconfig.h'.
Considering target file `fcfreetype.h'.
Finished prerequisites of target file `fcfreetype.h'.
No need to remake target `fcfreetype.h'; using VPATH name `/home/servo/libfontconfig/fontconfig/fcfreetype.h'.
Considering target file `fcprivate.h'.
Finished prerequisites of target file `fcprivate.h'.
No need to remake target `fcprivate.h'; using VPATH name `/home/servo/libfontconfig/fontconfig/fcprivate.h'.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
Finished prerequisites of target file `all'.
Must remake target `all'.
Successfully remade target file `all'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fontconfig'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fontconfig'
Making all in fc-case
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
File `fcalias.h' does not exist.
Finished prerequisites of target file `fcalias.h'.
Must remake target `fcalias.h'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-case'
Commands of `fcalias.h' are being run.
Considering target file `fcaliastail.h'.
File `fcaliastail.h' does not exist.
Finished prerequisites of target file `fcaliastail.h'.
Must remake target `fcaliastail.h'.
Commands of `fcaliastail.h' are being run.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
GEN fcaliastail.h
GEN fcalias.h
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
Still updating file `fcalias.h'.
Considering target file `fcaliastail.h'.
File `fcaliastail.h' was considered already.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
File `fcalias.h' was considered already.
Considering target file `fcaliastail.h'.
File `fcaliastail.h' was considered already.
Finished prerequisites of target file `all'.
Must remake target `all'.
make all-am
Commands of `all' are being run.
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fccase.h'.
Considering target file `fccase.tmpl.h'.
Finished prerequisites of target file `fccase.tmpl.h'.
No need to remake target `fccase.tmpl.h'; using VPATH name `/home/servo/libfontconfig/fc-case/fccase.tmpl.h'.
Considering target file `fc-case.c'.
Finished prerequisites of target file `fc-case.c'.
No need to remake target `fc-case.c'; using VPATH name `/home/servo/libfontconfig/fc-case/fc-case.c'.
Considering target file `/home/servo/libfontconfig/fc-case/CaseFolding.txt'.
Finished prerequisites of target file `/home/servo/libfontconfig/fc-case/CaseFolding.txt'.
No need to remake target `/home/servo/libfontconfig/fc-case/CaseFolding.txt'.
Finished prerequisites of target file `fccase.h'.
Prerequisite `/home/servo/libfontconfig/fc-case/fccase.tmpl.h' is older than target `fccase.h'.
Prerequisite `/home/servo/libfontconfig/fc-case/fc-case.c' is older than target `fccase.h'.
Prerequisite `/home/servo/libfontconfig/fc-case/CaseFolding.txt' is older than target `fccase.h'.
No need to remake target `fccase.h'; using VPATH name `/home/servo/libfontconfig/fc-case/fccase.h'.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
make[4]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-case'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-case'
Considering target file `all'.
File `all' was considered already.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-case'
Making all in fc-lang
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
File `fcalias.h' does not exist.
Finished prerequisites of target file `fcalias.h'.
Must remake target `fcalias.h'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-lang'
Commands of `fcalias.h' are being run.
Considering target file `fcaliastail.h'.
File `fcaliastail.h' does not exist.
Finished prerequisites of target file `fcaliastail.h'.
Must remake target `fcaliastail.h'.
Commands of `fcaliastail.h' are being run.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
GEN fcalias.h
GEN fcaliastail.h
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
Still updating file `fcalias.h'.
Considering target file `fcaliastail.h'.
File `fcaliastail.h' was considered already.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
File `fcalias.h' was considered already.
Considering target file `fcaliastail.h'.
File `fcaliastail.h' was considered already.
Finished prerequisites of target file `all'.
Must remake target `all'.
make all-am
Commands of `all' are being run.
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fclang.h'.
Considering target file `fclang.tmpl.h'.
Finished prerequisites of target file `fclang.tmpl.h'.
No need to remake target `fclang.tmpl.h'; using VPATH name `/home/servo/libfontconfig/fc-lang/fclang.tmpl.h'.
Considering target file `fc-lang.c'.
Finished prerequisites of target file `fc-lang.c'.
No need to remake target `fc-lang.c'; using VPATH name `/home/servo/libfontconfig/fc-lang/fc-lang.c'.
Considering target file `aa.orth'.
Finished prerequisites of target file `aa.orth'.
No need to remake target `aa.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/aa.orth'.
Considering target file `ab.orth'.
Finished prerequisites of target file `ab.orth'.
No need to remake target `ab.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ab.orth'.
Considering target file `af.orth'.
Finished prerequisites of target file `af.orth'.
No need to remake target `af.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/af.orth'.
Considering target file `am.orth'.
Finished prerequisites of target file `am.orth'.
No need to remake target `am.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/am.orth'.
Considering target file `ar.orth'.
Finished prerequisites of target file `ar.orth'.
No need to remake target `ar.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ar.orth'.
Considering target file `as.orth'.
Finished prerequisites of target file `as.orth'.
No need to remake target `as.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/as.orth'.
Considering target file `ast.orth'.
Finished prerequisites of target file `ast.orth'.
No need to remake target `ast.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ast.orth'.
Considering target file `av.orth'.
Finished prerequisites of target file `av.orth'.
No need to remake target `av.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/av.orth'.
Considering target file `ay.orth'.
Finished prerequisites of target file `ay.orth'.
No need to remake target `ay.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ay.orth'.
Considering target file `az_az.orth'.
Finished prerequisites of target file `az_az.orth'.
No need to remake target `az_az.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/az_az.orth'.
Considering target file `az_ir.orth'.
Finished prerequisites of target file `az_ir.orth'.
No need to remake target `az_ir.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/az_ir.orth'.
Considering target file `ba.orth'.
Finished prerequisites of target file `ba.orth'.
No need to remake target `ba.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ba.orth'.
Considering target file `bm.orth'.
Finished prerequisites of target file `bm.orth'.
No need to remake target `bm.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/bm.orth'.
Considering target file `be.orth'.
Finished prerequisites of target file `be.orth'.
No need to remake target `be.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/be.orth'.
Considering target file `bg.orth'.
Finished prerequisites of target file `bg.orth'.
No need to remake target `bg.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/bg.orth'.
Considering target file `bh.orth'.
Finished prerequisites of target file `bh.orth'.
No need to remake target `bh.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/bh.orth'.
Considering target file `bho.orth'.
Finished prerequisites of target file `bho.orth'.
No need to remake target `bho.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/bho.orth'.
Considering target file `bi.orth'.
Finished prerequisites of target file `bi.orth'.
No need to remake target `bi.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/bi.orth'.
Considering target file `bin.orth'.
Finished prerequisites of target file `bin.orth'.
No need to remake target `bin.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/bin.orth'.
Considering target file `bn.orth'.
Finished prerequisites of target file `bn.orth'.
No need to remake target `bn.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/bn.orth'.
Considering target file `bo.orth'.
Finished prerequisites of target file `bo.orth'.
No need to remake target `bo.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/bo.orth'.
Considering target file `br.orth'.
Finished prerequisites of target file `br.orth'.
No need to remake target `br.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/br.orth'.
Considering target file `bs.orth'.
Finished prerequisites of target file `bs.orth'.
No need to remake target `bs.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/bs.orth'.
Considering target file `bua.orth'.
Finished prerequisites of target file `bua.orth'.
No need to remake target `bua.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/bua.orth'.
Considering target file `ca.orth'.
Finished prerequisites of target file `ca.orth'.
No need to remake target `ca.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ca.orth'.
Considering target file `ce.orth'.
Finished prerequisites of target file `ce.orth'.
No need to remake target `ce.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ce.orth'.
Considering target file `ch.orth'.
Finished prerequisites of target file `ch.orth'.
No need to remake target `ch.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ch.orth'.
Considering target file `chm.orth'.
Finished prerequisites of target file `chm.orth'.
No need to remake target `chm.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/chm.orth'.
Considering target file `chr.orth'.
Finished prerequisites of target file `chr.orth'.
No need to remake target `chr.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/chr.orth'.
Considering target file `co.orth'.
Finished prerequisites of target file `co.orth'.
No need to remake target `co.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/co.orth'.
Considering target file `cs.orth'.
Finished prerequisites of target file `cs.orth'.
No need to remake target `cs.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/cs.orth'.
Considering target file `cu.orth'.
Finished prerequisites of target file `cu.orth'.
No need to remake target `cu.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/cu.orth'.
Considering target file `cv.orth'.
Finished prerequisites of target file `cv.orth'.
No need to remake target `cv.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/cv.orth'.
Considering target file `cy.orth'.
Finished prerequisites of target file `cy.orth'.
No need to remake target `cy.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/cy.orth'.
Considering target file `da.orth'.
Finished prerequisites of target file `da.orth'.
No need to remake target `da.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/da.orth'.
Considering target file `de.orth'.
Finished prerequisites of target file `de.orth'.
No need to remake target `de.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/de.orth'.
Considering target file `dz.orth'.
Finished prerequisites of target file `dz.orth'.
No need to remake target `dz.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/dz.orth'.
Considering target file `el.orth'.
Finished prerequisites of target file `el.orth'.
No need to remake target `el.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/el.orth'.
Considering target file `en.orth'.
Finished prerequisites of target file `en.orth'.
No need to remake target `en.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/en.orth'.
Considering target file `eo.orth'.
Finished prerequisites of target file `eo.orth'.
No need to remake target `eo.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/eo.orth'.
Considering target file `es.orth'.
Finished prerequisites of target file `es.orth'.
No need to remake target `es.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/es.orth'.
Considering target file `et.orth'.
Finished prerequisites of target file `et.orth'.
No need to remake target `et.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/et.orth'.
Considering target file `eu.orth'.
Finished prerequisites of target file `eu.orth'.
No need to remake target `eu.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/eu.orth'.
Considering target file `fa.orth'.
Finished prerequisites of target file `fa.orth'.
No need to remake target `fa.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/fa.orth'.
Considering target file `fi.orth'.
Finished prerequisites of target file `fi.orth'.
No need to remake target `fi.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/fi.orth'.
Considering target file `fj.orth'.
Finished prerequisites of target file `fj.orth'.
No need to remake target `fj.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/fj.orth'.
Considering target file `fo.orth'.
Finished prerequisites of target file `fo.orth'.
No need to remake target `fo.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/fo.orth'.
Considering target file `fr.orth'.
Finished prerequisites of target file `fr.orth'.
No need to remake target `fr.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/fr.orth'.
Considering target file `ff.orth'.
Finished prerequisites of target file `ff.orth'.
No need to remake target `ff.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ff.orth'.
Considering target file `fur.orth'.
Finished prerequisites of target file `fur.orth'.
No need to remake target `fur.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/fur.orth'.
Considering target file `fy.orth'.
Finished prerequisites of target file `fy.orth'.
No need to remake target `fy.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/fy.orth'.
Considering target file `ga.orth'.
Finished prerequisites of target file `ga.orth'.
No need to remake target `ga.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ga.orth'.
Considering target file `gd.orth'.
Finished prerequisites of target file `gd.orth'.
No need to remake target `gd.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/gd.orth'.
Considering target file `gez.orth'.
Finished prerequisites of target file `gez.orth'.
No need to remake target `gez.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/gez.orth'.
Considering target file `gl.orth'.
Finished prerequisites of target file `gl.orth'.
No need to remake target `gl.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/gl.orth'.
Considering target file `gn.orth'.
Finished prerequisites of target file `gn.orth'.
No need to remake target `gn.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/gn.orth'.
Considering target file `gu.orth'.
Finished prerequisites of target file `gu.orth'.
No need to remake target `gu.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/gu.orth'.
Considering target file `gv.orth'.
Finished prerequisites of target file `gv.orth'.
No need to remake target `gv.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/gv.orth'.
Considering target file `ha.orth'.
Finished prerequisites of target file `ha.orth'.
No need to remake target `ha.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ha.orth'.
Considering target file `haw.orth'.
Finished prerequisites of target file `haw.orth'.
No need to remake target `haw.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/haw.orth'.
Considering target file `he.orth'.
Finished prerequisites of target file `he.orth'.
No need to remake target `he.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/he.orth'.
Considering target file `hi.orth'.
Finished prerequisites of target file `hi.orth'.
No need to remake target `hi.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/hi.orth'.
Considering target file `ho.orth'.
Finished prerequisites of target file `ho.orth'.
No need to remake target `ho.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ho.orth'.
Considering target file `hr.orth'.
Finished prerequisites of target file `hr.orth'.
No need to remake target `hr.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/hr.orth'.
Considering target file `hu.orth'.
Finished prerequisites of target file `hu.orth'.
No need to remake target `hu.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/hu.orth'.
Considering target file `hy.orth'.
Finished prerequisites of target file `hy.orth'.
No need to remake target `hy.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/hy.orth'.
Considering target file `ia.orth'.
Finished prerequisites of target file `ia.orth'.
No need to remake target `ia.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ia.orth'.
Considering target file `ig.orth'.
Finished prerequisites of target file `ig.orth'.
No need to remake target `ig.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ig.orth'.
Considering target file `id.orth'.
Finished prerequisites of target file `id.orth'.
No need to remake target `id.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/id.orth'.
Considering target file `ie.orth'.
Finished prerequisites of target file `ie.orth'.
No need to remake target `ie.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ie.orth'.
Considering target file `ik.orth'.
Finished prerequisites of target file `ik.orth'.
No need to remake target `ik.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ik.orth'.
Considering target file `io.orth'.
Finished prerequisites of target file `io.orth'.
No need to remake target `io.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/io.orth'.
Considering target file `is.orth'.
Finished prerequisites of target file `is.orth'.
No need to remake target `is.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/is.orth'.
Considering target file `it.orth'.
Finished prerequisites of target file `it.orth'.
No need to remake target `it.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/it.orth'.
Considering target file `iu.orth'.
Finished prerequisites of target file `iu.orth'.
No need to remake target `iu.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/iu.orth'.
Considering target file `ja.orth'.
Finished prerequisites of target file `ja.orth'.
No need to remake target `ja.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ja.orth'.
Considering target file `ka.orth'.
Finished prerequisites of target file `ka.orth'.
No need to remake target `ka.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ka.orth'.
Considering target file `kaa.orth'.
Finished prerequisites of target file `kaa.orth'.
No need to remake target `kaa.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/kaa.orth'.
Considering target file `ki.orth'.
Finished prerequisites of target file `ki.orth'.
No need to remake target `ki.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ki.orth'.
Considering target file `kk.orth'.
Finished prerequisites of target file `kk.orth'.
No need to remake target `kk.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/kk.orth'.
Considering target file `kl.orth'.
Finished prerequisites of target file `kl.orth'.
No need to remake target `kl.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/kl.orth'.
Considering target file `km.orth'.
Finished prerequisites of target file `km.orth'.
No need to remake target `km.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/km.orth'.
Considering target file `kn.orth'.
Finished prerequisites of target file `kn.orth'.
No need to remake target `kn.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/kn.orth'.
Considering target file `ko.orth'.
Finished prerequisites of target file `ko.orth'.
No need to remake target `ko.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ko.orth'.
Considering target file `kok.orth'.
Finished prerequisites of target file `kok.orth'.
No need to remake target `kok.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/kok.orth'.
Considering target file `ks.orth'.
Finished prerequisites of target file `ks.orth'.
No need to remake target `ks.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ks.orth'.
Considering target file `ku_am.orth'.
Finished prerequisites of target file `ku_am.orth'.
No need to remake target `ku_am.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ku_am.orth'.
Considering target file `ku_ir.orth'.
Finished prerequisites of target file `ku_ir.orth'.
No need to remake target `ku_ir.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ku_ir.orth'.
Considering target file `kum.orth'.
Finished prerequisites of target file `kum.orth'.
No need to remake target `kum.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/kum.orth'.
Considering target file `kv.orth'.
Finished prerequisites of target file `kv.orth'.
No need to remake target `kv.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/kv.orth'.
Considering target file `kw.orth'.
Finished prerequisites of target file `kw.orth'.
No need to remake target `kw.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/kw.orth'.
Considering target file `ky.orth'.
Finished prerequisites of target file `ky.orth'.
No need to remake target `ky.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ky.orth'.
Considering target file `la.orth'.
Finished prerequisites of target file `la.orth'.
No need to remake target `la.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/la.orth'.
Considering target file `lb.orth'.
Finished prerequisites of target file `lb.orth'.
No need to remake target `lb.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/lb.orth'.
Considering target file `lez.orth'.
Finished prerequisites of target file `lez.orth'.
No need to remake target `lez.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/lez.orth'.
Considering target file `ln.orth'.
Finished prerequisites of target file `ln.orth'.
No need to remake target `ln.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ln.orth'.
Considering target file `lo.orth'.
Finished prerequisites of target file `lo.orth'.
No need to remake target `lo.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/lo.orth'.
Considering target file `lt.orth'.
Finished prerequisites of target file `lt.orth'.
No need to remake target `lt.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/lt.orth'.
Considering target file `lv.orth'.
Finished prerequisites of target file `lv.orth'.
No need to remake target `lv.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/lv.orth'.
Considering target file `mg.orth'.
Finished prerequisites of target file `mg.orth'.
No need to remake target `mg.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/mg.orth'.
Considering target file `mh.orth'.
Finished prerequisites of target file `mh.orth'.
No need to remake target `mh.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/mh.orth'.
Considering target file `mi.orth'.
Finished prerequisites of target file `mi.orth'.
No need to remake target `mi.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/mi.orth'.
Considering target file `mk.orth'.
Finished prerequisites of target file `mk.orth'.
No need to remake target `mk.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/mk.orth'.
Considering target file `ml.orth'.
Finished prerequisites of target file `ml.orth'.
No need to remake target `ml.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ml.orth'.
Considering target file `mn_cn.orth'.
Finished prerequisites of target file `mn_cn.orth'.
No need to remake target `mn_cn.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/mn_cn.orth'.
Considering target file `mo.orth'.
Finished prerequisites of target file `mo.orth'.
No need to remake target `mo.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/mo.orth'.
Considering target file `mr.orth'.
Finished prerequisites of target file `mr.orth'.
No need to remake target `mr.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/mr.orth'.
Considering target file `mt.orth'.
Finished prerequisites of target file `mt.orth'.
No need to remake target `mt.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/mt.orth'.
Considering target file `my.orth'.
Finished prerequisites of target file `my.orth'.
No need to remake target `my.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/my.orth'.
Considering target file `nb.orth'.
Finished prerequisites of target file `nb.orth'.
No need to remake target `nb.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/nb.orth'.
Considering target file `nds.orth'.
Finished prerequisites of target file `nds.orth'.
No need to remake target `nds.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/nds.orth'.
Considering target file `ne.orth'.
Finished prerequisites of target file `ne.orth'.
No need to remake target `ne.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ne.orth'.
Considering target file `nl.orth'.
Finished prerequisites of target file `nl.orth'.
No need to remake target `nl.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/nl.orth'.
Considering target file `nn.orth'.
Finished prerequisites of target file `nn.orth'.
No need to remake target `nn.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/nn.orth'.
Considering target file `no.orth'.
Finished prerequisites of target file `no.orth'.
No need to remake target `no.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/no.orth'.
Considering target file `nr.orth'.
Finished prerequisites of target file `nr.orth'.
No need to remake target `nr.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/nr.orth'.
Considering target file `nso.orth'.
Finished prerequisites of target file `nso.orth'.
No need to remake target `nso.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/nso.orth'.
Considering target file `ny.orth'.
Finished prerequisites of target file `ny.orth'.
No need to remake target `ny.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ny.orth'.
Considering target file `oc.orth'.
Finished prerequisites of target file `oc.orth'.
No need to remake target `oc.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/oc.orth'.
Considering target file `om.orth'.
Finished prerequisites of target file `om.orth'.
No need to remake target `om.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/om.orth'.
Considering target file `or.orth'.
Finished prerequisites of target file `or.orth'.
No need to remake target `or.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/or.orth'.
Considering target file `os.orth'.
Finished prerequisites of target file `os.orth'.
No need to remake target `os.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/os.orth'.
Considering target file `pa.orth'.
Finished prerequisites of target file `pa.orth'.
No need to remake target `pa.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/pa.orth'.
Considering target file `pl.orth'.
Finished prerequisites of target file `pl.orth'.
No need to remake target `pl.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/pl.orth'.
Considering target file `ps_af.orth'.
Finished prerequisites of target file `ps_af.orth'.
No need to remake target `ps_af.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ps_af.orth'.
Considering target file `ps_pk.orth'.
Finished prerequisites of target file `ps_pk.orth'.
No need to remake target `ps_pk.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ps_pk.orth'.
Considering target file `pt.orth'.
Finished prerequisites of target file `pt.orth'.
No need to remake target `pt.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/pt.orth'.
Considering target file `rm.orth'.
Finished prerequisites of target file `rm.orth'.
No need to remake target `rm.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/rm.orth'.
Considering target file `ro.orth'.
Finished prerequisites of target file `ro.orth'.
No need to remake target `ro.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ro.orth'.
Considering target file `ru.orth'.
Finished prerequisites of target file `ru.orth'.
No need to remake target `ru.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ru.orth'.
Considering target file `sa.orth'.
Finished prerequisites of target file `sa.orth'.
No need to remake target `sa.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sa.orth'.
Considering target file `sah.orth'.
Finished prerequisites of target file `sah.orth'.
No need to remake target `sah.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sah.orth'.
Considering target file `sco.orth'.
Finished prerequisites of target file `sco.orth'.
No need to remake target `sco.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sco.orth'.
Considering target file `se.orth'.
Finished prerequisites of target file `se.orth'.
No need to remake target `se.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/se.orth'.
Considering target file `sel.orth'.
Finished prerequisites of target file `sel.orth'.
No need to remake target `sel.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sel.orth'.
Considering target file `sh.orth'.
Finished prerequisites of target file `sh.orth'.
No need to remake target `sh.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sh.orth'.
Considering target file `shs.orth'.
Finished prerequisites of target file `shs.orth'.
No need to remake target `shs.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/shs.orth'.
Considering target file `si.orth'.
Finished prerequisites of target file `si.orth'.
No need to remake target `si.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/si.orth'.
Considering target file `sk.orth'.
Finished prerequisites of target file `sk.orth'.
No need to remake target `sk.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sk.orth'.
Considering target file `sl.orth'.
Finished prerequisites of target file `sl.orth'.
No need to remake target `sl.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sl.orth'.
Considering target file `sm.orth'.
Finished prerequisites of target file `sm.orth'.
No need to remake target `sm.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sm.orth'.
Considering target file `sma.orth'.
Finished prerequisites of target file `sma.orth'.
No need to remake target `sma.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sma.orth'.
Considering target file `smj.orth'.
Finished prerequisites of target file `smj.orth'.
No need to remake target `smj.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/smj.orth'.
Considering target file `smn.orth'.
Finished prerequisites of target file `smn.orth'.
No need to remake target `smn.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/smn.orth'.
Considering target file `sms.orth'.
Finished prerequisites of target file `sms.orth'.
No need to remake target `sms.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sms.orth'.
Considering target file `so.orth'.
Finished prerequisites of target file `so.orth'.
No need to remake target `so.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/so.orth'.
Considering target file `sq.orth'.
Finished prerequisites of target file `sq.orth'.
No need to remake target `sq.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sq.orth'.
Considering target file `sr.orth'.
Finished prerequisites of target file `sr.orth'.
No need to remake target `sr.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sr.orth'.
Considering target file `ss.orth'.
Finished prerequisites of target file `ss.orth'.
No need to remake target `ss.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ss.orth'.
Considering target file `st.orth'.
Finished prerequisites of target file `st.orth'.
No need to remake target `st.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/st.orth'.
Considering target file `sv.orth'.
Finished prerequisites of target file `sv.orth'.
No need to remake target `sv.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sv.orth'.
Considering target file `sw.orth'.
Finished prerequisites of target file `sw.orth'.
No need to remake target `sw.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sw.orth'.
Considering target file `syr.orth'.
Finished prerequisites of target file `syr.orth'.
No need to remake target `syr.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/syr.orth'.
Considering target file `ta.orth'.
Finished prerequisites of target file `ta.orth'.
No need to remake target `ta.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ta.orth'.
Considering target file `te.orth'.
Finished prerequisites of target file `te.orth'.
No need to remake target `te.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/te.orth'.
Considering target file `tg.orth'.
Finished prerequisites of target file `tg.orth'.
No need to remake target `tg.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/tg.orth'.
Considering target file `th.orth'.
Finished prerequisites of target file `th.orth'.
No need to remake target `th.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/th.orth'.
Considering target file `ti_er.orth'.
Finished prerequisites of target file `ti_er.orth'.
No need to remake target `ti_er.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ti_er.orth'.
Considering target file `ti_et.orth'.
Finished prerequisites of target file `ti_et.orth'.
No need to remake target `ti_et.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ti_et.orth'.
Considering target file `tig.orth'.
Finished prerequisites of target file `tig.orth'.
No need to remake target `tig.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/tig.orth'.
Considering target file `tk.orth'.
Finished prerequisites of target file `tk.orth'.
No need to remake target `tk.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/tk.orth'.
Considering target file `tl.orth'.
Finished prerequisites of target file `tl.orth'.
No need to remake target `tl.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/tl.orth'.
Considering target file `tn.orth'.
Finished prerequisites of target file `tn.orth'.
No need to remake target `tn.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/tn.orth'.
Considering target file `to.orth'.
Finished prerequisites of target file `to.orth'.
No need to remake target `to.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/to.orth'.
Considering target file `tr.orth'.
Finished prerequisites of target file `tr.orth'.
No need to remake target `tr.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/tr.orth'.
Considering target file `ts.orth'.
Finished prerequisites of target file `ts.orth'.
No need to remake target `ts.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ts.orth'.
Considering target file `tt.orth'.
Finished prerequisites of target file `tt.orth'.
No need to remake target `tt.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/tt.orth'.
Considering target file `tw.orth'.
Finished prerequisites of target file `tw.orth'.
No need to remake target `tw.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/tw.orth'.
Considering target file `tyv.orth'.
Finished prerequisites of target file `tyv.orth'.
No need to remake target `tyv.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/tyv.orth'.
Considering target file `ug.orth'.
Finished prerequisites of target file `ug.orth'.
No need to remake target `ug.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ug.orth'.
Considering target file `uk.orth'.
Finished prerequisites of target file `uk.orth'.
No need to remake target `uk.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/uk.orth'.
Considering target file `ur.orth'.
Finished prerequisites of target file `ur.orth'.
No need to remake target `ur.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ur.orth'.
Considering target file `uz.orth'.
Finished prerequisites of target file `uz.orth'.
No need to remake target `uz.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/uz.orth'.
Considering target file `ve.orth'.
Finished prerequisites of target file `ve.orth'.
No need to remake target `ve.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ve.orth'.
Considering target file `vi.orth'.
Finished prerequisites of target file `vi.orth'.
No need to remake target `vi.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/vi.orth'.
Considering target file `vo.orth'.
Finished prerequisites of target file `vo.orth'.
No need to remake target `vo.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/vo.orth'.
Considering target file `vot.orth'.
Finished prerequisites of target file `vot.orth'.
No need to remake target `vot.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/vot.orth'.
Considering target file `wa.orth'.
Finished prerequisites of target file `wa.orth'.
No need to remake target `wa.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/wa.orth'.
Considering target file `wen.orth'.
Finished prerequisites of target file `wen.orth'.
No need to remake target `wen.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/wen.orth'.
Considering target file `wo.orth'.
Finished prerequisites of target file `wo.orth'.
No need to remake target `wo.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/wo.orth'.
Considering target file `xh.orth'.
Finished prerequisites of target file `xh.orth'.
No need to remake target `xh.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/xh.orth'.
Considering target file `yap.orth'.
Finished prerequisites of target file `yap.orth'.
No need to remake target `yap.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/yap.orth'.
Considering target file `yi.orth'.
Finished prerequisites of target file `yi.orth'.
No need to remake target `yi.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/yi.orth'.
Considering target file `yo.orth'.
Finished prerequisites of target file `yo.orth'.
No need to remake target `yo.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/yo.orth'.
Considering target file `zh_cn.orth'.
Finished prerequisites of target file `zh_cn.orth'.
No need to remake target `zh_cn.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/zh_cn.orth'.
Considering target file `zh_hk.orth'.
Finished prerequisites of target file `zh_hk.orth'.
No need to remake target `zh_hk.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/zh_hk.orth'.
Considering target file `zh_mo.orth'.
Finished prerequisites of target file `zh_mo.orth'.
No need to remake target `zh_mo.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/zh_mo.orth'.
Considering target file `zh_sg.orth'.
Finished prerequisites of target file `zh_sg.orth'.
No need to remake target `zh_sg.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/zh_sg.orth'.
Considering target file `zh_tw.orth'.
Finished prerequisites of target file `zh_tw.orth'.
No need to remake target `zh_tw.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/zh_tw.orth'.
Considering target file `zu.orth'.
Finished prerequisites of target file `zu.orth'.
No need to remake target `zu.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/zu.orth'.
Considering target file `ak.orth'.
Finished prerequisites of target file `ak.orth'.
No need to remake target `ak.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ak.orth'.
Considering target file `an.orth'.
Finished prerequisites of target file `an.orth'.
No need to remake target `an.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/an.orth'.
Considering target file `ber_dz.orth'.
Finished prerequisites of target file `ber_dz.orth'.
No need to remake target `ber_dz.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ber_dz.orth'.
Considering target file `ber_ma.orth'.
Finished prerequisites of target file `ber_ma.orth'.
No need to remake target `ber_ma.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ber_ma.orth'.
Considering target file `byn.orth'.
Finished prerequisites of target file `byn.orth'.
No need to remake target `byn.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/byn.orth'.
Considering target file `crh.orth'.
Finished prerequisites of target file `crh.orth'.
No need to remake target `crh.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/crh.orth'.
Considering target file `csb.orth'.
Finished prerequisites of target file `csb.orth'.
No need to remake target `csb.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/csb.orth'.
Considering target file `dv.orth'.
Finished prerequisites of target file `dv.orth'.
No need to remake target `dv.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/dv.orth'.
Considering target file `ee.orth'.
Finished prerequisites of target file `ee.orth'.
No need to remake target `ee.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ee.orth'.
Considering target file `fat.orth'.
Finished prerequisites of target file `fat.orth'.
No need to remake target `fat.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/fat.orth'.
Considering target file `fil.orth'.
Finished prerequisites of target file `fil.orth'.
No need to remake target `fil.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/fil.orth'.
Considering target file `hne.orth'.
Finished prerequisites of target file `hne.orth'.
No need to remake target `hne.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/hne.orth'.
Considering target file `hsb.orth'.
Finished prerequisites of target file `hsb.orth'.
No need to remake target `hsb.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/hsb.orth'.
Considering target file `ht.orth'.
Finished prerequisites of target file `ht.orth'.
No need to remake target `ht.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ht.orth'.
Considering target file `hz.orth'.
Finished prerequisites of target file `hz.orth'.
No need to remake target `hz.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/hz.orth'.
Considering target file `ii.orth'.
Finished prerequisites of target file `ii.orth'.
No need to remake target `ii.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ii.orth'.
Considering target file `jv.orth'.
Finished prerequisites of target file `jv.orth'.
No need to remake target `jv.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/jv.orth'.
Considering target file `kab.orth'.
Finished prerequisites of target file `kab.orth'.
No need to remake target `kab.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/kab.orth'.
Considering target file `kj.orth'.
Finished prerequisites of target file `kj.orth'.
No need to remake target `kj.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/kj.orth'.
Considering target file `kr.orth'.
Finished prerequisites of target file `kr.orth'.
No need to remake target `kr.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/kr.orth'.
Considering target file `ku_iq.orth'.
Finished prerequisites of target file `ku_iq.orth'.
No need to remake target `ku_iq.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ku_iq.orth'.
Considering target file `ku_tr.orth'.
Finished prerequisites of target file `ku_tr.orth'.
No need to remake target `ku_tr.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ku_tr.orth'.
Considering target file `kwm.orth'.
Finished prerequisites of target file `kwm.orth'.
No need to remake target `kwm.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/kwm.orth'.
Considering target file `lg.orth'.
Finished prerequisites of target file `lg.orth'.
No need to remake target `lg.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/lg.orth'.
Considering target file `li.orth'.
Finished prerequisites of target file `li.orth'.
No need to remake target `li.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/li.orth'.
Considering target file `mai.orth'.
Finished prerequisites of target file `mai.orth'.
No need to remake target `mai.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/mai.orth'.
Considering target file `mn_mn.orth'.
Finished prerequisites of target file `mn_mn.orth'.
No need to remake target `mn_mn.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/mn_mn.orth'.
Considering target file `ms.orth'.
Finished prerequisites of target file `ms.orth'.
No need to remake target `ms.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ms.orth'.
Considering target file `na.orth'.
Finished prerequisites of target file `na.orth'.
No need to remake target `na.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/na.orth'.
Considering target file `ng.orth'.
Finished prerequisites of target file `ng.orth'.
No need to remake target `ng.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ng.orth'.
Considering target file `nv.orth'.
Finished prerequisites of target file `nv.orth'.
No need to remake target `nv.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/nv.orth'.
Considering target file `ota.orth'.
Finished prerequisites of target file `ota.orth'.
No need to remake target `ota.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ota.orth'.
Considering target file `pa_pk.orth'.
Finished prerequisites of target file `pa_pk.orth'.
No need to remake target `pa_pk.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/pa_pk.orth'.
Considering target file `pap_an.orth'.
Finished prerequisites of target file `pap_an.orth'.
No need to remake target `pap_an.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/pap_an.orth'.
Considering target file `pap_aw.orth'.
Finished prerequisites of target file `pap_aw.orth'.
No need to remake target `pap_aw.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/pap_aw.orth'.
Considering target file `qu.orth'.
Finished prerequisites of target file `qu.orth'.
No need to remake target `qu.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/qu.orth'.
Considering target file `quz.orth'.
Finished prerequisites of target file `quz.orth'.
No need to remake target `quz.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/quz.orth'.
Considering target file `rn.orth'.
Finished prerequisites of target file `rn.orth'.
No need to remake target `rn.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/rn.orth'.
Considering target file `rw.orth'.
Finished prerequisites of target file `rw.orth'.
No need to remake target `rw.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/rw.orth'.
Considering target file `sc.orth'.
Finished prerequisites of target file `sc.orth'.
No need to remake target `sc.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sc.orth'.
Considering target file `sd.orth'.
Finished prerequisites of target file `sd.orth'.
No need to remake target `sd.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sd.orth'.
Considering target file `sg.orth'.
Finished prerequisites of target file `sg.orth'.
No need to remake target `sg.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sg.orth'.
Considering target file `sid.orth'.
Finished prerequisites of target file `sid.orth'.
No need to remake target `sid.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sid.orth'.
Considering target file `sn.orth'.
Finished prerequisites of target file `sn.orth'.
No need to remake target `sn.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sn.orth'.
Considering target file `su.orth'.
Finished prerequisites of target file `su.orth'.
No need to remake target `su.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/su.orth'.
Considering target file `ty.orth'.
Finished prerequisites of target file `ty.orth'.
No need to remake target `ty.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/ty.orth'.
Considering target file `wal.orth'.
Finished prerequisites of target file `wal.orth'.
No need to remake target `wal.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/wal.orth'.
Considering target file `za.orth'.
Finished prerequisites of target file `za.orth'.
No need to remake target `za.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/za.orth'.
Considering target file `lah.orth'.
Finished prerequisites of target file `lah.orth'.
No need to remake target `lah.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/lah.orth'.
Considering target file `nqo.orth'.
Finished prerequisites of target file `nqo.orth'.
No need to remake target `nqo.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/nqo.orth'.
Considering target file `brx.orth'.
Finished prerequisites of target file `brx.orth'.
No need to remake target `brx.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/brx.orth'.
Considering target file `sat.orth'.
Finished prerequisites of target file `sat.orth'.
No need to remake target `sat.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/sat.orth'.
Considering target file `doi.orth'.
Finished prerequisites of target file `doi.orth'.
No need to remake target `doi.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/doi.orth'.
Considering target file `mni.orth'.
Finished prerequisites of target file `mni.orth'.
No need to remake target `mni.orth'; using VPATH name `/home/servo/libfontconfig/fc-lang/mni.orth'.
Finished prerequisites of target file `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/fclang.tmpl.h' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/fc-lang.c' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/aa.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ab.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/af.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/am.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ar.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/as.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ast.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/av.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ay.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/az_az.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/az_ir.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ba.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/bm.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/be.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/bg.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/bh.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/bho.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/bi.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/bin.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/bn.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/bo.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/br.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/bs.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/bua.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ca.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ce.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ch.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/chm.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/chr.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/co.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/cs.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/cu.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/cv.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/cy.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/da.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/de.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/dz.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/el.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/en.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/eo.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/es.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/et.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/eu.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/fa.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/fi.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/fj.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/fo.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/fr.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ff.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/fur.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/fy.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ga.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/gd.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/gez.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/gl.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/gn.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/gu.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/gv.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ha.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/haw.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/he.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/hi.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ho.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/hr.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/hu.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/hy.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ia.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ig.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/id.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ie.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ik.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/io.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/is.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/it.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/iu.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ja.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ka.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/kaa.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ki.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/kk.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/kl.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/km.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/kn.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ko.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/kok.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ks.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ku_am.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ku_ir.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/kum.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/kv.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/kw.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ky.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/la.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/lb.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/lez.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ln.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/lo.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/lt.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/lv.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/mg.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/mh.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/mi.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/mk.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ml.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/mn_cn.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/mo.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/mr.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/mt.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/my.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/nb.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/nds.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ne.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/nl.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/nn.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/no.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/nr.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/nso.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ny.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/oc.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/om.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/or.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/os.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/pa.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/pl.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ps_af.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ps_pk.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/pt.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/rm.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ro.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ru.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sa.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sah.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sco.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/se.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sel.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sh.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/shs.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/si.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sk.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sl.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sm.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sma.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/smj.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/smn.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sms.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/so.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sq.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sr.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ss.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/st.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sv.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sw.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/syr.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ta.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/te.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/tg.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/th.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ti_er.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ti_et.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/tig.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/tk.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/tl.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/tn.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/to.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/tr.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ts.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/tt.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/tw.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/tyv.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ug.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/uk.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ur.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/uz.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ve.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/vi.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/vo.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/vot.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/wa.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/wen.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/wo.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/xh.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/yap.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/yi.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/yo.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/zh_cn.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/zh_hk.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/zh_mo.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/zh_sg.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/zh_tw.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/zu.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ak.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/an.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ber_dz.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ber_ma.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/byn.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/crh.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/csb.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/dv.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ee.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/fat.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/fil.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/hne.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/hsb.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ht.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/hz.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ii.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/jv.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/kab.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/kj.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/kr.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ku_iq.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ku_tr.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/kwm.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/lg.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/li.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/mai.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/mn_mn.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ms.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/na.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ng.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/nv.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ota.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/pa_pk.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/pap_an.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/pap_aw.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/qu.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/quz.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/rn.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/rw.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sc.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sd.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sg.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sid.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sn.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/su.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/ty.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/wal.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/za.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/lah.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/nqo.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/brx.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/sat.orth' is newer than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/doi.orth' is older than target `fclang.h'.
Prerequisite `/home/servo/libfontconfig/fc-lang/mni.orth' is older than target `fclang.h'.
Must remake target `fclang.h'.
Ignoring VPATH name `/home/servo/libfontconfig/fc-lang/fclang.h'.
make[4]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-lang'
Commands of `fclang.h' are being run.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
GEN fclang.h
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `fc-lang'.
File `fc-lang' does not exist.
Considering target file `fc-lang.c'.
Finished prerequisites of target file `fc-lang.c'.
No need to remake target `fc-lang.c'; using VPATH name `/home/servo/libfontconfig/fc-lang/fc-lang.c'.
Considering target file `fcalias.h'.
Finished prerequisites of target file `fcalias.h'.
No need to remake target `fcalias.h'.
Considering target file `fcaliastail.h'.
Finished prerequisites of target file `fcaliastail.h'.
No need to remake target `fcaliastail.h'.
Finished prerequisites of target file `fc-lang'.
Must remake target `fc-lang'.
make[5]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-lang'
Commands of `fc-lang' are being run.
GEN fc-lang
Considering target file `fc-lang'.
File `fc-lang' was considered already.
make[5]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-lang'
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fclang.h'.
File `fclang.h' was considered already.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
make[4]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-lang'
Considering target file `all'.
File `all' was considered already.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-lang'
Making all in fc-glyphname
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
File `fcalias.h' does not exist.
Finished prerequisites of target file `fcalias.h'.
Must remake target `fcalias.h'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-glyphname'
Commands of `fcalias.h' are being run.
Considering target file `fcaliastail.h'.
File `fcaliastail.h' does not exist.
Finished prerequisites of target file `fcaliastail.h'.
Must remake target `fcaliastail.h'.
Commands of `fcaliastail.h' are being run.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
GEN fcalias.h
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
File `fcalias.h' was considered already.
Considering target file `fcaliastail.h'.
Still updating file `fcaliastail.h'.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
GEN fcaliastail.h
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
File `fcalias.h' was considered already.
Considering target file `fcaliastail.h'.
File `fcaliastail.h' was considered already.
Finished prerequisites of target file `all'.
Must remake target `all'.
make all-am
Commands of `all' are being run.
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fcglyphname.h'.
Considering target file `fcglyphname.tmpl.h'.
Finished prerequisites of target file `fcglyphname.tmpl.h'.
No need to remake target `fcglyphname.tmpl.h'; using VPATH name `/home/servo/libfontconfig/fc-glyphname/fcglyphname.tmpl.h'.
Considering target file `fc-glyphname.c'.
Finished prerequisites of target file `fc-glyphname.c'.
No need to remake target `fc-glyphname.c'; using VPATH name `/home/servo/libfontconfig/fc-glyphname/fc-glyphname.c'.
Considering target file `/home/servo/libfontconfig/fc-glyphname/zapfdingbats.txt'.
Finished prerequisites of target file `/home/servo/libfontconfig/fc-glyphname/zapfdingbats.txt'.
No need to remake target `/home/servo/libfontconfig/fc-glyphname/zapfdingbats.txt'.
Finished prerequisites of target file `fcglyphname.h'.
Prerequisite `/home/servo/libfontconfig/fc-glyphname/fcglyphname.tmpl.h' is older than target `fcglyphname.h'.
Prerequisite `/home/servo/libfontconfig/fc-glyphname/fc-glyphname.c' is older than target `fcglyphname.h'.
Prerequisite `/home/servo/libfontconfig/fc-glyphname/zapfdingbats.txt' is older than target `fcglyphname.h'.
No need to remake target `fcglyphname.h'; using VPATH name `/home/servo/libfontconfig/fc-glyphname/fcglyphname.h'.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
make[4]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-glyphname'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-glyphname'
Considering target file `all'.
File `all' was considered already.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-glyphname'
Making all in src
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `.deps/fcarch.Po' (search path) (no ~ expansion)...
Reading makefile `.deps/fcatomic.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcblanks.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fccache.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fccfg.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fccharset.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fccompat.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcdbg.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcdefault.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcdir.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcformat.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcfreetype.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcfs.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fchash.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcinit.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fclang.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fclist.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcmatch.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcmatrix.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcname.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcobjs.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcpat.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcserialize.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcstat.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcstr.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcxml.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/ftglue.Plo' (search path) (no ~ expansion)...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
File `fcalias.h' does not exist.
Considering target file `/home/servo/libfontconfig/src/makealias'.
Finished prerequisites of target file `/home/servo/libfontconfig/src/makealias'.
No need to remake target `/home/servo/libfontconfig/src/makealias'.
Considering target file `/home/servo/libfontconfig/fontconfig/fontconfig.h'.
Finished prerequisites of target file `/home/servo/libfontconfig/fontconfig/fontconfig.h'.
No need to remake target `/home/servo/libfontconfig/fontconfig/fontconfig.h'.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
Finished prerequisites of target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
No need to remake target `/home/servo/libfontconfig/src/fcdeprecate.h'.
Considering target file `/home/servo/libfontconfig/fontconfig/fcprivate.h'.
Finished prerequisites of target file `/home/servo/libfontconfig/fontconfig/fcprivate.h'.
No need to remake target `/home/servo/libfontconfig/fontconfig/fcprivate.h'.
Finished prerequisites of target file `fcalias.h'.
Must remake target `fcalias.h'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/src'
Commands of `fcalias.h' are being run.
Considering target file `fcaliastail.h'.
File `fcaliastail.h' does not exist.
Pruning file `fcalias.h'.
Finished prerequisites of target file `fcaliastail.h'.
The prerequisites of `fcaliastail.h' are being made.
Considering target file `fcftalias.h'.
File `fcftalias.h' does not exist.
Pruning file `/home/servo/libfontconfig/src/makealias'.
Considering target file `/home/servo/libfontconfig/fontconfig/fcfreetype.h'.
Finished prerequisites of target file `/home/servo/libfontconfig/fontconfig/fcfreetype.h'.
No need to remake target `/home/servo/libfontconfig/fontconfig/fcfreetype.h'.
Finished prerequisites of target file `fcftalias.h'.
Must remake target `fcftalias.h'.
Commands of `fcftalias.h' are being run.
Considering target file `fcftaliastail.h'.
File `fcftaliastail.h' does not exist.
Pruning file `fcftalias.h'.
Finished prerequisites of target file `fcftaliastail.h'.
The prerequisites of `fcftaliastail.h' are being made.
Considering target file `../fc-case/fccase.h'.
Finished prerequisites of target file `../fc-case/fccase.h'.
No need to remake target `../fc-case/fccase.h'; using VPATH name `/home/servo/libfontconfig/src/../fc-case/fccase.h'.
Considering target file `../fc-glyphname/fcglyphname.h'.
Finished prerequisites of target file `../fc-glyphname/fcglyphname.h'.
No need to remake target `../fc-glyphname/fcglyphname.h'; using VPATH name `/home/servo/libfontconfig/src/../fc-glyphname/fcglyphname.h'.
Considering target file `../fc-lang/fclang.h'.
Finished prerequisites of target file `../fc-lang/fclang.h'.
No need to remake target `../fc-lang/fclang.h'.
Considering target file `stamp-fcstdint'.
File `stamp-fcstdint' does not exist.
Pruning file `../config.status'.
Finished prerequisites of target file `stamp-fcstdint'.
Must remake target `stamp-fcstdint'.
Commands of `stamp-fcstdint' are being run.
Considering target file `fcobjshash.h'.
Considering target file `fcobjshash.gperf'.
Considering target file `fcobjshash.gperf.h'.
Finished prerequisites of target file `fcobjshash.gperf.h'.
No need to remake target `fcobjshash.gperf.h'; using VPATH name `/home/servo/libfontconfig/src/fcobjshash.gperf.h'.
Considering target file `fcobjs.h'.
Finished prerequisites of target file `fcobjs.h'.
No need to remake target `fcobjs.h'; using VPATH name `/home/servo/libfontconfig/src/fcobjs.h'.
Finished prerequisites of target file `fcobjshash.gperf'.
Prerequisite `/home/servo/libfontconfig/src/fcobjshash.gperf.h' is older than target `fcobjshash.gperf'.
Prerequisite `/home/servo/libfontconfig/src/fcobjs.h' is older than target `fcobjshash.gperf'.
No need to remake target `fcobjshash.gperf'; using VPATH name `/home/servo/libfontconfig/src/fcobjshash.gperf'.
Finished prerequisites of target file `fcobjshash.h'.
Prerequisite `/home/servo/libfontconfig/src/fcobjshash.gperf' is older than target `fcobjshash.h'.
No need to remake target `fcobjshash.h'; using VPATH name `/home/servo/libfontconfig/src/fcobjshash.h'.
Pruning file `/home/servo/libfontconfig/src/fcobjshash.gperf'.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
GEN fcalias.h
GEN fcftalias.h
GEN stamp-fcstdint
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
Still updating file `fcalias.h'.
Considering target file `fcaliastail.h'.
File `fcaliastail.h' does not exist.
Pruning file `fcalias.h'.
Finished prerequisites of target file `fcaliastail.h'.
The prerequisites of `fcaliastail.h' are being made.
Considering target file `fcftalias.h'.
File `fcftalias.h' was considered already.
Considering target file `fcftaliastail.h'.
File `fcftaliastail.h' does not exist.
Pruning file `fcftalias.h'.
Finished prerequisites of target file `fcftaliastail.h'.
Must remake target `fcftaliastail.h'.
Successfully remade target file `fcftaliastail.h'.
Considering target file `/home/servo/libfontconfig/src/../fc-case/fccase.h'.
File `/home/servo/libfontconfig/src/../fc-case/fccase.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/../fc-glyphname/fcglyphname.h'.
File `/home/servo/libfontconfig/src/../fc-glyphname/fcglyphname.h' was considered already.
Considering target file `../fc-lang/fclang.h'.
File `../fc-lang/fclang.h' was considered already.
Considering target file `stamp-fcstdint'.
Still updating file `stamp-fcstdint'.
Considering target file `/home/servo/libfontconfig/src/fcobjshash.h'.
File `/home/servo/libfontconfig/src/fcobjshash.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcobjshash.gperf'.
File `/home/servo/libfontconfig/src/fcobjshash.gperf' was considered already.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
config.status: executing src/fcstdint.h commands
config.status: creating src/fcstdint.h : _FONTCONFIG_SRC_FCSTDINT_H
config.status: src/fcstdint.h is unchanged
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
Still updating file `fcalias.h'.
Considering target file `fcaliastail.h'.
File `fcaliastail.h' does not exist.
Pruning file `fcalias.h'.
Finished prerequisites of target file `fcaliastail.h'.
The prerequisites of `fcaliastail.h' are being made.
Considering target file `fcftalias.h'.
File `fcftalias.h' was considered already.
Considering target file `fcftaliastail.h'.
File `fcftaliastail.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/../fc-case/fccase.h'.
File `/home/servo/libfontconfig/src/../fc-case/fccase.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/../fc-glyphname/fcglyphname.h'.
File `/home/servo/libfontconfig/src/../fc-glyphname/fcglyphname.h' was considered already.
Considering target file `../fc-lang/fclang.h'.
File `../fc-lang/fclang.h' was considered already.
Considering target file `stamp-fcstdint'.
File `stamp-fcstdint' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcobjshash.h'.
File `/home/servo/libfontconfig/src/fcobjshash.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcobjshash.gperf'.
File `/home/servo/libfontconfig/src/fcobjshash.gperf' was considered already.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
Considering target file `all'.
File `all' does not exist.
Considering target file `fcalias.h'.
File `fcalias.h' was considered already.
Considering target file `fcaliastail.h'.
File `fcaliastail.h' does not exist.
Pruning file `fcalias.h'.
Finished prerequisites of target file `fcaliastail.h'.
Must remake target `fcaliastail.h'.
Successfully remade target file `fcaliastail.h'.
Considering target file `fcftalias.h'.
File `fcftalias.h' was considered already.
Considering target file `fcftaliastail.h'.
File `fcftaliastail.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/../fc-case/fccase.h'.
File `/home/servo/libfontconfig/src/../fc-case/fccase.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/../fc-glyphname/fcglyphname.h'.
File `/home/servo/libfontconfig/src/../fc-glyphname/fcglyphname.h' was considered already.
Considering target file `../fc-lang/fclang.h'.
File `../fc-lang/fclang.h' was considered already.
Considering target file `stamp-fcstdint'.
File `stamp-fcstdint' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcobjshash.h'.
File `/home/servo/libfontconfig/src/fcobjshash.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcobjshash.gperf'.
File `/home/servo/libfontconfig/src/fcobjshash.gperf' was considered already.
Finished prerequisites of target file `all'.
Must remake target `all'.
make all-am
Commands of `all' are being run.
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `.deps/fcarch.Po' (search path) (no ~ expansion)...
Reading makefile `.deps/fcatomic.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcblanks.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fccache.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fccfg.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fccharset.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fccompat.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcdbg.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcdefault.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcdir.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcformat.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcfreetype.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcfs.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fchash.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcinit.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fclang.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fclist.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcmatch.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcmatrix.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcname.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcobjs.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcpat.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcserialize.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcstat.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcstr.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/fcxml.Plo' (search path) (no ~ expansion)...
Reading makefile `.deps/ftglue.Plo' (search path) (no ~ expansion)...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' does not exist.
Considering target file `fcatomic.c'.
Finished prerequisites of target file `fcatomic.c'.
No need to remake target `fcatomic.c'; using VPATH name `/home/servo/libfontconfig/src/fcatomic.c'.
Finished prerequisites of target file `fcatomic.lo'.
Must remake target `fcatomic.lo'.
make[4]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/src'
Commands of `fcatomic.lo' are being run.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' does not exist.
Considering target file `fcblanks.c'.
Finished prerequisites of target file `fcblanks.c'.
No need to remake target `fcblanks.c'; using VPATH name `/home/servo/libfontconfig/src/fcblanks.c'.
Finished prerequisites of target file `fcblanks.lo'.
Must remake target `fcblanks.lo'.
Commands of `fcblanks.lo' are being run.
Considering target file `fccache.lo'.
File `fccache.lo' does not exist.
Considering target file `fccache.c'.
Finished prerequisites of target file `fccache.c'.
No need to remake target `fccache.c'; using VPATH name `/home/servo/libfontconfig/src/fccache.c'.
Finished prerequisites of target file `fccache.lo'.
Must remake target `fccache.lo'.
Commands of `fccache.lo' are being run.
Considering target file `fccfg.lo'.
File `fccfg.lo' does not exist.
Considering target file `fccfg.c'.
Finished prerequisites of target file `fccfg.c'.
No need to remake target `fccfg.c'; using VPATH name `/home/servo/libfontconfig/src/fccfg.c'.
Finished prerequisites of target file `fccfg.lo'.
Must remake target `fccfg.lo'.
Commands of `fccfg.lo' are being run.
Considering target file `fccharset.lo'.
File `fccharset.lo' does not exist.
Considering target file `fccharset.c'.
Finished prerequisites of target file `fccharset.c'.
No need to remake target `fccharset.c'; using VPATH name `/home/servo/libfontconfig/src/fccharset.c'.
Finished prerequisites of target file `fccharset.lo'.
Must remake target `fccharset.lo'.
Commands of `fccharset.lo' are being run.
Considering target file `fccompat.lo'.
File `fccompat.lo' does not exist.
Considering target file `fccompat.c'.
Finished prerequisites of target file `fccompat.c'.
No need to remake target `fccompat.c'; using VPATH name `/home/servo/libfontconfig/src/fccompat.c'.
Finished prerequisites of target file `fccompat.lo'.
Must remake target `fccompat.lo'.
Commands of `fccompat.lo' are being run.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' does not exist.
Considering target file `fcdbg.c'.
Finished prerequisites of target file `fcdbg.c'.
CC fccache.lo
No need to remake target `fcdbg.c'; using VPATH name `/home/servo/libfontconfig/src/fcdbg.c'.
Finished prerequisites of target file `fcdbg.lo'.
Must remake target `fcdbg.lo'.
CC fcatomic.lo
CC fccfg.lo
Commands of `fcdbg.lo' are being run.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' does not exist.
Considering target file `fcdefault.c'.
Finished prerequisites of target file `fcdefault.c'.
No need to remake target `fcdefault.c'; using VPATH name `/home/servo/libfontconfig/src/fcdefault.c'.
Finished prerequisites of target file `fcdefault.lo'.
Must remake target `fcdefault.lo'.
CC fcblanks.lo
CC fccharset.lo
Commands of `fcdefault.lo' are being run.
Considering target file `fcdir.lo'.
File `fcdir.lo' does not exist.
Considering target file `fcdir.c'.
Finished prerequisites of target file `fcdir.c'.
No need to remake target `fcdir.c'; using VPATH name `/home/servo/libfontconfig/src/fcdir.c'.
Finished prerequisites of target file `fcdir.lo'.
Must remake target `fcdir.lo'.
CC fcdbg.lo
Commands of `fcdir.lo' are being run.
Considering target file `fcformat.lo'.
File `fcformat.lo' does not exist.
CC fcdefault.lo
Considering target file `fcformat.c'.
Finished prerequisites of target file `fcformat.c'.
No need to remake target `fcformat.c'; using VPATH name `/home/servo/libfontconfig/src/fcformat.c'.
Finished prerequisites of target file `fcformat.lo'.
Must remake target `fcformat.lo'.
CC fccompat.lo
Commands of `fcformat.lo' are being run.
Considering target file `fcfreetype.lo'.
File `fcfreetype.lo' does not exist.
Considering target file `fcfreetype.c'.
Finished prerequisites of target file `fcfreetype.c'.
No need to remake target `fcfreetype.c'; using VPATH name `/home/servo/libfontconfig/src/fcfreetype.c'.
Finished prerequisites of target file `fcfreetype.lo'.
Must remake target `fcfreetype.lo'.
Commands of `fcfreetype.lo' are being run.
Considering target file `fcfs.lo'.
File `fcfs.lo' does not exist.
Considering target file `fcfs.c'.
Finished prerequisites of target file `fcfs.c'.
No need to remake target `fcfs.c'; using VPATH name `/home/servo/libfontconfig/src/fcfs.c'.
Finished prerequisites of target file `fcfs.lo'.
Must remake target `fcfs.lo'.
Commands of `fcfs.lo' are being run.
Considering target file `fchash.lo'.
File `fchash.lo' does not exist.
Considering target file `fchash.c'.
Finished prerequisites of target file `fchash.c'.
No need to remake target `fchash.c'; using VPATH name `/home/servo/libfontconfig/src/fchash.c'.
Finished prerequisites of target file `fchash.lo'.
Must remake target `fchash.lo'.
CC fcdir.lo
CC fcformat.lo
Commands of `fchash.lo' are being run.
Considering target file `fcinit.lo'.
File `fcinit.lo' does not exist.
Considering target file `fcinit.c'.
Finished prerequisites of target file `fcinit.c'.
No need to remake target `fcinit.c'; using VPATH name `/home/servo/libfontconfig/src/fcinit.c'.
Finished prerequisites of target file `fcinit.lo'.
Must remake target `fcinit.lo'.
CC fcfreetype.lo
Commands of `fcinit.lo' are being run.
Considering target file `fclang.lo'.
File `fclang.lo' does not exist.
Considering target file `fclang.c'.
Finished prerequisites of target file `fclang.c'.
No need to remake target `fclang.c'; using VPATH name `/home/servo/libfontconfig/src/fclang.c'.
Finished prerequisites of target file `fclang.lo'.
Must remake target `fclang.lo'.
Commands of `fclang.lo' are being run.
Considering target file `fclist.lo'.
File `fclist.lo' does not exist.
Considering target file `fclist.c'.
Finished prerequisites of target file `fclist.c'.
No need to remake target `fclist.c'; using VPATH name `/home/servo/libfontconfig/src/fclist.c'.
Finished prerequisites of target file `fclist.lo'.
Must remake target `fclist.lo'.
CC fchash.lo
CC fclang.lo
CC fcfs.lo
CC fcinit.lo
Commands of `fclist.lo' are being run.
Considering target file `fcmatch.lo'.
File `fcmatch.lo' does not exist.
Considering target file `fcmatch.c'.
Finished prerequisites of target file `fcmatch.c'.
No need to remake target `fcmatch.c'; using VPATH name `/home/servo/libfontconfig/src/fcmatch.c'.
Finished prerequisites of target file `fcmatch.lo'.
Must remake target `fcmatch.lo'.
Commands of `fcmatch.lo' are being run.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' does not exist.
Considering target file `fcmatrix.c'.
Finished prerequisites of target file `fcmatrix.c'.
No need to remake target `fcmatrix.c'; using VPATH name `/home/servo/libfontconfig/src/fcmatrix.c'.
Finished prerequisites of target file `fcmatrix.lo'.
Must remake target `fcmatrix.lo'.
CC fclist.lo
Commands of `fcmatrix.lo' are being run.
Considering target file `fcname.lo'.
File `fcname.lo' does not exist.
Considering target file `fcname.c'.
Finished prerequisites of target file `fcname.c'.
No need to remake target `fcname.c'; using VPATH name `/home/servo/libfontconfig/src/fcname.c'.
Finished prerequisites of target file `fcname.lo'.
Must remake target `fcname.lo'.
Commands of `fcname.lo' are being run.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' does not exist.
Considering target file `fcobjs.c'.
Finished prerequisites of target file `fcobjs.c'.
No need to remake target `fcobjs.c'; using VPATH name `/home/servo/libfontconfig/src/fcobjs.c'.
Finished prerequisites of target file `fcobjs.lo'.
Must remake target `fcobjs.lo'.
Commands of `fcobjs.lo' are being run.
Considering target file `fcpat.lo'.
File `fcpat.lo' does not exist.
Considering target file `fcpat.c'.
Finished prerequisites of target file `fcpat.c'.
No need to remake target `fcpat.c'; using VPATH name `/home/servo/libfontconfig/src/fcpat.c'.
Finished prerequisites of target file `fcpat.lo'.
Must remake target `fcpat.lo'.
CC fcmatrix.lo
CC fcname.lo
CC fcobjs.lo
CC fcmatch.lo
Commands of `fcpat.lo' are being run.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' does not exist.
Considering target file `fcserialize.c'.
Finished prerequisites of target file `fcserialize.c'.
No need to remake target `fcserialize.c'; using VPATH name `/home/servo/libfontconfig/src/fcserialize.c'.
Finished prerequisites of target file `fcserialize.lo'.
Must remake target `fcserialize.lo'.
CC fcpat.lo
Commands of `fcserialize.lo' are being run.
Considering target file `fcstat.lo'.
File `fcstat.lo' does not exist.
Considering target file `fcstat.c'.
Finished prerequisites of target file `fcstat.c'.
No need to remake target `fcstat.c'; using VPATH name `/home/servo/libfontconfig/src/fcstat.c'.
Finished prerequisites of target file `fcstat.lo'.
Must remake target `fcstat.lo'.
Commands of `fcstat.lo' are being run.
Considering target file `fcstr.lo'.
File `fcstr.lo' does not exist.
Considering target file `fcstr.c'.
Finished prerequisites of target file `fcstr.c'.
No need to remake target `fcstr.c'; using VPATH name `/home/servo/libfontconfig/src/fcstr.c'.
Finished prerequisites of target file `fcstr.lo'.
Must remake target `fcstr.lo'.
CC fcserialize.lo
CC fcstat.lo
CC fcstr.lo
Commands of `fcstr.lo' are being run.
Considering target file `fcxml.lo'.
File `fcxml.lo' does not exist.
Considering target file `fcxml.c'.
Finished prerequisites of target file `fcxml.c'.
No need to remake target `fcxml.c'; using VPATH name `/home/servo/libfontconfig/src/fcxml.c'.
Finished prerequisites of target file `fcxml.lo'.
Must remake target `fcxml.lo'.
Commands of `fcxml.lo' are being run.
Considering target file `ftglue.lo'.
File `ftglue.lo' does not exist.
Considering target file `ftglue.c'.
Finished prerequisites of target file `ftglue.c'.
No need to remake target `ftglue.c'; using VPATH name `/home/servo/libfontconfig/src/ftglue.c'.
Finished prerequisites of target file `ftglue.lo'.
Must remake target `ftglue.lo'.
CC fcxml.lo
Commands of `ftglue.lo' are being run.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
File `fcarch' does not exist.
Considering target file `fcarch.o'.
File `fcarch.o' does not exist.
Considering target file `fcarch.c'.
Finished prerequisites of target file `fcarch.c'.
No need to remake target `fcarch.c'; using VPATH name `/home/servo/libfontconfig/src/fcarch.c'.
Finished prerequisites of target file `fcarch.o'.
Must remake target `fcarch.o'.
CC ftglue.lo
Commands of `fcarch.o' are being run.
Finished prerequisites of target file `fcarch'.
The prerequisites of `fcarch' are being made.
Considering target file `fcint.h'.
Finished prerequisites of target file `fcint.h'.
No need to remake target `fcint.h'; using VPATH name `/home/servo/libfontconfig/src/fcint.h'.
Considering target file `fcftint.h'.
Finished prerequisites of target file `fcftint.h'.
No need to remake target `fcftint.h'; using VPATH name `/home/servo/libfontconfig/src/fcftint.h'.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
Finished prerequisites of target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
No need to remake target `/home/servo/libfontconfig/src/fcdeprecate.h'.
Considering target file `fcstdint.h'.
Finished prerequisites of target file `fcstdint.h'.
No need to remake target `fcstdint.h'.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
CC fcarch.o
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
Still updating file `fcatomic.lo'.
Considering target file `fcblanks.lo'.
Still updating file `fcblanks.lo'.
Considering target file `fccache.lo'.
Still updating file `fccache.lo'.
Considering target file `fccfg.lo'.
Still updating file `fccfg.lo'.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
Still updating file `fccompat.lo'.
Considering target file `fcdbg.lo'.
Still updating file `fcdbg.lo'.
Considering target file `fcdefault.lo'.
Still updating file `fcdefault.lo'.
Considering target file `fcdir.lo'.
Still updating file `fcdir.lo'.
Considering target file `fcformat.lo'.
Still updating file `fcformat.lo'.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
Still updating file `fcfs.lo'.
Considering target file `fchash.lo'.
Still updating file `fchash.lo'.
Considering target file `fcinit.lo'.
Still updating file `fcinit.lo'.
Considering target file `fclang.lo'.
Still updating file `fclang.lo'.
Considering target file `fclist.lo'.
Still updating file `fclist.lo'.
Considering target file `fcmatch.lo'.
Still updating file `fcmatch.lo'.
Considering target file `fcmatrix.lo'.
Still updating file `fcmatrix.lo'.
Considering target file `fcname.lo'.
Still updating file `fcname.lo'.
Considering target file `fcobjs.lo'.
Still updating file `fcobjs.lo'.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
Still updating file `fcserialize.lo'.
Considering target file `fcstat.lo'.
Still updating file `fcstat.lo'.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
Still updating file `ftglue.lo'.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
File `fcarch' does not exist.
Considering target file `fcarch.o'.
File `fcarch.o' was considered already.
Finished prerequisites of target file `fcarch'.
Must remake target `fcarch'.
Commands of `fcarch' are being run.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
CCLD fcarch
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
Still updating file `fccache.lo'.
Considering target file `fccfg.lo'.
Still updating file `fccfg.lo'.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
Still updating file `fcfs.lo'.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
Still updating file `fclang.lo'.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
Still updating file `fcmatch.lo'.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
Still updating file `fcname.lo'.
Considering target file `fcobjs.lo'.
Still updating file `fcobjs.lo'.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
Still updating file `fcserialize.lo'.
Considering target file `fcstat.lo'.
Still updating file `fcstat.lo'.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
Still updating file `ftglue.lo'.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
Still updating file `fcarch'.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
Still updating file `fccache.lo'.
Considering target file `fccfg.lo'.
Still updating file `fccfg.lo'.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
Still updating file `fcfs.lo'.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
Still updating file `fclang.lo'.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
Still updating file `fcmatch.lo'.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
Still updating file `fcobjs.lo'.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
Still updating file `fcserialize.lo'.
Considering target file `fcstat.lo'.
Still updating file `fcstat.lo'.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
Still updating file `ftglue.lo'.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
Still updating file `fcarch'.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
Still updating file `fccache.lo'.
Considering target file `fccfg.lo'.
Still updating file `fccfg.lo'.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
Still updating file `fcfs.lo'.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
Still updating file `fclang.lo'.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
Still updating file `fcmatch.lo'.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
Still updating file `fcserialize.lo'.
Considering target file `fcstat.lo'.
Still updating file `fcstat.lo'.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
Still updating file `ftglue.lo'.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
Still updating file `fcarch'.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
Still updating file `fccache.lo'.
Considering target file `fccfg.lo'.
Still updating file `fccfg.lo'.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
Still updating file `fcfs.lo'.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
Still updating file `fclang.lo'.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
Still updating file `fcmatch.lo'.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
Still updating file `fcstat.lo'.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
Still updating file `ftglue.lo'.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
Still updating file `fcarch'.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
Still updating file `fccache.lo'.
Considering target file `fccfg.lo'.
Still updating file `fccfg.lo'.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
Still updating file `fcfs.lo'.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
Still updating file `fclang.lo'.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
Still updating file `fcmatch.lo'.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
Still updating file `ftglue.lo'.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
Still updating file `fcarch'.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
Still updating file `fccache.lo'.
Considering target file `fccfg.lo'.
Still updating file `fccfg.lo'.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
File `fcfs.lo' was considered already.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
Still updating file `fclang.lo'.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
Still updating file `fcmatch.lo'.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
Still updating file `ftglue.lo'.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
Still updating file `fcarch'.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
Still updating file `fccache.lo'.
Considering target file `fccfg.lo'.
Still updating file `fccfg.lo'.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
File `fcfs.lo' was considered already.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
Still updating file `fclang.lo'.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
File `fcmatch.lo' was considered already.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
Still updating file `ftglue.lo'.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
Still updating file `fcarch'.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
Still updating file `fccache.lo'.
Considering target file `fccfg.lo'.
Still updating file `fccfg.lo'.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
File `fcfs.lo' was considered already.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
Still updating file `fclang.lo'.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
File `fcmatch.lo' was considered already.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
File `ftglue.lo' was considered already.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
Still updating file `fcarch'.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
Still updating file `fccache.lo'.
Considering target file `fccfg.lo'.
Still updating file `fccfg.lo'.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
File `fcfs.lo' was considered already.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
Still updating file `fclang.lo'.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
File `fcmatch.lo' was considered already.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
File `ftglue.lo' was considered already.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
File `fcarch' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
File `fccache.lo' was considered already.
Considering target file `fccfg.lo'.
Still updating file `fccfg.lo'.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
File `fcfs.lo' was considered already.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
Still updating file `fclang.lo'.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
File `fcmatch.lo' was considered already.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
File `ftglue.lo' was considered already.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
File `fcarch' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
File `fccache.lo' was considered already.
Considering target file `fccfg.lo'.
Still updating file `fccfg.lo'.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
File `fcfs.lo' was considered already.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
File `fclang.lo' was considered already.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
File `fcmatch.lo' was considered already.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
File `ftglue.lo' was considered already.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
File `fcarch' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
File `fccache.lo' was considered already.
Considering target file `fccfg.lo'.
File `fccfg.lo' was considered already.
Considering target file `fccharset.lo'.
Still updating file `fccharset.lo'.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
File `fcfs.lo' was considered already.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
File `fclang.lo' was considered already.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
File `fcmatch.lo' was considered already.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
File `ftglue.lo' was considered already.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
File `fcarch' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
File `fccache.lo' was considered already.
Considering target file `fccfg.lo'.
File `fccfg.lo' was considered already.
Considering target file `fccharset.lo'.
File `fccharset.lo' was considered already.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
File `fcfs.lo' was considered already.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
File `fclang.lo' was considered already.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
File `fcmatch.lo' was considered already.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
Still updating file `fcpat.lo'.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
File `ftglue.lo' was considered already.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
File `fcarch' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
File `fccache.lo' was considered already.
Considering target file `fccfg.lo'.
File `fccfg.lo' was considered already.
Considering target file `fccharset.lo'.
File `fccharset.lo' was considered already.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
Still updating file `fcfreetype.lo'.
Considering target file `fcfs.lo'.
File `fcfs.lo' was considered already.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
File `fclang.lo' was considered already.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
File `fcmatch.lo' was considered already.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
File `fcpat.lo' was considered already.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
File `ftglue.lo' was considered already.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
File `fcarch' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
File `fccache.lo' was considered already.
Considering target file `fccfg.lo'.
File `fccfg.lo' was considered already.
Considering target file `fccharset.lo'.
File `fccharset.lo' was considered already.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
File `fcfreetype.lo' was considered already.
Considering target file `fcfs.lo'.
File `fcfs.lo' was considered already.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
File `fclang.lo' was considered already.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
File `fcmatch.lo' was considered already.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
File `fcpat.lo' was considered already.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
Still updating file `fcstr.lo'.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
File `ftglue.lo' was considered already.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
File `fcarch' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
File `fccache.lo' was considered already.
Considering target file `fccfg.lo'.
File `fccfg.lo' was considered already.
Considering target file `fccharset.lo'.
File `fccharset.lo' was considered already.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
File `fcfreetype.lo' was considered already.
Considering target file `fcfs.lo'.
File `fcfs.lo' was considered already.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
File `fclang.lo' was considered already.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
File `fcmatch.lo' was considered already.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
File `fcpat.lo' was considered already.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
File `fcstr.lo' was considered already.
Considering target file `fcxml.lo'.
Still updating file `fcxml.lo'.
Considering target file `ftglue.lo'.
File `ftglue.lo' was considered already.
Finished prerequisites of target file `libfontconfig.la'.
The prerequisites of `libfontconfig.la' are being made.
Considering target file `fcarch'.
File `fcarch' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' does not exist.
Considering target file `fcatomic.lo'.
File `fcatomic.lo' was considered already.
Considering target file `fcblanks.lo'.
File `fcblanks.lo' was considered already.
Considering target file `fccache.lo'.
File `fccache.lo' was considered already.
Considering target file `fccfg.lo'.
File `fccfg.lo' was considered already.
Considering target file `fccharset.lo'.
File `fccharset.lo' was considered already.
Considering target file `fccompat.lo'.
File `fccompat.lo' was considered already.
Considering target file `fcdbg.lo'.
File `fcdbg.lo' was considered already.
Considering target file `fcdefault.lo'.
File `fcdefault.lo' was considered already.
Considering target file `fcdir.lo'.
File `fcdir.lo' was considered already.
Considering target file `fcformat.lo'.
File `fcformat.lo' was considered already.
Considering target file `fcfreetype.lo'.
File `fcfreetype.lo' was considered already.
Considering target file `fcfs.lo'.
File `fcfs.lo' was considered already.
Considering target file `fchash.lo'.
File `fchash.lo' was considered already.
Considering target file `fcinit.lo'.
File `fcinit.lo' was considered already.
Considering target file `fclang.lo'.
File `fclang.lo' was considered already.
Considering target file `fclist.lo'.
File `fclist.lo' was considered already.
Considering target file `fcmatch.lo'.
File `fcmatch.lo' was considered already.
Considering target file `fcmatrix.lo'.
File `fcmatrix.lo' was considered already.
Considering target file `fcname.lo'.
File `fcname.lo' was considered already.
Considering target file `fcobjs.lo'.
File `fcobjs.lo' was considered already.
Considering target file `fcpat.lo'.
File `fcpat.lo' was considered already.
Considering target file `fcserialize.lo'.
File `fcserialize.lo' was considered already.
Considering target file `fcstat.lo'.
File `fcstat.lo' was considered already.
Considering target file `fcstr.lo'.
File `fcstr.lo' was considered already.
Considering target file `fcxml.lo'.
File `fcxml.lo' was considered already.
Considering target file `ftglue.lo'.
File `ftglue.lo' was considered already.
Finished prerequisites of target file `libfontconfig.la'.
Must remake target `libfontconfig.la'.
Commands of `libfontconfig.la' are being run.
Considering target file `fcarch'.
File `fcarch' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
CCLD libfontconfig.la
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `libfontconfig.la'.
File `libfontconfig.la' was considered already.
Considering target file `fcarch'.
File `fcarch' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcint.h'.
File `/home/servo/libfontconfig/src/fcint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcftint.h'.
File `/home/servo/libfontconfig/src/fcftint.h' was considered already.
Considering target file `/home/servo/libfontconfig/src/fcdeprecate.h'.
File `/home/servo/libfontconfig/src/fcdeprecate.h' was considered already.
Considering target file `fcstdint.h'.
File `fcstdint.h' was considered already.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
make[4]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/src'
Considering target file `all'.
File `all' was considered already.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/src'
Making all in fc-cache
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `.deps/fc-cache.Po' (search path) (no ~ expansion)...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-cache'.
File `fc-cache' does not exist.
Considering target file `fc-cache.o'.
File `fc-cache.o' does not exist.
Considering target file `fc-cache.c'.
Finished prerequisites of target file `fc-cache.c'.
No need to remake target `fc-cache.c'; using VPATH name `/home/servo/libfontconfig/fc-cache/fc-cache.c'.
Finished prerequisites of target file `fc-cache.o'.
Must remake target `fc-cache.o'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-cache'
Commands of `fc-cache.o' are being run.
Considering target file `../src/libfontconfig.la'.
Finished prerequisites of target file `../src/libfontconfig.la'.
No need to remake target `../src/libfontconfig.la'.
Finished prerequisites of target file `fc-cache'.
The prerequisites of `fc-cache' are being made.
Considering target file `all-local'.
File `all-local' does not exist.
Finished prerequisites of target file `all-local'.
Must remake target `all-local'.
Successfully remade target file `all-local'.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CC fc-cache.o
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-cache'.
File `fc-cache' does not exist.
Considering target file `fc-cache.o'.
File `fc-cache.o' was considered already.
Considering target file `../src/libfontconfig.la'.
File `../src/libfontconfig.la' was considered already.
Finished prerequisites of target file `fc-cache'.
Must remake target `fc-cache'.
Commands of `fc-cache' are being run.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CCLD fc-cache
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-cache'.
File `fc-cache' was considered already.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
Finished prerequisites of target file `all'.
Must remake target `all'.
Successfully remade target file `all'.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-cache'
Making all in fc-cat
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `.deps/fc-cat.Po' (search path) (no ~ expansion)...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-cat'.
File `fc-cat' does not exist.
Considering target file `fc-cat.o'.
File `fc-cat.o' does not exist.
Considering target file `fc-cat.c'.
Finished prerequisites of target file `fc-cat.c'.
No need to remake target `fc-cat.c'; using VPATH name `/home/servo/libfontconfig/fc-cat/fc-cat.c'.
Finished prerequisites of target file `fc-cat.o'.
Must remake target `fc-cat.o'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-cat'
Commands of `fc-cat.o' are being run.
Considering target file `../src/libfontconfig.la'.
Finished prerequisites of target file `../src/libfontconfig.la'.
No need to remake target `../src/libfontconfig.la'.
Finished prerequisites of target file `fc-cat'.
The prerequisites of `fc-cat' are being made.
Considering target file `all-local'.
File `all-local' does not exist.
Finished prerequisites of target file `all-local'.
Must remake target `all-local'.
Successfully remade target file `all-local'.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CC fc-cat.o
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-cat'.
File `fc-cat' does not exist.
Considering target file `fc-cat.o'.
File `fc-cat.o' was considered already.
Considering target file `../src/libfontconfig.la'.
File `../src/libfontconfig.la' was considered already.
Finished prerequisites of target file `fc-cat'.
Must remake target `fc-cat'.
Commands of `fc-cat' are being run.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CCLD fc-cat
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-cat'.
File `fc-cat' was considered already.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
Finished prerequisites of target file `all'.
Must remake target `all'.
Successfully remade target file `all'.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-cat'
Making all in fc-list
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `.deps/fc-list.Po' (search path) (no ~ expansion)...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-list'.
File `fc-list' does not exist.
Considering target file `fc-list.o'.
File `fc-list.o' does not exist.
Considering target file `fc-list.c'.
Finished prerequisites of target file `fc-list.c'.
No need to remake target `fc-list.c'; using VPATH name `/home/servo/libfontconfig/fc-list/fc-list.c'.
Finished prerequisites of target file `fc-list.o'.
Must remake target `fc-list.o'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-list'
Commands of `fc-list.o' are being run.
Considering target file `../src/libfontconfig.la'.
Finished prerequisites of target file `../src/libfontconfig.la'.
No need to remake target `../src/libfontconfig.la'.
Finished prerequisites of target file `fc-list'.
The prerequisites of `fc-list' are being made.
Considering target file `all-local'.
File `all-local' does not exist.
Finished prerequisites of target file `all-local'.
Must remake target `all-local'.
Successfully remade target file `all-local'.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CC fc-list.o
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-list'.
File `fc-list' does not exist.
Considering target file `fc-list.o'.
File `fc-list.o' was considered already.
Considering target file `../src/libfontconfig.la'.
File `../src/libfontconfig.la' was considered already.
Finished prerequisites of target file `fc-list'.
Must remake target `fc-list'.
Commands of `fc-list' are being run.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CCLD fc-list
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-list'.
File `fc-list' was considered already.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
Finished prerequisites of target file `all'.
Must remake target `all'.
Successfully remade target file `all'.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-list'
Making all in fc-match
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `.deps/fc-match.Po' (search path) (no ~ expansion)...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-match'.
File `fc-match' does not exist.
Considering target file `fc-match.o'.
File `fc-match.o' does not exist.
Considering target file `fc-match.c'.
Finished prerequisites of target file `fc-match.c'.
No need to remake target `fc-match.c'; using VPATH name `/home/servo/libfontconfig/fc-match/fc-match.c'.
Finished prerequisites of target file `fc-match.o'.
Must remake target `fc-match.o'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-match'
Commands of `fc-match.o' are being run.
Considering target file `../src/libfontconfig.la'.
Finished prerequisites of target file `../src/libfontconfig.la'.
No need to remake target `../src/libfontconfig.la'.
Finished prerequisites of target file `fc-match'.
The prerequisites of `fc-match' are being made.
Considering target file `all-local'.
File `all-local' does not exist.
Finished prerequisites of target file `all-local'.
Must remake target `all-local'.
Successfully remade target file `all-local'.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CC fc-match.o
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-match'.
File `fc-match' does not exist.
Considering target file `fc-match.o'.
File `fc-match.o' was considered already.
Considering target file `../src/libfontconfig.la'.
File `../src/libfontconfig.la' was considered already.
Finished prerequisites of target file `fc-match'.
Must remake target `fc-match'.
Commands of `fc-match' are being run.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CCLD fc-match
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-match'.
File `fc-match' was considered already.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
Finished prerequisites of target file `all'.
Must remake target `all'.
Successfully remade target file `all'.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-match'
Making all in fc-pattern
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `.deps/fc-pattern.Po' (search path) (no ~ expansion)...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-pattern'.
File `fc-pattern' does not exist.
Considering target file `fc-pattern.o'.
File `fc-pattern.o' does not exist.
Considering target file `fc-pattern.c'.
Finished prerequisites of target file `fc-pattern.c'.
No need to remake target `fc-pattern.c'; using VPATH name `/home/servo/libfontconfig/fc-pattern/fc-pattern.c'.
Finished prerequisites of target file `fc-pattern.o'.
Must remake target `fc-pattern.o'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-pattern'
Commands of `fc-pattern.o' are being run.
Considering target file `../src/libfontconfig.la'.
Finished prerequisites of target file `../src/libfontconfig.la'.
No need to remake target `../src/libfontconfig.la'.
Finished prerequisites of target file `fc-pattern'.
The prerequisites of `fc-pattern' are being made.
Considering target file `all-local'.
File `all-local' does not exist.
Finished prerequisites of target file `all-local'.
Must remake target `all-local'.
Successfully remade target file `all-local'.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CC fc-pattern.o
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-pattern'.
File `fc-pattern' does not exist.
Considering target file `fc-pattern.o'.
File `fc-pattern.o' was considered already.
Considering target file `../src/libfontconfig.la'.
File `../src/libfontconfig.la' was considered already.
Finished prerequisites of target file `fc-pattern'.
Must remake target `fc-pattern'.
Commands of `fc-pattern' are being run.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CCLD fc-pattern
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-pattern'.
File `fc-pattern' was considered already.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
Finished prerequisites of target file `all'.
Must remake target `all'.
Successfully remade target file `all'.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-pattern'
Making all in fc-query
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `.deps/fc-query.Po' (search path) (no ~ expansion)...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-query'.
File `fc-query' does not exist.
Considering target file `fc-query.o'.
File `fc-query.o' does not exist.
Considering target file `fc-query.c'.
Finished prerequisites of target file `fc-query.c'.
No need to remake target `fc-query.c'; using VPATH name `/home/servo/libfontconfig/fc-query/fc-query.c'.
Finished prerequisites of target file `fc-query.o'.
Must remake target `fc-query.o'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-query'
Commands of `fc-query.o' are being run.
Considering target file `../src/libfontconfig.la'.
Finished prerequisites of target file `../src/libfontconfig.la'.
No need to remake target `../src/libfontconfig.la'.
Finished prerequisites of target file `fc-query'.
The prerequisites of `fc-query' are being made.
Considering target file `all-local'.
File `all-local' does not exist.
Finished prerequisites of target file `all-local'.
Must remake target `all-local'.
Successfully remade target file `all-local'.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CC fc-query.o
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-query'.
File `fc-query' does not exist.
Considering target file `fc-query.o'.
File `fc-query.o' was considered already.
Considering target file `../src/libfontconfig.la'.
File `../src/libfontconfig.la' was considered already.
Finished prerequisites of target file `fc-query'.
Must remake target `fc-query'.
Commands of `fc-query' are being run.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CCLD fc-query
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-query'.
File `fc-query' was considered already.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
Finished prerequisites of target file `all'.
Must remake target `all'.
Successfully remade target file `all'.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-query'
Making all in fc-scan
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `.deps/fc-scan.Po' (search path) (no ~ expansion)...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-scan'.
File `fc-scan' does not exist.
Considering target file `fc-scan.o'.
File `fc-scan.o' does not exist.
Considering target file `fc-scan.c'.
Finished prerequisites of target file `fc-scan.c'.
No need to remake target `fc-scan.c'; using VPATH name `/home/servo/libfontconfig/fc-scan/fc-scan.c'.
Finished prerequisites of target file `fc-scan.o'.
Must remake target `fc-scan.o'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-scan'
Commands of `fc-scan.o' are being run.
Considering target file `../src/libfontconfig.la'.
Finished prerequisites of target file `../src/libfontconfig.la'.
No need to remake target `../src/libfontconfig.la'.
Finished prerequisites of target file `fc-scan'.
The prerequisites of `fc-scan' are being made.
Considering target file `all-local'.
File `all-local' does not exist.
Finished prerequisites of target file `all-local'.
Must remake target `all-local'.
Successfully remade target file `all-local'.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CC fc-scan.o
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-scan'.
File `fc-scan' does not exist.
Considering target file `fc-scan.o'.
File `fc-scan.o' was considered already.
Considering target file `../src/libfontconfig.la'.
File `../src/libfontconfig.la' was considered already.
Finished prerequisites of target file `fc-scan'.
Must remake target `fc-scan'.
Commands of `fc-scan' are being run.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CCLD fc-scan
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-scan'.
File `fc-scan' was considered already.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
Finished prerequisites of target file `all'.
Must remake target `all'.
Successfully remade target file `all'.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-scan'
Making all in fc-validate
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `.deps/fc-validate.Po' (search path) (no ~ expansion)...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-validate'.
File `fc-validate' does not exist.
Considering target file `fc-validate.o'.
File `fc-validate.o' does not exist.
Considering target file `fc-validate.c'.
Finished prerequisites of target file `fc-validate.c'.
No need to remake target `fc-validate.c'; using VPATH name `/home/servo/libfontconfig/fc-validate/fc-validate.c'.
Finished prerequisites of target file `fc-validate.o'.
Must remake target `fc-validate.o'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-validate'
Commands of `fc-validate.o' are being run.
Considering target file `../src/libfontconfig.la'.
Finished prerequisites of target file `../src/libfontconfig.la'.
No need to remake target `../src/libfontconfig.la'.
Finished prerequisites of target file `fc-validate'.
The prerequisites of `fc-validate' are being made.
Considering target file `all-local'.
File `all-local' does not exist.
Finished prerequisites of target file `all-local'.
Must remake target `all-local'.
Successfully remade target file `all-local'.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CC fc-validate.o
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-validate'.
File `fc-validate' does not exist.
Considering target file `fc-validate.o'.
File `fc-validate.o' was considered already.
Considering target file `../src/libfontconfig.la'.
File `../src/libfontconfig.la' was considered already.
Finished prerequisites of target file `fc-validate'.
Must remake target `fc-validate'.
Commands of `fc-validate' are being run.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CCLD fc-validate
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fc-validate'.
File `fc-validate' was considered already.
Considering target file `all-local'.
File `all-local' was considered already.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
Finished prerequisites of target file `all'.
Must remake target `all'.
Successfully remade target file `all'.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/fc-validate'
Making all in conf.d
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `README'.
Considering target file `/home/servo/libfontconfig/conf.d/README.in'.
Finished prerequisites of target file `/home/servo/libfontconfig/conf.d/README.in'.
No need to remake target `/home/servo/libfontconfig/conf.d/README.in'.
Finished prerequisites of target file `README'.
Prerequisite `/home/servo/libfontconfig/conf.d/README.in' is older than target `README'.
No need to remake target `README'; using VPATH name `/home/servo/libfontconfig/conf.d/README'.
Finished prerequisites of target file `all'.
Must remake target `all'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/conf.d'
make all-am
Commands of `all' are being run.
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `README'.
Considering target file `/home/servo/libfontconfig/conf.d/README.in'.
Finished prerequisites of target file `/home/servo/libfontconfig/conf.d/README.in'.
No need to remake target `/home/servo/libfontconfig/conf.d/README.in'.
Finished prerequisites of target file `README'.
Prerequisite `/home/servo/libfontconfig/conf.d/README.in' is older than target `README'.
No need to remake target `README'; using VPATH name `/home/servo/libfontconfig/conf.d/README'.
Considering target file `10-autohint.conf'.
Finished prerequisites of target file `10-autohint.conf'.
No need to remake target `10-autohint.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/10-autohint.conf'.
Considering target file `10-no-sub-pixel.conf'.
Finished prerequisites of target file `10-no-sub-pixel.conf'.
No need to remake target `10-no-sub-pixel.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/10-no-sub-pixel.conf'.
Considering target file `10-scale-bitmap-fonts.conf'.
Finished prerequisites of target file `10-scale-bitmap-fonts.conf'.
No need to remake target `10-scale-bitmap-fonts.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/10-scale-bitmap-fonts.conf'.
Considering target file `10-sub-pixel-bgr.conf'.
Finished prerequisites of target file `10-sub-pixel-bgr.conf'.
No need to remake target `10-sub-pixel-bgr.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/10-sub-pixel-bgr.conf'.
Considering target file `10-sub-pixel-rgb.conf'.
Finished prerequisites of target file `10-sub-pixel-rgb.conf'.
No need to remake target `10-sub-pixel-rgb.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/10-sub-pixel-rgb.conf'.
Considering target file `10-sub-pixel-vbgr.conf'.
Finished prerequisites of target file `10-sub-pixel-vbgr.conf'.
No need to remake target `10-sub-pixel-vbgr.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/10-sub-pixel-vbgr.conf'.
Considering target file `10-sub-pixel-vrgb.conf'.
Finished prerequisites of target file `10-sub-pixel-vrgb.conf'.
No need to remake target `10-sub-pixel-vrgb.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/10-sub-pixel-vrgb.conf'.
Considering target file `10-unhinted.conf'.
Finished prerequisites of target file `10-unhinted.conf'.
No need to remake target `10-unhinted.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/10-unhinted.conf'.
Considering target file `11-lcdfilter-default.conf'.
Finished prerequisites of target file `11-lcdfilter-default.conf'.
No need to remake target `11-lcdfilter-default.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/11-lcdfilter-default.conf'.
Considering target file `11-lcdfilter-legacy.conf'.
Finished prerequisites of target file `11-lcdfilter-legacy.conf'.
No need to remake target `11-lcdfilter-legacy.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/11-lcdfilter-legacy.conf'.
Considering target file `11-lcdfilter-light.conf'.
Finished prerequisites of target file `11-lcdfilter-light.conf'.
No need to remake target `11-lcdfilter-light.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/11-lcdfilter-light.conf'.
Considering target file `20-unhint-small-vera.conf'.
Finished prerequisites of target file `20-unhint-small-vera.conf'.
No need to remake target `20-unhint-small-vera.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/20-unhint-small-vera.conf'.
Considering target file `25-unhint-nonlatin.conf'.
Finished prerequisites of target file `25-unhint-nonlatin.conf'.
No need to remake target `25-unhint-nonlatin.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/25-unhint-nonlatin.conf'.
Considering target file `30-urw-aliases.conf'.
Finished prerequisites of target file `30-urw-aliases.conf'.
No need to remake target `30-urw-aliases.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/30-urw-aliases.conf'.
Considering target file `30-metric-aliases.conf'.
Finished prerequisites of target file `30-metric-aliases.conf'.
No need to remake target `30-metric-aliases.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/30-metric-aliases.conf'.
Considering target file `40-nonlatin.conf'.
Finished prerequisites of target file `40-nonlatin.conf'.
No need to remake target `40-nonlatin.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/40-nonlatin.conf'.
Considering target file `45-latin.conf'.
Finished prerequisites of target file `45-latin.conf'.
No need to remake target `45-latin.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/45-latin.conf'.
Considering target file `49-sansserif.conf'.
Finished prerequisites of target file `49-sansserif.conf'.
No need to remake target `49-sansserif.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/49-sansserif.conf'.
Considering target file `50-user.conf'.
Finished prerequisites of target file `50-user.conf'.
No need to remake target `50-user.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/50-user.conf'.
Considering target file `51-local.conf'.
Finished prerequisites of target file `51-local.conf'.
No need to remake target `51-local.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/51-local.conf'.
Considering target file `60-latin.conf'.
Finished prerequisites of target file `60-latin.conf'.
No need to remake target `60-latin.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/60-latin.conf'.
Considering target file `65-fonts-persian.conf'.
Finished prerequisites of target file `65-fonts-persian.conf'.
No need to remake target `65-fonts-persian.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/65-fonts-persian.conf'.
Considering target file `65-khmer.conf'.
Finished prerequisites of target file `65-khmer.conf'.
No need to remake target `65-khmer.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/65-khmer.conf'.
Considering target file `65-nonlatin.conf'.
Finished prerequisites of target file `65-nonlatin.conf'.
No need to remake target `65-nonlatin.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/65-nonlatin.conf'.
Considering target file `69-unifont.conf'.
Finished prerequisites of target file `69-unifont.conf'.
No need to remake target `69-unifont.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/69-unifont.conf'.
Considering target file `70-no-bitmaps.conf'.
Finished prerequisites of target file `70-no-bitmaps.conf'.
No need to remake target `70-no-bitmaps.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/70-no-bitmaps.conf'.
Considering target file `70-yes-bitmaps.conf'.
Finished prerequisites of target file `70-yes-bitmaps.conf'.
No need to remake target `70-yes-bitmaps.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/70-yes-bitmaps.conf'.
Considering target file `80-delicious.conf'.
Finished prerequisites of target file `80-delicious.conf'.
No need to remake target `80-delicious.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/80-delicious.conf'.
Considering target file `90-synthetic.conf'.
Finished prerequisites of target file `90-synthetic.conf'.
No need to remake target `90-synthetic.conf'; using VPATH name `/home/servo/libfontconfig/conf.d/90-synthetic.conf'.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
make[4]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/conf.d'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/conf.d'
Considering target file `all'.
File `all' was considered already.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/conf.d'
Making all in test
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `.deps/test-migration.Po' (search path) (no ~ expansion)...
Reading makefile `.deps/test-pthread.Po' (search path) (no ~ expansion)...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `test-pthread'.
File `test-pthread' does not exist.
Considering target file `test-pthread.o'.
File `test-pthread.o' does not exist.
Considering target file `test-pthread.c'.
Finished prerequisites of target file `test-pthread.c'.
No need to remake target `test-pthread.c'; using VPATH name `/home/servo/libfontconfig/test/test-pthread.c'.
Finished prerequisites of target file `test-pthread.o'.
Must remake target `test-pthread.o'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/test'
Commands of `test-pthread.o' are being run.
Considering target file `../src/libfontconfig.la'.
Finished prerequisites of target file `../src/libfontconfig.la'.
No need to remake target `../src/libfontconfig.la'.
Finished prerequisites of target file `test-pthread'.
The prerequisites of `test-pthread' are being made.
Considering target file `test-migration'.
File `test-migration' does not exist.
Considering target file `test-migration.o'.
File `test-migration.o' does not exist.
Considering target file `test-migration.c'.
Finished prerequisites of target file `test-migration.c'.
No need to remake target `test-migration.c'; using VPATH name `/home/servo/libfontconfig/test/test-migration.c'.
Finished prerequisites of target file `test-migration.o'.
Must remake target `test-migration.o'.
Commands of `test-migration.o' are being run.
Pruning file `../src/libfontconfig.la'.
Finished prerequisites of target file `test-migration'.
The prerequisites of `test-migration' are being made.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CC test-pthread.o
CC test-migration.o
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `test-pthread'.
File `test-pthread' does not exist.
Considering target file `test-pthread.o'.
File `test-pthread.o' was considered already.
Considering target file `../src/libfontconfig.la'.
File `../src/libfontconfig.la' was considered already.
Finished prerequisites of target file `test-pthread'.
Must remake target `test-pthread'.
Commands of `test-pthread' are being run.
Considering target file `test-migration'.
File `test-migration' does not exist.
Considering target file `test-migration.o'.
Still updating file `test-migration.o'.
Pruning file `../src/libfontconfig.la'.
Finished prerequisites of target file `test-migration'.
The prerequisites of `test-migration' are being made.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `test-pthread'.
Still updating file `test-pthread'.
Considering target file `test-migration'.
File `test-migration' does not exist.
Considering target file `test-migration.o'.
File `test-migration.o' was considered already.
Considering target file `../src/libfontconfig.la'.
File `../src/libfontconfig.la' was considered already.
Finished prerequisites of target file `test-migration'.
Must remake target `test-migration'.
Commands of `test-migration' are being run.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
CCLD test-pthread
CCLD test-migration
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `test-pthread'.
Still updating file `test-pthread'.
Considering target file `test-migration'.
File `test-migration' was considered already.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Finished prerequisites of target file `all'.
The prerequisites of `all' are being made.
Considering target file `all'.
File `all' does not exist.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `test-pthread'.
File `test-pthread' was considered already.
Considering target file `test-migration'.
File `test-migration' was considered already.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
Finished prerequisites of target file `all'.
Must remake target `all'.
Successfully remade target file `all'.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/test'
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/home/servo/libfontconfig/git.mk' (search path) (don't care) (no ~ expansion)...
Updating goal targets....
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fontconfig.pc'.
Pruning file `config.status'.
Considering target file `/home/servo/libfontconfig/fontconfig.pc.in'.
Finished prerequisites of target file `/home/servo/libfontconfig/fontconfig.pc.in'.
No need to remake target `/home/servo/libfontconfig/fontconfig.pc.in'.
Finished prerequisites of target file `fontconfig.pc'.
Prerequisite `config.status' is older than target `fontconfig.pc'.
Prerequisite `/home/servo/libfontconfig/fontconfig.pc.in' is older than target `fontconfig.pc'.
No need to remake target `fontconfig.pc'.
Considering target file `fonts.dtd'.
Finished prerequisites of target file `fonts.dtd'.
No need to remake target `fonts.dtd'; using VPATH name `/home/servo/libfontconfig/fonts.dtd'.
Considering target file `config.h'.
Considering target file `stamp-h1'.
Considering target file `/home/servo/libfontconfig/config.h.in'.
Finished prerequisites of target file `/home/servo/libfontconfig/config.h.in'.
No need to remake target `/home/servo/libfontconfig/config.h.in'.
Pruning file `config.status'.
Finished prerequisites of target file `stamp-h1'.
Prerequisite `/home/servo/libfontconfig/config.h.in' is older than target `stamp-h1'.
Prerequisite `config.status' is older than target `stamp-h1'.
No need to remake target `stamp-h1'.
Finished prerequisites of target file `config.h'.
Prerequisite `stamp-h1' is newer than target `config.h'.
Must remake target `config.h'.
make[3]: Entering directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out'
Commands of `config.h' are being run.
Finished prerequisites of target file `all-am'.
The prerequisites of `all-am' are being made.
Considering target file `all-am'.
File `all-am' does not exist.
Considering target file `Makefile'.
File `Makefile' was considered already.
Considering target file `fontconfig.pc'.
File `fontconfig.pc' was considered already.
Considering target file `/home/servo/libfontconfig/fonts.dtd'.
File `/home/servo/libfontconfig/fonts.dtd' was considered already.
Considering target file `config.h'.
File `config.h' was considered already.
Finished prerequisites of target file `all-am'.
Must remake target `all-am'.
Successfully remade target file `all-am'.
make[3]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out'
Considering target file `all-recursive'.
File `all-recursive' was considered already.
make[2]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out'
Considering target file `all'.
File `all' was considered already.
make[1]: Leaving directory `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out'
cp /home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/src/.libs/libfontconfig.a /home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out
Successfully remade target file `/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out/libfontconfig.a'.
Finished prerequisites of target file `all'.
Must remake target `all'.
Successfully remade target file `all'.
cargo:rustc-link-search=native=/home/servo/servo/target/debug/build/servo-fontconfig-sys-95327665f2e10181/out
cargo:rustc-link-lib=static=fontconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment