Skip to content

Instantly share code, notes, and snippets.

@killerswan
Created June 6, 2012 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save killerswan/2879750 to your computer and use it in GitHub Desktop.
Save killerswan/2879750 to your computer and use it in GitHub Desktop.
servo build fails on harfbuzz
$ git submodule init && git submodule update && ./autogen.sh
Submodule 'src/harfbuzz' (git://github.com/brson/harfbuzz-servo.git) registered for path 'src/harfbuzz'
Submodule 'src/mozjs' (git://github.com/brson/mozjs.git) registered for path 'src/mozjs'
Submodule 'src/ragel' (git://github.com/brson/ragel-dist.git) registered for path 'src/ragel'
Submodule 'src/rust-azure' (git://github.com/brson/rust-azure.git) registered for path 'src/rust-azure'
Submodule 'src/rust-cocoa' (git://github.com/pcwalton/rust-cocoa.git) registered for path 'src/rust-cocoa'
Submodule 'src/rust-harfbuzz' (git://github.com/brson/rust-harfbuzz.git) registered for path 'src/rust-harfbuzz'
Submodule 'src/rust-mozjs' (git://github.com/brson/rust-mozjs.git) registered for path 'src/rust-mozjs'
Submodule 'src/rust-sdl' (git://github.com/brson/rust-sdl.git) registered for path 'src/rust-sdl'
Submodule 'src/rust-stb-image' (git://github.com/pcwalton/rust-stb-image.git) registered for path 'src/rust-stb-image'
Cloning into 'src/harfbuzz'...
remote: Counting objects: 10586, done.
remote: Compressing objects: 100% (2462/2462), done.
remote: Total 10586 (delta 7479), reused 10578 (delta 7471)
Receiving objects: 100% (10586/10586), 2.33 MiB | 415 KiB/s, done.
Resolving deltas: 100% (7479/7479), done.
Submodule path 'src/harfbuzz': checked out 'c4b56749b084bb99879be1e64548ad2c23598a97'
Cloning into 'src/mozjs'...
remote: Counting objects: 7140, done.
remote: Compressing objects: 100% (4271/4271), done.
remote: Total 7140 (delta 2793), reused 7140 (delta 2793)
Receiving objects: 100% (7140/7140), 8.32 MiB | 1.08 MiB/s, done.
Resolving deltas: 100% (2793/2793), done.
Submodule path 'src/mozjs': checked out '8cf5c9b76a84e1304acd09523facaa1a30e3ba57'
Cloning into 'src/ragel'...
remote: Counting objects: 344, done.
remote: Compressing objects: 100% (235/235), done.
remote: Total 344 (delta 106), reused 344 (delta 106)
Receiving objects: 100% (344/344), 1.17 MiB | 369 KiB/s, done.
Resolving deltas: 100% (106/106), done.
Submodule path 'src/ragel': checked out 'b97e93917808dbfa041701db40805b5d050843b2'
Cloning into 'src/rust-azure'...
remote: Counting objects: 349, done.
remote: Compressing objects: 100% (239/239), done.
remote: Total 349 (delta 196), reused 254 (delta 101)
Receiving objects: 100% (349/349), 295.78 KiB | 101 KiB/s, done.
Resolving deltas: 100% (196/196), done.
Submodule path 'src/rust-azure': checked out '8ce13fb34d98fe14be42fb0bda31bd9b6ab86dfe'
Cloning into 'src/rust-cocoa'...
remote: Counting objects: 50, done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 50 (delta 20), reused 39 (delta 9)
Receiving objects: 100% (50/50), 6.44 KiB, done.
Resolving deltas: 100% (20/20), done.
Submodule path 'src/rust-cocoa': checked out '478f61bb68feea43c22c9b88f52393ea15908dae'
Cloning into 'src/rust-harfbuzz'...
remote: Counting objects: 31, done.
remote: Compressing objects: 100% (26/26), done.
remote: Total 31 (delta 13), reused 22 (delta 4)
Receiving objects: 100% (31/31), 9.16 KiB, done.
Resolving deltas: 100% (13/13), done.
Submodule path 'src/rust-harfbuzz': checked out '43db075b2aac4c9b8623736b034479523cc2005d'
Cloning into 'src/rust-mozjs'...
remote: Counting objects: 113, done.
remote: Compressing objects: 100% (65/65), done.
remote: Total 113 (delta 56), reused 100 (delta 43)
Receiving objects: 100% (113/113), 34.27 KiB, done.
Resolving deltas: 100% (56/56), done.
Submodule path 'src/rust-mozjs': checked out '6ddfc6bcda65ea6d318432813ab7d940d5698032'
Cloning into 'src/rust-sdl'...
remote: Counting objects: 99, done.
remote: Compressing objects: 100% (78/78), done.
remote: Total 99 (delta 51), reused 66 (delta 18)
Receiving objects: 100% (99/99), 18.93 KiB, done.
Resolving deltas: 100% (51/51), done.
Submodule path 'src/rust-sdl': checked out 'e0e4b019bdd1a1f15d8861e3255127cc8f030cd7'
Cloning into 'src/rust-stb-image'...
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 15 (delta 4), reused 13 (delta 2)
Receiving objects: 100% (15/15), 41.32 KiB, done.
Resolving deltas: 100% (4/4), done.
Submodule path 'src/rust-stb-image': checked out '5eb1ee67bc91d5e52a8810341b057211fbe5cb97'
kunix:build $
kunix:build $
kunix:build $
kunix:build $
kunix:build $
kunix:build $
kunix:build $
kunix:build $
kunix:build $
kunix:build $
kunix:build $ mkdir build
kunix:servo $ cd build
kunix:build $ ../configure && make check
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for /code/servo/src/ragel/DIST... yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ar... ar
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for gdc... no
checking for the Objective-C compiler... no
checking for javac... javac
checking for txl... no
checking for ruby... no
checking for gmcs... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ragel/Makefile
config.status: creating aapl/Makefile
config.status: creating doc/Makefile
config.status: creating doc/ragel.1
config.status: creating contrib/Makefile
config.status: creating test/Makefile
config.status: creating test/runtests
config.status: creating examples/Makefile
config.status: creating ragel/config.h
config.status: executing depfiles commands
config.status: executing default commands
configuration of ragel complete
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
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 dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /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 whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -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 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 whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ 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 for mprotect... yes
checking for sysconf... yes
checking for getpagesize... yes
checking for mmap... yes
checking for _setmode... no
checking for unistd.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GTHREAD... yes
checking for GOBJECT... yes
checking for CAIRO... yes
checking for CAIRO_FT... yes
checking for ICU... no
checking unicode/uchar.h usability... no
checking unicode/uchar.h presence... no
checking for unicode/uchar.h... no
checking for libicuuc... no
checking for GRAPHITE2... no
checking for FREETYPE... yes
checking for FT_Face_GetCharVariantIndex... yes
checking usp10.h usability... no
checking usp10.h presence... no
checking for usp10.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating harfbuzz.pc
config.status: creating src/Makefile
config.status: creating src/hb-version.h
config.status: creating util/Makefile
config.status: creating test/Makefile
config.status: creating test/api/Makefile
config.status: creating test/shaping/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
creating cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
checking for mawk... mawk
checking for perl5... no
checking for perl... /usr/bin/perl
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for ranlib... ranlib
checking for as... /usr/bin/as
checking for ar... ar
checking for ld... ld
checking for strip... strip
checking for windres... no
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... c++ -E
checking for sb-conf... no
checking for ve... no
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for minimum required perl version >= 5.006... 5.014002
checking for full perl installation... yes
checking for python2.7... /usr/bin/python2.7
checking for doxygen... :
checking for autoconf... /usr/bin/autoconf
checking for makedepend... no
checking for xargs... /usr/bin/xargs
checking for gmake... no
checking for make... /usr/bin/make
checking for X... libraries , headers
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking that static assertion macros used in autoconf tests work... yes
checking whether the C compiler supports -Werror=return-type... yes
checking whether the C compiler supports -Wtype-limits... yes
checking whether the C compiler supports -Wempty-body... yes
checking whether the C compiler supports -Wno-overlength-strings... yes
checking whether the C++ compiler supports -Werror=return-type... yes
checking whether the C++ compiler supports -Wtype-limits... yes
checking whether the C++ compiler supports -Wempty-body... yes
checking whether the C++ compiler supports -Wno-overlength-strings... yes
checking whether the C++ compiler supports -Wno-invalid-offsetof... yes
checking whether the C++ compiler supports -Wno-variadic-macros... yes
checking whether ld has archive extraction flags... yes
checking for 64-bit OS... yes
checking for Python version >= 2.5 but not 3.x... yes
checking for custom <stdint.h> implementation... none specified
checking for ANSI C header files... yes
checking for working const... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for __stdcall... no
checking for ssize_t... yes
checking for st_blksize in struct stat... yes
checking for siginfo_t... yes
checking for the size of void*... 8
checking for the alignment of void*... 8
checking for the size of double... 8
checking for endian.h... yes
checking for machine/endian.h... no
checking for sys/isa_defs.h... no
checking for uint... yes
checking for uint_t... no
checking for uname.domainname... yes
checking for uname.__domainname... no
checking for visibility(hidden) attribute... yes
checking for visibility(default) attribute... yes
checking for visibility pragma support... yes
checking For gcc visibility bug with class-level attributes (GCC bug 26905)... no
checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)... no
checking for gcc PR49911... no
checking whether the linker supports Identical Code Folding... no
checking whether removing dead symbols breaks debugging... no
checking for __force_align_arg_pointer__ attribute... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for sys/byteorder.h... no
checking for compat.h... no
checking for getopt.h... yes
checking for sys/bitypes.h... yes
checking for memory.h... yes
checking for unistd.h... yes
checking for gnu/libc-version.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for X11/XKBlib.h... yes
checking for io.h... no
checking for cpuid.h... yes
checking for sys/statvfs.h... yes
checking for sys/statfs.h... yes
checking for sys/vfs.h... yes
checking for sys/mount.h... yes
checking for sys/quota.h... yes
checking for linux/quota.h... yes
checking for mmintrin.h... yes
checking for new... yes
checking for sys/cdefs.h... yes
checking for linux/perf_event.h... yes
checking for perf_event_open system call... yes
checking for gethostbyname_r in -lc_r... no
checking for library containing dlopen... -ldl
checking for dlfcn.h... yes
checking for dladdr... yes
checking for socket in -lsocket... no
checking for pthread_create in -lpthreads... no
checking for pthread_create in -lpthread... yes
checking whether gcc accepts -pthread... yes
checking whether gcc needs -traditional... no
checking for 8-bit clean memcmp... yes
checking for fchmod... yes
checking for flockfile... yes
checking for getc_unlocked... yes
checking for _getc_nolock... no
checking for getpagesize... yes
checking for lchown... yes
checking for localtime_r... yes
checking for lstat64... yes
checking for memmove... yes
checking for random... yes
checking for rint... no
checking for sbrk... yes
checking for snprintf... yes
checking for stat64... yes
checking for statvfs... yes
checking for statvfs64... yes
checking for strerror... yes
checking for strtok_r... yes
checking for truncate64... yes
checking for wcrtomb... yes
checking for mbrtowc... yes
checking for res_ninit()... yes
checking for gnu_get_libc_version()... yes
checking for iconv in -lc... yes
checking for iconv()... yes
checking for iconv() with const input... no
checking for an implementation of va_copy()... yes
checking for an implementation of __va_copy()... yes
checking whether va_lists can be copied by value... no
checking for modern C++ template specialization syntax support... yes
checking whether partial template specialization works... yes
checking whether the C++ "using" keyword resolves ambiguity... yes
checking for C++ dynamic_cast to void*... yes
checking whether C++ requires implementation of unused virtual methods... yes
checking for trouble comparing to zero near std::operator!=()... no
checking for __thread keyword for TLS variables... yes
checking for malloc.h... (cached) yes
checking for strndup... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for valloc... yes
checking for __attribute__((always_inline))... yes
checking for __attribute__((malloc))... yes
checking for __attribute__((warn_unused_result))... yes
checking for LC_MESSAGES... yes
checking for localeconv... yes
checking for valid optimization flags... yes
checking for __cxa_demangle... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... yes
checking for -pipe support... yes
checking whether C compiler supports -fprofile-generate... yes
checking whether C++ compiler has -pedantic long long bug... no
checking for correct overload resolution with const and templates... no
checking for tm_zone tm_gmtoff in struct tm... yes
checking what kind of list files are supported by the linker... linkerscript
checking what kind of ordering can be done with the linker... linkerscript
checking for posix_fallocate... yes
checking for setlocale... yes
checking for localeconv... (cached) yes
creating js-confdefs.h
==== js-confdefs.h =================================
/* List of defines generated by configure. Included with preprocessor flag,
* -include, to avoid long list of -D defines on the compile command-line.
* Do not edit.
*/
#ifndef _JS_CONFDEFS_H_
#define _JS_CONFDEFS_H_
#define CPP_THROW_NEW throw()
#define D_INO d_ino
#define EDITLINE 1
#define HAVE_64BIT_OS 1
#define HAVE_CPP_AMBIGUITY_RESOLVING_USING 1
#define HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR 1
#define HAVE_CPP_PARTIAL_SPECIALIZATION 1
#define HAVE_CPUID_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLADDR 1
#define HAVE_DLOPEN 1
#define HAVE_ENDIAN_H 1
#define HAVE_FCHMOD 1
#define HAVE_FLOCKFILE 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_GETOPT_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GNU_GET_LIBC_VERSION 1
#define HAVE_GNU_LIBC_VERSION_H 1
#define HAVE_I18N_LC_MESSAGES 1
#define HAVE_ICONV 1
#define HAVE_LCHOWN 1
#define HAVE_LINUX_QUOTA_H 1
#define HAVE_LOCALECONV 1
#define HAVE_LOCALECONV 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LSTAT64 1
#define HAVE_MALLOC_H 1
#define HAVE_MBRTOWC 1
#define HAVE_MEMALIGN 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MMINTRIN_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_RANDOM 1
#define HAVE_RES_NINIT 1
#define HAVE_SBRK 1
#define HAVE_SETLOCALE 1
#define HAVE_SIGINFO_T 1
#define HAVE_SNPRINTF 1
#define HAVE_SSIZE_T 1
#define HAVE_STAT64 1
#define HAVE_STATVFS 1
#define HAVE_STATVFS64 1
#define HAVE_STRERROR 1
#define HAVE_STRNDUP 1
#define HAVE_STRTOK_R 1
#define HAVE_ST_BLKSIZE 1
#define HAVE_SYS_BITYPES_H 1
#define HAVE_SYS_CDEFS_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_QUOTA_H 1
#define HAVE_SYS_STATFS_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_THREAD_TLS_KEYWORD 1
#define HAVE_TM_ZONE_TM_GMTOFF 1
#define HAVE_TRUNCATE64 1
#define HAVE_UINT 1
#define HAVE_UNAME_DOMAINNAME_FIELD 1
#define HAVE_UNISTD_H 1
#define HAVE_VALLOC 1
#define HAVE_VA_COPY 1
#define HAVE_VA_LIST_AS_ARRAY 1
#define HAVE_VISIBILITY_ATTRIBUTE 1
#define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1
#define HAVE_WCRTOMB 1
#define HAVE_X11_XKBLIB_H 1
#define HAVE__UNWIND_BACKTRACE 1
#define HAVE___CXA_DEMANGLE 1
#define JSGC_INCREMENTAL 1
#define JS_ALIGN_OF_POINTER 8
#define JS_BITS_PER_WORD_LOG2 6
#define JS_BYTES_PER_DOUBLE 8
#define JS_BYTES_PER_WORD 8
#define JS_CPU_X64 1
#define JS_DEFAULT_JITREPORT_GRANULARITY 3
#define JS_HAVE_ENDIAN_H 1
#define JS_METHODJIT 1
#define JS_METHODJIT_TYPED_ARRAY 1
#define JS_MONOIC 1
#define JS_POLYIC 1
#define JS_PUNBOX64 1
#define MALLOC_H <malloc.h>
#define MOZ_DEBUG_SYMBOLS 1
#define MOZ_DLL_SUFFIX ".so"
#define NEED_CPP_UNUSED_IMPLEMENTATIONS 1
#define NEW_H <new>
#define NS_ALWAYS_INLINE __attribute__((always_inline))
#define NS_ATTR_MALLOC __attribute__((malloc))
#define NS_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#define STDC_HEADERS 1
#define UNIX_ASYNC_DNS 1
#define VA_COPY va_copy
#define XP_UNIX 1
#define _REENTRANT 1
/* The c99 defining the limit macros (UINT32_MAX for example), says:
* C++ implementations should define these macros only when __STDC_LIMIT_MACROS
* is defined before <stdint.h> is included. */
#define __STDC_LIMIT_MACROS
#endif /* _JS_CONFDEFS_H_ */
Creating directory shell
Creating directory config
Creating directory editline
Creating directory jsapi-tests
Creating directory tests
creating Makefile
creating shell/Makefile
creating config/Makefile
creating editline/Makefile
creating jsapi-tests/Makefile
creating tests/Makefile
updating cache ./config.cache
creating ./config.status
creating config/autoconf.mk
creating config/expandlibs_config.py
creating js-config.h
invoking /usr/bin/make to create js-config script
rm -f js-config.tmp
sed < /code/servo/src/mozjs/js/src/js-config.in > js-config.tmp \
-e 's|@prefix@|/usr/local|' \
-e 's|@exec_prefix@|/usr/local|' \
-e 's|@includedir@|/usr/local/include|' \
-e 's|@libdir@|/usr/local/lib|' \
-e 's|@MOZILLA_VERSION@||' \
-e 's|@LIBRARY_NAME@|mozjs|' \
-e 's|@NSPR_CFLAGS@||' \
-e 's|@JS_CONFIG_LIBS@| -ldl -lm -ldl |' \
-e 's|@MOZ_JS_LIBS@|-L/usr/local/lib -lmozjs|' \
&& mv js-config.tmp js-config && chmod +x js-config
make -C src/ragel
make[1]: Entering directory `/code/servo/build/src/ragel'
CDPATH="${ZSH_VERSION+.}:" && cd /code/servo/src/ragel && /bin/bash /code/servo/src/ragel/missing --run aclocal-1.11
cd /code/servo/src/ragel && /bin/bash /code/servo/src/ragel/missing --run automake-1.11 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd /code/servo/src/ragel && /bin/bash /code/servo/src/ragel/missing --run autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash /code/servo/src/ragel/configure --no-create --no-recursion
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for /code/servo/src/ragel/DIST... yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ar... ar
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for gdc... no
checking for the Objective-C compiler... no
checking for javac... javac
checking for txl... no
checking for ruby... no
checking for gmcs... no
configure: creating ./config.status
configuration of ragel complete
/bin/bash ./config.status
config.status: creating Makefile
config.status: creating ragel/Makefile
config.status: creating aapl/Makefile
config.status: creating doc/Makefile
config.status: creating doc/ragel.1
config.status: creating contrib/Makefile
config.status: creating test/Makefile
config.status: creating test/runtests
config.status: creating examples/Makefile
config.status: creating ragel/config.h
config.status: ragel/config.h is unchanged
config.status: executing depfiles commands
config.status: executing default commands
make[1]: Leaving directory `/code/servo/build/src/ragel'
make[1]: Entering directory `/code/servo/build/src/ragel'
Making all in ragel
make[2]: Entering directory `/code/servo/build/src/ragel/ragel'
echo '#define VERSION "6.7"' > version.h
echo '#define PUBDATE "May 2011"' >> version.h
(CDPATH="${ZSH_VERSION+.}:" && cd /code/servo/src/ragel && /bin/bash /code/servo/src/ragel/missing --run autoheader)
rm -f stamp-h1
touch /code/servo/src/ragel/ragel/config.h.in
cd .. && /bin/bash ./config.status ragel/config.h
config.status: creating ragel/config.h
config.status: ragel/config.h is unchanged
make all-am
make[3]: Entering directory `/code/servo/build/src/ragel/ragel'
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-main.o -MD -MP -MF .deps/ragel-main.Tpo -c -o ragel-main.o `test -f 'main.cpp' || echo '/code/servo/src/ragel/ragel/'`main.cpp
mv -f .deps/ragel-main.Tpo .deps/ragel-main.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-parsetree.o -MD -MP -MF .deps/ragel-parsetree.Tpo -c -o ragel-parsetree.o `test -f 'parsetree.cpp' || echo '/code/servo/src/ragel/ragel/'`parsetree.cpp
mv -f .deps/ragel-parsetree.Tpo .deps/ragel-parsetree.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-parsedata.o -MD -MP -MF .deps/ragel-parsedata.Tpo -c -o ragel-parsedata.o `test -f 'parsedata.cpp' || echo '/code/servo/src/ragel/ragel/'`parsedata.cpp
mv -f .deps/ragel-parsedata.Tpo .deps/ragel-parsedata.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-fsmstate.o -MD -MP -MF .deps/ragel-fsmstate.Tpo -c -o ragel-fsmstate.o `test -f 'fsmstate.cpp' || echo '/code/servo/src/ragel/ragel/'`fsmstate.cpp
In file included from /code/servo/src/ragel/ragel/fsmstate.cpp:24:0:
/code/servo/src/ragel/ragel/fsmgraph.h: In member function ‘void PairIter<ListItem1, ListItem2>::findNext() [with ListItem1 = TransAp, ListItem2 = TransAp]’:
/code/servo/src/ragel/ragel/fsmgraph.h:854:2: instantiated from ‘PairIter<ListItem1, ListItem2>::PairIter(ListItem1*, ListItem2*) [with ListItem1 = TransAp, ListItem2 = TransAp]’
/code/servo/src/ragel/ragel/fsmstate.cpp:198:72: instantiated from here
/code/servo/src/ragel/ragel/fsmgraph.h:878:7: warning: variable ‘backIn’ set but not used [-Wunused-but-set-variable]
/code/servo/src/ragel/ragel/fsmgraph.h: In member function ‘void PairIter<ListItem1, ListItem2>::findNext() [with ListItem1 = StateCond, ListItem2 = StateCond]’:
/code/servo/src/ragel/ragel/fsmgraph.h:854:2: instantiated from ‘PairIter<ListItem1, ListItem2>::PairIter(ListItem1*, ListItem2*) [with ListItem1 = StateCond, ListItem2 = StateCond]’
/code/servo/src/ragel/ragel/fsmstate.cpp:260:87: instantiated from here
/code/servo/src/ragel/ragel/fsmgraph.h:878:7: warning: variable ‘backIn’ set but not used [-Wunused-but-set-variable]
mv -f .deps/ragel-fsmstate.Tpo .deps/ragel-fsmstate.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-fsmbase.o -MD -MP -MF .deps/ragel-fsmbase.Tpo -c -o ragel-fsmbase.o `test -f 'fsmbase.cpp' || echo '/code/servo/src/ragel/ragel/'`fsmbase.cpp
mv -f .deps/ragel-fsmbase.Tpo .deps/ragel-fsmbase.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-fsmattach.o -MD -MP -MF .deps/ragel-fsmattach.Tpo -c -o ragel-fsmattach.o `test -f 'fsmattach.cpp' || echo '/code/servo/src/ragel/ragel/'`fsmattach.cpp
In file included from /code/servo/src/ragel/ragel/fsmattach.cpp:24:0:
/code/servo/src/ragel/ragel/fsmgraph.h: In member function ‘void PairIter<ListItem1, ListItem2>::findNext() [with ListItem1 = TransAp, ListItem2 = TransAp]’:
/code/servo/src/ragel/ragel/fsmgraph.h:854:2: instantiated from ‘PairIter<ListItem1, ListItem2>::PairIter(ListItem1*, ListItem2*) [with ListItem1 = TransAp, ListItem2 = TransAp]’
/code/servo/src/ragel/ragel/fsmattach.cpp:348:57: instantiated from here
/code/servo/src/ragel/ragel/fsmgraph.h:878:7: warning: variable ‘backIn’ set but not used [-Wunused-but-set-variable]
mv -f .deps/ragel-fsmattach.Tpo .deps/ragel-fsmattach.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-fsmmin.o -MD -MP -MF .deps/ragel-fsmmin.Tpo -c -o ragel-fsmmin.o `test -f 'fsmmin.cpp' || echo '/code/servo/src/ragel/ragel/'`fsmmin.cpp
mv -f .deps/ragel-fsmmin.Tpo .deps/ragel-fsmmin.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-fsmgraph.o -MD -MP -MF .deps/ragel-fsmgraph.Tpo -c -o ragel-fsmgraph.o `test -f 'fsmgraph.cpp' || echo '/code/servo/src/ragel/ragel/'`fsmgraph.cpp
In file included from /code/servo/src/ragel/ragel/fsmgraph.cpp:25:0:
/code/servo/src/ragel/ragel/fsmgraph.h: In member function ‘void PairIter<ListItem1, ListItem2>::findNext() [with ListItem1 = TransAp, ListItem2 = StateCond]’:
/code/servo/src/ragel/ragel/fsmgraph.h:854:2: instantiated from ‘PairIter<ListItem1, ListItem2>::PairIter(ListItem1*, ListItem2*) [with ListItem1 = TransAp, ListItem2 = StateCond]’
/code/servo/src/ragel/ragel/fsmgraph.cpp:933:33: instantiated from here
/code/servo/src/ragel/ragel/fsmgraph.h:878:7: warning: variable ‘backIn’ set but not used [-Wunused-but-set-variable]
/code/servo/src/ragel/ragel/fsmgraph.h: In member function ‘void PairIter<ListItem1, ListItem2>::findNext() [with ListItem1 = TransAp, ListItem2 = TransAp]’:
/code/servo/src/ragel/ragel/fsmgraph.h:854:2: instantiated from ‘PairIter<ListItem1, ListItem2>::PairIter(ListItem1*, ListItem2*) [with ListItem1 = TransAp, ListItem2 = TransAp]’
/code/servo/src/ragel/ragel/fsmgraph.cpp:970:64: instantiated from here
/code/servo/src/ragel/ragel/fsmgraph.h:878:7: warning: variable ‘backIn’ set but not used [-Wunused-but-set-variable]
/code/servo/src/ragel/ragel/fsmgraph.h: In member function ‘void PairIter<ListItem1, ListItem2>::findNext() [with ListItem1 = StateCond, ListItem2 = StateCond]’:
/code/servo/src/ragel/ragel/fsmgraph.h:854:2: instantiated from ‘PairIter<ListItem1, ListItem2>::PairIter(ListItem1*, ListItem2*) [with ListItem1 = StateCond, ListItem2 = StateCond]’
/code/servo/src/ragel/ragel/fsmgraph.cpp:1001:33: instantiated from here
/code/servo/src/ragel/ragel/fsmgraph.h:878:7: warning: variable ‘backIn’ set but not used [-Wunused-but-set-variable]
/code/servo/src/ragel/ragel/fsmgraph.h: In member function ‘void PairIter<ListItem1, ListItem2>::findNext() [with ListItem1 = TransAp, ListItem2 = Removal]’:
/code/servo/src/ragel/ragel/fsmgraph.h:854:2: instantiated from ‘PairIter<ListItem1, ListItem2>::PairIter(ListItem1*, ListItem2*) [with ListItem1 = TransAp, ListItem2 = Removal]’
/code/servo/src/ragel/ragel/fsmgraph.cpp:1104:74: instantiated from here
/code/servo/src/ragel/ragel/fsmgraph.h:878:7: warning: variable ‘backIn’ set but not used [-Wunused-but-set-variable]
mv -f .deps/ragel-fsmgraph.Tpo .deps/ragel-fsmgraph.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-fsmap.o -MD -MP -MF .deps/ragel-fsmap.Tpo -c -o ragel-fsmap.o `test -f 'fsmap.cpp' || echo '/code/servo/src/ragel/ragel/'`fsmap.cpp
mv -f .deps/ragel-fsmap.Tpo .deps/ragel-fsmap.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-rlscan.o -MD -MP -MF .deps/ragel-rlscan.Tpo -c -o ragel-rlscan.o `test -f 'rlscan.cpp' || echo '/code/servo/src/ragel/ragel/'`rlscan.cpp
mv -f .deps/ragel-rlscan.Tpo .deps/ragel-rlscan.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-rlparse.o -MD -MP -MF .deps/ragel-rlparse.Tpo -c -o ragel-rlparse.o `test -f 'rlparse.cpp' || echo '/code/servo/src/ragel/ragel/'`rlparse.cpp
mv -f .deps/ragel-rlparse.Tpo .deps/ragel-rlparse.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-inputdata.o -MD -MP -MF .deps/ragel-inputdata.Tpo -c -o ragel-inputdata.o `test -f 'inputdata.cpp' || echo '/code/servo/src/ragel/ragel/'`inputdata.cpp
mv -f .deps/ragel-inputdata.Tpo .deps/ragel-inputdata.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-common.o -MD -MP -MF .deps/ragel-common.Tpo -c -o ragel-common.o `test -f 'common.cpp' || echo '/code/servo/src/ragel/ragel/'`common.cpp
mv -f .deps/ragel-common.Tpo .deps/ragel-common.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-redfsm.o -MD -MP -MF .deps/ragel-redfsm.Tpo -c -o ragel-redfsm.o `test -f 'redfsm.cpp' || echo '/code/servo/src/ragel/ragel/'`redfsm.cpp
mv -f .deps/ragel-redfsm.Tpo .deps/ragel-redfsm.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-gendata.o -MD -MP -MF .deps/ragel-gendata.Tpo -c -o ragel-gendata.o `test -f 'gendata.cpp' || echo '/code/servo/src/ragel/ragel/'`gendata.cpp
mv -f .deps/ragel-gendata.Tpo .deps/ragel-gendata.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-cdcodegen.o -MD -MP -MF .deps/ragel-cdcodegen.Tpo -c -o ragel-cdcodegen.o `test -f 'cdcodegen.cpp' || echo '/code/servo/src/ragel/ragel/'`cdcodegen.cpp
mv -f .deps/ragel-cdcodegen.Tpo .deps/ragel-cdcodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-cdtable.o -MD -MP -MF .deps/ragel-cdtable.Tpo -c -o ragel-cdtable.o `test -f 'cdtable.cpp' || echo '/code/servo/src/ragel/ragel/'`cdtable.cpp
mv -f .deps/ragel-cdtable.Tpo .deps/ragel-cdtable.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-cdftable.o -MD -MP -MF .deps/ragel-cdftable.Tpo -c -o ragel-cdftable.o `test -f 'cdftable.cpp' || echo '/code/servo/src/ragel/ragel/'`cdftable.cpp
mv -f .deps/ragel-cdftable.Tpo .deps/ragel-cdftable.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-cdflat.o -MD -MP -MF .deps/ragel-cdflat.Tpo -c -o ragel-cdflat.o `test -f 'cdflat.cpp' || echo '/code/servo/src/ragel/ragel/'`cdflat.cpp
mv -f .deps/ragel-cdflat.Tpo .deps/ragel-cdflat.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-cdfflat.o -MD -MP -MF .deps/ragel-cdfflat.Tpo -c -o ragel-cdfflat.o `test -f 'cdfflat.cpp' || echo '/code/servo/src/ragel/ragel/'`cdfflat.cpp
mv -f .deps/ragel-cdfflat.Tpo .deps/ragel-cdfflat.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-cdgoto.o -MD -MP -MF .deps/ragel-cdgoto.Tpo -c -o ragel-cdgoto.o `test -f 'cdgoto.cpp' || echo '/code/servo/src/ragel/ragel/'`cdgoto.cpp
mv -f .deps/ragel-cdgoto.Tpo .deps/ragel-cdgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-cdfgoto.o -MD -MP -MF .deps/ragel-cdfgoto.Tpo -c -o ragel-cdfgoto.o `test -f 'cdfgoto.cpp' || echo '/code/servo/src/ragel/ragel/'`cdfgoto.cpp
mv -f .deps/ragel-cdfgoto.Tpo .deps/ragel-cdfgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-cdipgoto.o -MD -MP -MF .deps/ragel-cdipgoto.Tpo -c -o ragel-cdipgoto.o `test -f 'cdipgoto.cpp' || echo '/code/servo/src/ragel/ragel/'`cdipgoto.cpp
mv -f .deps/ragel-cdipgoto.Tpo .deps/ragel-cdipgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-cdsplit.o -MD -MP -MF .deps/ragel-cdsplit.Tpo -c -o ragel-cdsplit.o `test -f 'cdsplit.cpp' || echo '/code/servo/src/ragel/ragel/'`cdsplit.cpp
mv -f .deps/ragel-cdsplit.Tpo .deps/ragel-cdsplit.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-javacodegen.o -MD -MP -MF .deps/ragel-javacodegen.Tpo -c -o ragel-javacodegen.o `test -f 'javacodegen.cpp' || echo '/code/servo/src/ragel/ragel/'`javacodegen.cpp
mv -f .deps/ragel-javacodegen.Tpo .deps/ragel-javacodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-rubycodegen.o -MD -MP -MF .deps/ragel-rubycodegen.Tpo -c -o ragel-rubycodegen.o `test -f 'rubycodegen.cpp' || echo '/code/servo/src/ragel/ragel/'`rubycodegen.cpp
mv -f .deps/ragel-rubycodegen.Tpo .deps/ragel-rubycodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-rubytable.o -MD -MP -MF .deps/ragel-rubytable.Tpo -c -o ragel-rubytable.o `test -f 'rubytable.cpp' || echo '/code/servo/src/ragel/ragel/'`rubytable.cpp
mv -f .deps/ragel-rubytable.Tpo .deps/ragel-rubytable.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-rubyftable.o -MD -MP -MF .deps/ragel-rubyftable.Tpo -c -o ragel-rubyftable.o `test -f 'rubyftable.cpp' || echo '/code/servo/src/ragel/ragel/'`rubyftable.cpp
mv -f .deps/ragel-rubyftable.Tpo .deps/ragel-rubyftable.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-rubyflat.o -MD -MP -MF .deps/ragel-rubyflat.Tpo -c -o ragel-rubyflat.o `test -f 'rubyflat.cpp' || echo '/code/servo/src/ragel/ragel/'`rubyflat.cpp
mv -f .deps/ragel-rubyflat.Tpo .deps/ragel-rubyflat.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-rubyfflat.o -MD -MP -MF .deps/ragel-rubyfflat.Tpo -c -o ragel-rubyfflat.o `test -f 'rubyfflat.cpp' || echo '/code/servo/src/ragel/ragel/'`rubyfflat.cpp
mv -f .deps/ragel-rubyfflat.Tpo .deps/ragel-rubyfflat.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-rbxgoto.o -MD -MP -MF .deps/ragel-rbxgoto.Tpo -c -o ragel-rbxgoto.o `test -f 'rbxgoto.cpp' || echo '/code/servo/src/ragel/ragel/'`rbxgoto.cpp
mv -f .deps/ragel-rbxgoto.Tpo .deps/ragel-rbxgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-cscodegen.o -MD -MP -MF .deps/ragel-cscodegen.Tpo -c -o ragel-cscodegen.o `test -f 'cscodegen.cpp' || echo '/code/servo/src/ragel/ragel/'`cscodegen.cpp
mv -f .deps/ragel-cscodegen.Tpo .deps/ragel-cscodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-cstable.o -MD -MP -MF .deps/ragel-cstable.Tpo -c -o ragel-cstable.o `test -f 'cstable.cpp' || echo '/code/servo/src/ragel/ragel/'`cstable.cpp
mv -f .deps/ragel-cstable.Tpo .deps/ragel-cstable.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-csftable.o -MD -MP -MF .deps/ragel-csftable.Tpo -c -o ragel-csftable.o `test -f 'csftable.cpp' || echo '/code/servo/src/ragel/ragel/'`csftable.cpp
mv -f .deps/ragel-csftable.Tpo .deps/ragel-csftable.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-csflat.o -MD -MP -MF .deps/ragel-csflat.Tpo -c -o ragel-csflat.o `test -f 'csflat.cpp' || echo '/code/servo/src/ragel/ragel/'`csflat.cpp
mv -f .deps/ragel-csflat.Tpo .deps/ragel-csflat.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-csfflat.o -MD -MP -MF .deps/ragel-csfflat.Tpo -c -o ragel-csfflat.o `test -f 'csfflat.cpp' || echo '/code/servo/src/ragel/ragel/'`csfflat.cpp
mv -f .deps/ragel-csfflat.Tpo .deps/ragel-csfflat.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-csgoto.o -MD -MP -MF .deps/ragel-csgoto.Tpo -c -o ragel-csgoto.o `test -f 'csgoto.cpp' || echo '/code/servo/src/ragel/ragel/'`csgoto.cpp
mv -f .deps/ragel-csgoto.Tpo .deps/ragel-csgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-csfgoto.o -MD -MP -MF .deps/ragel-csfgoto.Tpo -c -o ragel-csfgoto.o `test -f 'csfgoto.cpp' || echo '/code/servo/src/ragel/ragel/'`csfgoto.cpp
mv -f .deps/ragel-csfgoto.Tpo .deps/ragel-csfgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-csipgoto.o -MD -MP -MF .deps/ragel-csipgoto.Tpo -c -o ragel-csipgoto.o `test -f 'csipgoto.cpp' || echo '/code/servo/src/ragel/ragel/'`csipgoto.cpp
mv -f .deps/ragel-csipgoto.Tpo .deps/ragel-csipgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-cssplit.o -MD -MP -MF .deps/ragel-cssplit.Tpo -c -o ragel-cssplit.o `test -f 'cssplit.cpp' || echo '/code/servo/src/ragel/ragel/'`cssplit.cpp
mv -f .deps/ragel-cssplit.Tpo .deps/ragel-cssplit.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-dotcodegen.o -MD -MP -MF .deps/ragel-dotcodegen.Tpo -c -o ragel-dotcodegen.o `test -f 'dotcodegen.cpp' || echo '/code/servo/src/ragel/ragel/'`dotcodegen.cpp
mv -f .deps/ragel-dotcodegen.Tpo .deps/ragel-dotcodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-xmlcodegen.o -MD -MP -MF .deps/ragel-xmlcodegen.Tpo -c -o ragel-xmlcodegen.o `test -f 'xmlcodegen.cpp' || echo '/code/servo/src/ragel/ragel/'`xmlcodegen.cpp
mv -f .deps/ragel-xmlcodegen.Tpo .deps/ragel-xmlcodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-goipgoto.o -MD -MP -MF .deps/ragel-goipgoto.Tpo -c -o ragel-goipgoto.o `test -f 'goipgoto.cpp' || echo '/code/servo/src/ragel/ragel/'`goipgoto.cpp
/code/servo/src/ragel/ragel/goipgoto.cpp: In member function ‘void GoIpGotoCodeGen::LM_SWITCH(std::ostream&, GenInlineItem*, int, int, bool)’:
/code/servo/src/ragel/ragel/goipgoto.cpp:232:7: warning: variable ‘haveDefault’ set but not used [-Wunused-but-set-variable]
mv -f .deps/ragel-goipgoto.Tpo .deps/ragel-goipgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-mlcodegen.o -MD -MP -MF .deps/ragel-mlcodegen.Tpo -c -o ragel-mlcodegen.o `test -f 'mlcodegen.cpp' || echo '/code/servo/src/ragel/ragel/'`mlcodegen.cpp
mv -f .deps/ragel-mlcodegen.Tpo .deps/ragel-mlcodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-mltable.o -MD -MP -MF .deps/ragel-mltable.Tpo -c -o ragel-mltable.o `test -f 'mltable.cpp' || echo '/code/servo/src/ragel/ragel/'`mltable.cpp
mv -f .deps/ragel-mltable.Tpo .deps/ragel-mltable.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-mlftable.o -MD -MP -MF .deps/ragel-mlftable.Tpo -c -o ragel-mlftable.o `test -f 'mlftable.cpp' || echo '/code/servo/src/ragel/ragel/'`mlftable.cpp
mv -f .deps/ragel-mlftable.Tpo .deps/ragel-mlftable.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-mlflat.o -MD -MP -MF .deps/ragel-mlflat.Tpo -c -o ragel-mlflat.o `test -f 'mlflat.cpp' || echo '/code/servo/src/ragel/ragel/'`mlflat.cpp
mv -f .deps/ragel-mlflat.Tpo .deps/ragel-mlflat.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-mlfflat.o -MD -MP -MF .deps/ragel-mlfflat.Tpo -c -o ragel-mlfflat.o `test -f 'mlfflat.cpp' || echo '/code/servo/src/ragel/ragel/'`mlfflat.cpp
mv -f .deps/ragel-mlfflat.Tpo .deps/ragel-mlfflat.Po
g++ -DHAVE_CONFIG_H -I. -I/code/servo/src/ragel/ragel -I/code/servo/src/ragel/aapl -Wall -g -MT ragel-mlgoto.o -MD -MP -MF .deps/ragel-mlgoto.Tpo -c -o ragel-mlgoto.o `test -f 'mlgoto.cpp' || echo '/code/servo/src/ragel/ragel/'`mlgoto.cpp
mv -f .deps/ragel-mlgoto.Tpo .deps/ragel-mlgoto.Po
g++ -Wall -g -o ragel ragel-main.o ragel-parsetree.o ragel-parsedata.o ragel-fsmstate.o ragel-fsmbase.o ragel-fsmattach.o ragel-fsmmin.o ragel-fsmgraph.o ragel-fsmap.o ragel-rlscan.o ragel-rlparse.o ragel-inputdata.o ragel-common.o ragel-redfsm.o ragel-gendata.o ragel-cdcodegen.o ragel-cdtable.o ragel-cdftable.o ragel-cdflat.o ragel-cdfflat.o ragel-cdgoto.o ragel-cdfgoto.o ragel-cdipgoto.o ragel-cdsplit.o ragel-javacodegen.o ragel-rubycodegen.o ragel-rubytable.o ragel-rubyftable.o ragel-rubyflat.o ragel-rubyfflat.o ragel-rbxgoto.o ragel-cscodegen.o ragel-cstable.o ragel-csftable.o ragel-csflat.o ragel-csfflat.o ragel-csgoto.o ragel-csfgoto.o ragel-csipgoto.o ragel-cssplit.o ragel-dotcodegen.o ragel-xmlcodegen.o ragel-goipgoto.o ragel-mlcodegen.o ragel-mltable.o ragel-mlftable.o ragel-mlflat.o ragel-mlfflat.o ragel-mlgoto.o
make[3]: Leaving directory `/code/servo/build/src/ragel/ragel'
make[2]: Leaving directory `/code/servo/build/src/ragel/ragel'
Making all in doc
make[2]: Entering directory `/code/servo/build/src/ragel/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/code/servo/build/src/ragel/doc'
make[2]: Entering directory `/code/servo/build/src/ragel'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/code/servo/build/src/ragel'
make[1]: Leaving directory `/code/servo/build/src/ragel'
make -C src/harfbuzz PATH=/home/kevin/bin:/home/kevin/.cargo/bin:/home/kevin/.cabal/bin:/usr/local/curl725/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/code/servo/build/src/ragel/ragel CXXFLAGS=-fPIC LDFLAGS=-fPIC
make[1]: Entering directory `/code/servo/build/src/harfbuzz'
CDPATH="${ZSH_VERSION+.}:" && cd /code/servo/src/harfbuzz && /bin/bash /code/servo/src/harfbuzz/missing --run aclocal-1.11
cd /code/servo/src/harfbuzz && /bin/bash /code/servo/src/harfbuzz/missing --run automake-1.11 --gnu
CDPATH="${ZSH_VERSION+.}:" && cd /code/servo/src/harfbuzz && /bin/bash /code/servo/src/harfbuzz/missing --run autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash /code/servo/src/harfbuzz/configure --enable-static --no-create --no-recursion
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
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 style of include used by make... GNU
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 dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /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 whether ln -s works... yes
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 ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 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 whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for mprotect... yes
checking for sysconf... yes
checking for getpagesize... yes
checking for mmap... yes
checking for _setmode... no
checking for unistd.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GTHREAD... yes
checking for GOBJECT... yes
checking for CAIRO... yes
checking for CAIRO_FT... yes
checking for ICU... no
checking unicode/uchar.h usability... no
checking unicode/uchar.h presence... no
checking for unicode/uchar.h... no
checking for libicuuc... no
checking for GRAPHITE2... no
checking for FREETYPE... yes
checking for FT_Face_GetCharVariantIndex... yes
checking usp10.h usability... no
checking usp10.h presence... no
checking for usp10.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
configure: creating ./config.status
/bin/bash ./config.status
config.status: creating Makefile
config.status: creating harfbuzz.pc
config.status: creating src/Makefile
config.status: creating src/hb-version.h
config.status: creating util/Makefile
config.status: creating test/Makefile
config.status: creating test/api/Makefile
config.status: creating test/shaping/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory `/code/servo/build/src/harfbuzz'
make[1]: Entering directory `/code/servo/build/src/harfbuzz'
(CDPATH="${ZSH_VERSION+.}:" && cd /code/servo/src/harfbuzz && /bin/bash /code/servo/src/harfbuzz/missing --run autoheader)
rm -f stamp-h1
touch /code/servo/src/harfbuzz/config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
GEN /code/servo/src/harfbuzz/.gitignore
make all-recursive
make[2]: Entering directory `/code/servo/build/src/harfbuzz'
Making all in src
make[3]: Entering directory `/code/servo/build/src/harfbuzz/src'
GEN hb-gobject-enums.cc
GEN hb-ot-shape-complex-indic-machine.hh
GEN /code/servo/src/harfbuzz/src/.gitignore
make all-am
make[4]: Entering directory `/code/servo/build/src/harfbuzz/src'
CXX libharfbuzz_la-hb-blob.lo
mv: cannot stat `.deps/libharfbuzz_la-hb-blob.Tpo': No such file or directory
make[4]: *** [libharfbuzz_la-hb-blob.lo] Error 1
make[4]: Leaving directory `/code/servo/build/src/harfbuzz/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/code/servo/build/src/harfbuzz/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/code/servo/build/src/harfbuzz'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/code/servo/build/src/harfbuzz'
make: *** [src/harfbuzz/src/.libs/libharfbuzz.a] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment