Created
February 6, 2014 13:45
-
-
Save oker1/8844435 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading https://github.com/facebook/hhvm/archive/HHVM-2.4.0.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/hhvm-2.4.0.tar.gz | |
==> Verifying hhvm-2.4.0.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/hhvm-2.4.0.tar.gz | |
==> rm -rf hphp/submodules/folly | |
==> ln -s /opt/homebrew/opt/folly hphp/submodules/folly | |
==> cmake . -DCMAKE_CXX_COMPILER=/opt/homebrew/opt/gcc48/bin/g++-4.8 -DCMAKE_C_COMPILER=/opt/homebrew/opt/gcc48/bin/gcc-4.8 -DCMAKE_ASM_COMPILER=/opt/homebrew/opt/gcc48/bin/gcc-4.8 -DBINUTIL_LIB=/opt/homebrew/opt/gcc48/lib/x86_64/libiberty-4.8.a -DLIBIBERTY_LIB=/opt/homebrew/opt/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=/opt/homebrew/opt/libeventfb/lib/libevent.dylib -DLIBEVENT_INCLUDE_DIR=/opt/homebrew/opt/libeventfb/include -DICU_INCLUDE_DIR=/opt/homebrew/opt/icu4c/include -DICU_LIBRARY=/opt/homebrew/opt/icu4c/lib/libicuuc.dylib -DICU_I18N_LIBRARY=/opt/homebrew/opt/icu4c/lib/libicui18n.dylib -DICU_DATA_LIBRARY=/opt/homebrew/opt/icu4c/lib/libicudata.dylib -DREADLINE_INCLUDE_DIR=/opt/homebrew/opt/readline/include -DREADLINE_LIBRARY=/opt/homebrew/opt/readline/lib/libreadline.dylib -DNCURSES_LIBRARY=/opt/homebrew/opt/ncurses/lib/libncurses.dylib -DCURL_INCLUDE_DIR=/opt/homebrew/opt/curl/include -DCURL_LIBRARY=/opt/homebrew/opt/curl/lib/libcurl.dylib -DBOOST_INCLUDEDIR=/opt/homebrew/opt/boostfb/include -DBOOST_LIBRARYDIR=/opt/homebrew/opt/boostfb/lib -DBoost_USE_STATIC_LIBS=ON -DJEMALLOC_INCLUDE_DIR=/opt/homebrew/opt/jemallocfb/include -DJEMALLOC_LIB=/opt/homebrew/opt/jemallocfb/lib/libjemalloc.dylib -DLIBINTL_LIBRARIES=/opt/homebrew/opt/gettext/lib/libintl.dylib -DLIBINTL_INCLUDE_DIR=/opt/homebrew/opt/gettext/include -DLIBDWARF_LIBRARIES=/opt/homebrew/opt/libdwarf/lib/libdwarf.3.dylib -DLIBDWARF_INCLUDE_DIRS=/opt/homebrew/opt/libdwarf/include -DMYSQL_INCLUDE_DIR=/opt/homebrew/opt/mysql/include/mysql -DLIBELF_INCLUDE_DIRS=/opt/homebrew/opt/libelf/include/libelf | |
-- The C compiler identification is GNU 4.8.2 | |
-- The CXX compiler identification is GNU 4.8.2 | |
-- The ASM compiler identification is GNU | |
-- Found assembler: /opt/homebrew/opt/gcc48/bin/gcc-4.8 | |
-- Checking whether C compiler has -isysroot | |
-- Checking whether C compiler has -isysroot - yes | |
-- Checking whether C compiler supports OSX deployment target flag | |
-- Checking whether C compiler supports OSX deployment target flag - yes | |
-- Check for working C compiler: /opt/homebrew/opt/gcc48/bin/gcc-4.8 | |
-- Check for working C compiler: /opt/homebrew/opt/gcc48/bin/gcc-4.8 -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Checking whether CXX compiler has -isysroot | |
-- Checking whether CXX compiler has -isysroot - yes | |
-- Checking whether CXX compiler supports OSX deployment target flag | |
-- Checking whether CXX compiler supports OSX deployment target flag - yes | |
-- Check for working CXX compiler: /opt/homebrew/opt/gcc48/bin/g++-4.8 | |
-- Check for working CXX compiler: /opt/homebrew/opt/gcc48/bin/g++-4.8 -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
Using HPHP_HOME == /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0 | |
-- Performing Test IS_AARCH64 | |
-- Performing Test IS_AARCH64 - Failed | |
-- CMAKE_PREFIX_PATH was missing, proceeding anyway | |
CMake Warning at CMake/HPHPSetup.cmake:47 (message): | |
chrpath not found, rpath will not be stripped from installed binaries | |
Call Stack (most recent call first): | |
hphp/CMakeLists.txt:18 (include) | |
-- Performing Test HAVE_GCC_47 | |
-- Performing Test HAVE_GCC_47 - Success | |
-- Performing Test HAVE_GCC_48 | |
-- Performing Test HAVE_GCC_48 - Success | |
-- Found LibDL: /usr/lib/libdl.dylib | |
-- Performing Test LIBDL_NEEDS_UNDERSCORE | |
-- Performing Test LIBDL_NEEDS_UNDERSCORE - Failed | |
-- Boost version: 1.55.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- program_options | |
-- filesystem | |
-- regex | |
-- Found LIBGLOG: /opt/homebrew/lib/libglog.dylib | |
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR) | |
-- Found LIBICONV: /usr/lib/libiconv.dylib | |
-- Performing Test LIBICONV_CONST | |
-- Performing Test LIBICONV_CONST - Failed | |
-- MySQL Include dir: /opt/homebrew/opt/mysql/include/mysql library dir: /opt/homebrew/lib | |
-- MySQL client libraries: mysqlclient_r | |
-- Found LIBMEMCACHED: /opt/homebrew/lib/libmemcached.dylib | |
-- Found PCRE: /opt/homebrew/lib/libpcre.dylib | |
-- Found libevent: /opt/homebrew/opt/libeventfb/lib/libevent.dylib | |
-- Looking for evhttp_bind_socket_with_fd | |
-- Looking for evhttp_bind_socket_with_fd - found | |
Using custom LIBEVENT | |
-- Found LibUODBC: /opt/homebrew/lib/libodbc.dylib | |
-- Could NOT find LibVpx (missing: LIBVPX_LIBRARIES LIBVPX_INCLUDE_DIRS) | |
-- Found LibJpeg: /opt/homebrew/lib/libjpeg.dylib | |
-- Found LibPng: /opt/homebrew/lib/libpng.dylib | |
-- Found PkgConfig: /opt/homebrew/bin/pkg-config (found version "0.28") | |
-- Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS) | |
-- Found CURL: /opt/homebrew/opt/curl/lib/libcurl.dylib (found version "7.35.0") | |
-- 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.7.3") | |
-- Found EXPAT: /usr/lib/libexpat.dylib (found version "2.0.1") | |
-- Found ICU header files in /opt/homebrew/opt/icu4c/include | |
-- Found ICU libraries: /opt/homebrew/opt/icu4c/lib/libicuuc.dylib | |
-- Performing Test JEMALLOC_VERSION_3 | |
-- Performing Test JEMALLOC_VERSION_3 - Success | |
-- Found jemalloc: /opt/homebrew/opt/jemallocfb/lib/libjemalloc.dylib | |
-- Found Intel TBB | |
-- Found mcrypt: /opt/homebrew/lib/libmcrypt.dylib | |
-- Found OpenSSL: /usr/lib/libssl.dylib;/usr/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: /opt/homebrew/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 | |
-- Found LibElf: /opt/homebrew/lib/libelf.a | |
-- Performing Test ELF_GETSHDRSTRNDX | |
-- Performing Test ELF_GETSHDRSTRNDX - Failed | |
-- Looking for dwarf_encode_leb128 | |
-- Looking for dwarf_encode_leb128 - not found | |
Generating Release build | |
-- Performing Test FOLLY_IFUNC | |
-- Performing Test FOLLY_IFUNC - Failed | |
-- Looking for clock_gettime | |
-- Looking for clock_gettime - not found | |
-- 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 | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.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 | |
-- Looking for strerror | |
-- Looking for strerror - found | |
-- Found libevent: /opt/homebrew/opt/libeventfb/lib/libevent.dylib | |
-- Looking for event_get_version_number | |
-- Looking for event_get_version_number - not found | |
-- Performing Test HAVE_LIBEVENT_145 | |
-- Performing Test HAVE_LIBEVENT_145 - Success | |
-- Found libevent 1.4.5+ | |
-- 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 sys/stat.h | |
-- Looking for include file sys/stat.h - 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 inttypes.h | |
-- Looking for include file inttypes.h - found | |
-- Looking for include file unistd.h | |
-- Looking for include file unistd.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 strtoll | |
-- Looking for strtoll - found | |
-- Looking for atoll | |
-- Looking for atoll - found | |
-- Looking for strftime | |
-- Looking for strftime - found | |
-- Looking for setlocale | |
-- Looking for setlocale - found | |
-- 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 | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
LIBIBERTY_LIB | |
-- Build files have been written to: /tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0 | |
==> make -j8 | |
Scanning dependencies of target lz4 | |
Scanning dependencies of target double-conversion | |
Scanning dependencies of target afdt | |
[ 0%] [ 0%] [ 0%] Building C object hphp/third_party/lz4/CMakeFiles/lz4.dir/lz4.c.o | |
Building CXX object hphp/third_party/double-conversion/CMakeFiles/double-conversion.dir/src/bignum-dtoa.cc.o | |
Building C object hphp/third_party/libafdt/CMakeFiles/afdt.dir/src/lowlevel.c.o | |
Scanning dependencies of target timelib | |
[ 0%] Building C object hphp/third_party/timelib/CMakeFiles/timelib.dir/astro.c.o | |
Scanning dependencies of target mbfl | |
Scanning dependencies of target sqlite3 | |
[ 0%] [ 0%] Building C object hphp/third_party/libsqlite3/CMakeFiles/sqlite3.dir/sqlite3.c.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter.c.o | |
Scanning dependencies of target zip_shared | |
[ 0%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_add.c.o | |
[ 0%] Building C object hphp/third_party/timelib/CMakeFiles/timelib.dir/dow.c.o | |
[ 0%] [ 0%] Building CXX object hphp/third_party/double-conversion/CMakeFiles/double-conversion.dir/src/bignum.cc.o | |
Building C object hphp/third_party/libafdt/CMakeFiles/afdt.dir/src/strlcpy.c.o | |
[ 0%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_add_dir.c.o | |
[ 0%] Building C object hphp/third_party/libafdt/CMakeFiles/afdt.dir/src/sync.c.o | |
[ 1%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_close.c.o | |
[ 1%] Building C object hphp/third_party/lz4/CMakeFiles/lz4.dir/lz4hc.c.o | |
[ 1%] [ 1%] Building C object hphp/third_party/timelib/CMakeFiles/timelib.dir/interval.c.o | |
Building C object hphp/third_party/libafdt/CMakeFiles/afdt.dir/src/util.c.o | |
[ 1%] Building C object hphp/third_party/libafdt/CMakeFiles/afdt.dir/src/async.c.o | |
[ 1%] Building C object hphp/third_party/timelib/CMakeFiles/timelib.dir/parse_date.c.o | |
Linking C static library libafdt.a | |
[ 1%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_delete.c.o | |
[ 1%] Built target afdt | |
[ 1%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_dirent.c.o | |
Linking C static library liblz4.a | |
[ 1%] Built target lz4 | |
Scanning dependencies of target zip_static | |
[ 1%] [ 1%] Building CXX object hphp/third_party/double-conversion/CMakeFiles/double-conversion.dir/src/cached-powers.cc.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_add.c.o | |
Scanning dependencies of target folly | |
[ 2%] [ 2%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_add_dir.c.o | |
Building CXX object hphp/third_party/double-conversion/CMakeFiles/double-conversion.dir/src/diy-fp.cc.o | |
[ 2%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_string.c.o | |
[ 2%] [ 2%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_entry_free.c.o | |
Building CXX object hphp/third_party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion.cc.o | |
[ 2%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_close.c.o | |
[ 2%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_language.c.o | |
Scanning dependencies of target vixl | |
[ 2%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/Bits.cpp.o | |
[ 2%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_entry_new.c.o | |
[ 2%] [ 2%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/utils.cc.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_encoding.c.o | |
[ 2%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_err_str.c.o | |
[ 2%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_convert.c.o | |
[ 2%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_error.c.o | |
[ 2%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_delete.c.o | |
[ 3%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_ident.c.o | |
[ 3%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_error_clear.c.o | |
[ 3%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_dirent.c.o | |
[ 3%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/assembler-a64.cc.o | |
[ 3%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_memory_device.c.o | |
[ 3%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_error_get.c.o | |
[ 3%] Building CXX object hphp/third_party/double-conversion/CMakeFiles/double-conversion.dir/src/fast-dtoa.cc.o | |
[ 3%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_error_get_sys_type.c.o | |
[ 3%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_allocators.c.o | |
[ 3%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_error_strerror.c.o | |
[ 3%] [ 3%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_filter_output.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_entry_free.c.o | |
[ 3%] [ 3%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_pass.c.o | |
Building CXX object hphp/third_party/double-conversion/CMakeFiles/double-conversion.dir/src/fixed-dtoa.cc.o | |
[ 3%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_error_to_str.c.o | |
[ 3%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_entry_new.c.o | |
[ 3%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_wchar.c.o | |
[ 3%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_8bit.c.o | |
[ 3%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_fclose.c.o | |
[ 3%] [ 3%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_err_str.c.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp936.c.o | |
[ 3%] [ 3%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_fdopen.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_error.c.o | |
[ 3%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/Checksum.cpp.o | |
[ 3%] Building CXX object hphp/third_party/double-conversion/CMakeFiles/double-conversion.dir/src/strtod.cc.o | |
[ 3%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_file_error_clear.c.o | |
[ 3%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_error_clear.c.o | |
[ 4%] [ 4%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_file_error_get.c.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_hz.c.o | |
[ 4%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_error_get.c.o | |
[ 4%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_file_get_offset.c.o | |
[ 4%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_error_get_sys_type.c.o | |
[ 4%] Linking CXX static library libdouble-conversion.a | |
[ 4%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_file_strerror.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_error_strerror.c.o | |
[ 4%] Built target double-conversion | |
[ 4%] [ 4%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_tw.c.o | |
Scanning dependencies of target neo | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_filerange_crc.c.o | |
[ 4%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_err.c.o | |
[ 4%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_error_to_str.c.o | |
[ 4%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_fopen.c.o | |
[ 4%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_fclose.c.o | |
[ 4%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_fopen_encrypted.c.o | |
[ 4%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/Conv.cpp.o | |
[ 5%] [ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_fdopen.c.o | |
Building C object hphp/neo/CMakeFiles/neo.dir/neo_files.c.o | |
[ 5%] [ 5%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_big5.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_fopen_index.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_file_error_clear.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_fopen_index_encrypted.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_file_error_get.c.o | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hash.c.o | |
[ 5%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp.c.o | |
[ 5%] [ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_file_get_offset.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_fread.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_free.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_file_strerror.c.o | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hdf.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_filerange_crc.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_get_archive_comment.c.o | |
[ 5%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_jis.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_fopen.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_get_archive_flag.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_fopen_encrypted.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_get_compression_implementation.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_fopen_index.c.o | |
[ 5%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_get_encryption_implementation.c.o | |
[ 5%] [ 6%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_fopen_index_encrypted.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_get_file_comment.c.o | |
[ 6%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_1.c.o | |
[ 7%] [ 7%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_2.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_get_file_extra.c.o | |
[ 7%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_fread.c.o | |
[ 7%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1254.c.o | |
[ 7%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_get_name.c.o | |
[ 7%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_free.c.o | |
[ 7%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1252.c.o | |
[ 7%] [ 7%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_get_num_entries.c.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1251.c.o | |
[ 7%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_get_archive_comment.c.o | |
[ 7%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ascii.c.o | |
[ 7%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_get_num_files.c.o | |
[ 7%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_get_archive_flag.c.o | |
[ 7%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_3.c.o | |
[ 7%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_memdup.c.o | |
[ 7%] [ 8%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_4.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_get_compression_implementation.c.o | |
[ 8%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_5.c.o | |
[ 8%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_name_locate.c.o | |
[ 8%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_get_encryption_implementation.c.o | |
[ 8%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_6.c.o | |
[ 8%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_get_file_comment.c.o | |
[ 8%] [ 8%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_new.c.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_7.c.o | |
[ 9%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/dynamic.cpp.o | |
[ 9%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_misc.c.o | |
[ 9%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_8.c.o | |
[ 9%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_get_file_extra.c.o | |
[ 9%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_open.c.o | |
[ 9%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_9.c.o | |
[ 9%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_get_name.c.o | |
[ 9%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_10.c.o | |
[ 9%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_rand.c.o | |
[ 9%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_13.c.o | |
[ 9%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_get_num_entries.c.o | |
[ 9%] [ 10%] [ 10%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_rename.c.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_14.c.o | |
Building C object hphp/neo/CMakeFiles/neo.dir/neo_str.c.o | |
[ 10%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_get_num_files.c.o | |
[ 10%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_15.c.o | |
[ 10%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_replace.c.o | |
[ 10%] [ 10%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_memdup.c.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_16.c.o | |
[ 10%] [ 10%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_set_archive_comment.c.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_htmlent.c.o | |
[ 10%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_name_locate.c.o | |
[ 10%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_set_archive_flag.c.o | |
[ 10%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte2.c.o | |
[ 10%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_new.c.o | |
[ 10%] [ 10%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte4.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_set_default_password.c.o | |
[ 10%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_open.c.o | |
[ 10%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uuencode.c.o | |
[ 11%] [ 11%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_set_file_comment.c.o | |
Building C object hphp/neo/CMakeFiles/neo.dir/ulist.c.o | |
[ 11%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_base64.c.o | |
[ 11%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/cpu-a64.cc.o | |
[ 11%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_set_file_extra.c.o | |
[ 11%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis.c.o | |
[ 11%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_rename.c.o | |
[ 11%] [ 11%] Building C object hphp/neo/CMakeFiles/neo.dir/ulocks.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_set_name.c.o | |
[ 11%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_replace.c.o | |
[ 11%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_buffer.c.o | |
[ 11%] [ 11%] Building C object hphp/neo/CMakeFiles/neo.dir/wildmat.c.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_7bit.c.o | |
[ 11%] [ 11%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_set_archive_comment.c.o | |
Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/debugger-a64.cc.o | |
[ 11%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_qprint.c.o | |
[ 11%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_close.c.o | |
[ 12%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_set_archive_flag.c.o | |
Linking C static library libneo.a | |
[ 12%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs4.c.o | |
[ 12%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_crc.c.o | |
[ 12%] Built target neo | |
[ 12%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_set_default_password.c.o | |
[ 12%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs2.c.o | |
[ 12%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_deflate.c.o | |
[ 12%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_set_file_comment.c.o | |
[ 12%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf32.c.o | |
[ 12%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_set_file_extra.c.o | |
[ 13%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf16.c.o | |
[ 13%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_error.c.o | |
[ 13%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_set_name.c.o | |
[ 13%] Scanning dependencies of target hphp_parser | |
[ 13%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf8.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_file.c.o | |
[ 13%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/lex.yy.cpp.o | |
[ 13%] [ 13%] [ 13%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_buffer.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_filep.c.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7.c.o | |
[ 13%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_close.c.o | |
[ 13%] [ 13%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_free.c.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7imap.c.o | |
[ 13%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_crc.c.o | |
[ 13%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_function.c.o | |
[ 13%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp_win.c.o | |
[ 13%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_deflate.c.o | |
[ 13%] [ 13%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_layered.c.o | |
Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/File.cpp.o | |
[ 13%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_open.c.o | |
[ 13%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_error.c.o | |
[ 13%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp932.c.o | |
[ 13%] [ 14%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_file.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_pkware.c.o | |
[ 14%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_filep.c.o | |
[ 14%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_pop.c.o | |
[ 14%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp51932.c.o | |
[ 14%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_free.c.o | |
[ 14%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_read.c.o | |
[ 14%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_stat.c.o | |
[ 14%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_function.c.o | |
[ 14%] [ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_source_zip.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_layered.c.o | |
[ 15%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_cn.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_open.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_stat.c.o | |
[ 15%] [ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_pkware.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_stat_index.c.o | |
[ 15%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_kr.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_stat_init.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_pop.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_strerror.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_read.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_unchange.c.o | |
[ 15%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uhc.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_stat.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_unchange_all.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_source_zip.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_unchange_archive.c.o | |
[ 15%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022_jp_ms.c.o | |
[ 15%] [ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_shared.dir/zip_unchange_data.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_stat.c.o | |
[ 15%] Linking C shared library libzip.dylib | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_stat_index.c.o | |
[ 15%] Built target zip_shared | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_stat_init.c.o | |
Scanning dependencies of target hphp_zend | |
[ 15%] Building C object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-blowfish.c.o | |
[ 15%] [ 15%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022_kr.c.o | |
Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_strerror.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_unchange.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_unchange_all.c.o | |
[ 15%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp866.c.o | |
[ 15%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_unchange_archive.c.o | |
[ 15%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8r.c.o | |
[ 16%] [ 17%] Building C object hphp/third_party/libzip/CMakeFiles/zip_static.dir/zip_unchange_data.c.o | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8u.c.o | |
[ 17%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_armscii8.c.o | |
Linking C static library libzip.a | |
[ 17%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp850.c.o | |
[ 17%] Built target zip_static | |
[ 17%] Generating Repo Schema ID and Compiler ID | |
[ 17%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/html_entities.c.o | |
[ 17%] fatal: Not a git repository (or any of the parent directories): .git | |
Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ja.c.o | |
[ 17%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_de.c.o | |
[ 17%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_en.c.o | |
[ 17%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_hy.c.o | |
[ 17%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_tr.c.o | |
[ 17%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_kr.c.o | |
[ 17%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ru.c.o | |
[ 17%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ua.c.o | |
[ 17%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_zh.c.o | |
[ 17%] [ 17%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_uni.c.o | |
Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/decoder-a64.cc.o | |
[ 18%] Building C object hphp/third_party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_neutral.c.o | |
Linking C static library libmbfl.a | |
[ 18%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-html.cpp.o | |
[ 18%] Built target mbfl | |
Scanning dependencies of target systemlib | |
[ 18%] Generating systemlib.php | |
Scanning dependencies of target hphp_util | |
[ 18%] [ 18%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/FileUtil.cpp.o | |
Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/disasm-a64.cc.o | |
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/abi-cxx.cpp.o | |
[ 18%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-md5.cpp.o | |
[ 18%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/Format.cpp.o | |
[ 18%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-sha1.cpp.o | |
[ 18%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/parser.cpp.o | |
[ 18%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-string.cpp.o | |
[ 18%] Built target systemlib | |
[ 18%] Building C object hphp/third_party/timelib/CMakeFiles/timelib.dir/parse_iso_intervals.c.o | |
Linking CXX static library libhphp_zend.a | |
[ 18%] Built target hphp_zend | |
[ 18%] [ 18%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instructions-a64.cc.o | |
Building C object hphp/third_party/timelib/CMakeFiles/timelib.dir/parse_tz.c.o | |
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/alloc.cpp.o | |
[ 18%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/GroupVarint.cpp.o | |
[ 18%] Building C object hphp/third_party/timelib/CMakeFiles/timelib.dir/timelib.c.o | |
[ 19%] Building C object hphp/third_party/timelib/CMakeFiles/timelib.dir/tm2unixtime.c.o | |
[ 19%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instrument-a64.cc.o | |
[ 19%] Building C object hphp/third_party/timelib/CMakeFiles/timelib.dir/unixtime2tm.c.o | |
[ 19%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/scanner.cpp.o | |
[ 19%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/macro-assembler-a64.cc.o | |
[ 19%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/json.cpp.o | |
[ 19%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/simulator-a64.cc.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/arena.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/asm-x64.cpp.o | |
[ 20%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/MemoryMapping.cpp.o | |
Linking CXX static library libhphp_parser.a | |
[ 20%] Built target hphp_parser | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/assertions.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/async-func.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/async-job.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/capability.cpp.o | |
[ 20%] [ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/code-cache.cpp.o | |
Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compatibility.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compression.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cronolog.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cronoutils.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/current-executable.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/dataset.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/db-conn.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/db-dataset.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/db-filter.cpp.o | |
[ 21%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/Random.cpp.o | |
[ 21%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/Range.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/db-mysql.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/db-query.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/disasm.cpp.o | |
Linking CXX static library libvixl.a | |
[ 21%] Built target vixl | |
[ 21%] [ 21%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/SafeAssert.cpp.o | |
Building CXX object hphp/util/CMakeFiles/hphp_util.dir/embedded-data.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/embedded-vfs.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/exception.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/file-cache.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hash.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hdf.cpp.o | |
Linking C static library libtimelib.a | |
[ 21%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/SpookyHashV1.cpp.o | |
[ 21%] Built target timelib | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/kernel-version.cpp.o | |
[ 21%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/SpookyHashV2.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/light-process.cpp.o | |
[ 21%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/String.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/lock.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/log-file-flusher.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/logger.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/maphuge.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/network.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/process.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/rank.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/read-only-arena.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/repo-schema.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/ringbuffer.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/safe-cast.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/service-data.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/shm-counter.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/ssl-init.cpp.o | |
[ 22%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/ThreadCachedArena.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/stack-trace.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/stacktrace-profiler.cpp.o | |
[ 23%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/TimeoutQueue.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/string-bag.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/string-vsnprintf.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/synchronizable-multi.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/synchronizable.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-art.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-color.cpp.o | |
[ 24%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/Unicode.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-util.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/thread-local.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/timer.cpp.o | |
[ 24%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/Uri.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/trace.cpp.o | |
[ 24%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/detail/CacheLocality.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/util.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/vdso.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-data.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-manager.cpp.o | |
[ 24%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/detail/FunctionalExcept.cpp.o | |
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-saver.cpp.o | |
[ 25%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/detail/Malloc.cpp.o | |
[ 25%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/experimental/io/FsUtil.cpp.o | |
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/mmap-file.cpp.o | |
[ 25%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/experimental/io/HugePages.cpp.o | |
[ 25%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/experimental/symbolizer/LineReader.cpp.o | |
[ 25%] [ 25%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/experimental/TestUtil.cpp.o | |
Building CXX object hphp/util/CMakeFiles/hphp_util.dir/private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/hphp-build-info.cpp.o | |
[ 25%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/io/IOBuf.cpp.o | |
[ 25%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/io/IOBufQueue.cpp.o | |
[ 25%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/io/RecordIO.cpp.o | |
[ 25%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/folly/stats/Instantiations.cpp.o | |
[ 26%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/gen/EscapeTables.cpp.o | |
[ 26%] [ 26%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/gen/FingerprintTables.cpp.o | |
Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/gen/FormatTables.cpp.o | |
[ 26%] Building CXX object hphp/third_party/folly/CMakeFiles/folly.dir/gen/GroupVarintTables.cpp.o | |
Linking CXX static library libhphp_util.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(async-job.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(capability.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(rank.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(thread-local.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(async-job.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(capability.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(rank.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(thread-local.cpp.o) has no symbols | |
[ 26%] Built target hphp_util | |
Linking C static library libsqlite3.a | |
[ 26%] Built target sqlite3 | |
Linking CXX static library libfolly.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(Malloc.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(Malloc.cpp.o) has no symbols | |
[ 26%] Built target folly | |
Scanning dependencies of target gen-infotabs | |
Scanning dependencies of target gen-class-map | |
[ 26%] [ 26%] [ 26%] [ 26%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-infotabs.dir/gen-infotabs.cpp.o | |
Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-infotabs.dir/idl.cpp.o | |
Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-class-map.dir/gen-class-map.cpp.o | |
Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-class-map.dir/idl.cpp.o | |
Scanning dependencies of target gen-ext-hhvm | |
[ 26%] [ 26%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-ext-hhvm.dir/gen-ext-hhvm.cpp.o | |
Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-ext-hhvm.dir/idl.cpp.o | |
Linking CXX executable gen-infotabs | |
[ 26%] Built target gen-infotabs | |
Linking CXX executable gen-class-map | |
[ 26%] Built target gen-class-map | |
[ 26%] Generating class_map.cpp and constants.h | |
Linking CXX executable gen-ext-hhvm | |
[ 26%] Built target gen-ext-hhvm | |
Scanning dependencies of target hphp_system | |
[ 26%] [ 26%] Building CXX object hphp/system/CMakeFiles/hphp_system.dir/class_map.cpp.o | |
Building CXX object hphp/system/CMakeFiles/hphp_system.dir/systemlib.cpp.o | |
Linking CXX static library libhphp_system.a | |
[ 26%] Built target hphp_system | |
Scanning dependencies of target hphp_hhbbc | |
[ 26%] [ 26%] [ 26%] [ 26%] [ 26%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/cfg.cpp.o | |
Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/abstract-interp.cpp.o | |
Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/check.cpp.o | |
[ 26%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/class-util.cpp.o | |
Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/debug.cpp.o | |
Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/emit.cpp.o | |
[ 27%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/hhbbc.cpp.o | |
Scanning dependencies of target hphp_analysis | |
[ 27%] [ 27%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/index.cpp.o | |
Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/parse.cpp.o | |
[ 27%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/show.cpp.o | |
[ 27%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/single-unit.cpp.o | |
[ 27%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/builtin_symbols.cpp.o | |
[ 27%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-system.cpp.o | |
[ 27%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/unit-util.cpp.o | |
[ 27%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/whole-program.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/code_generator.cpp.o | |
Scanning dependencies of target hphp_runtime_static | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/compiler.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/construct.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/json.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/option.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/package.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/type_annotation.cpp.o | |
[ 28%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-array.cpp.o | |
Linking CXX static library libhphp_hhbbc.a | |
[ 28%] Built target hphp_hhbbc | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/array_element_expression.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/array_pair_expression.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/assignment_expression.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/await_expression.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/binary_op_expression.cpp.o | |
[ 28%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-handle.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/class_constant_expression.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/closure_expression.cpp.o | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/constant_expression.cpp.o | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/dynamic_function_call.cpp.o | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/dynamic_variable.cpp.o | |
[ 29%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-local-array.cpp.o | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/encaps_list_expression.cpp.o | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/expression.cpp.o | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/expression_list.cpp.o | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/function_call.cpp.o | |
[ 30%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-object.cpp.o | |
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/generation_label.cpp.o | |
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/group_clause.cpp.o | |
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/include_expression.cpp.o | |
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/join_clause.cpp.o | |
[ 30%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-string.cpp.o | |
[ 30%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-data.cpp.o | |
[ 30%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-init.cpp.o | |
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/list_assignment.cpp.o | |
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/modifier_expression.cpp.o | |
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/new_object_expression.cpp.o | |
[ 30%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-iterator.cpp.o | |
[ 30%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-util.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/object_method_expression.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/object_property_expression.cpp.o | |
[ 31%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/bstring.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/ordering.cpp.o | |
[ 31%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/builtin-functions.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/parameter_expression.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/qop_expression.cpp.o | |
[ 31%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/class-info.cpp.o | |
[ 31%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/code-coverage.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/query_expression.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/scalar_expression.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_function_call.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_query_clause.cpp.o | |
[ 31%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/comparisons.cpp.o | |
[ 31%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/concurrent-shared-store.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_variable.cpp.o | |
[ 31%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/countable.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/static_class_name.cpp.o | |
[ 31%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/crash-reporter.cpp.o | |
[ 31%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/curl-tls-workarounds.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/static_member_expression.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/unary_op_expression.cpp.o | |
[ 32%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/data-stream-wrapper.cpp.o | |
[ 32%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/user_attribute.cpp.o | |
[ 32%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/datatype-profiler.cpp.o | |
[ 32%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/dateinterval.cpp.o | |
[ 32%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/datetime.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/yield_expression.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/block_statement.cpp.o | |
[ 33%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/debuggable.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/break_statement.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/case_statement.cpp.o | |
[ 33%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/directory.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/catch_statement.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_constant.cpp.o | |
[ 33%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/dummy-resource.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_statement.cpp.o | |
[ 33%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/emulate-zend.cpp.o | |
[ 33%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/enum-cache.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_variable.cpp.o | |
[ 33%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/exceptions.cpp.o | |
[ 33%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/execution-context.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/continue_statement.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/do_statement.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/echo_statement.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/exp_statement.cpp.o | |
[ 33%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/extended-logger.cpp.o | |
[ 33%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-repository.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/finally_statement.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/for_statement.cpp.o | |
[ 34%] [ 34%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/foreach_statement.cpp.o | |
Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/function_statement.cpp.o | |
[ 34%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-stream-wrapper.cpp.o | |
[ 35%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/global_statement.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/goto_statement.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/if_branch_statement.cpp.o | |
[ 35%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/glob-stream-wrapper.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/if_statement.cpp.o | |
[ 35%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/hardware-counter.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/interface_statement.cpp.o | |
[ 35%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/hphp-array-sort.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/label_statement.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/loop_statement.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/method_statement.cpp.o | |
[ 35%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/hphp-array.cpp.o | |
[ 35%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/hphp-system.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/return_statement.cpp.o | |
[ 35%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/http-client.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/statement.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/statement_list.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/static_statement.cpp.o | |
[ 35%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/http-stream-wrapper.cpp.o | |
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/switch_statement.cpp.o | |
[ 36%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-setting.cpp.o | |
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/throw_statement.cpp.o | |
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/trait_alias_statement.cpp.o | |
[ 36%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/intercept.cpp.o | |
[ 36%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/intl-convert.cpp.o | |
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/trait_prec_statement.cpp.o | |
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/trait_require_statement.cpp.o | |
[ 36%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/libevent-http-client.cpp.o | |
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/try_statement.cpp.o | |
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/typedef_statement.cpp.o | |
[ 36%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/mem-file.cpp.o | |
[ 36%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/memory-manager.cpp.o | |
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/unset_statement.cpp.o | |
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/memory-profile.cpp.o | |
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/use_trait_statement.cpp.o | |
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/while_statement.cpp.o | |
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/alias_manager.cpp.o | |
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/object-data.cpp.o | |
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/output-file.cpp.o | |
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/php-stream-wrapper.cpp.o | |
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/analysis_result.cpp.o | |
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/pipe.cpp.o | |
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/ast_walker.cpp.o | |
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/bit_set_vec.cpp.o | |
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/plain-file.cpp.o | |
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/pprof-server.cpp.o | |
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/preg.cpp.o | |
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/profile-dump.cpp.o | |
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/block_scope.cpp.o | |
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/capture_extractor.cpp.o | |
[ 38%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/program-functions.cpp.o | |
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/class_scope.cpp.o | |
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/code_error.cpp.o | |
[ 38%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/proxy-array.cpp.o | |
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/constant_table.cpp.o | |
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/control_flow.cpp.o | |
[ 38%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/rds-util.cpp.o | |
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/data_flow.cpp.o | |
[ 38%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/rds.cpp.o | |
[ 38%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ref-data.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/resource-data.cpp.o | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/dictionary.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/runtime-error.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/runtime-option.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/shared-store-base.cpp.o | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/emitter.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/shared-string.cpp.o | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/expr_dict.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/simple-counter.cpp.o | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/file_scope.cpp.o | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/function_container.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/socket.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ssl-socket.cpp.o | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/function_scope.cpp.o | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/lambda_names.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stat-cache.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/static-string-table.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stats.cpp.o | |
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/live_dict.cpp.o | |
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/peephole.cpp.o | |
[ 40%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stream-wrapper-registry.cpp.o | |
[ 40%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stream-wrapper.cpp.o | |
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/ref_dict.cpp.o | |
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/symbol_table.cpp.o | |
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/type.cpp.o | |
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/variable_table.cpp.o | |
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/parser/hphp.tab.cpp.o | |
[ 40%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-buffer.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-data.cpp.o | |
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/parser/parser.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-util.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/sweepable.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/temp-file.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-info.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-init-fini.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thrift-buffer.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/timestamp.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/timezone.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-arith.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-comparisons.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-helpers.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-array.cpp.o | |
[ 41%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-object.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-resource.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-string.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-variant.cpp.o | |
Linking CXX static library libhphp_analysis.a | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/typed-value.cpp.o | |
[ 42%] Built target hphp_analysis | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/url-file.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/url.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-directory.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-file.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-fs-node.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-stream-wrapper.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/utf8-decode.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/variable-serializer.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/variable-unserializer.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-collator.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-functions.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-pack.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-printf.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-qsort.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-rand.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-scanf.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-string.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-strtod.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-url.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zip-file.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-parser/zend-ini.tab.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-parser/zend-ini.yy.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/break_point.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_base.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_client.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_command.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_proxy.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_server.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_thrift_buffer.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/dummy_sandbox.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_abort.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_break.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_complete.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_config.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_constant.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_continue.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_down.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_eval.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_example.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_exception.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_extended.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_extension.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_flow_control.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_frame.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_global.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_heaptrace.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_help.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_info.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_internal_testing.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_interrupt.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_list.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_machine.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_macro.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_next.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_out.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_print.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_quit.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_run.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_shell.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_signal.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_step.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_thread.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_up.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_variable.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_where.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_zend.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_apache.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_apc.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_array.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_asio.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_class.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_closure.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_collections.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_continuation.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_ctype.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_curl.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_datetime.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_debugger.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_domdocument.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_error.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_fb.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_file.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_function.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_hash.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_hotprofiler.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_iconv.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_icu.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_icu_ucnv.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_icu_ucsdet.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_icu_uspoof.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_imap.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_intl.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_ipc.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_json.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_ldap.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_mailparse.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_math.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_mb.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_mcrypt.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_memcache.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_memcached.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_misc.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_mysql.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_network.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_openssl.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_options.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_output.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_pdo.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_posix.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_preg.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_process.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_server.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_session.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_simplexml.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_soap.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_socket.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_spl.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_sqlite3.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_stream.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_string.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_thread.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_url.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_variable.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_xml.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_xmlreader.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_xmlwriter.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/ext_zlib.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/extension.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/JSON_parser.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/mysql_stats.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/pdo_driver.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/pdo_mysql.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/pdo_sqlite.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/asio_context.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/asio_external_thread_event.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/asio_external_thread_event_queue.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/asio_session.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/async_function_wait_handle.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/blockable_wait_handle.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/external_thread_event_wait_handle.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/gen_array_wait_handle.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/gen_map_wait_handle.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/gen_vector_wait_handle.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/reschedule_wait_handle.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/session_scoped_wait_handle.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/set_result_to_ref_wait_handle.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/sleep_wait_handle.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/static_exception_wait_handle.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/static_result_wait_handle.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/static_wait_handle.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/wait_handle.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/asio/waitable_wait_handle.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/bcmath/ext_bcmath.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/bz2/bz2-file.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/bz2/ext_bz2.cpp.o | |
[ 53%] [ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/ext_fileinfo.cpp.o | |
Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/apprentice.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/apptype.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/ascmagic.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/cdf.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/cdf_time.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/compress.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/encoding.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/fsmagic.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/funcs.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/is_tar.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/magic.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/print.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/readcdf.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/readelf.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/softmagic.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/fileinfo/libmagic/strlcpy.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/filter/ext_filter.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/filter/logical_filters.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/filter/sanitizing_filters.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/ext_image.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_arc.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_arc_f_buggy.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_color.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_crop.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_filter.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_gd.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_gd2.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_gif_in.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_gif_out.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_interpolation.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_io.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_io_dp.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_io_file.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_io_ss.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_jpeg.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_matrix.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_pixelate.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_png.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_rotate.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_security.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_ss.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_topal.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_transform.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_wbmp.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_webp.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gdcache.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gdfontg.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gdfontl.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gdfontmb.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gdfonts.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gdfontt.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gdft.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gdhelpers.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gdkanji.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gdtables.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/wbmp.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/webpimg.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/xbm.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_adler32.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_crc32.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_fnv1.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_furc.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_gost.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_haval.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_md.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_murmur.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_ripemd.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_salsa.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_sha.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_snefru.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_tiger.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/hash/hash_whirlpool.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/icu/ext_icu_calendar.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/icu/ext_icu_date_fmt.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/icu/ext_icu_iterator.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/icu/ext_icu_locale.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/icu/ext_icu_num_fmt.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/icu/ext_icu_timezone.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/icu/icu.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/icu/ICUMatcher.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/icu/ICUTransliterator.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/icu/LifeEventTokenizer.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/mailparse/mime.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/mailparse/rfc822.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/odbc/ext_odbc.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/phar/ext_phar.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/reflection/ext_reflection.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/soap/encoding.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/soap/packet.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/soap/schema.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/soap/sdl.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/soap/soap.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/soap/xml.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/thrift/binary.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/thrift/compact.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/zip/ext_zip.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/access-log.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/admin-request-handler.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/dynamic-content-cache.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/files-match.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-protocol.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-request-handler.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-server.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/ip-block-map.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/libevent-server-factory.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/libevent-server-with-fd.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/libevent-server.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/libevent-transport.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/pagelet-server.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/replay-transport.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/request-uri.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/rpc-request-handler.cpp.o | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp: In constructor 'HPHP::LibEventServer::LibEventServer(const HPHP::ServerOptions&)': | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:96:77: error: 'evhttp_set_connection_limit' was not declared in this scope | |
evhttp_set_connection_limit(m_server, RuntimeOption::ServerConnectionLimit); | |
^ | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp: In member function 'virtual int HPHP::LibEventServer::getAcceptSocket()': | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:171:79: error: 'evhttp_bind_socket_backlog_fd' was not declared in this scope | |
m_port, RuntimeOption::ServerBacklog); | |
^ | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp: In member function 'virtual int HPHP::LibEventServer::onTakeoverRequest(HPHP::TakeoverAgent::RequestType)': | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:205:59: warning: invalid conversion from 'int' to 'evhttp_bound_socket*' [-fpermissive] | |
ret = evhttp_del_accept_socket(m_server, m_accept_sock); | |
^ | |
In file included from /opt/homebrew/include/evhttp.h:41:0, | |
from /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-transport.h:21, | |
from /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.h:21, | |
from /tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:17: | |
/opt/homebrew/include/event2/http.h:168:6: warning: initializing argument 2 of 'void evhttp_del_accept_socket(evhttp*, evhttp_bound_socket*)' [-fpermissive] | |
void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket); | |
^ | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:205:9: error: void value not ignored as it ought to be | |
ret = evhttp_del_accept_socket(m_server, m_accept_sock); | |
^ | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:222:69: warning: invalid conversion from 'int' to 'evhttp_bound_socket*' [-fpermissive] | |
ret = evhttp_del_accept_socket(m_server_ssl, m_accept_sock_ssl); | |
^ | |
In file included from /opt/homebrew/include/evhttp.h:41:0, | |
from /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-transport.h:21, | |
from /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.h:21, | |
from /tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:17: | |
/opt/homebrew/include/event2/http.h:168:6: warning: initializing argument 2 of 'void evhttp_del_accept_socket(evhttp*, evhttp_bound_socket*)' [-fpermissive] | |
void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket); | |
^ | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:222:11: error: void value not ignored as it ought to be | |
ret = evhttp_del_accept_socket(m_server_ssl, m_accept_sock_ssl); | |
^ | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp: In member function 'virtual int HPHP::LibEventServer::getLibEventConnectionCount()': | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:246:46: error: 'evhttp_get_connection_count' was not declared in this scope | |
return evhttp_get_connection_count(m_server); | |
^ | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp: In member function 'virtual int HPHP::LibEventServer::getAcceptSocketSSL()': | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:442:47: error: 'evhttp_bind_socket_backlog_fd' was not declared in this scope | |
m_port_ssl, RuntimeOption::ServerBacklog); | |
^ | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp: In member function 'void HPHP::LibEventServer::onResponse(int, evhttp_request*, int, HPHP::LibEventTransport*)': | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:515:75: error: 'evhttp_send_reply_sync_begin' was not declared in this scope | |
nwritten = evhttp_send_reply_sync_begin(request, code, reason, nullptr); | |
^ | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp: In member function 'void HPHP::PendingResponseQueue::process()': | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:664:55: error: 'evhttp_send_reply_sync_end' was not declared in this scope | |
evhttp_send_reply_sync_end(res.nwritten, request); | |
^ | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/satellite-server.cpp.o | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp: In member function 'virtual int HPHP::LibEventServer::getLibEventConnectionCount()': | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:247:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
In file included from /opt/homebrew/opt/boostfb/include/boost/system/system_error.hpp:14:0, | |
from /opt/homebrew/opt/boostfb/include/boost/thread/exceptions.hpp:22, | |
from /opt/homebrew/opt/boostfb/include/boost/thread/pthread/thread_data.hpp:10, | |
from /opt/homebrew/opt/boostfb/include/boost/thread/thread_only.hpp:17, | |
from /opt/homebrew/opt/boostfb/include/boost/thread/thread.hpp:12, | |
from /opt/homebrew/opt/boostfb/include/boost/thread.hpp:13, | |
from /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/third_party/folly/folly/Synchronized.h:29, | |
from /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/util/service-data.h:27, | |
from /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/server-worker.h:25, | |
from /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.h:26, | |
from /tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.cpp:17: | |
/opt/homebrew/opt/boostfb/include/boost/system/error_code.hpp: At global scope: | |
/opt/homebrew/opt/boostfb/include/boost/system/error_code.hpp:222:36: warning: 'boost::system::posix_category' defined but not used [-Wunused-variable] | |
static const error_category & posix_category = generic_category(); | |
^ | |
/opt/homebrew/opt/boostfb/include/boost/system/error_code.hpp:223:36: warning: 'boost::system::errno_ecat' defined but not used [-Wunused-variable] | |
static const error_category & errno_ecat = generic_category(); | |
^ | |
/opt/homebrew/opt/boostfb/include/boost/system/error_code.hpp:224:36: warning: 'boost::system::native_ecat' defined but not used [-Wunused-variable] | |
static const error_category & native_ecat = system_category(); | |
^ | |
make[2]: *** [hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/libevent-server.cpp.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-transport.cpp: In constructor 'HPHP::LibEventTransport::LibEventTransport(HPHP::LibEventServer*, evhttp_request*, int)': | |
/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-transport.cpp:68:34: error: 'struct evhttp_request' has no member named 'ext_method' | |
m_extended_method = m_request->ext_method; | |
^ | |
In file included from /opt/homebrew/opt/boostfb/include/boost/system/system_error.hpp:14:0, | |
from /opt/homebrew/opt/boostfb/include/boost/thread/exceptions.hpp:22, | |
from /opt/homebrew/opt/boostfb/include/boost/thread/pthread/thread_data.hpp:10, | |
from /opt/homebrew/opt/boostfb/include/boost/thread/thread_only.hpp:17, | |
from /opt/homebrew/opt/boostfb/include/boost/thread/thread.hpp:12, | |
from /opt/homebrew/opt/boostfb/include/boost/thread.hpp:13, | |
from /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/third_party/folly/folly/Synchronized.h:29, | |
from /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/util/service-data.h:27, | |
from /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/server-worker.h:25, | |
from /private/tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-server.h:26, | |
from /tmp/hhvm-d0Ug/hhvm-HHVM-2.4.0/hphp/runtime/server/libevent-transport.cpp:18: | |
/opt/homebrew/opt/boostfb/include/boost/system/error_code.hpp: At global scope: | |
/opt/homebrew/opt/boostfb/include/boost/system/error_code.hpp:222:36: warning: 'boost::system::posix_category' defined but not used [-Wunused-variable] | |
static const error_category & posix_category = generic_category(); | |
^ | |
/opt/homebrew/opt/boostfb/include/boost/system/error_code.hpp:223:36: warning: 'boost::system::errno_ecat' defined but not used [-Wunused-variable] | |
static const error_category & errno_ecat = generic_category(); | |
^ | |
/opt/homebrew/opt/boostfb/include/boost/system/error_code.hpp:224:36: warning: 'boost::system::native_ecat' defined but not used [-Wunused-variable] | |
static const error_category & native_ecat = system_category(); | |
^ | |
make[2]: *** [hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/libevent-transport.cpp.o] Error 1 | |
make[1]: *** [hphp/runtime/CMakeFiles/hphp_runtime_static.dir/all] Error 2 | |
make: *** [all] Error 2 | |
==> Formula | |
Tap: mcuadros/hhvm | |
Path: /opt/homebrew/Library/Taps/mcuadros-hhvm/Formula/hhvm.rb | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: e408e8c9025bc088234926a83cfd214e3a1058af | |
HOMEBREW_PREFIX: /opt/homebrew | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9.1-x86_64 | |
Xcode: 5.0.2 | |
CLT: 5.0.1.0.1.1382131676 | |
X11: N/A | |
==> ENV | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /opt/homebrew/opt/gettext:/opt/homebrew/opt/readline:/opt/homebrew/opt/icu4c:/opt/homebrew/opt/ncurses:/opt/homebrew/opt/curl:/opt/homebrew/opt/gmp4:/opt/homebrew/opt/mpfr2:/opt/homebrew/opt/libmpc08:/opt/homebrew/opt/isl011:/opt/homebrew/opt/cloog018:/opt/homebrew/opt/jemallocfb:/opt/homebrew/opt/libarchive:/opt/homebrew/opt/libeventfb:/opt/homebrew/opt/boostfb:/opt/homebrew | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /opt/homebrew/opt/libpng/lib/pkgconfig:/opt/homebrew/opt/freetype/lib/pkgconfig:/opt/homebrew/opt/gflags/lib/pkgconfig:/opt/homebrew/opt/glog/lib/pkgconfig:/opt/homebrew/opt/oniguruma/lib/pkgconfig:/opt/homebrew/opt/libelf/lib/pkgconfig:/opt/homebrew/opt/pcre/lib/pkgconfig:/opt/homebrew/opt/gd/lib/pkgconfig:/opt/homebrew/opt/icu4c/lib/pkgconfig:/opt/homebrew/opt/libevent/lib/pkgconfig:/opt/homebrew/opt/libmemcached/lib/pkgconfig:/opt/homebrew/opt/imagemagick/lib/pkgconfig:/opt/homebrew/opt/curl/lib/pkgconfig:/opt/homebrew/opt/isl011/lib/pkgconfig:/opt/homebrew/opt/cloog018/lib/pkgconfig:/opt/homebrew/opt/libarchive/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/ENV/pkgconfig/10.9 | |
HOMEBREW_VERBOSE: 1 | |
ACLOCAL_PATH: /opt/homebrew/opt/gettext/share/aclocal:/opt/homebrew/opt/curl/share/aclocal:/opt/homebrew/share/aclocal | |
PATH: /opt/homebrew/Library/ENV/4.3:/opt/homebrew/opt/cmake/bin:/opt/homebrew/opt/libtool/bin:/opt/homebrew/opt/autoconf/bin:/opt/homebrew/opt/automake/bin:/opt/homebrew/opt/pkg-config/bin:/opt/homebrew/opt/libpng/bin:/opt/homebrew/opt/freetype/bin:/opt/homebrew/opt/gettext/bin:/opt/homebrew/opt/mcrypt/bin:/opt/homebrew/opt/gflags/bin:/opt/homebrew/opt/oniguruma/bin:/opt/homebrew/opt/re2c/bin:/opt/homebrew/opt/pcre/bin:/opt/homebrew/opt/jpeg/bin:/opt/homebrew/opt/gd/bin:/opt/homebrew/opt/icu4c/bin:/opt/homebrew/opt/libevent/bin:/opt/homebrew/opt/memcached/bin:/opt/homebrew/opt/libmemcached/bin:/opt/homebrew/opt/imagemagick/bin:/opt/homebrew/opt/binutils/bin:/opt/homebrew/opt/ncurses/bin:/opt/homebrew/opt/curl/bin:/opt/homebrew/opt/imap-uw/bin:/opt/homebrew/opt/cloog018/bin:/opt/homebrew/opt/gcc48/bin:/opt/homebrew/opt/jemallocfb/bin:/opt/homebrew/opt/libarchive/bin:/opt/homebrew/opt/libeventfb/bin:/opt/homebrew/opt/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Logs: | |
/Users/oker/Library/Logs/Homebrew/hhvm/01.folly | |
/Users/oker/Library/Logs/Homebrew/hhvm/02.folly | |
/Users/oker/Library/Logs/Homebrew/hhvm/03.cmake | |
/Users/oker/Library/Logs/Homebrew/hhvm/03.cmake.cc | |
/Users/oker/Library/Logs/Homebrew/hhvm/04.make | |
/Users/oker/Library/Logs/Homebrew/hhvm/04.make.cc | |
/Users/oker/Library/Logs/Homebrew/hhvm/CMakeCache.txt | |
These open issues may also help: | |
problem with imap-uw package while installing hhvm (https://github.com/Homebrew/homebrew/issues/25549) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment