Skip to content

Instantly share code, notes, and snippets.

@mattbasta
Created September 16, 2014 17:10
Show Gist options
  • Save mattbasta/6c30883fd797af52bdac to your computer and use it in GitHub Desktop.
Save mattbasta/6c30883fd797af52bdac to your computer and use it in GitHub Desktop.
Terminal output while compiling HHVM
bastamac:hhvm matt$ cmake . -DCMAKE_CXX_COMPILER=$(brew --prefix gcc48)/bin/g++-4.8 -DCMAKE_C_COMPILER=$(brew --prefix gcc48)/bin/gcc-4.8 -DCMAKE_ASM_COMPILER=$(brew --prefix gcc48)/bin/gcc-4.8 -DLIBIBERTY_LIB=$(brew --prefix gcc48)/lib/x86_64/libiberty-4.8.a -DCMAKE_INCLUDE_PATH="/usr/local/include:/usr/include" -DCMAKE_LIBRARY_PATH="/usr/local/lib:/usr/lib" -DLIBEVENT_LIB=$(brew --prefix libevent)/lib/libevent.dylib -DLIBEVENT_INCLUDE_DIR=$(brew --prefix libevent)/include -DICU_INCLUDE_DIR=$(brew --prefix icu4c)/include -DICU_LIBRARY=$(brew --prefix icu4c)/lib/libicuuc.dylib -DICU_I18N_LIBRARY=$(brew --prefix icu4c)/lib/libicui18n.dylib -DICU_DATA_LIBRARY=$(brew --prefix icu4c)/lib/libicudata.dylib -DREADLINE_INCLUDE_DIR=$(brew --prefix readline)/include -DREADLINE_LIBRARY=$(brew --prefix readline)/lib/libreadline.dylib -DCURL_INCLUDE_DIR=$(brew --prefix curl)/include -DCURL_LIBRARY=$(brew --prefix curl)/lib/libcurl.dylib -DBOOST_INCLUDEDIR=$(brew --prefix boost)/include -DBOOST_LIBRARYDIR=$(brew --prefix boost)/lib -DBoost_USE_STATIC_LIBS=ON -DJEMALLOC_INCLUDE_DIR=$(brew --prefix jemallocfb)/include -DJEMALLOC_LIB=$(brew --prefix jemallocfb)/lib/libjemalloc.dylib -DLIBINTL_LIBRARIES=$(brew --prefix gettext)/lib/libintl.dylib -DLIBINTL_INCLUDE_DIR=$(brew --prefix gettext)/include -DLIBDWARF_LIBRARIES=$(brew --prefix libdwarf)/lib/libdwarf.3.dylib -DLIBDWARF_INCLUDE_DIRS=$(brew --prefix libdwarf)/include -DLIBMAGICKWAND_INCLUDE_DIRS=$(brew --prefix imagemagick)/include/ImageMagick-6 -DLIBMAGICKWAND_LIBRARIES=$(brew --prefix imagemagick)/lib/libMagickWand-6.Q16.dylib -DMYSQL_INCLUDE_DIR=$(brew --prefix mysql-connector-c)/include -DMYSQL_LIB=$(brew --prefix mysql-connector-c)/lib -DFREETYPE_INCLUDE_DIRS=$(brew --prefix freetype)/include/freetype2 -DFREETYPE_LIBRARIES=$(brew --prefix freetype)/lib/libfreetype.dylib -DLIBMEMCACHED_LIBRARY=$(brew --prefix libmemcached)/lib -DLIBMEMCACHED_INCLUDE_DIR=$(brew --prefix libmemcached)/include -DLIBELF_LIBRARIES=$(brew --prefix libelf)/lib/libelf.a -DLIBELF_INCLUDE_DIRS=$(brew --prefix libelf)/include/libelf -DLIBGLOG_LIBRARY=$(brew --prefix glog)/lib/libglog.dylib -DLIBGLOG_INCLUDE_DIR=$(brew --prefix glog)/include -DOPENSSL_SSL_LIBRARY=$(brew --prefix openssl)/lib/libssl.dylib -DOPENSSL_INCLUDE_DIR=$(brew --prefix openssl)/include -DOPENSSL_CRYPTO_LIBRARY=$(brew --prefix openssl)/lib/libcrypto.dylib -DPCRE_LIBRARY=$(brew --prefix pcre)/lib -DPCRE_INCLUDE_DIR=$(brew --prefix pcre)/include -DTBB_INSTALL_DIR=$(brew --prefix tbb) -DLIBSQLITE3_INCLUDE_DIR=$(brew --prefix sqlite)/include -DLIBSQLITE3_LIBRARY=$(brew --prefix sqlite)/lib/libsqlite3.0.dylib
-- Build type not specified: cmake build type Release.
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR)
-- MySQL Include dir: /usr/local/opt/mysql-connector-c/include library dir: /usr/local/opt/mysql-connector-c
-- MySQL client libraries: mysqlclient_r
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28")
-- checking for module 'libmemcached'
-- found libmemcached, version 1.0.18
-- Performing Test SYSTEM_PCRE_HAS_JIT
-- Performing Test SYSTEM_PCRE_HAS_JIT - Failed
-- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib
-- Looking for evhttp_bind_socket_with_fd
-- Looking for evhttp_bind_socket_with_fd - not found
-- Found LibUODBC: /usr/local/lib/libodbc.dylib
-- Found CURL: /usr/local/opt/curl/lib/libcurl.dylib (found version "7.37.1")
-- Looking for curl_multi_select
-- Looking for curl_multi_select - not found
-- Looking for curl_multi_wait
-- Looking for curl_multi_wait - found
-- Found LibXml2: /usr/lib/libxml2.dylib (found version "2.9.0")
-- Found LibXslt: /usr/lib/libxslt.dylib (found version "1.1.28")
-- Found EXPAT: /usr/lib/libexpat.dylib (found version "2.0.1")
-- Found LIBSQLITE3: /usr/local/opt/sqlite/lib/libsqlite3.0.dylib
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.0.dylib
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR)
-- Using third-party bundled double-conversion
-- Could NOT find LZ4 (missing: LZ4_LIBRARY LZ4_INCLUDE_DIR)
-- Using third-party bundled LZ4
-- Could NOT find LIBZIP (missing: LIBZIP_LIBRARY LIBZIP_INCLUDE_DIR_ZIP LIBZIP_INCLUDE_DIR_ZIPCONF)
-- Using third-party bundled libzip
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Performing Test JEMALLOC_VERSION_MINIMUM
-- Performing Test JEMALLOC_VERSION_MINIMUM - Success
-- Found jemalloc: /usr/local/opt/jemallocfb/lib/libjemalloc.dylib
-- Found Intel TBB
-- Found mcrypt: /usr/local/lib/libmcrypt.dylib
-- Found OpenSSL: /usr/local/opt/openssl/lib/libssl.dylib;/usr/local/opt/openssl/lib/libcrypto.dylib (found version "0.9.8y")
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
-- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6")
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib - found
-- Found ONIGURUMA: /usr/local/lib/libonig.dylib
-- Found ldap: /System/Library/Frameworks/ldap.framework;/usr/lib/liblber.dylib
-- Found LIBPTHREAD: /usr/lib/libpthread.dylib
-- Found Editline: /usr/lib/libedit.dylib
-- Performing Test ELF_GETSHDRSTRNDX
-- Performing Test ELF_GETSHDRSTRNDX - Failed
-- Looking for dwarf_producer_init
-- Looking for dwarf_producer_init - found
-- Performing Test DW_CONST
-- Performing Test DW_CONST - Failed
-- Looking for dwarf_producer_init_c
-- Looking for dwarf_producer_init_c - not found
-- libdwarf uses char* type
-- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init
Generating Release build
-- Performing Test FOLLY_IFUNC
-- Performing Test FOLLY_IFUNC - Failed
-- Looking for clock_gettime
-- Looking for clock_gettime - not found
-- Found Readline: /usr/local/opt/readline/include
-- Found Editline: /usr/include/editline
-- Looking for dirent.h
-- Looking for dirent.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- Looking for C++ include type_traits.h
-- Looking for C++ include type_traits.h - not found
-- Looking for C++ include bits/type_traits.h
-- Looking for C++ include bits/type_traits.h - not found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for strtoq
-- Looking for strtoq - found
-- Looking for _strtoi64
-- Looking for _strtoi64 - not found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of long long
-- Check size of long long - done
-- Check size of unsigned long long
-- Check size of unsigned long long - done
CMake Warning (dev) at third-party/pcre/CMakeLists.txt:755 (GET_TARGET_PROPERTY):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "pcregrep". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at third-party/pcre/CMakeLists.txt:758 (GET_TARGET_PROPERTY):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "pcretest". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
This warning is for project developers. Use -Wno-dev to suppress it.
--
--
-- PCRE configuration summary:
--
-- Install prefix .................. : /usr/local
-- C compiler ...................... : /usr/local/opt/gcc48/bin/gcc-4.8
-- C++ compiler .................... : /usr/local/opt/gcc48/bin/g++-4.8
-- C compiler flags ................ : -w -O3 -DNDEBUG
-- C++ compiler flags .............. : -Wall -std=gnu++11 -fno-gcse -fno-omit-frame-pointer -ftemplate-depth-180 -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-unused-local-typedefs -fno-canonical-system-headers -Wno-deprecated-declarations -mcrc32 -O3 -DNDEBUG
--
-- Build 8 bit PCRE library ........ : ON
-- Build 16 bit PCRE library ....... : OFF
-- Build 32 bit PCRE library ....... : OFF
-- Build C++ library ............... : ON
-- Enable JIT compiling support .... : ON
-- Enable UTF support .............. : ON
-- Unicode properties .............. : ON
-- Newline char/sequence ........... : LF
-- \R matches only ANYCRLF ......... : OFF
-- EBCDIC coding ................... : OFF
-- EBCDIC coding with NL=0x25 ...... : OFF
-- Rebuild char tables ............. : OFF
-- No stack recursion .............. : OFF
-- POSIX mem threshold ............. : 10
-- Internal link size .............. : 2
-- Match limit ..................... : 10000000
-- Match limit recursion ........... : MATCH_LIMIT
-- Build shared libs ............... : OFF
-- Build static libs ............... : ON
-- Build pcregrep .................. : ON
-- Enable JIT in pcregrep .......... : ON
-- Buffer size for pcregrep ........ : 20480
-- Build tests (implies pcretest .. : ON
-- and pcregrep)
-- Link pcregrep with libz ......... : ON
-- Link pcregrep with libbz2 ....... : ON
-- Link pcretest with libeditline .. : OFF
-- Link pcretest with libreadline .. : ON
-- Support Valgrind .................: OFF
-- Support coverage .................: OFF
--
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Check size of uint8_t
-- Check size of uint8_t - done
-- Looking for AF_LOCAL
-- Looking for AF_LOCAL - found
-- Looking for PF_LOCAL
-- Looking for PF_LOCAL - found
-- Looking for memset
-- Looking for memset - found
-- Looking for socket
-- Looking for socket - found
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib
-- Looking for event_get_version_number
-- Looking for event_get_version_number - found
-- Performing Test HAVE_LIBEVENT_209
-- Performing Test HAVE_LIBEVENT_209 - Success
-- Found libevent 2.0.9+
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file assert.h
-- Looking for include file assert.h - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strchr
-- Looking for strchr - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for usleep
-- Looking for usleep - found
-- Looking for fullfsync
-- Looking for fullfsync - not found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for gmtime_r
-- Looking for gmtime_r - found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Check size of int32_t
-- Check size of int32_t - done
-- Looking for atoll
-- Looking for atoll - found
-- Looking for strftime
-- Looking for strftime - found
-- Looking for setlocale
-- Looking for setlocale - found
-- Looking for INCLUDE
-- Looking for INCLUDE - not found
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- regex
-- Looking for _close
-- Looking for _close - not found
-- Looking for _dup
-- Looking for _dup - not found
-- Looking for _fdopen
-- Looking for _fdopen - not found
-- Looking for _fileno
-- Looking for _fileno - not found
-- Looking for _open
-- Looking for _open - not found
-- Looking for _snprintf
-- Looking for _snprintf - not found
-- Looking for _strdup
-- Looking for _strdup - not found
-- Looking for _stricmp
-- Looking for _stricmp - not found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for ftello
-- Looking for ftello - found
-- Looking for open
-- Looking for open - found
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for MoveFileExA
-- Looking for MoveFileExA - not found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Check size of __int8
-- Check size of __int8 - failed
-- Check size of int8_t
-- Check size of int8_t - done
-- Check size of uint8_t
-- Check size of uint8_t - done
-- Check size of __int16
-- Check size of __int16 - failed
-- Check size of int16_t
-- Check size of int16_t - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Check size of __int32
-- Check size of __int32 - failed
-- Check size of int32_t
-- Check size of int32_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Check size of int64_t
-- Check size of int64_t - done
-- Check size of uint64_t
-- Check size of uint64_t - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- thread
-- system
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- thread
-- system
-- Build type not specified: cmake build type Release.
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR)
-- MySQL Include dir: /usr/local/opt/mysql-connector-c/include library dir: /usr/local/opt/mysql-connector-c
-- MySQL client libraries: mysqlclient_r
-- Found PCRE: /usr/local/lib/libpcre.dylib
-- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.0.dylib
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR)
-- Using third-party bundled double-conversion
-- Could NOT find LZ4 (missing: LZ4_LIBRARY LZ4_INCLUDE_DIR)
-- Using third-party bundled LZ4
-- Could NOT find LIBZIP (missing: LIBZIP_LIBRARY LIBZIP_INCLUDE_DIR_ZIP LIBZIP_INCLUDE_DIR_ZIPCONF)
-- Using third-party bundled libzip
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Found jemalloc: /usr/local/opt/jemallocfb/lib/libjemalloc.dylib
-- Found Intel TBB
-- Found mcrypt: /usr/local/lib/libmcrypt.dylib
-- Looking for dwarf_producer_init
-- Looking for dwarf_producer_init - found
-- Performing Test DW_CONST
-- Performing Test DW_CONST - Failed
-- Looking for dwarf_producer_init_c
-- Looking for dwarf_producer_init_c - not found
-- libdwarf uses char* type
-- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init
Generating Release build
-- OCaml not found, will not build Hack typechecker
-- Could NOT find LibJpeg (missing: LIBJPEG_LIBRARIES LIBJPEG_INCLUDE_DIRS)
-- Found LibPng: /usr/local/lib/libpng.dylib
-- Could NOT find LibVPX (missing: LIBVPX_LIBRARIES LIBVPX_INCLUDE_DIRS)
-- Found Freetype: /usr/local/opt/freetype/lib/libfreetype.dylib
-- Found GMP: /usr/local/lib/libgmp.dylib
-- Using built-in JSON parser
CMake Warning (dev) at CMake/HPHPFunctions.cmake:156 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "hhvm". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first):
hphp/hhvm/CMakeLists.txt:45 (HHVM_INSTALL)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
LIBMEMCACHED_LIBRARY
-- Build files have been written to: /opt/hhvm
bastamac:hhvm matt$ make -j4
Scanning dependencies of target fastlz
Scanning dependencies of target afdt
Scanning dependencies of target pcre
Scanning dependencies of target mbfl
[ 1%] Building C object third-party/fastlz/CMakeFiles/fastlz.dir/fastlz.c.o
[ 1%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/lowlevel.c.o
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_byte_order.c.o
[ 1%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter.c.o
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_chartables.c.o
[ 1%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/strlcpy.c.o
[ 1%] [ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_compile.c.o
Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/sync.c.o
[ 1%] Linking C static library libfastlz.a
Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/util.c.o
[ 1%] Built target fastlz
[ 1%] [ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_config.c.o
Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/async.c.o
[ 2%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_string.c.o
Scanning dependencies of target sqlite3
Linking C static library libafdt.a
[ 2%] Built target afdt
Scanning dependencies of target timelib
[ 3%] Building C object third-party/timelib/CMakeFiles/timelib.dir/astro.c.o
[ 3%] Building C object third-party/libsqlite3/CMakeFiles/sqlite3.dir/sqlite3.c.o
[ 3%] Building C object third-party/timelib/CMakeFiles/timelib.dir/dow.c.o
[ 3%] Building C object third-party/timelib/CMakeFiles/timelib.dir/interval.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_language.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_encoding.c.o
[ 3%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_date.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_convert.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_ident.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_memory_device.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_allocators.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_filter_output.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_pass.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_wchar.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_8bit.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp936.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_hz.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_tw.c.o
[ 3%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_big5.c.o
[ 4%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp.c.o
[ 4%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_jis.c.o
[ 5%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_dfa_exec.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_1.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_2.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1254.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1252.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1251.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ascii.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_3.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_4.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_5.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_6.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_7.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_8.c.o
[ 5%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_9.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_10.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_13.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_14.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_15.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_16.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_htmlent.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte2.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte4.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uuencode.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_base64.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis.c.o
[ 6%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_exec.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_7bit.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_qprint.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs4.c.o
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs2.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf32.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf16.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf8.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7imap.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp_win.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp932.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp51932.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_cn.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_kr.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uhc.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022_jp_ms.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022_kr.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp866.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8r.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8u.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_armscii8.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp850.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/html_entities.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ja.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_de.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_en.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_hy.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_tr.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_kr.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ru.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ua.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_zh.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_uni.c.o
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_neutral.c.o
Linking C static library libmbfl.a
[ 9%] Built target mbfl
[ 9%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_iso_intervals.c.o
Scanning dependencies of target lz4
[ 9%] Building C object third-party/lz4/CMakeFiles/lz4.dir/lz4.c.o
[ 9%] Building C object third-party/lz4/CMakeFiles/lz4.dir/lz4hc.c.o
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_fullinfo.c.o
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_get.c.o
Linking C static library liblz4.a
[ 9%] Built target lz4
Scanning dependencies of target double-conversion
[ 9%] [ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_globals.c.o
Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/bignum-dtoa.cc.o
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_jit_compile.c.o
[ 9%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/bignum.cc.o
[ 9%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/cached-powers.cc.o
[ 9%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/diy-fp.cc.o
[ 9%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion.cc.o
[ 9%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/fast-dtoa.cc.o
[ 9%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/fixed-dtoa.cc.o
[ 9%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/strtod.cc.o
Linking CXX static library libdouble-conversion.a
[ 9%] Built target double-conversion
[ 9%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_tz.c.o
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_maketables.c.o
Scanning dependencies of target folly
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_newline.c.o
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_ord2utf8.c.o
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_refcount.c.o
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_string_utils.c.o
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_study.c.o
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_tables.c.o
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_ucd.c.o
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_valid_utf8.c.o
[ 10%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_version.c.o
[ 10%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_xclass.c.o
Linking C static library libpcre.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpcre.a(pcre_string_utils.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpcre.a(pcre_string_utils.c.o) has no symbols
[ 10%] Built target pcre
[ 10%] Building C object third-party/timelib/CMakeFiles/timelib.dir/timelib.c.o
[ 10%] Building C object third-party/timelib/CMakeFiles/timelib.dir/tm2unixtime.c.o
Scanning dependencies of target zip_static
[ 10%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_add.c.o
[ 10%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_add_dir.c.o
[ 10%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_add_entry.c.o
[ 10%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_close.c.o
[ 10%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Bits.cpp.o
[ 10%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_delete.c.o
[ 10%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_dir_add.c.o
[ 10%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_dirent.c.o
[ 10%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_discard.c.o
[ 10%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_entry.c.o
[ 10%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_error.c.o
[ 10%] [ 11%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Checksum.cpp.o
Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_error_clear.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_error_get.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_error_get_sys_type.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_error_strerror.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_error_to_str.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_err_str.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_extra_field_api.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_extra_field.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_fclose.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_fdopen.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_file_add.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_file_error_clear.c.o
[ 11%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Conv.cpp.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_file_error_get.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_file_get_comment.c.o
[ 11%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_file_get_external_attributes.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_file_get_offset.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_filerange_crc.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_file_rename.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_file_replace.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_file_set_comment.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_file_set_external_attributes.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_file_strerror.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_fopen.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_fopen_encrypted.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_fopen_index.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_fopen_index_encrypted.c.o
[ 12%] Building C object third-party/timelib/CMakeFiles/timelib.dir/unixtime2tm.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_fread.c.o
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_get_archive_comment.c.o
Linking C static library libtimelib.a
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_get_archive_flag.c.o
[ 12%] Built target timelib
Scanning dependencies of target hphp_thrift
[ 12%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_get_compression_implementation.c.o
[ 12%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Demangle.cpp.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_get_encryption_implementation.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_get_file_comment.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_get_name.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_get_num_entries.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_get_num_files.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_memdup.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_name_locate.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_new.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_open.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_rename.c.o
[ 13%] [ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/dynamic.cpp.o
Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/async/Request.cpp.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_replace.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_set_archive_comment.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_set_archive_flag.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_set_default_password.c.o
[ 13%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_set_file_comment.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_set_file_compression.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_set_name.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_buffer.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_close.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_crc.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_deflate.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_error.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_file.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_filep.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_free.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_function.c.o
[ 14%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/async/TAsyncServerSocket.cpp.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_layered.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_open.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_pkware.c.o
[ 14%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_pop.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_read.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_stat.c.o
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/File.cpp.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_window.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_zip.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_source_zip_new.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_stat.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_stat_index.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_stat_init.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_strerror.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_string.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_unchange_all.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_unchange_archive.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_unchange.c.o
[ 15%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_unchange_data.c.o
[ 16%] Building C object third-party/libzip/CMakeFiles/zip_static.dir/zip_utf-8.c.o
Linking C static library libzip.a
/opt/hhvm/third-party/thrift/lib/cpp/async/TAsyncServerSocket.cpp: In member function 'void apache::thrift::async::TAsyncServerSocket::setupSocket(int)':
/opt/hhvm/third-party/thrift/lib/cpp/async/TAsyncServerSocket.cpp:526:8: warning: unused variable 'family' [-Wunused-variable]
auto family = address.getFamily();
^
[ 16%] Built target zip_static
[ 16%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/async/TAsyncSignalHandler.cpp.o
[ 16%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/async/TAsyncSocket.cpp.o
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/FileUtil.cpp.o
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Format.cpp.o
Scanning dependencies of target hphp_parser
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/GroupVarint.cpp.o
[ 16%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/async/TAsyncTimeout.cpp.o
[ 16%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/hphp.tab.cpp.o
hphp.y:11:41: fatal error: hphp/compiler/parser/parser.h: No such file or directory
#include "hphp/compiler/parser/parser.h"
^
compilation terminated.
make[2]: *** [hphp/parser/CMakeFiles/hphp_parser.dir/hphp.tab.cpp.o] Error 1
make[1]: *** [hphp/parser/CMakeFiles/hphp_parser.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/IPAddress.cpp.o
[ 16%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/async/TAsyncTimeoutSet.cpp.o
[ 16%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/async/TEventBase.cpp.o
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/IPAddressV4.cpp.o
[ 17%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/async/TEventBaseManager.cpp.o
Linking C static library libsqlite3.a
[ 17%] Built target sqlite3
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/IPAddressV6.cpp.o
[ 17%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/async/TEventHandler.cpp.o
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/json.cpp.o
[ 17%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/concurrency/Monitor.cpp.o
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/MacAddress.cpp.o
[ 17%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/concurrency/Mutex.cpp.o
[ 17%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/concurrency/PosixThreadFactory.cpp.o
[ 17%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/concurrency/ThreadManager.cpp.o
[ 17%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/concurrency/TimerManager.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Malloc.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/MemoryMapping.cpp.o
[ 18%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/concurrency/Util.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Random.cpp.o
[ 18%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/ShutdownSocketSet.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Range.cpp.o
[ 18%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/Thrift.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/SafeAssert.cpp.o
[ 18%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/transport/TFDTransport.cpp.o
[ 18%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/transport/TServerSocket.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/SpookyHashV1.cpp.o
[ 18%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/transport/TSocket.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/SpookyHashV2.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/String.cpp.o
[ 18%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/transport/TSocketAddress.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/ThreadCachedArena.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/TimeoutQueue.cpp.o
[ 19%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/transport/TSocketPool.cpp.o
[ 19%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/transport/TTransportException.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Unicode.cpp.o
[ 19%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/lib/cpp/util/FdUtils.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Uri.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Version.cpp.o
Linking CXX static library libhphp_thrift.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(TTransportException.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(TTransportException.cpp.o) has no symbols
[ 19%] Built target hphp_thrift
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/detail/CacheLocality.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/detail/FunctionalExcept.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/detail/MallocImpl.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/experimental/io/FsUtil.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/experimental/io/HugePages.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/experimental/Singleton.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/experimental/symbolizer/LineReader.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/experimental/TestUtil.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/io/async/AsyncTimeout.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/io/async/EventBase.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/io/async/EventHandler.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/io/async/HHWheelTimer.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/io/async/Request.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/io/IOBuf.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/io/IOBufQueue.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/io/RecordIO.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/stats/Instantiations.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/wangle/InlineExecutor.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/wangle/ManualExecutor.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/wangle/QueuedImmediateExecutor.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/EscapeTables.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/FingerprintTables.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/FormatTables.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/GroupVarintTables.cpp.o
Linking CXX static library libfolly.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(MallocImpl.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(InlineExecutor.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(MallocImpl.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(InlineExecutor.cpp.o) has no symbols
[ 21%] Built target folly
make: *** [all] Error 2
@c9s
Copy link

c9s commented Sep 18, 2014

You need the ranlib from elftoolchain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment