Created
September 3, 2015 02:49
-
-
Save teslamint/a47032a90559d7a17ebe to your computer and use it in GitHub Desktop.
This file contains 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
2015-09-03 10:06:11 +0900 | |
cmake | |
-DENABLE_MCROUTER=OFF | |
-DENABLE_EXTENSION_MCROUTER=OFF | |
-DENABLE_EXTENSION_IMAP=OFF | |
-DCCLIENT_INCLUDE_PATH=0 | |
-DMYSQL_UNIX_SOCK_ADDR=/tmp/mysql.sock | |
-DCMAKE_C_FLAGS=-I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib | |
-DCMAKE_CXX_FLAGS=-I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib | |
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/hhvm/3.9.1_1 | |
-DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ | |
-DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang | |
-DCMAKE_ASM_COMPILER=/usr/local/opt/llvm/bin/clang | |
-DLIBEVENT_INCLUDE_DIR=/usr/local/opt/libevent/include | |
-DLIBEVENT_LIB=/usr/local/opt/libevent/lib/libevent.dylib | |
-DICU_INCLUDE_DIR=/usr/local/opt/icu4c/include | |
-DICU_LIBRARY=/usr/local/opt/icu4c/lib/libicuuc.dylib | |
-DICU_I18N_LIBRARY=/usr/local/opt/icu4c/lib/libicui18n.dylib | |
-DICU_DATA_LIBRARY=/usr/local/opt/icu4c/lib/libicudata.dylib | |
-DREADLINE_INCLUDE_DIR=/usr/local/opt/readline/include | |
-DREADLINE_LIBRARY=/usr/local/opt/readline/lib/libreadline.dylib | |
-DBOOST_INCLUDEDIR=/usr/local/opt/boost/include | |
-DBOOST_LIBRARYDIR=/usr/local/opt/boost/lib | |
-DJEMALLOC_INCLUDE_DIR=/usr/local/opt/jemalloc/include | |
-DJEMALLOC_LIB=/usr/local/opt/jemalloc/lib/libjemalloc.dylib | |
-DLIBINTL_INCLUDE_DIR=/usr/local/opt/gettext/include | |
-DLIBINTL_LIBRARIES=/usr/local/opt/gettext/lib/libintl.dylib | |
-DLIBDWARF_INCLUDE_DIRS=/usr/local/opt/dwarfutils/include | |
-DLIBDWARF_LIBRARIES=/usr/local/opt/dwarfutils/lib/libdwarf.a | |
-DLIBMAGICKWAND_INCLUDE_DIRS=/usr/local/opt/imagemagick/include/ImageMagick-6 | |
-DLIBMAGICKWAND_LIBRARIES=/usr/local/opt/imagemagick/lib/libMagickWand-6.Q16.dylib | |
-DFREETYPE_INCLUDE_DIRS=/usr/local/opt/freetype/include/freetype2 | |
-DFREETYPE_LIBRARIES=/usr/local/opt/freetype/lib/libfreetype.dylib | |
-DLIBMEMCACHED_INCLUDE_DIR=/usr/local/opt/libmemcached/include | |
-DLIBMEMCACHED_LIBRARY=/usr/local/opt/libmemcached/lib/libmemcached.dylib | |
-DLIBELF_INCLUDE_DIRS=/usr/local/opt/libelf/include/libelf | |
-DLIBELF_LIBRARIES=/usr/local/opt/libelf/lib/libelf.a | |
-DLIBGLOG_INCLUDE_DIR=/usr/local/opt/glog/include | |
-DLIBGLOG_LIBRARY=/usr/local/opt/glog/lib/libglog.dylib | |
-DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include | |
-DOPENSSL_SSL_LIBRARY=/usr/local/opt/openssl/lib/libssl.dylib | |
-DOPENSSL_CRYPTO_LIBRARY=/usr/local/opt/openssl/lib/libcrypto.dylib | |
-DTBB_INSTALL_DIR=/usr/local/opt/tbb | |
-DLIBSQLITE3_INCLUDE_DIR=/usr/local/opt/sqlite/include | |
-DLIBSQLITE3_LIBRARY=/usr/local/opt/sqlite/lib/libsqlite3.dylib | |
-DLIBZIP_INCLUDE_DIR_ZIP=/usr/local/opt/libzip/include | |
-DLIBZIP_INCLUDE_DIR_ZIPCONF=/usr/local/opt/libzip/lib/libzip/include | |
-DLIBZIP_LIBRARY=/usr/local/opt/libzip/lib/libzip.dylib | |
-DLZ4_INCLUDE_DIR=/usr/local/opt/lz4/include | |
-DLZ4_LIBRARY=/usr/local/opt/lz4/lib/liblz4.dylib | |
-- The C compiler identification is Clang 3.6.2 | |
-- The CXX compiler identification is Clang 3.6.2 | |
-- The ASM compiler identification is unknown | |
-- Found assembler: /usr/local/opt/llvm/bin/clang | |
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang | |
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ | |
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Warning: Did not find file Compiler/-ASM | |
-- Performing Test IS_X64 | |
-- Performing Test IS_X64 - Success | |
-- Performing Test IS_AARCH64 | |
-- Performing Test IS_AARCH64 - Failed | |
-- Performing Test IS_PPC64 | |
-- Performing Test IS_PPC64 - Failed | |
-- Performing Test PTHREAD_TIMEDLOCK | |
-- Performing Test PTHREAD_TIMEDLOCK - Failed | |
-- Build type not specified: cmake build type Release. | |
-- Found LibDL: /usr/lib/libdl.dylib | |
-- Performing Test LIBDL_NEEDS_UNDERSCORE | |
-- Performing Test LIBDL_NEEDS_UNDERSCORE - Failed | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- program_options | |
-- filesystem | |
-- context | |
-- 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 | |
-- Found PCRE: /usr/local/lib/libpcre.dylib | |
-- Performing Test SYSTEM_PCRE_HAS_JIT | |
-- Performing Test SYSTEM_PCRE_HAS_JIT - Failed | |
-- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre | |
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib | |
-- Looking for evhttp_bind_socket_with_fd | |
-- Looking for evhttp_bind_socket_with_fd - not found | |
-- Found CURL: /usr/lib/libcurl.dylib (found version "7.37.1") | |
-- Looking for curl_multi_select | |
-- Looking for curl_multi_select - not found | |
-- Looking for curl_multi_wait | |
-- Looking for curl_multi_wait - found | |
-- Found LibXml2: /usr/lib/libxml2.dylib (found version "2.9.0") | |
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28") | |
-- Found LIBSQLITE3: /usr/local/opt/sqlite/lib/libsqlite3.dylib | |
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.dylib | |
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR) | |
-- Using third-party bundled double-conversion | |
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib | |
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib | |
-- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR) | |
-- Using third-party bundled fastlz | |
-- Found LIBZIP: /usr/local/opt/libzip/lib/libzip.dylib | |
-- Found libzip: /usr/local/opt/libzip/lib/libzip.dylib 0.11.2 | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Performing Test JEMALLOC_VERSION_MINIMUM | |
-- Performing Test JEMALLOC_VERSION_MINIMUM - Success | |
-- Found jemalloc: /usr/local/opt/jemalloc/lib/libjemalloc.dylib | |
-- Found Intel TBB | |
-- Found OpenSSL: /usr/local/opt/openssl/lib/libssl.dylib;/usr/local/opt/openssl/lib/libcrypto.dylib (found version "1.0.2d") | |
-- Performing Test OPENSSL_HAVE_RAND_EGD | |
-- Performing Test OPENSSL_HAVE_RAND_EGD - Success | |
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") | |
-- Found ONIGURUMA: /usr/local/lib/libonig.dylib | |
-- Found LIBPTHREAD: /usr/lib/libpthread.dylib | |
-- Found Editline: /usr/lib/libedit.dylib | |
-- Performing Test ELF_GETSHDRSTRNDX | |
-- Performing Test ELF_GETSHDRSTRNDX - Failed | |
-- Looking for dwarf_producer_init | |
-- Looking for dwarf_producer_init - found | |
-- Performing Test DW_CONST | |
-- Performing Test DW_CONST - Success | |
-- Looking for dwarf_producer_init_c | |
-- Looking for dwarf_producer_init_c - not found | |
-- libdwarf uses const char* type | |
-- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init | |
Generating Release build | |
-- Performing Test FOLLY_IFUNC | |
-- Performing Test FOLLY_IFUNC - Failed | |
-- Looking for clock_gettime | |
-- Looking for clock_gettime - not found | |
-- Looking for pthread_atfork | |
-- Looking for pthread_atfork - found | |
-- Looking for pthread_spin_lock | |
-- Looking for pthread_spin_lock - not found | |
-- Did not find system RE2 | |
-- Building RE2 from third-party | |
-- Check if the system is big endian | |
-- Searching 16 bit integer | |
-- 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 unsigned short | |
-- Check size of unsigned short - done | |
-- Using unsigned short | |
-- Check if the system is big endian - little endian | |
-- Looking for include file inttypes.h | |
-- Looking for include file inttypes.h - found | |
-- Looking for include file string.h | |
-- Looking for include file string.h - found | |
-- Looking for include file stdlib.h | |
-- Looking for include file stdlib.h - found | |
-- 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 | |
-- Check size of uint32_t | |
-- Check size of uint32_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 | |
-- Performing Test FOLLY_MALLOC | |
-- Performing Test FOLLY_MALLOC - Failed | |
-- Performing Test FOLLY_FUNCTEXCEPT | |
-- Performing Test FOLLY_FUNCTEXCEPT - Failed | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- program_options | |
-- filesystem | |
-- regex | |
-- context | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- thread | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- thread | |
-- system | |
CMake Warning (dev) at CMake/HPHPFunctions.cmake:21 (if): | |
Policy CMP0054 is not set: Only interpret if() arguments as variables or | |
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy | |
details. Use the cmake_policy command to set the policy and suppress this | |
warning. | |
Quoted variables like "lib" will no longer be dereferenced when the policy | |
is set to NEW. Since the policy is not set the OLD behavior will be used. | |
Call Stack (most recent call first): | |
third-party/thrift/CMakeLists.txt:5 (auto_sources) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- thread | |
-- system | |
-- Looking for arpa/inet.h | |
-- Looking for arpa/inet.h - found | |
-- Looking for netinet/in.h | |
-- Looking for netinet/in.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for string.h | |
-- Looking for string.h - found | |
-- Looking for sys/socket.h | |
-- Looking for sys/socket.h - found | |
-- Looking for sys/time.h | |
-- Looking for sys/time.h - found | |
-- Looking for unistd.h | |
-- Looking for unistd.h - found | |
-- Check size of size_t | |
-- Check size of size_t - done | |
-- Check size of ssize_t | |
-- Check size of ssize_t - done | |
-- Check size of 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: /usr/local/opt/libevent/lib/libevent.dylib | |
-- Looking for event_get_version_number | |
-- Looking for event_get_version_number - found | |
-- Performing Test HAVE_LIBEVENT_209 | |
-- Performing Test HAVE_LIBEVENT_209 - Success | |
-- Found libevent 2.0.9+ | |
-- Looking for include file stdio.h | |
-- Looking for include file stdio.h - found | |
-- Looking for include file assert.h | |
-- Looking for include file assert.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 strcasecmp | |
-- Looking for strcasecmp - found | |
-- Looking for strchr | |
-- Looking for strchr - found | |
-- 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 Readline: /usr/local/opt/readline/include | |
-- Found Editline: /usr/include/editline | |
-- Looking for dirent.h | |
-- Looking for dirent.h - found | |
-- Looking for sys/stat.h | |
-- Looking for sys/stat.h - found | |
-- Looking for unistd.h | |
-- Looking for unistd.h - found | |
-- Looking for windows.h | |
-- Looking for windows.h - not found | |
-- Looking for C++ include type_traits.h | |
-- Looking for C++ include type_traits.h - not found | |
-- Looking for C++ include bits/type_traits.h | |
-- Looking for C++ include bits/type_traits.h - not found | |
-- Looking for bcopy | |
-- Looking for bcopy - found | |
-- Looking for memmove | |
-- Looking for memmove - found | |
-- Looking for strtoq | |
-- Looking for strtoq - found | |
-- Looking for _strtoi64 | |
-- Looking for _strtoi64 - not found | |
-- Check size of long long | |
-- Check size of long long - done | |
-- Check size of unsigned long long | |
-- Check size of unsigned long long - done | |
CMake Warning (dev) at third-party/pcre/CMakeLists.txt:770 (GET_TARGET_PROPERTY): | |
Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
command to set the policy and suppress this warning. | |
The LOCATION property should not be read from target "pcregrep". Use the | |
target name directly with add_custom_command, or use the generator | |
expression $<TARGET_FILE>, as appropriate. | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
CMake Warning (dev) at third-party/pcre/CMakeLists.txt:773 (GET_TARGET_PROPERTY): | |
Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
command to set the policy and suppress this warning. | |
The LOCATION property should not be read from target "pcretest". Use the | |
target name directly with add_custom_command, or use the generator | |
expression $<TARGET_FILE>, as appropriate. | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- | |
-- | |
-- PCRE configuration summary: | |
-- | |
-- C compiler ...................... : /usr/local/opt/llvm/bin/clang | |
-- C++ compiler .................... : /usr/local/opt/llvm/bin/clang++ | |
-- C compiler flags ................ : -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -march=native -w -O3 -DNDEBUG | |
-- C++ compiler flags .............. : -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG | |
-- | |
-- Build 8 bit PCRE library ........ : ON | |
-- Build 16 bit PCRE library ....... : OFF | |
-- Build 32 bit PCRE library ....... : OFF | |
-- Build C++ library ............... : ON | |
-- Enable JIT compiling support .... : ON | |
-- Enable UTF support .............. : ON | |
-- Unicode properties .............. : ON | |
-- Newline char/sequence ........... : LF | |
-- \R matches only ANYCRLF ......... : OFF | |
-- EBCDIC coding ................... : OFF | |
-- EBCDIC coding with NL=0x25 ...... : OFF | |
-- Rebuild char tables ............. : OFF | |
-- No stack recursion .............. : OFF | |
-- POSIX mem threshold ............. : 10 | |
-- Internal link size .............. : 2 | |
-- Parentheses nest limit .......... : 250 | |
-- Match limit ..................... : 10000000 | |
-- Match limit recursion ........... : MATCH_LIMIT | |
-- Build shared libs ............... : OFF | |
-- Build static libs ............... : ON | |
-- Build pcregrep .................. : ON | |
-- Enable JIT in pcregrep .......... : ON | |
-- Buffer size for pcregrep ........ : 20480 | |
-- Build tests (implies pcretest .. : ON | |
-- and pcregrep) | |
-- Link pcregrep with libz ......... : ON | |
-- Link pcregrep with libbz2 ....... : ON | |
-- Link pcretest with libeditline .. : OFF | |
-- Link pcretest with libreadline .. : ON | |
-- Support Valgrind .................: OFF | |
-- Support coverage .................: | |
-- | |
-- Build type not specified: cmake build type Release. | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- program_options | |
-- filesystem | |
-- context | |
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR) | |
-- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre | |
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib | |
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.dylib | |
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR) | |
-- Using third-party bundled double-conversion | |
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib | |
-- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR) | |
-- Using third-party bundled fastlz | |
-- Found libzip: /usr/local/opt/libzip/lib/libzip.dylib 0.11.2 | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Found jemalloc: /usr/local/opt/jemalloc/lib/libjemalloc.dylib | |
-- Found Intel TBB | |
-- Looking for dwarf_producer_init | |
-- Looking for dwarf_producer_init - found | |
-- Performing Test DW_CONST | |
-- Performing Test DW_CONST - Success | |
-- Looking for dwarf_producer_init_c | |
-- Looking for dwarf_producer_init_c - not found | |
-- libdwarf uses const char* type | |
-- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init | |
Generating Release build | |
-- Warning: Did not find file Compiler/-ASM | |
-- Found ocamlc: /usr/local/bin/ocamlc | |
-- Found ocamlc.opt: /usr/local/bin/ocamlc.opt | |
-- Found LibJpeg: /usr/local/lib/libjpeg.dylib | |
-- Found LibPng: /usr/local/lib/libpng.dylib | |
-- Found LibVPX: /usr/local/lib/libvpx.a | |
-- Found Freetype: /usr/local/opt/freetype/lib/libfreetype.dylib | |
-- Using built-in JSON parser | |
-- Building the apache extension. | |
-- Building the apc extension. | |
-- Building the array extension. | |
-- Building the asio extension. | |
-- Building the Async MySQL extension. | |
-- Building the bcmath extension. | |
-- Found EXPAT: /usr/lib/libexpat.dylib (found version "2.0.1") | |
-- Building the bz2 extension. | |
-- Building the closure extension. | |
-- Building the collections extension. | |
-- Building the ctype extension. | |
-- Building the curl extension. | |
-- Building the datetime extension. | |
-- Building the debugger extension. | |
-- Building the DOMDocument extension. | |
-- Building the enum extension. | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Building the fb extension. | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Building the fileinfo extension. | |
-- Building the filter extension. | |
-- GNU FriBidi not found | |
-- The fribidi extension was disabled because resolving the dependency 'libFribidi 0.19.6' failed. | |
Not building the fribidi extension. | |
-- Building the generator extension. | |
-- Found GMP: /usr/local/lib/libgmp.dylib | |
-- Building the gmp extension. | |
-- Building the hash extension. | |
-- Building the hh extension. | |
-- Building the hh_client extension. | |
-- Building the Hot Profiler extension. | |
-- Building the iconv extension. | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Building the icu extension. | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Building the imagick extension. | |
-- Building the intervaltimer extension. | |
-- Building the ipc extension. | |
-- Building the json extension. | |
-- Found ldap: /usr/lib/libldap.dylib;/usr/lib/liblber.dylib | |
-- Building the ldap extension. | |
-- Building the libxml extension. | |
-- Building the mail extension. | |
-- Building the mailparse extension. | |
-- Building the mbstring extension. | |
Not building the mcrouter extension. | |
-- Found mcrypt: /usr/local/lib/libmcrypt.dylib | |
-- Building the mcrypt extension. | |
-- Found mcrypt: /usr/local/lib/libmcrypt.dylib | |
-- Building the memcache extension. | |
-- Building the memcached extension. | |
-- Building the MySQL extension. | |
-- Building the MySQLi extension. | |
-- Building the objprof extension. | |
-- Found LibUODBC: /usr/local/lib/libodbc.dylib | |
-- Building the odbc extension. | |
-- Building the openssl extension. | |
-- Building the pcre extension. | |
-- Building the pdo extension. | |
-- Building the pdo_mysql extension. | |
-- Building the pdo_sqlite extension. | |
-- Building the phar extension. | |
-- Building the posix extension. | |
-- Building the process extension. | |
-- Building the readline extension. | |
-- Building the reflection extension. | |
-- Building the server extension. | |
-- Building the session extension. | |
-- Building the simplexml extension. | |
-- Building the soap extension. | |
-- Building the sockets extension. | |
-- Building the spl extension. | |
-- Building the sqlite3 extension. | |
-- Building the std extension. | |
-- Building the stream extension. | |
-- Building the string extension. | |
-- Building the thread extension. | |
-- Building the thrift extension. | |
-- Building the url extension. | |
-- Building the wddx extension. | |
-- Building the xdebug extension. | |
-- Building the xenon extension. | |
-- Building the xhprof extension. | |
-- Building the xml extension. | |
-- Building the xmlreader extension. | |
-- Building the xmlwriter extension. | |
-- Found LibXslt: /usr/lib/libxslt.dylib (found version "1.1.28") | |
-- Building the xsl extension. | |
-- Building the zip extension. | |
-- Building the zlib extension. | |
-- Performing Test NOT_REQUIRE_ATOMIC_LINKER_FLAG | |
-- Performing Test NOT_REQUIRE_ATOMIC_LINKER_FLAG - Success | |
CMake Warning (dev) at CMake/HPHPFunctions.cmake:157 (get_target_property): | |
Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
command to set the policy and suppress this warning. | |
The LOCATION property should not be read from target "hhvm". Use the | |
target name directly with add_custom_command, or use the generator | |
expression $<TARGET_FILE>, as appropriate. | |
Call Stack (most recent call first): | |
hphp/hhvm/CMakeLists.txt:79 (HHVM_INSTALL) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
ENABLE_EXTENSION_IMAP | |
-- Build files have been written to: /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1 |
This file contains 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
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o a.out -L/usr/local/opt/readline/lib /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/CMakeCCompilerId-9f5279.o -lSystem | |
superenv added: -headerpad_max_install_names | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o a.out -L/usr/local/opt/readline/lib /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/CMakeCCompilerId-9f5279.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o a.out -L/usr/local/opt/readline/lib /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/CMakeCXXCompilerId-c0d143.o -lc++ -lSystem | |
superenv added: -headerpad_max_install_names | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o a.out -L/usr/local/opt/readline/lib /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/CMakeCXXCompilerId-c0d143.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b41d9 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b41d9.dir/testCCompiler.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b41d9 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b41d9.dir/testCCompiler.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7c8cd -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_7c8cd.dir/CMakeCCompilerABI.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7c8cd -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_7c8cd.dir/CMakeCCompilerABI.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_03d88 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_03d88.dir/testCXXCompiler.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_03d88 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_03d88.dir/testCXXCompiler.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_75f5a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_75f5a.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_75f5a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_75f5a.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_0f9fd -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0f9fd.dir/src.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_0f9fd -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0f9fd.dir/src.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_9c360 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9c360.dir/src.c.o -ldl -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_9c360 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9c360.dir/src.c.o -ldl -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_5f93a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5f93a.dir/src.c.o -lpcre -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_5f93a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5f93a.dir/src.c.o -lpcre -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_c619d -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c619d.dir/CheckFunctionExists.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_c619d -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c619d.dir/CheckFunctionExists.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_8b75d -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8b75d.dir/CheckFunctionExists.c.o /usr/lib/libcurl.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_8b75d -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8b75d.dir/CheckFunctionExists.c.o /usr/lib/libcurl.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_f99f7 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f99f7.dir/CheckFunctionExists.c.o /usr/lib/libcurl.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_f99f7 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f99f7.dir/CheckFunctionExists.c.o /usr/lib/libcurl.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ea1d2 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ea1d2.dir/src.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ea1d2 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ea1d2.dir/src.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d0f90 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d0f90.dir/src.cxx.o /usr/local/opt/openssl/lib/libssl.dylib /usr/local/opt/openssl/lib/libcrypto.dylib -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d0f90 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d0f90.dir/src.cxx.o /usr/local/opt/openssl/lib/libssl.dylib /usr/local/opt/openssl/lib/libcrypto.dylib -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_885d2 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_885d2.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_885d2 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_885d2.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_67a37 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_67a37.dir/src.cxx.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_67a37 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_67a37.dir/src.cxx.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_a7839 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a7839.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_a7839 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a7839.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3b0a4 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3b0a4.dir/src.cxx.o -lelf -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3b0a4 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3b0a4.dir/src.cxx.o -lelf -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_a8419 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a8419.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_a8419 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a8419.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_2bba7 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2bba7.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_2bba7 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2bba7.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_8639f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8639f.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_8639f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8639f.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_56e17 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_56e17.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_56e17 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_56e17.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_52cba -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_52cba.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_52cba -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_52cba.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_51908 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_51908.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_51908 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_51908.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_b30e9 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b30e9.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_b30e9 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b30e9.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_06ab7 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_06ab7.dir/TestEndianess.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_06ab7 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_06ab7.dir/TestEndianess.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_36b09 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_36b09.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_36b09 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_36b09.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_b2c4e -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b2c4e.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_b2c4e -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b2c4e.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_219f4 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_219f4.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_219f4 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_219f4.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_b1ee1 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b1ee1.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_b1ee1 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b1ee1.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_fbc26 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fbc26.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_fbc26 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fbc26.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_ed26c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ed26c.dir/HAVE_INT32_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_ed26c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ed26c.dir/HAVE_INT32_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_60b0d -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_60b0d.dir/HAVE_UINT32_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_60b0d -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_60b0d.dir/HAVE_UINT32_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_67c25 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_67c25.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_67c25 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_67c25.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_6fd26 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6fd26.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_6fd26 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6fd26.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_0b217 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0b217.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_0b217 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0b217.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_988c0 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_988c0.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_988c0 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_988c0.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_c0549 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c0549.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_c0549 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c0549.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_bbf29 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bbf29.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_bbf29 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bbf29.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_b01b3 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b01b3.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_b01b3 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b01b3.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_a1dff -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a1dff.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_a1dff -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a1dff.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_57c8a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_57c8a.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_57c8a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_57c8a.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_5a1af -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5a1af.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_5a1af -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5a1af.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_a4c23 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a4c23.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_a4c23 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a4c23.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_9756a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9756a.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_9756a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9756a.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_7f312 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7f312.dir/HAVE_SIZE_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_7f312 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7f312.dir/HAVE_SIZE_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_f7d6c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f7d6c.dir/HAVE_SSIZE_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_f7d6c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f7d6c.dir/HAVE_SSIZE_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_6cde1 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6cde1.dir/HAVE_UINT8_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_6cde1 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6cde1.dir/HAVE_UINT8_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_ac261 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ac261.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_ac261 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ac261.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_2ef62 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2ef62.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_2ef62 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2ef62.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_22215 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_22215.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_22215 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_22215.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_0fc54 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0fc54.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_0fc54 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0fc54.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_d38ba -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d38ba.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_d38ba -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d38ba.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_bf22c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bf22c.dir/CheckSymbolExists.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_bf22c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bf22c.dir/CheckSymbolExists.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_b2d07 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b2d07.dir/src.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_b2d07 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b2d07.dir/src.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_f1803 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f1803.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_f1803 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f1803.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_f6725 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f6725.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_f6725 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f6725.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_6e2eb -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6e2eb.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_6e2eb -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6e2eb.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_e0ffb -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e0ffb.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_e0ffb -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e0ffb.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_819c4 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_819c4.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_819c4 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_819c4.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_ab220 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ab220.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_ab220 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ab220.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_dcb90 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dcb90.dir/CheckFunctionExists.c.o /usr/lib/libbz2.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_dcb90 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dcb90.dir/CheckFunctionExists.c.o /usr/lib/libbz2.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_bc41e -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bc41e.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_bc41e -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bc41e.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_75595 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_75595.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_75595 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_75595.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_d8c16 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d8c16.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_d8c16 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d8c16.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_2f4da -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2f4da.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_2f4da -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2f4da.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_1327c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1327c.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_1327c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1327c.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_1fac8 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1fac8.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_1fac8 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1fac8.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_34df8 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34df8.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_34df8 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34df8.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_6fceb -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6fceb.dir/LONG_LONG.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_6fceb -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6fceb.dir/LONG_LONG.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_1f989 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1f989.dir/UNSIGNED_LONG_LONG.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_1f989 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1f989.dir/UNSIGNED_LONG_LONG.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_44d19 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_44d19.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_44d19 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_44d19.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f58a1 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f58a1.dir/src.cxx.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f58a1 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f58a1.dir/src.cxx.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_3efb0 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3efb0.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -w -o cmTC_3efb0 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3efb0.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d92df -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d92df.dir/src.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d92df -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d92df.dir/src.cxx.o -lc++ -lSystem | |
This file contains 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
2015-09-03 10:06:47 +0900 | |
make | |
Scanning dependencies of target eaw_table | |
Scanning dependencies of target afdt | |
Scanning dependencies of target double-conversion | |
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/lowlevel.c.o | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/bignum-dtoa.cc.o | |
[ 0%] Built target eaw_table | |
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/strlcpy.c.o | |
Scanning dependencies of target timelib | |
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/astro.c.o | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/bignum.cc.o | |
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/sync.c.o | |
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/dow.c.o | |
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/util.c.o | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/cached-powers.cc.o | |
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/async.c.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/double-conversion/src/double-conversion/cached-powers.cc:134:18: warning: unused variable 'kCachedPowersLength' [-Wunused-const-variable] | |
static const int kCachedPowersLength = ARRAY_SIZE(kCachedPowers); | |
^ | |
1 warning generated. | |
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/interval.c.o | |
Scanning dependencies of target re2 | |
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/hash.cc.o | |
[ 0%] Linking C static library libafdt.a | |
[ 0%] Built target afdt | |
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_date.c.o | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/diy-fp.cc.o | |
Scanning dependencies of target webscalesqlclient | |
[ 0%] Creating directories for 'webscalesqlclient' | |
[ 0%] No download step for 'webscalesqlclient' | |
[ 0%] No patch step for 'webscalesqlclient' | |
[ 0%] No update step for 'webscalesqlclient' | |
[ 0%] Performing configure step for 'webscalesqlclient' | |
-- Running cmake version 3.3.1 | |
-- Found Git: /usr/local/bin/git (found version "2.5.1") | |
-- The C compiler identification is Clang 3.6.2 | |
-- The CXX compiler identification is Clang 3.6.2 | |
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/double-conversion.cc.o | |
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ | |
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Looking for sys/types.h | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fast-dtoa.cc.o | |
-- Looking for sys/types.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stddef.h | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fixed-dtoa.cc.o | |
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/rune.cc.o | |
-- Looking for stddef.h - found | |
-- Check size of void * | |
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/stringprintf.cc.o | |
-- Check size of void * - done | |
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE' | |
-- MySQL 5.6.24 | |
-- Packaging as: mysql-5.6.24-osx10.10-x86_64 | |
[ 1%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/strtod.cc.o | |
-- Performing Test HAVE_LLVM_LIBCPP | |
-- Performing Test HAVE_LLVM_LIBCPP - Success | |
Dynamic plugins are disabled. | |
-- Looking for floor | |
-- Looking for floor - found | |
-- Looking for __infinity | |
[ 1%] Linking CXX static library libdouble-conversion.a | |
[ 1%] Built target double-conversion | |
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_iso_intervals.c.o | |
-- Looking for __infinity - not found | |
-- Looking for __infinity in m | |
-- Looking for __infinity in m - not found | |
-- Looking for gethostbyname_r | |
-- Looking for gethostbyname_r - not found | |
-- Looking for gethostbyname_r in nsl_r | |
-- Looking for gethostbyname_r in nsl_r - not found | |
-- Looking for gethostbyname_r in nsl | |
-- Looking for gethostbyname_r in nsl - not found | |
-- Looking for bind | |
Scanning dependencies of target fastlz | |
[ 1%] Building C object third-party/fastlz/CMakeFiles/fastlz.dir/fastlz.c.o | |
-- Looking for bind - found | |
-- Looking for crypt | |
-- Looking for crypt - found | |
-- Looking for setsockopt | |
-- Looking for setsockopt - found | |
-- Looking for dlopen | |
[ 1%] Linking C static library libfastlz.a | |
-- Looking for dlopen - found | |
-- Looking for sched_yield | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/strutil.cc.o | |
[ 1%] Built target fastlz | |
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_tz.c.o | |
-- Looking for sched_yield - found | |
-- Looking for clock_gettime | |
-- Looking for clock_gettime - not found | |
-- Looking for clock_gettime in rt | |
-- Looking for clock_gettime in rt - not found | |
-- Looking for timer_create | |
-- Looking for timer_create - not found | |
-- Looking for timer_create in rt | |
-- Looking for timer_create in rt - not found | |
-- Looking for include file pthread.h | |
-- Looking for include file pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Looking for 4 include files stdlib.h, ..., float.h | |
-- Looking for 4 include files stdlib.h, ..., float.h - found | |
-- Looking for include file alloca.h | |
-- Looking for include file alloca.h - found | |
-- Looking for include file aio.h | |
-- Looking for include file aio.h - found | |
-- Looking for include file arpa/inet.h | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/valgrind.cc.o | |
-- Looking for include file arpa/inet.h - found | |
-- Looking for include file crypt.h | |
-- Looking for include file crypt.h - not found | |
-- Looking for include file cxxabi.h | |
-- Looking for include file cxxabi.h - not found | |
-- Looking for include file dirent.h | |
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/timelib.c.o | |
-- Looking for include file dirent.h - found | |
-- Looking for include file dlfcn.h | |
-- Looking for include file dlfcn.h - found | |
-- Looking for include file execinfo.h | |
Scanning dependencies of target pcre | |
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_byte_order.c.o | |
-- Looking for include file execinfo.h - found | |
-- Looking for include file fcntl.h | |
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_chartables.c.o | |
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_compile.c.o | |
-- Looking for include file fcntl.h - found | |
-- Looking for include file fenv.h | |
-- Looking for include file fenv.h - found | |
-- Looking for include file float.h | |
-- Looking for include file float.h - found | |
-- Looking for include file floatingpoint.h | |
-- Looking for include file floatingpoint.h - not found | |
-- Looking for include file fpu_control.h | |
-- Looking for include file fpu_control.h - not found | |
-- Looking for include file grp.h | |
-- Looking for include file grp.h - found | |
-- Looking for include file ieeefp.h | |
-- Looking for include file ieeefp.h - not found | |
-- Looking for include file inttypes.h | |
-- Looking for include file inttypes.h - found | |
-- Looking for include file langinfo.h | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/bitstate.cc.o | |
-- Looking for include file langinfo.h - found | |
-- Looking for include file limits.h | |
-- Looking for include file limits.h - found | |
-- Looking for include file locale.h | |
-- Looking for include file locale.h - found | |
-- Looking for include file malloc.h | |
-- Looking for include file malloc.h - not found | |
-- Looking for include file memory.h | |
-- Looking for include file memory.h - found | |
-- Looking for include file ndir.h | |
-- Looking for include file ndir.h - not found | |
-- Looking for include file netinet/in.h | |
-- Looking for include file netinet/in.h - found | |
-- Looking for include file paths.h | |
-- Looking for include file paths.h - found | |
-- Looking for include file port.h | |
-- Looking for include file port.h - not found | |
-- Looking for include file poll.h | |
-- Looking for include file poll.h - found | |
-- Looking for include file pwd.h | |
-- Looking for include file pwd.h - found | |
-- Looking for include file sched.h | |
-- Looking for include file sched.h - found | |
-- Looking for include file select.h | |
-- Looking for include file select.h - not found | |
-- Looking for include file semaphore.h | |
-- Looking for include file semaphore.h - found | |
-- Looking for include files sys/types.h, sys/dir.h | |
-- Looking for include files sys/types.h, sys/dir.h - found | |
-- Looking for include file sys/ndir.h | |
-- Looking for include file sys/ndir.h - not found | |
-- Looking for include file sys/pte.h | |
-- Looking for include file sys/pte.h - not found | |
-- Looking for include file stdlib.h | |
-- Looking for include file stdlib.h - found | |
-- Looking for include file strings.h | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/compile.cc.o | |
-- Looking for include file strings.h - found | |
-- Looking for include file string.h | |
-- Looking for include file string.h - found | |
-- Looking for include file synch.h | |
-- Looking for include file synch.h - not found | |
-- Looking for include file sysent.h | |
-- Looking for include file sysent.h - not found | |
-- Looking for include file sys/cdefs.h | |
-- Looking for include file sys/cdefs.h - found | |
-- Looking for include file sys/file.h | |
-- Looking for include file sys/file.h - found | |
-- Looking for include file sys/fpu.h | |
-- Looking for include file sys/fpu.h - not found | |
-- Looking for include file sys/ioctl.h | |
-- Looking for include file sys/ioctl.h - found | |
-- Looking for include file sys/ipc.h | |
-- Looking for include file sys/ipc.h - found | |
-- Looking for include file sys/malloc.h | |
-- Looking for include file sys/malloc.h - found | |
-- Looking for include file sys/mman.h | |
-- Looking for include file sys/mman.h - found | |
-- Looking for include file sys/prctl.h | |
-- Looking for include file sys/prctl.h - not found | |
-- Looking for include file sys/resource.h | |
-- Looking for include file sys/resource.h - found | |
-- Looking for include file sys/select.h | |
-- Looking for include file sys/select.h - found | |
-- Looking for include file sys/shm.h | |
-- Looking for include file sys/shm.h - found | |
-- Looking for include file sys/socket.h | |
-- Looking for include file sys/socket.h - found | |
-- Looking for include file sys/stat.h | |
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_config.c.o | |
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_dfa_exec.c.o | |
-- Looking for include file sys/stat.h - found | |
-- Looking for include file sys/stream.h | |
-- Looking for include file sys/stream.h - not found | |
-- Looking for include file sys/termcap.h | |
-- Looking for include file sys/termcap.h - not found | |
-- Looking for include files time.h, sys/timeb.h | |
-- Looking for include files time.h, sys/timeb.h - found | |
-- Looking for include files curses.h, term.h | |
-- Looking for include files curses.h, term.h - found | |
-- Looking for include file asm/termbits.h | |
-- Looking for include file asm/termbits.h - not found | |
-- Looking for include file termbits.h | |
-- Looking for include file termbits.h - not found | |
-- Looking for include file termios.h | |
-- Looking for include file termios.h - found | |
-- Looking for include file termio.h | |
-- Looking for include file termio.h - not found | |
-- Looking for include file termcap.h | |
-- Looking for include file termcap.h - found | |
-- Looking for include file unistd.h | |
-- Looking for include file unistd.h - found | |
-- Looking for include file utime.h | |
-- Looking for include file utime.h - found | |
-- Looking for include file varargs.h | |
-- Looking for include file varargs.h - not found | |
-- Looking for include file sys/time.h | |
-- Looking for include file sys/time.h - found | |
-- Looking for include file sys/utime.h | |
-- Looking for include file sys/utime.h - not found | |
-- Looking for include file sys/wait.h | |
-- Looking for include file sys/wait.h - found | |
-- Looking for include file sys/param.h | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/dfa.cc.o | |
-- Looking for include file sys/param.h - found | |
-- Looking for include file sys/vadvise.h | |
-- Looking for include file sys/vadvise.h - found | |
-- Looking for include file fnmatch.h | |
-- Looking for include file fnmatch.h - found | |
-- Looking for include file stdarg.h | |
-- Looking for include file stdarg.h - found | |
-- Looking for include files stdlib.h, sys/un.h | |
-- Looking for include files stdlib.h, sys/un.h - found | |
-- Looking for include file vis.h | |
-- Looking for include file vis.h - found | |
-- Looking for include file wchar.h | |
-- Looking for include file wchar.h - found | |
-- Looking for include file wctype.h | |
-- Looking for include file wctype.h - found | |
-- Looking for include file sasl/sasl.h | |
-- Looking for include file sasl/sasl.h - found | |
-- Looking for include file sys/devpoll.h | |
-- Looking for include file sys/devpoll.h - not found | |
-- Looking for include file signal.h | |
-- Looking for include file signal.h - found | |
-- Looking for include file sys/devpoll.h | |
-- Looking for include file sys/devpoll.h - not found | |
-- Looking for include file sys/epoll.h | |
-- Looking for include file sys/epoll.h - not found | |
-- Looking for include file sys/event.h | |
-- Looking for include file sys/event.h - found | |
-- Looking for include file sys/queue.h | |
-- Looking for include file sys/queue.h - found | |
-- Looking for TAILQ_FOREACH | |
-- Looking for TAILQ_FOREACH - found | |
-- Looking for include file sys/ptem.h | |
-- Looking for include file sys/ptem.h - not found | |
-- Performing Test HAVE_WERROR_FLAG | |
-- Performing Test HAVE_WERROR_FLAG - Failed | |
-- Performing Test HAVE_PTHREAD_ONCE_INIT | |
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_exec.c.o | |
-- Performing Test HAVE_PTHREAD_ONCE_INIT - Success | |
-- Looking for _aligned_malloc | |
-- Looking for _aligned_malloc - not found | |
-- Looking for _aligned_free | |
-- Looking for _aligned_free - not found | |
-- Looking for aio_read | |
-- Looking for aio_read - found | |
-- Looking for alarm | |
-- Looking for alarm - found | |
-- Looking for backtrace | |
-- Looking for backtrace - found | |
-- Looking for backtrace_symbols | |
-- Looking for backtrace_symbols - found | |
-- Looking for backtrace_symbols_fd | |
-- Looking for backtrace_symbols_fd - found | |
-- Looking for printstack | |
-- Looking for printstack - not found | |
-- Looking for bmove | |
-- Looking for bmove - not found | |
-- Looking for bsearch | |
-- Looking for bsearch - found | |
-- Looking for index | |
-- Looking for index - found | |
-- Looking for clock_gettime | |
-- Looking for clock_gettime - not found | |
-- Looking for cuserid | |
-- Looking for cuserid - not found | |
-- Looking for directio | |
-- Looking for directio - not found | |
-- Looking for _doprnt | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/filtered_re2.cc.o | |
-- Looking for _doprnt - not found | |
-- Looking for flockfile | |
-- Looking for flockfile - found | |
-- Looking for ftruncate | |
-- Looking for ftruncate - found | |
-- Looking for getline | |
-- Looking for getline - found | |
-- Looking for compress | |
-- Looking for compress - not found | |
-- Looking for crypt | |
-- Looking for crypt - found | |
-- Looking for dlerror | |
-- Looking for dlerror - found | |
-- Looking for dlopen | |
-- Looking for dlopen - found | |
-- Looking for fchmod | |
-- Looking for fchmod - found | |
-- Looking for fcntl | |
-- Looking for fcntl - found | |
-- Looking for fconvert | |
-- Looking for fconvert - not found | |
-- Looking for fdatasync | |
-- Looking for fdatasync - found | |
-- Looking for fdatasync | |
-- Looking for fdatasync - not found | |
-- Looking for fedisableexcept | |
-- Looking for fedisableexcept - not found | |
-- Looking for fpsetmask | |
-- Looking for fpsetmask - not found | |
-- Looking for fseeko | |
-- Looking for fseeko - found | |
-- Looking for fsync | |
-- Looking for fsync - found | |
-- Looking for getcwd | |
-- Looking for getcwd - found | |
-- Looking for gethostbyaddr_r | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/mimics_pcre.cc.o | |
-- Looking for gethostbyaddr_r - not found | |
-- Looking for gethrtime | |
-- Looking for gethrtime - not found | |
-- Looking for getnameinfo | |
-- Looking for getnameinfo - found | |
-- Looking for getpass | |
-- Looking for getpass - found | |
-- Looking for getpassphrase | |
-- Looking for getpassphrase - not found | |
-- Looking for getpwnam | |
-- Looking for getpwnam - found | |
-- Looking for getpwuid | |
-- Looking for getpwuid - found | |
-- Looking for getrlimit | |
-- Looking for getrlimit - found | |
-- Looking for getrusage | |
-- Looking for getrusage - found | |
-- Looking for getwd | |
-- Looking for getwd - found | |
-- Looking for gmtime_r | |
-- Looking for gmtime_r - found | |
-- Looking for initgroups | |
-- Looking for initgroups - found | |
-- Looking for issetugid | |
-- Looking for issetugid - found | |
-- Looking for getuid | |
-- Looking for getuid - found | |
-- Looking for geteuid | |
-- Looking for geteuid - found | |
-- Looking for getgid | |
-- Looking for getgid - found | |
-- Looking for getegid | |
-- Looking for getegid - found | |
-- Looking for ldiv | |
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/nfa.cc.o | |
-- Looking for ldiv - found | |
-- Looking for localtime_r | |
-- Looking for localtime_r - found | |
-- Looking for longjmp | |
-- Looking for longjmp - found | |
-- Looking for lstat | |
-- Looking for lstat - found | |
-- Looking for madvise | |
-- Looking for madvise - found | |
-- Looking for malloc_info | |
-- Looking for malloc_info - not found | |
-- Looking for memcpy | |
-- Looking for memcpy - found | |
-- Looking for memmove | |
-- Looking for memmove - found | |
-- Looking for mkstemp | |
-- Looking for mkstemp - found | |
-- Looking for mlock | |
-- Looking for mlock - found | |
-- Looking for mlockall | |
-- Looking for mlockall - found | |
-- Looking for mmap | |
-- Looking for mmap - found | |
-- Looking for mmap64 | |
-- Looking for mmap64 - not found | |
-- Looking for perror | |
-- Looking for perror - found | |
-- Looking for poll | |
-- Looking for poll - found | |
-- Looking for port_create | |
-- Looking for port_create - not found | |
-- Looking for posix_fallocate | |
-- Looking for posix_fallocate - not found | |
-- Looking for posix_memalign | |
-- Looking for posix_memalign - found | |
-- Looking for pread | |
-- Looking for pread - found | |
-- Looking for pthread_attr_create | |
-- Looking for pthread_attr_create - not found | |
-- Looking for pthread_attr_getguardsize | |
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/onepass.cc.o | |
-- Looking for pthread_attr_getguardsize - found | |
-- Looking for pthread_attr_getstacksize | |
-- Looking for pthread_attr_getstacksize - found | |
-- Looking for pthread_attr_setscope | |
-- Looking for pthread_attr_setscope - found | |
-- Looking for pthread_attr_setstacksize | |
-- Looking for pthread_attr_setstacksize - found | |
-- Looking for pthread_condattr_create | |
-- Looking for pthread_condattr_create - not found | |
-- Looking for pthread_condattr_setclock | |
-- Looking for pthread_condattr_setclock - not found | |
-- Looking for pthread_key_delete | |
-- Looking for pthread_key_delete - found | |
-- Looking for pthread_rwlock_rdlock | |
-- Looking for pthread_rwlock_rdlock - found | |
-- Looking for pthread_sigmask | |
-- Looking for pthread_sigmask - found | |
-- Looking for pthread_threadmask | |
-- Looking for pthread_threadmask - not found | |
-- Looking for pthread_yield_np | |
-- Looking for pthread_yield_np - found | |
-- Looking for putenv | |
-- Looking for putenv - found | |
-- Looking for readdir_r | |
-- Looking for readdir_r - found | |
-- Looking for readlink | |
-- Looking for readlink - found | |
-- Looking for re_comp | |
-- Looking for re_comp - not found | |
-- Looking for regcomp | |
-- Looking for regcomp - found | |
-- Looking for realpath | |
-- Looking for realpath - found | |
-- Looking for rename | |
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/parse.cc.o | |
-- Looking for rename - found | |
-- Looking for rwlock_init | |
-- Looking for rwlock_init - not found | |
-- Looking for sched_yield | |
-- Looking for sched_yield - found | |
-- Looking for setenv | |
-- Looking for setenv - found | |
-- Looking for setlocale | |
-- Looking for setlocale - found | |
-- Looking for setfd | |
-- Looking for setfd - not found | |
-- Looking for sigaction | |
-- Looking for sigaction - found | |
-- Looking for sigthreadmask | |
-- Looking for sigthreadmask - not found | |
-- Looking for sigwait | |
[ 2%] Building C object third-party/timelib/CMakeFiles/timelib.dir/tm2unixtime.c.o | |
-- Looking for sigwait - found | |
-- Looking for sigaddset | |
[ 2%] Building C object third-party/timelib/CMakeFiles/timelib.dir/unixtime2tm.c.o | |
-- Looking for sigaddset - found | |
-- Looking for sigemptyset | |
[ 2%] Linking C static library libtimelib.a | |
-- Looking for sigemptyset - found | |
-- Looking for sighold | |
[ 2%] Built target timelib | |
[ 2%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_fullinfo.c.o | |
[ 2%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_get.c.o | |
-- Looking for sighold - found | |
-- Looking for sigset | |
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/perl_groups.cc.o | |
-- Looking for sigset - found | |
-- Looking for sleep | |
-- Looking for sleep - found | |
-- Looking for snprintf | |
-- Looking for snprintf - found | |
-- Looking for stpcpy | |
-- Looking for stpcpy - found | |
-- Looking for strcoll | |
-- Looking for strcoll - found | |
-- Looking for strerror | |
-- Looking for strerror - found | |
-- Looking for strlcpy | |
-- Looking for strlcpy - found | |
-- Looking for strnlen | |
-- Looking for strnlen - found | |
-- Looking for strlcat | |
-- Looking for strlcat - found | |
-- Looking for strsignal | |
-- Looking for strsignal - found | |
-- Looking for fgetln | |
-- Looking for fgetln - found | |
-- Looking for strpbrk | |
[ 2%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_globals.c.o | |
Scanning dependencies of target version | |
-- Looking for strpbrk - found | |
-- Looking for strsep | |
[ 2%] Building CXX object hphp/tools/version/CMakeFiles/version.dir/version.cpp.o | |
[ 2%] Linking CXX executable version | |
[ 2%] Built target version | |
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_jit_compile.c.o | |
-- Looking for strsep - found | |
-- Looking for strstr | |
-- Looking for strstr - found | |
-- Looking for strtok_r | |
-- Looking for strtok_r - found | |
-- Looking for strtol | |
-- Looking for strtol - found | |
-- Looking for strtoll | |
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter.cc.o | |
-- Looking for strtoll - found | |
-- Looking for strtoul | |
-- Looking for strtoul - found | |
-- Looking for strtoull | |
-- Looking for strtoull - found | |
-- Looking for strcasecmp | |
-- Looking for strcasecmp - found | |
-- Looking for strncasecmp | |
-- Looking for strncasecmp - found | |
-- Looking for strdup | |
-- Looking for strdup - found | |
-- Looking for shmat | |
-- Looking for shmat - found | |
-- Looking for shmctl | |
-- Looking for shmctl - found | |
-- Looking for shmdt | |
-- Looking for shmdt - found | |
-- Looking for shmget | |
-- Looking for shmget - found | |
-- Looking for tell | |
-- Looking for tell - not found | |
-- Looking for tempnam | |
-- Looking for tempnam - found | |
-- Looking for thr_setconcurrency | |
-- Looking for thr_setconcurrency - not found | |
-- Looking for thr_yield | |
Scanning dependencies of target hphp_parser | |
[ 3%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/hphp.tab.cpp.o | |
-- Looking for thr_yield - not found | |
-- Looking for vasprintf | |
-- Looking for vasprintf - found | |
-- Looking for vsnprintf | |
-- Looking for vsnprintf - found | |
-- Looking for vprintf | |
-- Looking for vprintf - found | |
-- Looking for valloc | |
-- Looking for valloc - found | |
-- Looking for memalign | |
-- Looking for memalign - not found | |
-- Looking for chown | |
-- Looking for chown - found | |
-- Looking for nl_langinfo | |
-- Looking for nl_langinfo - found | |
-- Looking for ntohll | |
-- Looking for ntohll - not found | |
-- Looking for clock_gettime | |
-- Looking for clock_gettime - not found | |
-- Looking for epoll_create | |
-- Looking for epoll_create - not found | |
-- Looking for epoll_ctl | |
-- Looking for epoll_ctl - not found | |
-- Looking for inet_ntop | |
-- Looking for inet_ntop - found | |
-- Looking for kqueue | |
-- Looking for kqueue - found | |
-- Looking for kqueue | |
-- Looking for kqueue - found | |
-- Looking for signal | |
-- Looking for signal - found | |
-- Looking for timeradd | |
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter_tree.cc.o | |
-- Looking for timeradd - found | |
-- Looking for timerclear | |
-- Looking for timerclear - found | |
-- Looking for timercmp | |
-- Looking for timercmp - found | |
-- Looking for timerisset | |
-- Looking for timerisset - found | |
-- Looking for timer_create | |
-- Looking for timer_create - not found | |
-- Looking for timer_settime | |
-- Looking for timer_settime - not found | |
-- Looking for include file time.h | |
-- Looking for include file time.h - found | |
-- Looking for include file sys/times.h | |
-- Looking for include file sys/times.h - found | |
-- Looking for include file asm/msr.h | |
-- Looking for include file asm/msr.h - not found | |
-- Looking for include file ia64intrin.h | |
-- Looking for include file ia64intrin.h - not found | |
-- Looking for times | |
-- Looking for times - found | |
-- Looking for gettimeofday | |
-- Looking for gettimeofday - found | |
-- Looking for read_real_time | |
-- Looking for read_real_time - not found | |
-- Looking for ftime | |
-- Looking for ftime - found | |
-- Looking for time | |
-- Looking for time - found | |
-- Looking for rdtscll | |
-- Looking for rdtscll - not found | |
-- Looking for madvise | |
-- Looking for madvise - found | |
-- Looking for tzname | |
-- Looking for tzname - found | |
-- Looking for lrand48 | |
-- Looking for lrand48 - found | |
-- Looking for getpagesize | |
-- Looking for getpagesize - found | |
-- Looking for TIOCGWINSZ | |
-- Looking for TIOCGWINSZ - found | |
-- Looking for FIONREAD | |
-- Looking for FIONREAD - found | |
-- Looking for TIOCSTAT | |
-- Looking for TIOCSTAT - found | |
-- Looking for FIONREAD | |
-- Looking for FIONREAD - found | |
-- Looking for SIGEV_THREAD_ID | |
-- Looking for SIGEV_THREAD_ID - not found | |
-- Looking for SIGEV_PORT | |
-- Looking for SIGEV_PORT - not found | |
-- Looking for EVFILT_TIMER | |
-- Looking for EVFILT_TIMER - found | |
-- Looking for finite | |
-- Looking for finite - found | |
-- Looking for log2 | |
-- Looking for log2 - found | |
-- Looking for isnan | |
-- Looking for isnan - found | |
-- Looking for rint | |
-- Looking for rint - found | |
-- Performing Test HAVE_ISINF | |
-- Performing Test HAVE_ISINF - Success | |
-- Performing Test HAVE_FESETROUND | |
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prog.cc.o | |
-- Performing Test HAVE_FESETROUND - Success | |
-- Check size of sigset_t | |
-- Check size of sigset_t - done | |
-- Check size of mode_t | |
-- Check size of mode_t - done | |
-- Check size of char | |
-- Check size of char - done | |
-- Check size of short | |
-- Check size of short - done | |
-- Check size of int | |
-- Check size of int - 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 uchar | |
-- Check size of uchar - failed | |
-- Check size of uint | |
-- Check size of uint - done | |
-- Check size of ulong | |
-- Check size of ulong - failed | |
-- Check size of int8 | |
-- Check size of int8 - failed | |
-- Check size of uint8 | |
-- Check size of uint8 - failed | |
-- Check size of int16 | |
-- Check size of int16 - failed | |
-- Check size of uint16 | |
-- Check size of uint16 - failed | |
-- Check size of int32 | |
-- Check size of int32 - failed | |
-- Check size of uint32 | |
-- Check size of uint32 - failed | |
-- Check size of u_int32_t | |
-- Check size of u_int32_t - done | |
-- Check size of int64 | |
-- Check size of int64 - failed | |
-- Check size of uint64 | |
-- Check size of uint64 - failed | |
-- Check size of time_t | |
-- Check size of time_t - done | |
-- Check size of bool | |
-- Check size of bool - failed | |
-- Check size of socklen_t | |
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/re2.cc.o | |
-- Check size of socklen_t - done | |
-- Performing Test TIME_T_UNSIGNED | |
-- Performing Test TIME_T_UNSIGNED - Failed | |
-- Performing Test HAVE_GETADDRINFO | |
-- Performing Test HAVE_GETADDRINFO - Success | |
-- Performing Test HAVE_SELECT | |
-- Performing Test HAVE_SELECT - Success | |
-- Performing Test HAVE_TIMESPEC_TS_SEC | |
-- Performing Test HAVE_TIMESPEC_TS_SEC - Failed | |
-- Performing Test QSORT_TYPE_IS_VOID | |
-- Performing Test QSORT_TYPE_IS_VOID - Success | |
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t | |
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t - Success | |
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG | |
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG - Failed | |
-- Checking stack direction : -1 | |
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID | |
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID - Success | |
-- Looking for include files time.h, sys/time.h | |
-- Looking for include files time.h, sys/time.h - found | |
-- Looking for O_NONBLOCK | |
-- Looking for O_NONBLOCK - found | |
-- Performing Test C_HAS_inline | |
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_maketables.c.o | |
-- Performing Test C_HAS_inline - Success | |
-- Performing Test HAVE_PAUSE_INSTRUCTION | |
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_newline.c.o | |
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_ord2utf8.c.o | |
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success | |
-- Looking for tcgetattr | |
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_refcount.c.o | |
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_string_utils.c.o | |
-- Looking for tcgetattr - found | |
-- Performing Test HAVE_POSIX_SIGNALS | |
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_study.c.o | |
-- Performing Test HAVE_POSIX_SIGNALS - Success | |
-- Performing Test HAVE_BSS_START | |
-- Performing Test HAVE_BSS_START - Failed | |
-- Performing Test HAVE_WEAK_SYMBOL | |
-- Performing Test HAVE_WEAK_SYMBOL - Success | |
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST | |
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST - Failed | |
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS | |
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_tables.c.o | |
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS - Success | |
-- Looking for netinet/in6.h | |
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_ucd.c.o | |
-- Looking for netinet/in6.h - not found | |
-- Check size of struct sockaddr_in6 | |
-- Check size of struct sockaddr_in6 - done | |
-- Check size of struct in6_addr | |
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_valid_utf8.c.o | |
-- Check size of struct in6_addr - done | |
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY | |
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_version.c.o | |
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_xclass.c.o | |
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY - Success | |
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN | |
[ 3%] Linking C static library libpcre.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpcre.a(pcre_string_utils.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpcre.a(pcre_string_utils.c.o) has no symbols | |
[ 3%] Built target pcre | |
[ 3%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/lex.yy.cpp.o | |
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Success | |
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN | |
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Success | |
-- Performing Test STRUCT_DIRENT_HAS_D_INO | |
-- Performing Test STRUCT_DIRENT_HAS_D_INO - Success | |
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN | |
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN - Success | |
-- Check size of mbstate_t | |
-- Check size of mbstate_t - done | |
-- Performing Test HAVE_LANGINFO_CODESET | |
-- Performing Test HAVE_LANGINFO_CODESET - Success | |
-- Looking for mbrlen | |
-- Looking for mbrlen - found | |
-- Looking for mbscmp | |
-- Looking for mbscmp - not found | |
-- Looking for mbsrtowcs | |
-- Looking for mbsrtowcs - found | |
-- Looking for wcrtomb | |
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/regexp.cc.o | |
-- Looking for wcrtomb - found | |
-- Looking for mbrtowc | |
-- Looking for mbrtowc - found | |
-- Looking for wcscoll | |
-- Looking for wcscoll - found | |
-- Looking for wcsdup | |
-- Looking for wcsdup - found | |
-- Looking for wcwidth | |
-- Looking for wcwidth - found | |
-- Looking for wctype | |
-- Looking for wctype - found | |
-- Looking for iswlower | |
-- Looking for iswlower - found | |
-- Looking for iswupper | |
-- Looking for iswupper - found | |
-- Looking for towlower | |
-- Looking for towlower - found | |
-- Looking for towupper | |
-- Looking for towupper - found | |
-- Looking for iswctype | |
-- Looking for iswctype - found | |
-- Check size of wchar_t | |
-- Check size of wchar_t - done | |
-- Check size of wctype_t | |
-- Check size of wctype_t - done | |
-- Check size of wint_t | |
-- Check size of wint_t - done | |
-- Found Curses: /usr/lib/libcurses.dylib | |
-- Looking for 3 include files stdio.h, ..., readline/history.h | |
-- Looking for 3 include files stdio.h, ..., readline/history.h - found | |
-- Performing Test edit_HAVE_HIST_ENTRY | |
-- Performing Test edit_HAVE_HIST_ENTRY - Success | |
-- Performing Test edit_USE_LIBEDIT_INTERFACE | |
-- Performing Test edit_USE_LIBEDIT_INTERFACE - Failed | |
-- Performing Test edit_USE_NEW_READLINE_INTERFACE | |
-- Performing Test edit_USE_NEW_READLINE_INTERFACE - Success | |
-- Using cmake version 3.3.1 | |
-- Not building NDB | |
-- CMAKE_BUILD_TYPE: RelWithDebInfo | |
-- COMPILE_DEFINITIONS: HAVE_CONFIG_H | |
-- CMAKE_C_FLAGS: -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 | |
-- CMAKE_CXX_FLAGS: -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -Wall -Wextra -Wformat-security -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -std=c++11 | |
-- CMAKE_C_FLAGS_RELWITHDEBINFO: -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF | |
-- CMAKE_CXX_FLAGS_RELWITHDEBINFO: -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6 | |
[ 4%] Performing build step for 'webscalesqlclient' | |
Scanning dependencies of target strings | |
[ 0%] Building C object strings/CMakeFiles/strings.dir/bchange.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 0%] Building C object strings/CMakeFiles/strings.dir/bmove_upp.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-big5.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/set.cc.o | |
1 warning generated. | |
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-bin.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-cp932.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-czech.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-euc_kr.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/simplify.cc.o | |
1 warning generated. | |
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-eucjpms.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 4%] Building C object strings/CMakeFiles/strings.dir/ctype-extra.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 4%] Building C object strings/CMakeFiles/strings.dir/ctype-gb2312.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/stringpiece.cc.o | |
1 warning generated. | |
[ 4%] Building C object strings/CMakeFiles/strings.dir/ctype-gbk.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
Scanning dependencies of target hack | |
1 warning generated. | |
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-latin1.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-mb.c.o | |
fatal: Not a git repository (or any of the parent directories): .git | |
cat: utils/get_build_id.gen.c: No such file or directory | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c heap/hh_shared.c | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/tostring.cc.o | |
1 warning generated. | |
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-simple.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
mv hh_shared.o heap/hh_shared.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c hhi/hhi_elf.c | |
mv hhi_elf.o hhi/hhi_elf.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/get_build_id.gen.c | |
mv get_build_id.gen.o utils/get_build_id.gen.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/get_build_id.c | |
mv get_build_id.o utils/get_build_id.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/nproc.c | |
mv nproc.o utils/nproc.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/realpath.c | |
mv realpath.o utils/realpath.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c fsevents/fsevents_stubs.c | |
1 warning generated. | |
[ 6%] Building C object strings/CMakeFiles/strings.dir/ctype-sjis.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
mv fsevents_stubs.o fsevents/fsevents_stubs.o | |
/usr/local/bin/ocamldep.opt -modules hh_server.ml > hh_server.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverMain.mli > server/serverMain.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverMain.cmi server/serverMain.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_server.cmo hh_server.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverMain.ml > server/serverMain.ml.depends | |
/usr/local/bin/ocamldep.opt -modules stubs/buildMain.ml > stubs/buildMain.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/buildMain.cmo stubs/buildMain.ml | |
/usr/local/bin/ocamldep.opt -modules utils/build_id.ml > utils/build_id.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/build_id.cmo utils/build_id.ml | |
/usr/local/bin/ocamldep.opt -modules utils/core.ml > utils/core.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/core_list.ml > third-party/core/core_list.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/caml.ml > third-party/core/caml.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/container.ml > third-party/core/container.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/commutative_group.ml > third-party/core/commutative_group.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/commutative_group.cmo third-party/core/commutative_group.ml | |
/usr/local/bin/ocamldep.opt -modules third-party/core/core_printf.ml > third-party/core/core_printf.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/monad.ml > third-party/core/monad.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/poly.ml > third-party/core/poly.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/polymorphic_compare.mli > third-party/core/polymorphic_compare.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/polymorphic_compare.cmi third-party/core/polymorphic_compare.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/caml.cmo third-party/core/caml.ml | |
1 warning generated. | |
[ 6%] Building C object strings/CMakeFiles/strings.dir/ctype-tis620.c.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/container.cmo third-party/core/container.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_printf.cmo third-party/core/core_printf.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/monad.cmo third-party/core/monad.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/poly.cmo third-party/core/poly.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_list.cmo third-party/core/core_list.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/core.cmo utils/core.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/commutative_group.cmx third-party/core/commutative_group.ml | |
1 warning generated. | |
[ 6%] Building C object strings/CMakeFiles/strings.dir/ctype-uca.c.o | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_casefold.cc.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules third-party/core/polymorphic_compare.ml > third-party/core/polymorphic_compare.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/polymorphic_compare.cmx third-party/core/polymorphic_compare.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/caml.cmx third-party/core/caml.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/container.cmx third-party/core/container.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_printf.cmx third-party/core/core_printf.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/monad.cmx third-party/core/monad.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/poly.cmx third-party/core/poly.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_list.cmx third-party/core/core_list.ml | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindLib.ml > dfind/dfindLib.ml.depends | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindLib.mli > dfind/dfindLib.mli.depends | |
/usr/local/bin/ocamldep.opt -modules utils/path.mli > utils/path.mli.depends | |
/usr/local/bin/ocamldep.opt -modules utils/utils.ml > utils/utils.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/ident.ml > utils/ident.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/ident.cmo utils/ident.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/path.cmi utils/path.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/utils.cmo utils/utils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindLib.cmi dfind/dfindLib.mli | |
/usr/local/bin/ocamldep.opt -modules utils/daemon.ml > utils/daemon.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/daemon.mli > utils/daemon.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/daemon.cmi utils/daemon.mli | |
/usr/local/bin/ocamldep.opt -modules utils/fork.ml > utils/fork.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/pidLog.ml > utils/pidLog.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/sys_utils.ml > utils/sys_utils.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/sys_utils.cmo utils/sys_utils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pidLog.cmo utils/pidLog.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/fork.cmo utils/fork.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/core.cmx utils/core.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/ident.cmx utils/ident.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/utils.cmx utils/utils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/sys_utils.cmx utils/sys_utils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pidLog.cmx utils/pidLog.ml | |
/usr/local/bin/ocamldep.opt -modules third-party/core/option.ml > third-party/core/option.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/option.cmo third-party/core/option.ml | |
/usr/local/bin/ocamldep.opt -modules utils/tmp.ml > utils/tmp.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tmp.cmo utils/tmp.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/fork.cmx utils/fork.ml | |
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_groups.cc.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/option.cmx third-party/core/option.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tmp.cmx utils/tmp.ml | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindServer.ml > dfind/dfindServer.ml.depends | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindServer.mli > dfind/dfindServer.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmi dfind/dfindServer.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/daemon.cmx utils/daemon.ml | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindAddFile.ml > dfind/dfindAddFile.ml.depends | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindAddFile.mli > dfind/dfindAddFile.mli.depends | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindEnv.mli > dfind/dfindEnv.mli.depends | |
/usr/local/bin/ocamldep.opt -modules fsnotify_darwin/fsnotify.mli > fsnotify_darwin/fsnotify.mli.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/avl/monoidAvl.mli > third-party/avl/monoidAvl.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsnotify_darwin -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsnotify_darwin/fsnotify.cmi fsnotify_darwin/fsnotify.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I third-party/avl -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/avl/monoidAvl.cmi third-party/avl/monoidAvl.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindEnv.cmi dfind/dfindEnv.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmi dfind/dfindAddFile.mli | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindEnv.ml > dfind/dfindEnv.ml.depends | |
/usr/local/bin/ocamldep.opt -modules fsnotify_darwin/fsnotify.ml > fsnotify_darwin/fsnotify.ml.depends | |
/usr/local/bin/ocamldep.opt -modules fsevents/fsevents.ml > fsevents/fsevents.ml.depends | |
/usr/local/bin/ocamldep.opt -modules fsevents/fsevents.mli > fsevents/fsevents.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsevents -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsevents/fsevents.cmi fsevents/fsevents.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsevents -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsevents/fsevents.cmx fsevents/fsevents.ml | |
/usr/local/bin/ocamldep.opt -modules third-party/avl/monoidAvl.ml > third-party/avl/monoidAvl.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsnotify_darwin -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsnotify_darwin/fsnotify.cmx fsnotify_darwin/fsnotify.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I third-party/avl -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/avl/monoidAvl.cmx third-party/avl/monoidAvl.ml | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindMaybe.ml > dfind/dfindMaybe.ml.depends | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindMaybe.mli > dfind/dfindMaybe.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmi dfind/dfindMaybe.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindEnv.cmx dfind/dfindEnv.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmx dfind/dfindMaybe.ml | |
/usr/local/bin/ocamldep.opt -modules utils/path.ml > utils/path.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmx dfind/dfindAddFile.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/path.cmx utils/path.ml | |
1 warning generated. | |
[ 6%] Building C object strings/CMakeFiles/strings.dir/ctype-ucs2.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmx dfind/dfindServer.ml | |
/usr/local/bin/ocamldep.opt -modules utils/errors.ml > utils/errors.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/errors.mli > utils/errors.mli.depends | |
/usr/local/bin/ocamldep.opt -modules utils/hh_json.ml > utils/hh_json.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/pos.ml > utils/pos.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_json.cmo utils/hh_json.ml | |
/usr/local/bin/ocamldep.opt -modules utils/relative_path.mli > utils/relative_path.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/relative_path.cmi utils/relative_path.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pos.cmo utils/pos.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/errors.cmi utils/errors.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_json.cmx utils/hh_json.ml | |
[ 5%] Linking CXX static library libre2.a | |
/usr/local/bin/ocamldep.opt -modules utils/relative_path.ml > utils/relative_path.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/relative_path.cmx utils/relative_path.ml | |
[ 5%] Built target re2 | |
Scanning dependencies of target taocrypt | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pos.cmx utils/pos.ml | |
[ 6%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/aes.cpp.o | |
/usr/local/bin/ocamldep.opt -modules stubs/eventLogger.ml > stubs/eventLogger.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/eventLogger.cmo stubs/eventLogger.ml | |
/usr/local/bin/ocamldep.opt -modules utils/find.ml > utils/find.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/find.mli > utils/find.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/find.cmi utils/find.mli | |
/usr/local/bin/ocamldep.opt -modules server/findUtils.ml > server/findUtils.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/findUtils.mli > server/findUtils.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findUtils.cmi server/findUtils.mli | |
/usr/local/bin/ocamldep.opt -modules stubs/filesToIgnore.ml > stubs/filesToIgnore.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/filesToIgnore.cmo stubs/filesToIgnore.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/filesToIgnore.cmx stubs/filesToIgnore.ml | |
/usr/local/bin/ocamldep.opt -modules globals/globalConfig.ml > globals/globalConfig.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/globalConfig.cmo globals/globalConfig.ml | |
/usr/local/bin/ocamldep.opt -modules stubs/hackEventLogger.ml > stubs/hackEventLogger.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/hackEventLogger.cmo stubs/hackEventLogger.ml | |
/usr/local/bin/ocamldep.opt -modules search/hackSearchService.ml > search/hackSearchService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules parsing/ast.ml > parsing/ast.ml.depends | |
/usr/local/bin/ocamldep.opt -modules deps/fileInfo.mli > deps/fileInfo.mli.depends | |
[ 6%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/aestables.cpp.o | |
/usr/local/bin/ocamldep.opt -modules parsing/namespace_env.ml > parsing/namespace_env.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/fileInfo.cmi deps/fileInfo.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespace_env.cmo parsing/namespace_env.ml | |
/usr/local/bin/ocamldep.opt -modules parsing/parsing_hooks.ml > parsing/parsing_hooks.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast.cmo parsing/ast.ml | |
[ 6%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/algebra.cpp.o | |
/usr/local/bin/ocamldep.opt -modules search/searchService.ml > search/searchService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules search/fuzzySearchService.ml > search/fuzzySearchService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules heap/prefix.mli > heap/prefix.mli.depends | |
/usr/local/bin/ocamldep.opt -modules search/searchUtils.ml > search/searchUtils.ml.depends | |
/usr/local/bin/ocamldep.opt -modules heap/sharedMem.mli > heap/sharedMem.mli.depends | |
/usr/local/bin/ocamldep.opt -modules heap/value.mli > heap/value.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/prefix.cmi heap/prefix.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/value.cmi heap/value.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchUtils.cmo search/searchUtils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/sharedMem.cmi heap/sharedMem.mli | |
/usr/local/bin/ocamldep.opt -modules search/trieSearchService.ml > search/trieSearchService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/trie.ml > utils/trie.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/trie.cmo utils/trie.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/fuzzySearchService.cmo search/fuzzySearchService.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/trieSearchService.cmo search/trieSearchService.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_hooks.cmo parsing/parsing_hooks.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchService.cmo search/searchService.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/hackSearchService.cmo search/hackSearchService.ml | |
/usr/local/bin/ocamldep.opt -modules deps/fileInfo.ml > deps/fileInfo.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/fileInfo.cmx deps/fileInfo.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespace_env.cmx parsing/namespace_env.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast.cmx parsing/ast.ml | |
/usr/local/bin/ocamldep.opt -modules heap/prefix.ml > heap/prefix.ml.depends | |
/usr/local/bin/ocamldep.opt -modules heap/sharedMem.ml > heap/sharedMem.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/eventLogger.cmx stubs/eventLogger.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/prefix.cmx heap/prefix.ml | |
1 warning generated. | |
[ 8%] Building C object strings/CMakeFiles/strings.dir/ctype-ujis.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules heap/value.ml > heap/value.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/value.cmx heap/value.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchUtils.cmx search/searchUtils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/sharedMem.cmx heap/sharedMem.ml | |
[ 9%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/arc4.cpp.o | |
[ 9%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/asn.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/trie.cmx utils/trie.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/fuzzySearchService.cmx search/fuzzySearchService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/trieSearchService.cmx search/trieSearchService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_hooks.cmx parsing/parsing_hooks.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchService.cmx search/searchService.ml | |
/usr/local/bin/ocamldep.opt -modules utils/hh_logger.ml > utils/hh_logger.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_logger.cmo utils/hh_logger.ml | |
/usr/local/bin/ocamldep.opt -modules hhi/hhi.ml > hhi/hhi.ml.depends | |
/usr/local/bin/ocamldep.opt -modules hhi/hhi.mli > hhi/hhi.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi.cmi hhi/hhi.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/globalConfig.cmx globals/globalConfig.ml | |
/usr/local/bin/ocamldep.opt -modules utils/lock.ml > utils/lock.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lock.cmo utils/lock.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverArgs.ml > server/serverArgs.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverArgs.mli > server/serverArgs.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgs.cmi server/serverArgs.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/build_id.cmx utils/build_id.ml | |
/usr/local/bin/ocamldep.opt -modules utils/wwwroot.ml > utils/wwwroot.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/wwwroot.cmo utils/wwwroot.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/wwwroot.cmx utils/wwwroot.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverCommand.ml > server/serverCommand.ml.depends | |
/usr/local/bin/ocamldep.opt -modules naming/naming.mli > naming/naming.mli.depends | |
/usr/local/bin/ocamldep.opt -modules naming/nast.ml > naming/nast.ml.depends | |
/usr/local/bin/ocamldep.opt -modules naming/naming_special_names.ml > naming/naming_special_names.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_special_names.cmo naming/naming_special_names.ml | |
/usr/local/bin/ocamldep.opt -modules naming/typecheckerOptions.ml > naming/typecheckerOptions.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast.cmo naming/nast.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/typecheckerOptions.cmo naming/typecheckerOptions.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverBuild.ml > server/serverBuild.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverEnv.ml > server/serverEnv.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming.cmi naming/naming.mli | |
/usr/local/bin/ocamldep.opt -modules server/serverConfig.mli > server/serverConfig.mli.depends | |
/usr/local/bin/ocamldep.opt -modules procs/worker.mli > procs/worker.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConfig.cmi server/serverConfig.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/worker.cmi procs/worker.mli | |
/usr/local/bin/ocamldep.opt -modules server/serverRpc.ml > server/serverRpc.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/autocompleteService.ml > server/autocompleteService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules globals/autocomplete.ml > globals/autocomplete.ml.depends | |
/usr/local/bin/ocamldep.opt -modules naming/naming_hooks.ml > naming/naming_hooks.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing.mli > typing/typing.mli.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_defs.ml > typing/typing_defs.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_reason.ml > typing/typing_reason.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_reason.cmo typing/typing_reason.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_env.mli > typing/typing_env.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_defs.cmo typing/typing_defs.ml | |
/usr/local/bin/ocamldep.opt -modules deps/typing_deps.mli > deps/typing_deps.mli.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_heap.mli > typing/typing_heap.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/typing_deps.cmi deps/typing_deps.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_heap.cmi typing/typing_heap.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_env.cmi typing/typing_env.mli | |
/usr/local/bin/ocamldep.opt -modules typing/typing_hooks.ml > typing/typing_hooks.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_phase.ml > typing/typing_phase.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_dependent_type.ml > typing/typing_dependent_type.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_subst.ml > typing/typing_subst.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_utils.ml > typing/typing_utils.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typeVisitor.ml > typing/typeVisitor.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hooks.cmo typing/typing_hooks.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_print.mli > typing/typing_print.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typeVisitor.cmo typing/typeVisitor.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_print.cmi typing/typing_print.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_utils.cmo typing/typing_utils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dependent_type.cmo typing/typing_dependent_type.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subst.cmo typing/typing_subst.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_subtype.ml > typing/typing_subtype.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_phase.cmo typing/typing_phase.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_unification_env.ml > typing/typing_unification_env.ml.depends | |
1 warning generated. | |
/usr/local/bin/ocamldep.opt -modules typing/typing_unify.ml > typing/typing_unify.ml.depends | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-utf8.c.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unification_env.cmo typing/typing_unification_env.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unify.cmo typing/typing_unify.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/autocomplete.cmo globals/autocomplete.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_hooks.cmo naming/naming_hooks.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing.cmi typing/typing.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subtype.cmo typing/typing_subtype.ml | |
/usr/local/bin/ocamldep.opt -modules server/fileOutline.ml > server/fileOutline.ml.depends | |
/usr/local/bin/ocamldep.opt -modules parsing/parser_hack.mli > parsing/parser_hack.mli.depends | |
/usr/local/bin/ocamllex.opt -q parsing/lexer_hack.mll | |
/usr/local/bin/ocamldep.opt -modules parsing/lexer_hack.ml > parsing/lexer_hack.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/lexer_hack.cmo parsing/lexer_hack.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_hack.cmi parsing/parser_hack.mli | |
/usr/local/bin/ocamldep.opt -modules server/methodJumps.ml > server/methodJumps.ml.depends | |
/usr/local/bin/ocamldep.opt -modules procs/bucket.ml > procs/bucket.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/findRefsService.ml > server/findRefsService.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/bucket.cmo procs/bucket.ml | |
/usr/local/bin/ocamldep.opt -modules procs/multiWorker.mli > procs/multiWorker.mli.depends | |
/usr/local/bin/ocamldep.opt -modules naming/naming_heap.ml > naming/naming_heap.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverIdeUtils.ml > server/serverIdeUtils.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_heap.cmo naming/naming_heap.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverUtils.ml > server/serverUtils.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnv.cmo server/serverEnv.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_check_utils.ml > typing/typing_check_utils.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_check_service.ml > typing/typing_check_service.ml.depends | |
/usr/local/bin/ocamldep.opt -modules heap/globalStorage.ml > heap/globalStorage.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/multiWorker.cmi procs/multiWorker.mli | |
/usr/local/bin/ocamldep.opt -modules typing/typing_decl_service.mli > typing/typing_decl_service.mli.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_variance.ml > typing/typing_variance.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/globalStorage.cmo heap/globalStorage.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl_service.cmi typing/typing_decl_service.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_variance.cmo typing/typing_variance.ml | |
[ 9%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/coding.cpp.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_service.cmo typing/typing_check_service.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_decl.mli > typing/typing_decl.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverUtils.cmo server/serverUtils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_utils.cmo typing/typing_check_utils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl.cmi typing/typing_decl.mli | |
/usr/local/bin/ocamldep.opt -modules typing/typing_compare.mli > typing/typing_compare.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdeUtils.cmo server/serverIdeUtils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_compare.cmi typing/typing_compare.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findRefsService.cmo server/findRefsService.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverArgumentInfo.ml > server/serverArgumentInfo.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/argumentInfoService.ml > server/argumentInfoService.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/argumentInfoService.cmo server/argumentInfoService.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverAutoComplete.ml > server/serverAutoComplete.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/autocompleteService.cmo server/autocompleteService.ml | |
[ 10%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/des.cpp.o | |
/usr/local/bin/ocamldep.opt -modules server/serverCheckpoint.ml > server/serverCheckpoint.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverColorFile.ml > server/serverColorFile.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/coverage_level.ml > typing/coverage_level.ml.depends | |
/usr/local/bin/ocamldep.opt -modules parsing/parser_heap.ml > parsing/parser_heap.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_heap.cmo parsing/parser_heap.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/coverage_level.cmo typing/coverage_level.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverCoverageMetric.ml > server/serverCoverageMetric.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverError.ml > server/serverError.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverFindRefs.mli > server/serverFindRefs.mli.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverIdentifyFunction.ml > server/serverIdentifyFunction.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/identifySymbolService.ml > server/identifySymbolService.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/identifySymbolService.cmo server/identifySymbolService.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverInferType.ml > server/serverInferType.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/inferAtPosService.ml > server/inferAtPosService.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/inferAtPosService.cmo server/inferAtPosService.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverLint.ml > server/serverLint.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/lint.mli > utils/lint.mli.depends | |
/usr/local/bin/ocamldep.opt -modules stubs/linting_service.ml > stubs/linting_service.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lint.cmi utils/lint.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/linting_service.cmo stubs/linting_service.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverRefactor.ml > server/serverRefactor.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFindRefs.cmi server/serverFindRefs.mli | |
/usr/local/bin/ocamldep.opt -modules server/serverSearch.ml > server/serverSearch.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/symbolInfoService.ml > server/symbolInfoService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/symbolFunCallService.ml > server/symbolFunCallService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/symbolUtils.ml > server/symbolUtils.ml.depends | |
[ 10%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/dh.cpp.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolUtils.cmo server/symbolUtils.ml | |
/usr/local/bin/ocamldep.opt -modules server/symbolTypeService.ml > server/symbolTypeService.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolFunCallService.cmo server/symbolFunCallService.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolTypeService.cmo server/symbolTypeService.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/fileOutline.cmo server/fileOutline.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/methodJumps.cmo server/methodJumps.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgumentInfo.cmo server/serverArgumentInfo.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverAutoComplete.cmo server/serverAutoComplete.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCheckpoint.cmo server/serverCheckpoint.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverColorFile.cmo server/serverColorFile.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCoverageMetric.cmo server/serverCoverageMetric.ml | |
[ 10%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/dsa.cpp.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverError.cmo server/serverError.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdentifyFunction.cmo server/serverIdentifyFunction.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInferType.cmo server/serverInferType.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverLint.cmo server/serverLint.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRefactor.cmo server/serverRefactor.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverSearch.cmo server/serverSearch.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolInfoService.cmo server/symbolInfoService.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverTypeCheck.mli > server/serverTypeCheck.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverBuild.cmo server/serverBuild.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRpc.cmo server/serverRpc.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverTypeCheck.cmi server/serverTypeCheck.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCommand.cmo server/serverCommand.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/buildMain.cmx stubs/buildMain.ml | |
1 warning generated. | |
[ 10%] Building C object strings/CMakeFiles/strings.dir/ctype-win1250ch.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules naming/naming.ml > naming/naming.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/errors.cmx utils/errors.ml | |
1 warning generated. | |
[ 12%] Building C object strings/CMakeFiles/strings.dir/ctype.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules globals/ide.ml > globals/ide.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/ide.cmo globals/ide.ml | |
/usr/local/bin/ocamldep.opt -modules parsing/namespaces.ml > parsing/namespaces.ml.depends | |
[ 5%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/parser.cpp.o | |
/usr/local/bin/ocamldep.opt -modules parsing/namespaces.mli > parsing/namespaces.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespaces.cmi parsing/namespaces.mli | |
/usr/local/bin/ocamldep.opt -modules naming/naming_ast_helpers.ml > naming/naming_ast_helpers.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_ast_helpers.cmo naming/naming_ast_helpers.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespaces.cmx parsing/namespaces.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_heap.ml > typing/typing_heap.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_special_names.cmx naming/naming_special_names.ml | |
[ 13%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/file.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast.cmx naming/nast.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_reason.cmx typing/typing_reason.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_defs.cmx typing/typing_defs.ml | |
[ 13%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/hash.cpp.o | |
1 warning generated. | |
[ 13%] Building C object strings/CMakeFiles/strings.dir/decimal.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_heap.cmx typing/typing_heap.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules deps/typing_deps.ml > deps/typing_deps.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/autocomplete.cmx globals/autocomplete.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/ide.cmx globals/ide.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_ast_helpers.cmx naming/naming_ast_helpers.ml | |
[ 13%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/integer.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_hooks.cmx naming/naming_hooks.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/typecheckerOptions.cmx naming/typecheckerOptions.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/typing_deps.cmx deps/typing_deps.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindLib.cmx dfind/dfindLib.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming.cmx naming/naming.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgs.cmx server/serverArgs.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverConfig.ml > server/serverConfig.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/config_file.ml > utils/config_file.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/config_file.cmo utils/config_file.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/config_file.cmx utils/config_file.ml | |
/usr/local/bin/ocamldep.opt -modules procs/worker.ml > procs/worker.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/printSignal.ml > utils/printSignal.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/printSignal.cmo utils/printSignal.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/printSignal.cmx utils/printSignal.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConfig.cmx server/serverConfig.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/worker.cmx procs/worker.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing.ml > typing/typing.ml.depends | |
1 warning generated. | |
[ 13%] Building C object strings/CMakeFiles/strings.dir/dtoa.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules naming/attributes.ml > naming/attributes.ml.depends | |
/usr/local/bin/ocamldep.opt -modules naming/nast_eval.mli > naming/nast_eval.mli.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/result.mli > third-party/core/result.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/result.cmi third-party/core/result.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast_eval.cmi naming/nast_eval.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/attributes.cmo naming/attributes.ml | |
/usr/local/bin/ocamldep.opt -modules naming/nast_eval.ml > naming/nast_eval.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/result.ml > third-party/core/result.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_heap.cmx naming/naming_heap.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/result.cmx third-party/core/result.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast_eval.cmx naming/nast_eval.ml | |
/usr/local/bin/ocamldep.opt -modules typing/nastCheck.ml > typing/nastCheck.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_hint.ml > typing/typing_hint.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_instantiate.mli > typing/typing_instantiate.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hint.cmo typing/typing_hint.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_instantiate.cmi typing/typing_instantiate.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastCheck.cmo typing/nastCheck.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_env.ml > typing/typing_env.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_env.cmx typing/typing_env.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hooks.cmx typing/typing_hooks.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_print.ml > typing/typing_print.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typeVisitor.cmx typing/typeVisitor.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_print.cmx typing/typing_print.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_utils.cmx typing/typing_utils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dependent_type.cmx typing/typing_dependent_type.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subst.cmx typing/typing_subst.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_phase.cmx typing/typing_phase.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_instantiate.ml > typing/typing_instantiate.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hint.cmx typing/typing_hint.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_instantiate.cmx typing/typing_instantiate.ml | |
/usr/local/bin/ocamldep.opt -modules typing/nastInitCheck.ml > typing/nastInitCheck.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/nast_terminality.ml > typing/nast_terminality.ml.depends | |
/usr/local/bin/ocamldep.opt -modules naming/nastVisitor.ml > naming/nastVisitor.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nastVisitor.cmo naming/nastVisitor.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest.ml > typing/typing_suggest.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.mli > typing/typing_expand.mli.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_ops.ml > typing/typing_ops.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_tdef.ml > typing/typing_tdef.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_taccess.mli > typing/typing_taccess.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_taccess.cmi typing/typing_taccess.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_tdef.cmo typing/typing_tdef.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_expand.cmi typing/typing_expand.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_ops.cmo typing/typing_ops.ml | |
1 warning generated. | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nast_terminality.cmo typing/nast_terminality.ml | |
[ 14%] Building C object strings/CMakeFiles/strings.dir/int2str.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest.cmo typing/typing_suggest.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastInitCheck.cmo typing/nastInitCheck.ml | |
1 warning generated. | |
[ 14%] Building C object strings/CMakeFiles/strings.dir/is_prefix.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nastVisitor.cmx naming/nastVisitor.ml | |
1 warning generated. | |
[ 14%] Building C object strings/CMakeFiles/strings.dir/llstr.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 16%] Building C object strings/CMakeFiles/strings.dir/longlong2str.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 16%] Building C object strings/CMakeFiles/strings.dir/my_strtoll10.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.ml > typing/typing_expand.ml.depends | |
1 warning generated. | |
[ 16%] Building C object strings/CMakeFiles/strings.dir/my_vsnprintf.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unification_env.cmx typing/typing_unification_env.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unify.cmx typing/typing_unify.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_taccess.ml > typing/typing_taccess.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_generic.ml > typing/typing_generic.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_generic.cmo typing/typing_generic.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_expand.cmx typing/typing_expand.ml | |
1 warning generated. | |
[ 17%] Building C object strings/CMakeFiles/strings.dir/str2int.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_generic.cmx typing/typing_generic.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 17%] Building C object strings/CMakeFiles/strings.dir/str_alloc.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_taccess.cmx typing/typing_taccess.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 17%] Building C object strings/CMakeFiles/strings.dir/strcend.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 18%] Building C object strings/CMakeFiles/strings.dir/strend.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subtype.cmx typing/typing_subtype.ml | |
1 warning generated. | |
[ 18%] Building C object strings/CMakeFiles/strings.dir/strfill.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 18%] Building C object strings/CMakeFiles/strings.dir/strmake.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 20%] Building C object strings/CMakeFiles/strings.dir/strmov.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 20%] Building C object strings/CMakeFiles/strings.dir/strnmov.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_tdef.cmx typing/typing_tdef.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 20%] Building C object strings/CMakeFiles/strings.dir/strxmov.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_ops.cmx typing/typing_ops.ml | |
1 warning generated. | |
[ 21%] Building C object strings/CMakeFiles/strings.dir/strxnmov.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 21%] Building C object strings/CMakeFiles/strings.dir/xml.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nast_terminality.cmx typing/nast_terminality.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest.cmx typing/typing_suggest.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typingEqualityCheck.ml > typing/typingEqualityCheck.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typingEqualityCheck.cmo typing/typingEqualityCheck.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_alias.ml > typing/typing_alias.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_alias.mli > typing/typing_alias.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_alias.cmi typing/typing_alias.mli | |
/usr/local/bin/ocamldep.opt -modules typing/typing_async.ml > typing/typing_async.ml.depends | |
1 warning generated. | |
[ 21%] Building C object strings/CMakeFiles/strings.dir/my_strchr.c.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_async.cmo typing/typing_async.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 22%] Building C object strings/CMakeFiles/strings.dir/strcont.c.o | |
/usr/local/bin/ocamldep.opt -modules typing/typing_enum.ml > typing/typing_enum.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_enum.cmo typing/typing_enum.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 22%] Building C object strings/CMakeFiles/strings.dir/strappend.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules typing/typing_extends.ml > typing/typing_extends.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_extends.mli > typing/typing_extends.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_extends.cmi typing/typing_extends.mli | |
1 warning generated. | |
[ 22%] Linking C static library libstrings.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols | |
/usr/local/bin/ocamldep.opt -modules typing/typing_exts.ml > typing/typing_exts.ml.depends | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_exts.cmo typing/typing_exts.ml | |
[ 22%] Built target strings | |
/usr/local/bin/ocamldep.opt -modules typing/typing_lenv.ml > typing/typing_lenv.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_lenv.cmo typing/typing_lenv.ml | |
Scanning dependencies of target neo | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_err.c.o | |
/usr/local/bin/ocamldep.opt -modules typing/typing_sequencing.ml > typing/typing_sequencing.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_sequencing.cmo typing/typing_sequencing.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_shapes.ml > typing/typing_shapes.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_shapes.cmo typing/typing_shapes.ml | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_files.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/attributes.cmx naming/attributes.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastCheck.cmx typing/nastCheck.ml | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hash.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastInitCheck.cmx typing/nastInitCheck.ml | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hdf.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typingEqualityCheck.cmx typing/typingEqualityCheck.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_alias.cmx typing/typing_alias.ml | |
[ 24%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md2.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_async.cmx typing/typing_async.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_enum.cmx typing/typing_enum.ml | |
[ 24%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md4.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_extends.cmx typing/typing_extends.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_exts.cmx typing/typing_exts.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_lenv.cmx typing/typing_lenv.ml | |
[ 24%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md5.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_sequencing.cmx typing/typing_sequencing.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_shapes.cmx typing/typing_shapes.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_variance.cmx typing/typing_variance.ml | |
[ 25%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/misc.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing.cmx typing/typing.ml | |
[ 25%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/random.cpp.o | |
[ 25%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/ripemd.cpp.o | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_misc.c.o | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_rand.c.o | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_str.c.o | |
/usr/local/bin/ocamldep.opt -modules parsing/parser_hack.ml > parsing/parser_hack.ml.depends | |
[ 27%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/rsa.cpp.o | |
/usr/local/bin/ocamldep.opt -modules utils/lint.ml > utils/lint.ml.depends | |
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/ulist.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/lexer_hack.cmx parsing/lexer_hack.ml | |
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/ulocks.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lint.cmx utils/lint.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_heap.cmx parsing/parser_heap.ml | |
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/wildmat.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_hack.cmx parsing/parser_hack.ml | |
[ 6%] Linking C static library libneo.a | |
[ 6%] Built target neo | |
Scanning dependencies of target gen_dtrace_header | |
[ 28%] Generating include/probes_mysql_dtrace.h, include/probes_mysql_nodtrace.h | |
[ 28%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/sha.cpp.o | |
[ 28%] Built target gen_dtrace_header | |
[ 6%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/scanner.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/hackEventLogger.cmx stubs/hackEventLogger.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/bucket.cmx procs/bucket.ml | |
/usr/local/bin/ocamldep.opt -modules procs/multiWorker.ml > procs/multiWorker.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnv.cmx server/serverEnv.ml | |
Scanning dependencies of target vixl | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/multiWorker.cmx procs/multiWorker.ml | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/utils.cc.o | |
/usr/local/bin/ocamldep.opt -modules typing/typing_decl_service.ml > typing/typing_decl_service.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/globalStorage.cmx heap/globalStorage.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_decl.ml > typing/typing_decl.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_dynamic_yield.ml > typing/typing_dynamic_yield.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dynamic_yield.cmo typing/typing_dynamic_yield.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_inherit.ml > typing/typing_inherit.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_inherit.mli > typing/typing_inherit.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_inherit.cmi typing/typing_inherit.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dynamic_yield.cmx typing/typing_dynamic_yield.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_inherit.cmx typing/typing_inherit.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl.cmx typing/typing_decl.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl_service.cmx typing/typing_decl_service.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_service.cmx typing/typing_check_service.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverUtils.cmx server/serverUtils.ml | |
[ 28%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/rabbit.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_utils.cmx typing/typing_check_utils.ml | |
[ 29%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/hc128.cpp.o | |
/usr/local/bin/ocamldep.opt -modules typing/typing_compare.ml > typing/typing_compare.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdeUtils.cmx server/serverIdeUtils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_compare.cmx typing/typing_compare.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findRefsService.cmx server/findRefsService.ml | |
[ 29%] Linking CXX static library libtaocrypt.a | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/argumentInfoService.cmx server/argumentInfoService.ml | |
[ 29%] Built target taocrypt | |
Scanning dependencies of target yassl | |
[ 29%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/buffer.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/autocompleteService.cmx server/autocompleteService.ml | |
[ 29%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/cert_wrapper.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/coverage_level.cmx typing/coverage_level.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/find.cmx utils/find.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findUtils.cmx server/findUtils.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverFindRefs.ml > server/serverFindRefs.ml.depends | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/assembler-a64.cc.o | |
[ 31%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/crypto_wrapper.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/identifySymbolService.cmx server/identifySymbolService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/inferAtPosService.cmx server/inferAtPosService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/linting_service.cmx stubs/linting_service.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFindRefs.cmx server/serverFindRefs.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/hackSearchService.cmx search/hackSearchService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolUtils.cmx server/symbolUtils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolFunCallService.cmx server/symbolFunCallService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolTypeService.cmx server/symbolTypeService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/fileOutline.cmx server/fileOutline.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/methodJumps.cmx server/methodJumps.ml | |
[ 7%] Linking CXX static library libhphp_parser.a | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgumentInfo.cmx server/serverArgumentInfo.ml | |
[ 7%] Built target hphp_parser | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverAutoComplete.cmx server/serverAutoComplete.ml | |
Scanning dependencies of target zlib | |
[ 32%] Building C object zlib/CMakeFiles/zlib.dir/adler32.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCheckpoint.cmx server/serverCheckpoint.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverColorFile.cmx server/serverColorFile.ml | |
1 warning generated. | |
[ 32%] Building C object zlib/CMakeFiles/zlib.dir/compress.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCoverageMetric.cmx server/serverCoverageMetric.ml | |
1 warning generated. | |
[ 32%] Building C object zlib/CMakeFiles/zlib.dir/crc32.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverError.cmx server/serverError.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdentifyFunction.cmx server/serverIdentifyFunction.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInferType.cmx server/serverInferType.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverLint.cmx server/serverLint.ml | |
1 warning generated. | |
[ 33%] Building C object zlib/CMakeFiles/zlib.dir/deflate.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRefactor.cmx server/serverRefactor.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverSearch.cmx server/serverSearch.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolInfoService.cmx server/symbolInfoService.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverTypeCheck.ml > server/serverTypeCheck.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_logger.cmx utils/hh_logger.ml | |
/usr/local/bin/ocamldep.opt -modules parsing/parsing_service.ml > parsing/parsing_service.ml.depends | |
/usr/local/bin/ocamldep.opt -modules parsing/parsing_service.mli > parsing/parsing_service.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_service.cmi parsing/parsing_service.mli | |
/usr/local/bin/ocamldep.opt -modules parsing/ast_utils.ml > parsing/ast_utils.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast_utils.cmo parsing/ast_utils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast_utils.cmx parsing/ast_utils.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_redecl_service.ml > typing/typing_redecl_service.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_redecl_service.mli > typing/typing_redecl_service.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_redecl_service.cmi typing/typing_redecl_service.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_service.cmx parsing/parsing_service.ml | |
[ 33%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/handshake.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_redecl_service.cmx typing/typing_redecl_service.ml | |
1 warning generated. | |
[ 33%] Building C object zlib/CMakeFiles/zlib.dir/gzio.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverBuild.cmx server/serverBuild.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRpc.cmx server/serverRpc.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverTypeCheck.cmx server/serverTypeCheck.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverConvert.ml > server/serverConvert.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest_service.ml > typing/typing_suggest_service.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest_service.cmo typing/typing_suggest_service.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConvert.cmo server/serverConvert.ml | |
1 warning generated. | |
[ 33%] Building C object zlib/CMakeFiles/zlib.dir/infback.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest_service.cmx typing/typing_suggest_service.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules server/serverEnvBuild.ml > server/serverEnvBuild.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverEnvBuild.mli > server/serverEnvBuild.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnvBuild.cmi server/serverEnvBuild.mli | |
/usr/local/bin/ocamldep.opt -modules server/serverInit.ml > server/serverInit.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverInit.mli > server/serverInit.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInit.cmi server/serverInit.mli | |
/usr/local/bin/ocamldep.opt -modules stubs/ai.ml > stubs/ai.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai.cmo stubs/ai.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai.cmx stubs/ai.ml | |
1 warning generated. | |
[ 35%] Building C object zlib/CMakeFiles/zlib.dir/inffast.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 35%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/lock.cpp.o | |
/usr/local/bin/ocamldep.opt -modules server/serverPeriodical.ml > server/serverPeriodical.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverPeriodical.mli > server/serverPeriodical.mli.depends | |
[ 36%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/log.cpp.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverPeriodical.cmi server/serverPeriodical.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi.cmx hhi/hhi.ml | |
[ 36%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/socket_wrapper.cpp.o | |
/usr/local/bin/ocamldep.opt -modules socket/socket.ml > socket/socket.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I socket -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o socket/socket.cmo socket/socket.ml | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/socket_wrapper.cpp:49:15: warning: unused variable 'SOCKET_EINVAL' [-Wunused-const-variable] | |
const int SOCKET_EINVAL = EINVAL; | |
^ | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I socket -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o socket/socket.cmx socket/socket.ml | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lock.cmx utils/lock.ml | |
[ 36%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/ssl.cpp.o | |
1 warning generated. | |
[ 36%] Building C object zlib/CMakeFiles/zlib.dir/inflate.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCommand.cmx server/serverCommand.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConvert.cmx server/serverConvert.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnvBuild.cmx server/serverEnvBuild.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInit.cmx server/serverInit.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverPeriodical.cmx server/serverPeriodical.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverMain.cmx server/serverMain.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_server.cmx hh_server.ml | |
1 warning generated. | |
[ 36%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/tmp.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/globalStorage.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx hhi/hhi.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx utils/errors.cmx naming/attributes.cmx parsing/namespaces.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx stubs/filesToIgnore.cmx server/findUtils.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolUtils.cmx server/symbolFunCallService.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx utils/hh_logger.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx server/serverEnvBuild.cmx stubs/ai.cmx server/serverInit.cmx socket/socket.cmx server/serverPeriodical.cmx utils/lock.cmx server/serverMain.cmx hh_server.cmx -o hh_server.native | |
[ 37%] Building C object zlib/CMakeFiles/zlib.dir/trees.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 39%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/timer.cpp.o | |
[ 39%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_error.cpp.o | |
[ 39%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_imp.cpp.o | |
/usr/local/bin/ocamldep.opt -modules hh_client.ml > hh_client.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientArgs.ml > client/clientArgs.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientBuild.ml > client/clientBuild.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientConnect.ml > client/clientConnect.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientConnectSimple.mli > client/clientConnectSimple.mli.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientStart.mli > client/clientStart.mli.depends | |
/usr/local/bin/ocamldep.opt -modules utils/exit_status.ml > utils/exit_status.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/exit_status.cmo utils/exit_status.ml | |
/usr/local/bin/ocamldep.opt -modules utils/tty.mli > utils/tty.mli.depends | |
1 warning generated. | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnectSimple.cmi client/clientConnectSimple.mli | |
[ 39%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.c.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStart.cmi client/clientStart.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tty.cmi utils/tty.mli | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules client/clientLogCommand.ml > client/clientLogCommand.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmo client/clientConnect.ml | |
1 warning generated. | |
[ 39%] Building C object zlib/CMakeFiles/zlib.dir/zutil.c.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommand.cmo client/clientLogCommand.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules client/clientCommand.ml > client/clientCommand.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientBuild.cmo client/clientBuild.ml | |
/usr/local/bin/ocamldep.opt -modules client/clientEnv.ml > client/clientEnv.ml.depends | |
1 warning generated. | |
/usr/local/bin/ocamldep.opt -modules client/clientStop.mli > client/clientStop.mli.depends | |
[ 40%] Linking C static library libzlib.a | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientEnv.cmo client/clientEnv.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStop.cmi client/clientStop.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCommand.cmo client/clientCommand.ml | |
[ 40%] Built target zlib | |
/usr/local/bin/ocamldep.opt -modules client/clientCheck.ml > client/clientCheck.ml.depends | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/cpu-a64.cc.o | |
/usr/local/bin/ocamldep.opt -modules client/clientArgumentInfo.ml > client/clientArgumentInfo.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientAutocomplete.ml > client/clientAutocomplete.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientCheckStatus.ml > client/clientCheckStatus.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientColorFile.ml > client/clientColorFile.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/colorFile.ml > client/colorFile.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/colorFile.cmo client/colorFile.ml | |
/usr/local/bin/ocamldep.opt -modules client/clientCoverageMetric.mli > client/clientCoverageMetric.mli.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientFindRefs.ml > client/clientFindRefs.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientLint.ml > client/clientLint.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientMethodJumps.ml > client/clientMethodJumps.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientOutline.ml > client/clientOutline.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientRefactor.ml > client/clientRefactor.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientSearch.ml > client/clientSearch.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientSymbolInfo.ml > client/clientSymbolInfo.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientTypeAtPos.ml > client/clientTypeAtPos.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgumentInfo.cmo client/clientArgumentInfo.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientAutocomplete.cmo client/clientAutocomplete.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheckStatus.cmo client/clientCheckStatus.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientColorFile.cmo client/clientColorFile.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCoverageMetric.cmi client/clientCoverageMetric.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientFindRefs.cmo client/clientFindRefs.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLint.cmo client/clientLint.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientMethodJumps.cmo client/clientMethodJumps.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientOutline.cmo client/clientOutline.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmo client/clientRefactor.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSearch.cmo client/clientSearch.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSymbolInfo.cmo client/clientSymbolInfo.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientTypeAtPos.cmo client/clientTypeAtPos.ml | |
/usr/local/bin/ocamldep.opt -modules client/clientLogCommandUtils.ml > client/clientLogCommandUtils.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientRestart.ml > client/clientRestart.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/hackClientStop.mli > client/hackClientStop.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/hackClientStop.cmi client/hackClientStop.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgs.cmo client/clientArgs.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmo client/clientCheck.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommandUtils.cmo client/clientLogCommandUtils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRestart.cmo client/clientRestart.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_client.cmo hh_client.ml | |
/usr/local/bin/ocamldep.opt -modules client/clientConnectSimple.ml > client/clientConnectSimple.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/exit_status.cmx utils/exit_status.ml | |
/usr/local/bin/ocamldep.opt -modules client/clientStart.ml > client/clientStart.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnectSimple.cmx client/clientConnectSimple.ml | |
/usr/local/bin/ocamldep.opt -modules client/hackClientStop.ml > client/hackClientStop.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientStop.ml > client/clientStop.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStop.cmx client/clientStop.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/hackClientStop.cmx client/hackClientStop.ml | |
/usr/local/bin/ocamldep.opt -modules utils/tty.ml > utils/tty.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStart.cmx client/clientStart.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tty.cmx utils/tty.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmx client/clientConnect.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommand.cmx client/clientLogCommand.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientBuild.cmx client/clientBuild.ml | |
Scanning dependencies of target vio | |
[ 40%] Building C object vio/CMakeFiles/vio.dir/vio.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientEnv.cmx client/clientEnv.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 40%] Building C object vio/CMakeFiles/vio.dir/viosocket.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCommand.cmx client/clientCommand.ml | |
1 warning generated. | |
[ 41%] Building C object vio/CMakeFiles/vio.dir/viossl.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/colorFile.cmx client/colorFile.ml | |
1 warning generated. | |
[ 41%] Building C object vio/CMakeFiles/vio.dir/viopipe.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 41%] Building C object vio/CMakeFiles/vio.dir/vioshm.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules client/clientCoverageMetric.ml > client/clientCoverageMetric.ml.depends | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/debugger-a64.cc.o | |
1 warning generated. | |
[ 43%] Building C object vio/CMakeFiles/vio.dir/viosslfactories.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 43%] Linking C static library libvio.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols | |
[ 43%] Built target vio | |
[ 44%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_int.cpp.o | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/decoder-a64.cc.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/yassl_int.cpp:964:12: warning: unused variable 'handshake_order' [-Wunused-const-variable] | |
const char handshake_order[] = "Out of order HandShake Message!"; | |
^ | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgumentInfo.cmx client/clientArgumentInfo.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientAutocomplete.cmx client/clientAutocomplete.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheckStatus.cmx client/clientCheckStatus.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientColorFile.cmx client/clientColorFile.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCoverageMetric.cmx client/clientCoverageMetric.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientFindRefs.cmx client/clientFindRefs.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLint.cmx client/clientLint.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientMethodJumps.cmx client/clientMethodJumps.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientOutline.cmx client/clientOutline.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmx client/clientRefactor.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSearch.cmx client/clientSearch.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSymbolInfo.cmx client/clientSymbolInfo.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientTypeAtPos.cmx client/clientTypeAtPos.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgs.cmx client/clientArgs.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmx client/clientCheck.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommandUtils.cmx client/clientLogCommandUtils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRestart.cmx client/clientRestart.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_client.cmx hh_client.ml | |
1 warning generated. | |
[ 44%] Building C object extra/yassl/CMakeFiles/yassl.dir/__/__/client/get_password.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/tmp.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx utils/printSignal.cmx procs/worker.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx socket/socket.cmx third-party/core/result.cmx utils/exit_status.cmx utils/lock.cmx client/clientConnectSimple.cmx client/clientStop.cmx heap/globalStorage.cmx naming/naming_heap.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx procs/multiWorker.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx stubs/filesToIgnore.cmx server/findUtils.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolUtils.cmx server/symbolFunCallService.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx utils/hh_logger.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/hackClientStop.cmx client/clientStart.cmx utils/tty.cmx client/clientConnect.cmx client/clientLogCommand.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientCommand.cmx client/clientArgs.cmx client/clientArgumentInfo.cmx client/clientAutocomplete.cmx client/clientCheckStatus.cmx client/colorFile.cmx client/clientColorFile.cmx client/clientCoverageMetric.cmx client/clientFindRefs.cmx client/clientLint.cmx client/clientMethodJumps.cmx client/clientOutline.cmx client/clientRefactor.cmx client/clientSearch.cmx client/clientSymbolInfo.cmx client/clientTypeAtPos.cmx client/clientCheck.cmx client/clientLogCommandUtils.cmx client/clientRestart.cmx hh_client.cmx -o hh_client.native | |
1 warning generated. | |
[ 44%] Linking CXX static library libyassl.a | |
[ 44%] Built target yassl | |
Scanning dependencies of target mysys | |
[ 44%] Building C object mysys/CMakeFiles/mysys.dir/array.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 44%] Building C object mysys/CMakeFiles/mysys.dir/charset-def.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules hh_single_type_check.ml > hh_single_type_check.ml.depends | |
1 warning generated. | |
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/charset.c.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_single_type_check.cmo hh_single_type_check.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_single_type_check.cmx hh_single_type_check.ml | |
1 warning generated. | |
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/checksum.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/disasm-a64.cc.o | |
1 warning generated. | |
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/errors.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/ident.cmx utils/utils.cmx client/colorFile.cmx utils/hh_json.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/tmp.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx parsing/parser_heap.cmx utils/printSignal.cmx procs/worker.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx typing/typeVisitor.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx typing/typing_utils.cmx typing/coverage_level.cmx utils/tty.cmx client/clientColorFile.cmx heap/globalStorage.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx procs/bucket.cmx procs/multiWorker.cmx stubs/filesToIgnore.cmx server/findUtils.cmx typing/typing_dependent_type.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx utils/find.cmx server/serverCoverageMetric.cmx client/clientCoverageMetric.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx utils/lint.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx parsing/parsing_service.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx server/argumentInfoService.cmx server/autocompleteService.cmx server/fileOutline.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx server/serverColorFile.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolUtils.cmx server/symbolFunCallService.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx utils/hh_logger.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientSymbolInfo.cmx hhi/hhi.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx stubs/ai.cmx hh_single_type_check.cmx -o hh_single_type_check.native | |
1 warning generated. | |
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/hash.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules hh_emitter.ml > hh_emitter.ml.depends | |
/usr/local/bin/ocamldep.opt -modules emitter/emitter.ml > emitter/emitter.ml.depends | |
/usr/local/bin/ocamldep.opt -modules emitter/emitter_core.ml > emitter/emitter_core.ml.depends | |
/usr/local/bin/ocamldep.opt -modules emitter/emitter_expr.ml > emitter/emitter_expr.ml.depends | |
/usr/local/bin/ocamldep.opt -modules emitter/emitter_consts.ml > emitter/emitter_consts.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmo emitter/emitter_core.ml | |
1 warning generated. | |
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/list.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_consts.cmo emitter/emitter_consts.ml | |
/usr/local/bin/ocamldep.opt -modules emitter/emitter_lit.ml > emitter/emitter_lit.ml.depends | |
/usr/local/bin/ocamldep.opt -modules emitter/emitter_stmt.ml > emitter/emitter_stmt.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmo emitter/emitter_expr.ml | |
1 warning generated. | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmo emitter/emitter_lit.ml | |
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/mf_cache.c.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmo emitter/emitter_stmt.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmo emitter/emitter.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_emitter.cmo hh_emitter.ml | |
1 warning generated. | |
[ 48%] Building C object mysys/CMakeFiles/mysys.dir/mf_dirname.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmx emitter/emitter_core.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_consts.cmx emitter/emitter_consts.ml | |
[ 48%] Building C object mysys/CMakeFiles/mysys.dir/mf_fn_ext.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 48%] Building C object mysys/CMakeFiles/mysys.dir/mf_format.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmx emitter/emitter_expr.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_getdate.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmx emitter/emitter_lit.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmx emitter/emitter_stmt.ml | |
1 warning generated. | |
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmx emitter/emitter.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_emitter.cmx hh_emitter.ml | |
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx emitter/emitter_core.cmx emitter/emitter_consts.cmx emitter/emitter_expr.cmx emitter/emitter_lit.cmx emitter/emitter_stmt.cmx globals/autocomplete.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx third-party/core/option.cmx naming/naming.cmx naming/naming_heap.cmx emitter/emitter.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx parsing/parser_hack.cmx typing/typeVisitor.cmx typing/typing_env.cmx typing/typing_dependent_type.cmx typing/typing_hooks.cmx typing/typing_print.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx utils/pidLog.cmx utils/fork.cmx utils/tmp.cmx utils/daemon.cmx hh_emitter.cmx -o hh_emitter.native | |
1 warning generated. | |
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache2.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
/usr/local/bin/ocamldep.opt -modules hh_format.ml > hh_format.ml.depends | |
[ 51%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycache.c.o | |
/usr/local/bin/ocamldep.opt -modules stubs/formatEventLogger.ml > stubs/formatEventLogger.ml.depends | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules format/format_diff.mli > format/format_diff.mli.depends | |
/usr/local/bin/ocamldep.opt -modules format/format_mode.ml > format/format_mode.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_mode.cmo format/format_mode.ml | |
/usr/local/bin/ocamldep.opt -modules format/format_hack.mli > format/format_hack.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/formatEventLogger.cmo stubs/formatEventLogger.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_diff.cmi format/format_diff.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_hack.cmi format/format_hack.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_format.cmo hh_format.ml | |
/usr/local/bin/ocamldep.opt -modules format/format_diff.ml > format/format_diff.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/formatEventLogger.cmx stubs/formatEventLogger.ml | |
/usr/local/bin/ocamldep.opt -modules format/format_hack.ml > format/format_hack.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_hack.cmx format/format_hack.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_mode.cmx format/format_mode.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_diff.cmx format/format_diff.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_format.cmx hh_format.ml | |
1 warning generated. | |
[ 51%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycaches.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 51%] Building C object mysys/CMakeFiles/mysys.dir/mf_loadpath.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
1 warning generated. | |
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/mf_pack.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/tmp.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx utils/printSignal.cmx procs/worker.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx socket/socket.cmx third-party/core/result.cmx utils/exit_status.cmx utils/lock.cmx client/clientConnectSimple.cmx client/clientStop.cmx heap/globalStorage.cmx naming/naming_heap.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx procs/multiWorker.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx stubs/filesToIgnore.cmx server/findUtils.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolUtils.cmx server/symbolFunCallService.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx utils/hh_logger.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/hackClientStop.cmx client/clientStart.cmx utils/tty.cmx client/clientConnect.cmx client/clientLogCommand.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientCommand.cmx client/clientArgs.cmx format/format_hack.cmx format/format_mode.cmx stubs/formatEventLogger.cmx format/format_diff.cmx hh_format.cmx -o hh_format.native | |
Scanning dependencies of target hphp_zend | |
1 warning generated. | |
[ 7%] Building C object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-blowfish.c.o | |
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/mf_path.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules h2tp/h2tp.ml > h2tp/h2tp.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/common_exns.ml > h2tp/common/common_exns.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/converter_options.mli > h2tp/common/converter_options.mli.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/engine.ml > h2tp/engine.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/common_exns.cmo h2tp/common/common_exns.ml | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/constructor_arg_promotion.ml > h2tp/mapper/constructor_arg_promotion.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/map_ast.ml > h2tp/mapper/map_ast.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/map_ast.cmo h2tp/mapper/map_ast.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/converter_options.cmi h2tp/common/converter_options.mli | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/Deleted_constructs.ml > h2tp/mapper/Deleted_constructs.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/detect_collections.ml > h2tp/mapper/detect_collections.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/ast_ext.mli > h2tp/common/ast_ext.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/ast_ext.cmi h2tp/common/ast_ext.mli | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/empty_collection_as_bool.ml > h2tp/mapper/empty_collection_as_bool.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/enum.ml > h2tp/mapper/enum.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/erase_types.ml > h2tp/mapper/erase_types.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/fun.mli > h2tp/common/fun.mli.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/hack_variadic.ml > h2tp/mapper/hack_variadic.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/initializer_expressions.ml > h2tp/mapper/initializer_expressions.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/lambda_expressions.ml > h2tp/mapper/lambda_expressions.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/misc.ml > h2tp/mapper/misc.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/parser_hack_ext.mli > h2tp/common/parser_hack_ext.mli.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/Prepend_require.ml > h2tp/Prepend_require.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/ref_collections.ml > h2tp/mapper/ref_collections.ml.depends | |
1 warning generated. | |
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort2.c.o | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/sys_ext.mli > h2tp/common/sys_ext.mli.depends | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules h2tp/unparser/unparser.ml > h2tp/unparser/unparser.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/unparser/unparsed.ml > h2tp/unparser/unparsed.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmo h2tp/unparser/unparsed.ml | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/unsupported_constructs.ml > h2tp/mapper/unsupported_constructs.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/value_collections.ml > h2tp/mapper/value_collections.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/yield_break.ml > h2tp/mapper/yield_break.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/constructor_arg_promotion.cmo h2tp/mapper/constructor_arg_promotion.ml | |
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/html-table.cpp.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/Deleted_constructs.cmo h2tp/mapper/Deleted_constructs.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/detect_collections.cmo h2tp/mapper/detect_collections.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/empty_collection_as_bool.cmo h2tp/mapper/empty_collection_as_bool.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/enum.cmo h2tp/mapper/enum.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/erase_types.cmo h2tp/mapper/erase_types.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/fun.cmi h2tp/common/fun.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/hack_variadic.cmo h2tp/mapper/hack_variadic.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/initializer_expressions.cmo h2tp/mapper/initializer_expressions.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/lambda_expressions.cmo h2tp/mapper/lambda_expressions.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/misc.cmo h2tp/mapper/misc.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/parser_hack_ext.cmi h2tp/common/parser_hack_ext.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/Prepend_require.cmo h2tp/Prepend_require.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/ref_collections.cmo h2tp/mapper/ref_collections.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/sys_ext.cmi h2tp/common/sys_ext.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmo h2tp/unparser/unparser.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/unsupported_constructs.cmo h2tp/mapper/unsupported_constructs.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/value_collections.cmo h2tp/mapper/value_collections.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/yield_break.cmo h2tp/mapper/yield_break.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/engine.cmo h2tp/engine.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/h2tp.cmo h2tp/h2tp.ml | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/converter_options.ml > h2tp/common/converter_options.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/common_exns.cmx h2tp/common/common_exns.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/map_ast.cmx h2tp/mapper/map_ast.ml | |
1 warning generated. | |
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/mf_radix.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/converter_options.cmx h2tp/common/converter_options.ml | |
1 warning generated. | |
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/mf_same.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/ast_ext.ml > h2tp/common/ast_ext.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/Str_ext.ml > h2tp/common/Str_ext.ml.depends | |
1 warning generated. | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/Str_ext.mli > h2tp/common/Str_ext.mli.depends | |
[ 55%] Building C object mysys/CMakeFiles/mysys.dir/mf_sort.c.o | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/Str_ext.cmi h2tp/common/Str_ext.mli | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/fun.ml > h2tp/common/fun.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/fun.cmx h2tp/common/fun.ml | |
1 warning generated. | |
[ 55%] Building C object mysys/CMakeFiles/mysys.dir/mf_soundex.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/Str_ext.cmx h2tp/common/Str_ext.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/ast_ext.cmx h2tp/common/ast_ext.ml | |
1 warning generated. | |
[ 55%] Building C object mysys/CMakeFiles/mysys.dir/mf_arr_appstr.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempdir.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempfile.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/mf_unixpath.c.o | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/parser_hack_ext.ml > h2tp/common/parser_hack_ext.ml.depends | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/sys_ext.ml > h2tp/common/sys_ext.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/sys_ext.cmx h2tp/common/sys_ext.ml | |
1 warning generated. | |
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/mf_wcomp.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 58%] Building C object mysys/CMakeFiles/mysys.dir/mulalloc.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 58%] Building C object mysys/CMakeFiles/mysys.dir/my_access.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmx h2tp/unparser/unparsed.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 58%] Building C object mysys/CMakeFiles/mysys.dir/my_alloc.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/constructor_arg_promotion.cmx h2tp/mapper/constructor_arg_promotion.ml | |
1 warning generated. | |
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_bit.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/Deleted_constructs.cmx h2tp/mapper/Deleted_constructs.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_bitmap.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/detect_collections.cmx h2tp/mapper/detect_collections.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/empty_collection_as_bool.cmx h2tp/mapper/empty_collection_as_bool.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/enum.cmx h2tp/mapper/enum.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/erase_types.cmx h2tp/mapper/erase_types.ml | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instructions-a64.cc.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/hack_variadic.cmx h2tp/mapper/hack_variadic.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/initializer_expressions.cmx h2tp/mapper/initializer_expressions.ml | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/lambda_expressions.cmx h2tp/mapper/lambda_expressions.ml | |
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_chsize.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/misc.cmx h2tp/mapper/misc.ml | |
1 warning generated. | |
[ 60%] Building C object mysys/CMakeFiles/mysys.dir/my_compress.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/parser_hack_ext.cmx h2tp/common/parser_hack_ext.ml | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/Prepend_require.cmx h2tp/Prepend_require.ml | |
[ 60%] Building C object mysys/CMakeFiles/mysys.dir/my_copy.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/ref_collections.cmx h2tp/mapper/ref_collections.ml | |
1 warning generated. | |
[ 60%] Building C object mysys/CMakeFiles/mysys.dir/my_create.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmx h2tp/unparser/unparser.ml | |
1 warning generated. | |
[ 62%] Building C object mysys/CMakeFiles/mysys.dir/my_delete.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/unsupported_constructs.cmx h2tp/mapper/unsupported_constructs.ml | |
[ 62%] Building C object mysys/CMakeFiles/mysys.dir/my_div.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/value_collections.cmx h2tp/mapper/value_collections.ml | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/yield_break.cmx h2tp/mapper/yield_break.ml | |
[ 62%] Building C object mysys/CMakeFiles/mysys.dir/my_error.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/engine.cmx h2tp/engine.ml | |
1 warning generated. | |
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_file.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/h2tp.cmx h2tp/h2tp.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_fopen.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_fstream.c.o | |
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/autocomplete.cmx h2tp/Prepend_require.cmx h2tp/common/fun.cmx h2tp/common/Str_ext.cmx h2tp/common/ast_ext.cmx h2tp/common/common_exns.cmx h2tp/common/converter_options.cmx h2tp/common/sys_ext.cmx h2tp/common/parser_hack_ext.cmx h2tp/mapper/map_ast.cmx h2tp/mapper/Deleted_constructs.cmx h2tp/mapper/constructor_arg_promotion.cmx h2tp/mapper/detect_collections.cmx h2tp/mapper/empty_collection_as_bool.cmx h2tp/mapper/enum.cmx h2tp/mapper/erase_types.cmx h2tp/mapper/hack_variadic.cmx h2tp/mapper/initializer_expressions.cmx naming/naming_special_names.cmx naming/nast.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx h2tp/mapper/lambda_expressions.cmx h2tp/mapper/misc.cmx h2tp/mapper/ref_collections.cmx h2tp/mapper/unsupported_constructs.cmx h2tp/mapper/value_collections.cmx h2tp/mapper/yield_break.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx h2tp/engine.cmx h2tp/h2tp.cmx -o h2tp/h2tp.native | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_gethwaddr.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_getsystime.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_getwd.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules h2tp/test/test_unparser.ml > h2tp/test/test_unparser.ml.depends | |
1 warning generated. | |
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_compare.c.o | |
/usr/local/bin/ocamldep.opt -modules stubs/debug.ml > stubs/debug.ml.depends | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/debug.cmo stubs/debug.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/test/test_unparser.cmo h2tp/test/test_unparser.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/debug.cmx stubs/debug.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/test/test_unparser.cmx h2tp/test/test_unparser.ml | |
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx parsing/parser_hack.cmx format/format_hack.cmx h2tp/common/fun.cmx h2tp/common/Str_ext.cmx h2tp/common/common_exns.cmx h2tp/common/sys_ext.cmx h2tp/common/parser_hack_ext.cmx h2tp/mapper/map_ast.cmx h2tp/mapper/erase_types.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx stubs/debug.cmx h2tp/test/test_unparser.cmx -o h2tp/test/test_unparser.native | |
1 warning generated. | |
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_init.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_lib.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_lock.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 7%] Built target hack | |
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-html.cpp.o | |
1 warning generated. | |
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_malloc.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_mess.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 68%] Building C object mysys/CMakeFiles/mysys.dir/my_mkdir.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 68%] Building C object mysys/CMakeFiles/mysys.dir/my_mmap.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 68%] Building C object mysys/CMakeFiles/mysys.dir/my_once.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_open.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_pread.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_pthread.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_quick.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_read.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_redel.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_rename.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 72%] Building C object mysys/CMakeFiles/mysys.dir/my_seek.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 72%] Building C object mysys/CMakeFiles/mysys.dir/my_sleep.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 72%] Building C object mysys/CMakeFiles/mysys.dir/my_static.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink.c.o | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instrument-a64.cc.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink2.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/my_sync.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 75%] Building C object mysys/CMakeFiles/mysys.dir/my_thr_init.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 75%] Building C object mysys/CMakeFiles/mysys.dir/my_write.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 75%] Building C object mysys/CMakeFiles/mysys.dir/ptr_cmp.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/queues.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/stacktrace.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/mysys/stacktrace.c:144:21: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] | |
heap_end= (char*) sbrk(0); | |
^ | |
/usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here | |
void *sbrk(int); | |
^ | |
2 warnings generated. | |
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/string.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/thr_alarm.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/thr_lock.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/thr_mutex.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 79%] Building C object mysys/CMakeFiles/mysys.dir/thr_rwlock.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 79%] Building C object mysys/CMakeFiles/mysys.dir/tree.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 79%] Building C object mysys/CMakeFiles/mysys.dir/typelib.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 81%] Building C object mysys/CMakeFiles/mysys.dir/base64.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 81%] Building C object mysys/CMakeFiles/mysys.dir/my_memmem.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
Scanning dependencies of target systemlib | |
[ 7%] Generating systemlib.php | |
1 warning generated. | |
[ 81%] Building C object mysys/CMakeFiles/mysys.dir/my_getpagesize.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 82%] Building C object mysys/CMakeFiles/mysys.dir/lf_alloc-pin.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 82%] Building C object mysys/CMakeFiles/mysys.dir/lf_dynarray.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 82%] Building C object mysys/CMakeFiles/mysys.dir/lf_hash.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/my_atomic.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/my_getncpus.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/my_rdtsc.c.o | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/macro-assembler-a64.cc.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/waiting_threads.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 85%] Building C object mysys/CMakeFiles/mysys.dir/psi_noop.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 85%] Building C object mysys/CMakeFiles/mysys.dir/my_alarm.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 85%] Building C object mysys/CMakeFiles/mysys.dir/kqueue_timers.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 86%] Building C object mysys/CMakeFiles/mysys.dir/my_lockmem.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 86%] Linking C static library libmysys.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(thr_mutex.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_getpagesize.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_lockmem.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(thr_mutex.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_getpagesize.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_lockmem.c.o) has no symbols | |
[ 86%] Built target mysys | |
Scanning dependencies of target dbug | |
[ 86%] Building C object dbug/CMakeFiles/dbug.dir/dbug.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 86%] Linking C static library libdbug.a | |
[ 86%] Built target dbug | |
Scanning dependencies of target mysys_ssl | |
[ 86%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/crypt_genhash_impl.cc.o | |
[ 7%] Built target systemlib | |
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-md5.cpp.o | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/simulator-a64.cc.o | |
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_default.cc.o | |
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-sha1.cpp.o | |
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_getopt.cc.o | |
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_aes.cc.o | |
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-string.cpp.o | |
[ 89%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_sha1.cc.o | |
[ 89%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_sha2.cc.o | |
[ 89%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_md5.cc.o | |
[ 90%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_rnd.cc.o | |
[ 90%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_murmur3.cc.o | |
[ 90%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_aes_yassl.cc.o | |
[ 91%] Linking CXX static library libmysys_ssl.a | |
[ 91%] Built target mysys_ssl | |
Scanning dependencies of target comp_err | |
[ 91%] Building C object extra/CMakeFiles/comp_err.dir/comp_err.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 91%] Linking CXX executable comp_err | |
[ 91%] Built target comp_err | |
Scanning dependencies of target GenError | |
[ 91%] Generating ../include/mysqld_error.h, ../sql/share/english/errmsg.sys | |
[ 91%] Built target GenError | |
Scanning dependencies of target clientlib | |
[ 91%] Building C object libmysql/CMakeFiles/clientlib.dir/get_password.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 93%] Building C object libmysql/CMakeFiles/clientlib.dir/libmysql.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/libmysql/libmysql.c:1401:12: warning: address of array 'net->last_error' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
if (net->last_error && net->last_error[0]) | |
~~~~~^~~~~~~~~~ ~~ | |
[ 7%] Linking CXX static library libhphp_zend.a | |
[ 7%] Built target hphp_zend | |
[ 93%] Building C object libmysql/CMakeFiles/clientlib.dir/errmsg.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
Scanning dependencies of target mbfl | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter.c.o | |
2 warnings generated. | |
[ 93%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
Scanning dependencies of target folly | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_string.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_language.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_encoding.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_convert.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_ident.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_memory_device.c.o | |
[ 7%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Bits.cpp.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_allocators.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_filter_output.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_pass.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_wchar.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_8bit.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp936.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_hz.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_tw.c.o | |
1 warning generated. | |
[ 94%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/my_time.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_big5.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_jis.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_1.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_2.c.o | |
[ 8%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Checksum.cpp.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1254.c.o | |
1 warning generated. | |
[ 94%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client_plugin.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1252.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1251.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ascii.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_3.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_4.c.o | |
1 warning generated. | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_5.c.o | |
[ 94%] Building CXX object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client_authentication.cc.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_6.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_7.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_8.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_9.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_10.c.o | |
[ 95%] Building CXX object libmysql/CMakeFiles/clientlib.dir/__/sql/net_serv.cc.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_13.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_14.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_15.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_16.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_htmlent.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte2.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte4.c.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uuencode.c.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_base64.c.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis.c.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_7bit.c.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_qprint.c.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs4.c.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs2.c.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf32.c.o | |
[ 95%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/pack.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf16.c.o | |
1 warning generated. | |
[ 95%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql/password.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf8.c.o | |
[ 10%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Conv.cpp.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7.c.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7imap.c.o | |
[ 10%] Linking CXX static library libvixl.a | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp_win.c.o | |
[ 10%] Built target vixl | |
[ 10%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Demangle.cpp.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp932.c.o | |
1 warning generated. | |
[ 97%] Linking CXX static library libclientlib.a | |
[ 97%] Built target clientlib | |
[ 97%] Generating webscalesqlclient_depends.c | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp51932.c.o | |
Scanning dependencies of target webscalesqlclient | |
[ 97%] Building C object libmysql/CMakeFiles/webscalesqlclient.dir/webscalesqlclient_depends.c.o | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 98%] Linking CXX static library libwebscalesqlclient.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libwebscalesqlclient.a(webscalesqlclient_depends.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libwebscalesqlclient.a(webscalesqlclient_depends.c.o) has no symbols | |
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: libwebscalesqlclient.a the table of contents is empty (no object file members in the library define global symbols) | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_cn.c.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/strings/libstrings.a(longlong2str.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/vio/libvio.a(viopipe.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/vio/libvio.a(vioshm.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/mysys/libmysys.a(thr_mutex.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/mysys/libmysys.a(my_getpagesize.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/mysys/libmysys.a(my_lockmem.c.o) has no symbols | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_kr.c.o | |
[ 98%] Built target webscalesqlclient | |
Scanning dependencies of target symlink_libwebscalesqlclient_r.a | |
[100%] Generating libwebscalesqlclient_r.a | |
[100%] Built target symlink_libwebscalesqlclient_r.a | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uhc.c.o | |
[ 11%] No install step for 'webscalesqlclient' | |
[ 11%] Completed 'webscalesqlclient' | |
[ 11%] Built target webscalesqlclient | |
[ 11%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/dynamic.cpp.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022_jp_ms.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022_kr.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp866.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8r.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8u.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_armscii8.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp850.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/html_entities.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp5022x.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp_2004.c.o | |
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_gb18030.c.o | |
Scanning dependencies of target pcre_jit_test | |
[ 12%] Building C object third-party/pcre/CMakeFiles/pcre_jit_test.dir/pcre_jit_test.c.o | |
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022jp_2004.c.o | |
Scanning dependencies of target pcrecpp | |
[ 12%] Building CXX object third-party/pcre/CMakeFiles/pcrecpp.dir/pcrecpp.cc.o | |
[ 13%] Linking C executable pcre_jit_test | |
[ 13%] Built target pcre_jit_test | |
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022jp_mobile.c.o | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/File.cpp.o | |
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_2004.c.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/pcre/pcrecpp.cc:652:7: warning: unused variable 'pcre_retval' [-Wunused-variable] | |
int pcre_retval = pcre_fullinfo(re_partial_, // The regular expression object | |
^ | |
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_mac.c.o | |
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_mobile.c.o | |
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_open.c.o | |
1 warning generated. | |
[ 13%] Building CXX object third-party/pcre/CMakeFiles/pcrecpp.dir/pcre_scanner.cc.o | |
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_tl_jisx0201_jisx0208.c.o | |
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf8_mobile.c.o | |
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ja.c.o | |
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_de.c.o | |
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_en.c.o | |
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_hy.c.o | |
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_tr.c.o | |
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_kr.c.o | |
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ru.c.o | |
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ua.c.o | |
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_zh.c.o | |
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_uni.c.o | |
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_neutral.c.o | |
[ 14%] Linking C static library libmbfl.a | |
[ 14%] Built target mbfl | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/FileUtil.cpp.o | |
[ 14%] Building CXX object third-party/pcre/CMakeFiles/pcrecpp.dir/pcre_stringpiece.cc.o | |
[ 14%] Linking CXX static library libpcrecpp.a | |
[ 14%] Built target pcrecpp | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Format.cpp.o | |
Scanning dependencies of target pcreposix | |
[ 14%] Building C object third-party/pcre/CMakeFiles/pcreposix.dir/pcreposix.c.o | |
[ 15%] Linking C static library libpcreposix.a | |
[ 15%] Built target pcreposix | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/GroupVarint.cpp.o | |
[ 15%] Generating Repo Schema ID and Compiler ID | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddress.cpp.o | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddressV4.cpp.o | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddressV6.cpp.o | |
Scanning dependencies of target hphp_util | |
[ 16%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/abi-cxx.cpp.o | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/json.cpp.o | |
[ 16%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/afdt-util.cpp.o | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/LifoSem.cpp.o | |
[ 17%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/alloc.cpp.o | |
[ 17%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/arena.cpp.o | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/MacAddress.cpp.o | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Malloc.cpp.o | |
[ 17%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/asm-x64.cpp.o | |
[ 17%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/assertions.cpp.o | |
[ 17%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/async-func.cpp.o | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/MemoryMapping.cpp.o | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Random.cpp.o | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Range.cpp.o | |
[ 17%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/async-job.cpp.o | |
[ 17%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/boot_timer.cpp.o | |
[ 17%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/bstring.cpp.o | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SafeAssert.cpp.o | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SharedMutex.cpp.o | |
[ 17%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/capability.cpp.o | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Singleton.cpp.o | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SingletonVault_c.cpp.o | |
[ 17%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/code-cache.cpp.o | |
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SocketAddress.cpp.o | |
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compatibility.cpp.o | |
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compression.cpp.o | |
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SpookyHashV1.cpp.o | |
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cronolog.cpp.o | |
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SpookyHashV2.cpp.o | |
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/String.cpp.o | |
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cronoutils.cpp.o | |
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/StringBase.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/current-executable.cpp.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Subprocess.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/data-block.cpp.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/ThreadCachedArena.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/disasm.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/embedded-data.cpp.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/TimeoutQueue.cpp.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Unicode.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/embedded-vfs.cpp.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Uri.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/exception.cpp.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Version.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/file-cache.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hardware-counter.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hash.cpp.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/CacheLocality.cpp.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/FunctionalExcept.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hdf.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/kernel-version.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/light-process.cpp.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/Futex.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/lock.cpp.o | |
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/MallocImpl.cpp.o | |
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/MemoryIdler.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/log-file-flusher.cpp.o | |
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/Baton.cpp.o | |
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/Fiber.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/logger.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/folly/src/folly/experimental/fibers/Fiber.cpp:178:10: warning: unused variable 'fiber' [-Wunused-variable] | |
auto fiber = reinterpret_cast<Fiber*>( | |
^ | |
1 warning generated. | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/maphuge.cpp.o | |
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/FiberManager.cpp.o | |
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/FiberManagerMap.cpp.o | |
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/GuardPageAllocator.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/network.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/process.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/rank.cpp.o | |
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/TimeoutController.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/read-only-arena.cpp.o | |
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/FunctionScheduler.cpp.o | |
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/io/FsUtil.cpp.o | |
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/io/HugePages.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/repo-schema.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/ringbuffer.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/safe-cast.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/service-data.cpp.o | |
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/JSONSchema.cpp.o | |
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/NestedCommandLineApp.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/shm-counter.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/ssl-init.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/stack-trace.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/stacktrace-profiler.cpp.o | |
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/Select64.cpp.o | |
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/symbolizer/LineReader.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/string-bag.cpp.o | |
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/TestUtil.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/string-vsnprintf.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/synchronizable-multi.cpp.o | |
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/Barrier.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/synchronizable.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-art.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-color.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-util.cpp.o | |
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/detail/ThreadWheelTimekeeper.cpp.o | |
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/Future.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/thread-local.cpp.o | |
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/InlineExecutor.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/timer.cpp.o | |
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/ManualExecutor.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/trace.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/vdso.cpp.o | |
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/QueuedImmediateExecutor.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-data.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-manager.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-saver.cpp.o | |
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/ThreadedExecutor.cpp.o | |
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncServerSocket.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/mmap-file.cpp.o | |
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSignalHandler.cpp.o | |
[ 24%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/hash-crc.S.o | |
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSocket.cpp.o | |
[ 24%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/memcpy-x64.S.o | |
[ 24%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/memset-x64-avx2.S.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/__/hphp-build-info.cpp.o | |
[ 24%] 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(memset-x64-avx2.S.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(memset-x64-avx2.S.o) has no symbols | |
[ 24%] Built target hphp_util | |
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSSLSocket.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/folly/src/folly/io/async/AsyncSSLSocket.cpp:328:21: warning: unused variable 'eorAwareBioMethodInitializer' [-Wunused-variable] | |
static const auto eorAwareBioMethodInitializer = initEorBioMethod(); | |
^ | |
Scanning dependencies of target pcre_scanner_unittest | |
[ 24%] Building CXX object third-party/pcre/CMakeFiles/pcre_scanner_unittest.dir/pcre_scanner_unittest.cc.o | |
[ 24%] Linking CXX executable pcre_scanner_unittest | |
[ 24%] Built target pcre_scanner_unittest | |
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncTimeout.cpp.o | |
1 warning generated. | |
Scanning dependencies of target pcre_stringpiece_unittest | |
[ 24%] Building CXX object third-party/pcre/CMakeFiles/pcre_stringpiece_unittest.dir/pcre_stringpiece_unittest.cc.o | |
Scanning dependencies of target pcrecpp_unittest | |
[ 24%] Building CXX object third-party/pcre/CMakeFiles/pcrecpp_unittest.dir/pcrecpp_unittest.cc.o | |
Scanning dependencies of target pcregrep | |
[ 24%] Building C object third-party/pcre/CMakeFiles/pcregrep.dir/pcregrep.c.o | |
[ 24%] Linking CXX executable pcre_stringpiece_unittest | |
[ 24%] Built target pcre_stringpiece_unittest | |
Scanning dependencies of target pcretest | |
[ 24%] Building C object third-party/pcre/CMakeFiles/pcretest.dir/pcretest.c.o | |
[ 24%] Linking C executable pcregrep | |
[ 24%] Built target pcregrep | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncUDPSocket.cpp.o | |
[ 25%] Linking CXX executable pcrecpp_unittest | |
[ 25%] Built target pcrecpp_unittest | |
[ 25%] Building C object third-party/pcre/CMakeFiles/pcretest.dir/pcre_printint.c.o | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventBase.cpp.o | |
[ 25%] Linking C executable pcretest | |
[ 25%] Built target pcretest | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventBaseManager.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/folly/src/folly/io/async/EventBase.cpp:60:11: warning: unused variable 'kNoFD' [-Wunused-const-variable] | |
const int kNoFD = -1; | |
^ | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventHandler.cpp.o | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/HHWheelTimer.cpp.o | |
1 warning generated. | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/ScopedEventBaseThread.cpp.o | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/SSLContext.cpp.o | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/IOBuf.cpp.o | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/IOBufQueue.cpp.o | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/RecordIO.cpp.o | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/ShutdownSocketSet.cpp.o | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/stats/Instantiations.cpp.o | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/EscapeTables.cpp.o | |
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/FingerprintTables.cpp.o | |
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/FormatTables.cpp.o | |
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/GroupVarintTables.cpp.o | |
[ 26%] Linking CXX static library libfolly.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(Bits.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(MallocImpl.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(InlineExecutor.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(Bits.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(MallocImpl.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(InlineExecutor.cpp.o) has no symbols | |
[ 26%] Built target folly | |
Scanning dependencies of target gen-class-map | |
[ 26%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-class-map.dir/gen-class-map.cpp.o | |
Scanning dependencies of target gen-ext-hhvm | |
[ 26%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-ext-hhvm.dir/gen-ext-hhvm.cpp.o | |
Scanning dependencies of target squangle | |
[ 26%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/logger/DBEventCounter.cpp.o | |
Scanning dependencies of target wangle | |
[ 26%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/Acceptor.cpp.o | |
[ 26%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/logger/DBEventLogger.cpp.o | |
[ 26%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncConnectionPool.cpp.o | |
[ 26%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-class-map.dir/idl.cpp.o | |
[ 26%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-ext-hhvm.dir/idl.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:702:11: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat] | |
num_open, | |
^~~~~~~~ | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:703:11: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat] | |
num_opening, | |
^~~~~~~~~~~ | |
[ 26%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/ConnectionManager.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:214:5: warning: unused typedef 'INVALID_REQUESTED_LOG_SEVERITY' [-Wunused-local-typedef] | |
LOG_EVERY_N(ERROR, 1000) << "Closing connection during a transaction " | |
^ | |
/usr/local/opt/glog/include/glog/logging.h:917:30: note: expanded from macro 'LOG_EVERY_N' | |
INVALID_REQUESTED_LOG_SEVERITY); \ | |
^ | |
/usr/local/opt/glog/include/glog/logging.h:912:73: note: expanded from macro 'GOOGLE_GLOG_COMPILE_ASSERT' | |
typedef google::glog_internal_namespace_::CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] | |
^ | |
[ 26%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/LoadShedConfiguration.cpp.o | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/ManagedConnection.cpp.o | |
3 warnings generated. | |
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncHelpers.cpp.o | |
[ 27%] Linking CXX executable gen-class-map | |
[ 27%] Built target gen-class-map | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/SocketOptions.cpp.o | |
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncMysqlClient.cpp.o | |
[ 27%] Linking CXX executable gen-ext-hhvm | |
[ 27%] Built target gen-ext-hhvm | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/TransportInfo.cpp.o | |
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Connection.cpp.o | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/channel/Pipeline.cpp.o | |
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/DbResult.cpp.o | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/ByteToMessageCodec.cpp.o | |
Scanning dependencies of target gen-infotabs | |
[ 27%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-infotabs.dir/gen-infotabs.cpp.o | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LengthFieldBasedFrameDecoder.cpp.o | |
Scanning dependencies of target hfsort | |
[ 27%] Building CXX object hphp/tools/hfsort/CMakeFiles/hfsort.dir/hfsort.cpp.o | |
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/FutureAdapter.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/tools/hfsort/hfsort.cpp:50:38: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] | |
if (sscanf(line, "%lx %x %c %s", &addr, &size, &kind, name) == 4) { | |
~~~ ^~~~~ | |
%llx | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/tools/hfsort/hfsort.cpp:119:43: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] | |
if (sscanf(line, "%lx %lx %c %u %*x", &src, &dst, &kind, &count) == 4) { | |
~~~ ^~~~ | |
%llx | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/tools/hfsort/hfsort.cpp:119:49: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] | |
if (sscanf(line, "%lx %lx %c %u %*x", &src, &dst, &kind, &count) == 4) { | |
~~~ ^~~~ | |
%llx | |
[ 27%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-infotabs.dir/idl.cpp.o | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LengthFieldPrepender.cpp.o | |
3 warnings generated. | |
[ 27%] Building CXX object hphp/tools/hfsort/CMakeFiles/hfsort.dir/hfutil.cpp.o | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LineBasedFrameDecoder.cpp.o | |
[ 28%] Linking CXX executable hfsort | |
[ 28%] Built target hfsort | |
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Operation.cpp.o | |
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/Codel.cpp.o | |
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/CPUThreadPoolExecutor.cpp.o | |
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/OperationBatch.cpp.o | |
[ 28%] Linking CXX executable gen-infotabs | |
[ 28%] Built target gen-infotabs | |
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Query.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/squangle/squangle/mysql_client/Operation.cpp:732:9: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] | |
num_rows_seen_, | |
^~~~~~~~~~~~~~ | |
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/GlobalExecutor.cpp.o | |
[ 28%] Generating class_map.cpp and constants.h | |
Scanning dependencies of target hphp_system | |
[ 28%] Building CXX object hphp/system/CMakeFiles/hphp_system.dir/class_map.cpp.o | |
1 warning generated. | |
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/IOThreadPoolExecutor.cpp.o | |
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Row.cpp.o | |
[ 28%] Building CXX object hphp/system/CMakeFiles/hphp_system.dir/systemlib.cpp.o | |
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/ThreadPoolExecutor.cpp.o | |
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/deprecated/rx/Dummy.cpp.o | |
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/PasswordInFile.cpp.o | |
[ 30%] Linking CXX static library libsquangle.a | |
[ 30%] Built target squangle | |
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLContextManager.cpp.o | |
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLSessionCacheManager.cpp.o | |
[ 30%] Linking CXX static library libhphp_system.a | |
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLUtil.cpp.o | |
[ 30%] Built target hphp_system | |
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/TLSTicketKeyManager.cpp.o | |
[ 30%] Linking CXX static library libwangle.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libwangle.a(Dummy.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libwangle.a(Dummy.cpp.o) has no symbols | |
[ 30%] Built target wangle | |
[ 30%] Generating lib/http/HTTPCommonHeaders.h | |
[ 30%] Generating lib/http/HTTPCommonHeaders.cpp | |
Scanning dependencies of target hphp_hhbbc | |
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/analyze.cpp.o | |
Scanning dependencies of target hphp_analysis | |
Scanning dependencies of target hphp_thrift | |
[ 30%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TAsyncSocketFactory.cpp.o | |
Scanning dependencies of target hphp_proxygen | |
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/builtin_symbols.cpp.o | |
[ 30%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/CodecProtocol.cpp.o | |
[ 30%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TAsyncSSLSocketFactory.cpp.o | |
[ 30%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/HPACKCodec.cpp.o | |
[ 30%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TBinaryAsyncChannel.cpp.o | |
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/cfg.cpp.o | |
[ 31%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/HPACKDecoder.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/code_generator.cpp.o | |
[ 31%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/HPACKEncoder.cpp.o | |
[ 31%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventConnection.cpp.o | |
[ 31%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/Huffman.cpp.o | |
[ 31%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/check.cpp.o | |
[ 31%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/StaticHeaderTable.cpp.o | |
[ 31%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/GzipHeaderCodec.cpp.o | |
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/compiler.cpp.o | |
[ 32%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventServer.cpp.o | |
[ 32%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/class-util.cpp.o | |
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HeaderTable.cpp.o | |
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKCodec.cpp.o | |
[ 32%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/dce.cpp.o | |
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKContext.cpp.o | |
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKDecodeBuffer.cpp.o | |
[ 32%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventTask.cpp.o | |
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKDecoder.cpp.o | |
[ 32%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/construct.cpp.o | |
[ 32%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventWorker.cpp.o | |
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKEncodeBuffer.cpp.o | |
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKEncoder.cpp.o | |
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKHeader.cpp.o | |
[ 32%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/json.cpp.o | |
[ 32%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/debug.cpp.o | |
[ 32%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/option.cpp.o | |
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/Huffman.cpp.o | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/Logging.cpp.o | |
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TFramedAsyncChannel.cpp.o | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/StaticHeaderTable.cpp.o | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/ErrorCode.cpp.o | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/experimental/HTTP2Codec.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/package.cpp.o | |
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/THeaderAsyncChannel.cpp.o | |
[ 33%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/emit.cpp.o | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/experimental/HTTP2Constants.cpp.o | |
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/THttpAsyncChannel.cpp.o | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/experimental/HTTP2Framer.cpp.o | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/FlowControlFilter.cpp.o | |
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TUnframedAsyncChannel.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/type_annotation.cpp.o | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTP1xCodec.cpp.o | |
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TZlibAsyncChannel.cpp.o | |
[ 34%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/array_element_expression.cpp.o | |
[ 34%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/func-util.cpp.o | |
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Monitor.cpp.o | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPChecks.cpp.o | |
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Mutex.cpp.o | |
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/PosixThreadFactory.cpp.o | |
[ 34%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/hhbbc.cpp.o | |
[ 34%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/array_pair_expression.cpp.o | |
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/ProfiledMutex.cpp.o | |
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/ThreadManager.cpp.o | |
[ 34%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/index.cpp.o | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPCodecFilter.cpp.o | |
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/TimerManager.cpp.o | |
[ 34%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/assignment_expression.cpp.o | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPCodecPrinter.cpp.o | |
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Util.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/thrift/src/thrift/lib/cpp/concurrency/Util.cpp:46:7: warning: unused variable 'ret' [-Wunused-variable] | |
int ret = gettimeofday(&now, nullptr); | |
^ | |
1 warning generated. | |
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/EventHandlerBase.cpp.o | |
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPParallelCodec.cpp.o | |
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/processor/PeekProcessor.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hhbbc/index.cpp:1614:11: warning: unused type alias 'F' [-Wunused-local-typedef] | |
using F = borrowed_ptr<const php::Func>; | |
^ | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hhbbc/index.cpp:1614:11: warning: unused type alias 'F' [-Wunused-local-typedef] | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/await_expression.cpp.o | |
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/server/TRpcTransportContext.cpp.o | |
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPSettings.cpp.o | |
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SettingsId.cpp.o | |
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SPDYCodec.cpp.o | |
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/binary_op_expression.cpp.o | |
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/server/TServer.cpp.o | |
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/Thrift.cpp.o | |
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TBufferTransports.cpp.o | |
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TCallbackTransport.cpp.o | |
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TFDTransport.cpp.o | |
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TFileTransport.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/thrift/src/thrift/lib/cpp/transport/TFileTransport.cpp:747:44: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat] | |
readState_.event_->eventSize_, offset_ + readState_.bufferPtr_ + 4); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/thrift/src/thrift/lib/cpp/TLogging.h:118:15: note: expanded from macro 'T_ERROR' | |
##__VA_ARGS__); \ | |
^ | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/third-party/thrift/src/thrift/lib/cpp/transport/TFileTransport.cpp:787:15: warning: format specifies type 'unsigned long' but the argument has type 'long long' [-Wformat] | |
offset_ + readState_.lastDispatchPtr_); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
2 warnings generated. | |
[ 37%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-builtin.cpp.o | |
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SPDYConstants.cpp.o | |
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SPDYUtil.cpp.o | |
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/class_constant_expression.cpp.o | |
2 warnings generated. | |
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpClient.cpp.o | |
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/TransportDirection.cpp.o | |
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPConnector.cpp.o | |
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpServer.cpp.o | |
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/closure_expression.cpp.o | |
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpTransport.cpp.o | |
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPConstants.cpp.o | |
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPException.cpp.o | |
[ 37%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-minstr.cpp.o | |
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TServerSocket.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSimpleFileTransport.cpp.o | |
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPHeaders.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocket.cpp.o | |
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/constant_expression.cpp.o | |
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPMessage.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocketOverHttpTunnel.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocketPool.cpp.o | |
[ 38%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-state.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSSLServerSocket.cpp.o | |
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/dynamic_function_call.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSSLSocket.cpp.o | |
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPMethod.cpp.o | |
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/ProxygenErrorEnum.cpp.o | |
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/RFC2616.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TTransportException.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TTransportUtils.cpp.o | |
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/dynamic_variable.cpp.o | |
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/ByteEvents.cpp.o | |
[ 38%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TZlibTransport.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/FdUtils.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/kerberos/Krb5CCacheStore.cpp.o | |
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/ByteEventTracker.cpp.o | |
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/encaps_list_expression.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/kerberos/Krb5CredentialsCacheManager.cpp.o | |
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/CodecErrorResponseHandler.cpp.o | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/expression.cpp.o | |
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/kerberos/Krb5OlderVersionStubs.cpp.o | |
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/kerberos/Krb5Tgts.cpp.o | |
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTP2PriorityQueue.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/kerberos/Krb5Util.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/PausableTimer.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/ScopedServerThread.cpp.o | |
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/expression_list.cpp.o | |
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPDirectResponseHandler.cpp.o | |
[ 40%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/main.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/ServerCreatorBase.cpp.o | |
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/function_call.cpp.o | |
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPDownstreamSession.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/SocketRetriever.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/SyncServerCreator.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/TEventServerCreator.cpp.o | |
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPErrorPage.cpp.o | |
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/group_clause.cpp.o | |
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPEvent.cpp.o | |
[ 41%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/optimize.cpp.o | |
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/include_expression.cpp.o | |
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPSession.cpp.o | |
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/THttpParser.cpp.o | |
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/VarintUtils.cpp.o | |
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/join_clause.cpp.o | |
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/VirtualProfiling.cpp.o | |
[ 41%] Linking CXX static library libhphp_thrift.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(TTransportException.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(VirtualProfiling.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(TTransportException.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(VirtualProfiling.cpp.o) has no symbols | |
[ 41%] Built target hphp_thrift | |
[ 41%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/options-util.cpp.o | |
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPSessionAcceptor.cpp.o | |
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/list_assignment.cpp.o | |
Scanning dependencies of target jit_sort | |
[ 42%] Building CXX object hphp/tools/hfsort/CMakeFiles/jit_sort.dir/jitsort.cpp.o | |
[ 42%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/parallel.cpp.o | |
[ 42%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/parse.cpp.o | |
[ 42%] Building CXX object hphp/tools/hfsort/CMakeFiles/jit_sort.dir/hfutil.cpp.o | |
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/modifier_expression.cpp.o | |
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPTransaction.cpp.o | |
[ 42%] Linking CXX static library libjit_sort.a | |
[ 42%] Built target jit_sort | |
[ 42%] Generating HHIR opcode table | |
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/new_object_expression.cpp.o | |
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPTransactionEgressSM.cpp.o | |
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPTransactionIngressSM.cpp.o | |
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/object_method_expression.cpp.o | |
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPUpstreamSession.cpp.o | |
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/SimpleController.cpp.o | |
Scanning dependencies of target hphp_runtime_static | |
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/object_property_expression.cpp.o | |
[ 42%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/peephole.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/actrec-args.cpp.o | |
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/TransportFilter.cpp.o | |
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/ordering.cpp.o | |
[ 42%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/show.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/Window.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/services/RequestWorker.cpp.o | |
[ 43%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/parameter_expression.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/annot-type.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/services/Service.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-array.cpp.o | |
[ 43%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/qop_expression.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/services/WorkerThread.cpp.o | |
[ 43%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/stats.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/AsyncTimeoutSet.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-collection.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ChromeUtils.cpp.o | |
[ 43%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/query_expression.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/CryptUtil.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/Exception.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/HTTPTime.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/Logging.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-file-storage.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ParseURL.cpp.o | |
[ 43%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/scalar_expression.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/RendezvousHash.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ZlibStreamCompressor.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ZlibStreamDecompressor.cpp.o | |
[ 44%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/external/http_parser/http_parser_cpp.cpp.o | |
[ 44%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-builtins.cpp.o | |
[ 44%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPCommonHeaders.cpp.o | |
[ 44%] Linking CXX static library libhphp_proxygen.a | |
[ 44%] Built target hphp_proxygen | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-handle.cpp.o | |
[ 44%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_function_call.cpp.o | |
[ 44%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-ops.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-local-array.cpp.o | |
[ 46%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-system.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-object.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_query_clause.cpp.o | |
Scanning dependencies of target hphp_runtime_ext | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/extension-registry.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_variable.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-stats.cpp.o | |
[ 47%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/unit-util.cpp.o | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/extension.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/static_class_name.cpp.o | |
[ 47%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/whole-program.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-string.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/static_member_expression.cpp.o | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/ext_gd.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-typed-value.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/unary_op_expression.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/runtime/ext/gd/ext_gd.cpp:6358:21: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] | |
byte_count_signed); | |
^~~~~~~~~~~~~~~~~ | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-common.cpp.o | |
[ 47%] Linking CXX static library libhphp_hhbbc.a | |
[ 47%] Built target hphp_hhbbc | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_arc.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-data.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/user_attribute.cpp.o | |
1 warning generated. | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-init.cpp.o | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_arc_f_buggy.cpp.o | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdcache.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/yield_expression.cpp.o | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_color.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-iterator.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/block_statement.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-sort.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/break_statement.cpp.o | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/case_statement.cpp.o | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_crop.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-util.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/catch_statement.cpp.o | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_filter.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_constant.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/autoload-handler.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_require_statement.cpp.o | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontg.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/backtrace.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_statement.cpp.o | |
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontl.cpp.o | |
[ 49%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_variable.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/builtin-functions.cpp.o | |
[ 49%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontmb.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/class-info.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/continue_statement.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/do_statement.cpp.o | |
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfonts.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/code-coverage.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/echo_statement.cpp.o | |
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontt.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/collections.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/exp_statement.cpp.o | |
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdft.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/finally_statement.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/comparisons.cpp.o | |
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gd2.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/for_statement.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/foreach_statement.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/concurrent-shared-store.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/config.cpp.o | |
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gd.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/function_statement.cpp.o | |
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gif_in.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/global_statement.cpp.o | |
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gif_out.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/crash-reporter.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/goto_statement.cpp.o | |
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdhelpers.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/if_branch_statement.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/if_statement.cpp.o | |
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_interpolation.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/curl-tls-workarounds.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/interface_statement.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/data-stream-wrapper.cpp.o | |
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/label_statement.cpp.o | |
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io.cpp.o | |
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_dp.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/data-walker.cpp.o | |
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/loop_statement.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/datatype-profiler.cpp.o | |
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_file.cpp.o | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/dateinterval.cpp.o | |
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_ss.cpp.o | |
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/method_statement.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/datetime.cpp.o | |
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_jpeg.cpp.o | |
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/return_statement.cpp.o | |
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdkanji.cpp.o | |
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/statement.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/debuggable.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/directory.cpp.o | |
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/statement_list.cpp.o | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_matrix.cpp.o | |
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/static_statement.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/dummy-resource.cpp.o | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_pixelate.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/empty-array.cpp.o | |
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/switch_statement.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/emulate-zend.cpp.o | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_png.cpp.o | |
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/throw_statement.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/enum-cache.cpp.o | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_rotate.cpp.o | |
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/trait_alias_statement.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/exceptions.cpp.o | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_security.cpp.o | |
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/trait_prec_statement.cpp.o | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_ss.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/execution-context.cpp.o | |
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/try_statement.cpp.o | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdtables.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/extended-logger.cpp.o | |
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/typedef_statement.cpp.o | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_topal.cpp.o | |
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/unset_statement.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-await.cpp.o | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_transform.cpp.o | |
[ 54%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/use_trait_statement.cpp.o | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_wbmp.cpp.o | |
[ 54%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/while_statement.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-stream-wrapper.cpp.o | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_webp.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-util.cpp.o | |
[ 54%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/analysis_result.cpp.o | |
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/wbmp.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file.cpp.o | |
[ 55%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/block_scope.cpp.o | |
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/webpimg.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/glob-stream-wrapper.cpp.o | |
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/xbm.cpp.o | |
[ 55%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/capture_extractor.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/runtime/ext/gd/libgd/webpimg.cpp:55:19: warning: unused function 'clip' [-Wunused-function] | |
static inline int clip(float v, int a, int b) { | |
^ | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/runtime/ext/gd/libgd/webpimg.cpp:72:22: warning: unused variable 'ALPHA_SHIFT' [-Wunused-const-variable] | |
static const uint32 ALPHA_SHIFT = | |
^ | |
2 warnings generated. | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/heap-collect.cpp.o | |
[ 56%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/class_scope.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/apache/ext_apache.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/hphp-system.cpp.o | |
[ 56%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/code_error.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/apc/ext_apc.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/http-client.cpp.o | |
[ 56%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/constant_table.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/http-stream-wrapper.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/array/ext_array.cpp.o | |
[ 56%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/emitter.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-setting.cpp.o | |
[ 56%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/file_scope.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/intercept.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-blockable.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/intl-convert.cpp.o | |
[ 56%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/function_container.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-context.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/libevent-http-client.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-context-enter.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-external-thread-event.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/mem-file.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-external-thread-event-queue.cpp.o | |
[ 56%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/function_scope.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/memory-manager.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-session.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/memory-profile.cpp.o | |
[ 56%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/lambda_names.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-function-wait-handle.cpp.o | |
[ 56%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/select_rewriters.cpp.o | |
[ 57%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/symbol_table.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-generator.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/mixed-array.cpp.o | |
[ 58%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/variable_table.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-generator-wait-handle.cpp.o | |
[ 58%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/parser/parser.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/object-data.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/output-file.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_await-all-wait-handle.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/packed-array.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_condition-wait-handle.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/php-globals.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/php-stream-wrapper.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_asio.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_external-thread-event-wait-handle.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/pipe.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/plain-file.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-array-wait-handle.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-map-wait-handle.cpp.o | |
[ 59%] Linking CXX static library libhphp_analysis.a | |
[ 59%] Built target hphp_analysis | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/pprof-server.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-vector-wait-handle.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/preg.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/profile-dump.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_reschedule-wait-handle.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/program-functions.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_resumable-wait-handle.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_sleep-wait-handle.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/property-table.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/socket-event.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/proxy-array.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/rds-util.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_static-wait-handle.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_waitable-wait-handle.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_wait-handle.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/rds.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/repo-auth-type-array.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/async_mysql/ext_async_mysql.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/ext_bcmath.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/repo-auth-type-codec.cpp.o | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/runtime/ext/async_mysql/ext_async_mysql.cpp:165:30: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
op->setCallback([ event, clientPtr = getDefaultClient() ]( | |
^ | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/runtime/ext/async_mysql/ext_async_mysql.cpp:309:18: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ event, clientPtr = data->m_async_pool->getMysqlClient() ]( | |
^ | |
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bz2/bz2-file.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/repo-auth-type.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/req-ptr.cpp.o | |
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bz2/ext_bz2.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/request-injection-data.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/resource-data.cpp.o | |
2 warnings generated. | |
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ext_closure.cpp.o | |
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections.cpp.o | |
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-idl.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/runtime-error.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/runtime-option.cpp.o | |
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-map.cpp.o | |
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-pair.cpp.o | |
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-set.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/shape.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/shared-string.cpp.o | |
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-vector.cpp.o | |
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ctype/ext_ctype.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/simple-counter.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/socket.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ssl-socket.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/curl/ext_curl.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/datetime/ext_datetime.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/debugger/ext_debugger.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stack-logger.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stat-cache.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/static-string-table.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stats.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stream-wrapper-registry.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/domdocument/ext_domdocument.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/enum/ext_enum.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stream-wrapper.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fb/ext_fb.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-buffer.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/ext_fileinfo.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-data.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-holder.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-util.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/apprentice.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/struct-array.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/system-profiler.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/apptype.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/ascmagic.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/temp-file.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-hooks.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-info.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/cdf.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/cdf_time.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-init-fini.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/compress.cpp.o | |
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-safe-setlocale.cpp.o | |
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thrift-buffer.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/encoding.cpp.o | |
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/timestamp.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/fsmagic.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/funcs.cpp.o | |
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/timezone.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/is_tar.cpp.o | |
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-arith.cpp.o | |
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-comparisons.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/magic.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/print.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/readcdf.cpp.o | |
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-helpers.cpp.o | |
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-array.cpp.o | |
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-object.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/readelf.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/softmagic.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/strlcpy.cpp.o | |
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-resource.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/filter/ext_filter.cpp.o | |
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-string.cpp.o | |
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-structure.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/filter/logical_filters.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/filter/sanitizing_filters.cpp.o | |
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-variant.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/generator/ext_generator.cpp.o | |
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/typed-value.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gmp/ext_gmp.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/unit-cache.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/url-file.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/ext_hash.cpp.o | |
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/url.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_adler32.cpp.o | |
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-attributes.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_crc32.cpp.o | |
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-directory.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_fnv1.cpp.o | |
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-file.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_furc.cpp.o | |
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-fs-node.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_gost.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_haval.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_md.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_murmur.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_ripemd.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_salsa.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_sha.cpp.o | |
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-stream-wrapper.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_snefru.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_tiger.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_whirlpool.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hh/ext_hh.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hh_client/ext_hh_client.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hotprofiler/ext_hotprofiler.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/utf8-decode.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/variable-serializer.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/variable-unserializer.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-collator.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/iconv/ext_iconv.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/CodePointBreakIterator.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-custom-element.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_break_iterator.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-functions.cpp.o | |
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-math.cpp.o | |
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-pack.cpp.o | |
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_calendar.cpp.o | |
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-printf.cpp.o | |
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-qsort.cpp.o | |
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_collator.cpp.o | |
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_date_fmt.cpp.o | |
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-rand.cpp.o | |
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-scanf.cpp.o | |
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_date_pattern_gen.cpp.o | |
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-sort.cpp.o | |
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-string.cpp.o | |
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_grapheme.cpp.o | |
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_iterator.cpp.o | |
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-strtod.cpp.o | |
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_locale.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-url.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-parser/zend-ini.tab.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-parser/zend-ini.yy.cpp.o | |
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_misc.cpp.o | |
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_msg_fmt.cpp.o | |
_build/dbg/hphp/runtime/base/ini-parser/57833b0/zend-ini.ll.cc:1899:16: warning: function 'yyinput' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
static int yyinput (void) | |
^ | |
1 warning generated. | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/break_point.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger.cpp.o | |
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_base.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_normalizer.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_num_fmt.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_rsrc_bundle.cpp.o | |
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_client.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_timezone.cpp.o | |
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_command.cpp.o | |
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_hook_handler.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_transliterator.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_uchar.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_uconverter.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_ucsdet.cpp.o | |
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_proxy.cpp.o | |
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_server.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_uspoof.cpp.o | |
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_thrift_buffer.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/icu.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ICUMatcher.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ICUTransliterator.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/dummy_sandbox.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_abort.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_break.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/LifeEventTokenizer.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/constants.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/ext_imagick.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagick.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_complete.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_config.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_constant.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagickdraw.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagickpixel.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_continue.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_down.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_eval.cpp.o | |
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagickpixeliterator.cpp.o | |
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/intervaltimer/ext_intervaltimer.cpp.o | |
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ipc/ext_ipc.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_example.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_exception.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_extended.cpp.o | |
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/json/ext_json.cpp.o | |
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/json/JSON_parser.cpp.o | |
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ldap/ext_ldap.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_extension.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_flow_control.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_frame.cpp.o | |
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/libxml/ext_libxml.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mail/ext_mail.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mailparse/ext_mailparse.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_global.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_help.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_info.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mailparse/mime.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mailparse/rfc822.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mbstring/ext_mbstring.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_internal_testing.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mcrypt/ext_mcrypt.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_interrupt.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/memcache/ext_memcache.cpp.o | |
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_list.cpp.o | |
[ 75%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/memcached/ext_memcached.cpp.o | |
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_machine.cpp.o | |
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_macro.cpp.o | |
[ 75%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/ext_mysql.cpp.o | |
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_next.cpp.o | |
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_out.cpp.o | |
[ 75%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/mysql_common.cpp.o | |
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_print.cpp.o | |
[ 75%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/mysql_stats.cpp.o | |
[ 75%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/ext_mysqli.cpp.o | |
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_quit.cpp.o | |
[ 75%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/objprof/ext_objprof.cpp.o | |
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_run.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/odbc/ext_odbc.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_shell.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/openssl/ext_openssl.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_signal.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pcre/ext_pcre.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_step.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo/ext_pdo.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo/pdo_driver.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_thread.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo/pdo_mysql.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_up.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo/pdo_sqlite.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_variable.cpp.o | |
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_where.cpp.o | |
[ 77%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/phar/ext_phar.cpp.o | |
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/access-log.cpp.o | |
[ 77%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/posix/ext_posix.cpp.o | |
[ 77%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/process/ext_process.cpp.o | |
[ 77%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/readline/ext_readline.cpp.o | |
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/admin-request-handler.cpp.o | |
[ 77%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/reflection/ext_reflection.cpp.o | |
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/dynamic-content-cache.cpp.o | |
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/files-match.cpp.o | |
[ 77%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/server/ext_server.cpp.o | |
[ 77%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/session/ext_session.cpp.o | |
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/health-metrics.cpp.o | |
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/host-health-monitor.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/simplexml/ext_simplexml.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/encoding.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-protocol.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-request-handler.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-server.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/ext_soap.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/packet.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/schema.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/ip-block-map.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/memory-stats.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/sdl.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/pagelet-server.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/replay-transport.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/soap.cpp.o | |
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/request-uri.cpp.o | |
[ 79%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/xml.cpp.o | |
[ 79%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/sockets/ext_sockets.cpp.o | |
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/rpc-request-handler.cpp.o | |
[ 79%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/spl/ext_spl.cpp.o | |
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/satellite-server.cpp.o | |
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-name-indication.cpp.o | |
[ 79%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/sqlite3/ext_sqlite3.cpp.o | |
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-note.cpp.o | |
[ 79%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std.cpp.o | |
[ 79%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_classobj.cpp.o | |
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-stats.cpp.o | |
[ 79%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_errorfunc.cpp.o | |
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-worker.cpp.o | |
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server.cpp.o | |
In file included from /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/runtime/server/server-stats.cpp:16: | |
/tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/runtime/server/server-stats.h:227:12: warning: private field 'm_cpuStart' is not used [-Wunused-private-field] | |
timespec m_cpuStart; | |
^ | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_file.cpp.o | |
1 warning generated. | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_function.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_gc.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/source-root-info.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/static-content-cache.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/takeover-agent.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_intrinsics.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/transport.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_math.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_misc.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/upload.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/virtual-host.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_network.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_options.cpp.o | |
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/warmup-request-handler.cpp.o | |
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/xbox-server.cpp.o | |
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-server-factory.cpp.o | |
[ 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_output.cpp.o | |
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-server.cpp.o | |
[ 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_string.cpp.o | |
[ 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_variable.cpp.o | |
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-session.cpp.o | |
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-transport.cpp.o | |
[ 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/stream/ext_stream.cpp.o | |
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-worker.cpp.o | |
[ 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/stream/ext_stream-user-filters.cpp.o | |
[ 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/string/ext_string.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thread/ext_thread.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/proxygen/proxygen-server-factory.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/proxygen/proxygen-server.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/proxygen/proxygen-transport.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/binary.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/compact.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/ext_thrift.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/as-shared.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/url/ext_url.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/as.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/wddx/ext_wddx.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/ext_xdebug.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/bc-pattern.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/bytecode.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/status.cpp.o | |
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/class.cpp.o | |
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_command.cpp.o | |
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debugger-hook.cpp.o | |
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_hook_handler.cpp.o | |
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_profiler.cpp.o | |
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_server.cpp.o | |
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/disas.cpp.o | |
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/event-hook.cpp.o | |
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_utils.cpp.o | |
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/php5_xdebug/xdebug_str.cpp.o | |
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/fixed-string-map.cpp.o | |
[ 84%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/php5_xdebug/xdebug_var.cpp.o | |
[ 84%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/php5_xdebug/xdebug_xml.cpp.o | |
[ 84%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xenon/ext_xenon.cpp.o | |
[ 84%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xhprof/ext_xhprof.cpp.o | |
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/func-emitter.cpp.o | |
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/func.cpp.o | |
[ 84%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xml/ext_xml.cpp.o | |
[ 84%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xmlreader/ext_xmlreader.cpp.o | |
[ 84%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xmlwriter/ext_xmlwriter.cpp.o | |
[ 84%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xsl/ext_xsl.cpp.o | |
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/globals-array.cpp.o | |
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/hh-utils.cpp.o | |
[ 84%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/zip/ext_zip.cpp.o | |
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/hhbc.cpp.o | |
[ 84%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/zlib/ext_zlib.cpp.o | |
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/instance-bits.cpp.o | |
[ 84%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/zlib/zip-file.cpp.o | |
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/litstr-repo-proxy.cpp.o | |
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/add.c.o | |
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/litstr-table.cpp.o | |
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/compare.c.o | |
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/debug.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/div.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/divmod.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/doaddsub.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/init.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/int2num.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/nearzero.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/neg.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/num2long.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/num2str.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/outofmem.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/output.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/raise.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/raisemod.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/recmul.c.o | |
[ 86%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/rmzero.c.o | |
[ 86%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/rt.c.o | |
[ 86%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/sqrt.c.o | |
[ 86%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/str2num.c.o | |
[ 86%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/sub.c.o | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/member-operations.cpp.o | |
[ 86%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/zero.c.o | |
[ 86%] Linking CXX static library libhphp_runtime_ext.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_runtime_ext.a(gd_arc_f_buggy.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_runtime_ext.a(gd_arc_f_buggy.cpp.o) has no symbols | |
[ 86%] Built target hphp_runtime_ext | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/name-value-table.cpp.o | |
[ 87%] Generating ext_hhvm wrapper for ../../system/idl/asio.idl.json | |
[ 87%] Generating ext_hhvm wrapper for ../../system/idl/closure.idl.json | |
[ 87%] Generating ext_hhvm wrapper for ../../system/idl/collections.idl.json | |
[ 87%] Generating ext_hhvm wrapper for ../../system/idl/constants.idl.json | |
[ 87%] Generating ext_hhvm wrapper for ../../system/idl/fb.idl.json | |
[ 87%] Generating ext_hhvm wrapper for ../../system/idl/simplexml.idl.json | |
[ 87%] Generating CMakeFiles/generated/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp | |
Scanning dependencies of target ext_hhvm_static | |
[ 87%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/__/__/system/idl/CMakeFiles/hphp_runtime_ext.dir/asio.idl.json.ext_hhvm.cpp.o | |
[ 87%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/__/__/system/idl/CMakeFiles/hphp_runtime_ext.dir/closure.idl.json.ext_hhvm.cpp.o | |
[ 87%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/__/__/system/idl/CMakeFiles/hphp_runtime_ext.dir/collections.idl.json.ext_hhvm.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/named-entity.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/native-data.cpp.o | |
[ 87%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/__/__/system/idl/CMakeFiles/hphp_runtime_ext.dir/constants.idl.json.ext_hhvm.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/native-prop-handler.cpp.o | |
[ 87%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/__/__/system/idl/CMakeFiles/hphp_runtime_ext.dir/fb.idl.json.ext_hhvm.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/native.cpp.o | |
[ 88%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/__/__/system/idl/CMakeFiles/hphp_runtime_ext.dir/simplexml.idl.json.ext_hhvm.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/pc-filter.cpp.o | |
[ 88%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/CMakeFiles/generated/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/php-debug.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/preclass-emitter.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/preclass.cpp.o | |
[ 88%] Linking CXX static library libext_hhvm.a | |
[ 88%] Built target ext_hhvm_static | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/repo-helpers.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/repo.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/ringbuffer-print.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/runtime.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/srckey.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/treadmill.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/type-alias.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/type-constraint.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/type-profile.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/unit-emitter.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/unit.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/unwind.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/vm-regs.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/debug.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/dwarf.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/gdb-jit.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/jit_symbol.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/abi.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/alias-analysis.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/alias-class.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/analysis.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/annotation.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/arg-group.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/back-end-arm.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/back-end-x64.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/back-end.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/bc-marker.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/cfg-clean.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/cfg.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/check.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-arm.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-helpers-arm.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-helpers-x64.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-minstr-x64.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-x64.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/dce.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/debug-guards.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/extra-data.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/fixup.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/frame-state.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-guard.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-prologue.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/function-entry-helpers-x64.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/guard-relaxation.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/gvn.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/inlining-decider.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/insert-asserts.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-builder.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-instruction.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-opcode.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-unit.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-arith.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-basic.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-builtin.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-call.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-cns.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-control.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-create.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-exit.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-func-prologue.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-guards.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-inlining.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-interpone.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-iter.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-minstr.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-resumable.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-ret.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-sprop-global.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-state.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-types.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/jmpflags.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/licm.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/llvm-locrecs.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/llvm-stack-maps.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/load-elim.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/loop-analysis.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/mc-generator.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/memory-effects.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/minstr-effects.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/minstr-helpers.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/mutation.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/native-calls.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/normalized-instruction.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/opt.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/phys-reg.cpp.o | |
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/prediction-opts.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/print.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/prof-data.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/punt.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/recycle-tc.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ref-deps.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/refcount-opts.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/reg-algorithms.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/reg-alloc.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-hot-block.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-hot-cfg.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-hot-trace.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-method.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-prune-arcs.cpp.o | |
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-selection.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-tracelet.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/regionize-func.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/relocation-x64.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/relocation.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/service-requests-arm.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/service-requests-x64.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/service-requests.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/simplify.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/srcdb.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ssa-tmp.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/store-elim.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/target-cache.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/target-profile.cpp.o | |
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/timer.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/trans-cfg.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/trans-rec.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/translate-region.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/translator-runtime.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/translator.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/type-constraint.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/type-source.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/type-specialization.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/type.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/typecheck-hoisting.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unique-stubs-arm.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unique-stubs-x64.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unique-stubs.cpp.o | |
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unwind-arm.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unwind-x64.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-arm.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-check.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-copy.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-dead.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-exits.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-fold-imms.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-fusion.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-gen.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-instr.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-internal.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-jumps.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-layout.cpp.o | |
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-llvm.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-phi.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-print.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-simplify.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-unit.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-util.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-visit.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-x64.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-xls.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vtune-jit.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/write-lease.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/cfg.cpp.o | |
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/check-func.cpp.o | |
[100%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/check-unit.cpp.o | |
[100%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/pretty.cpp.o | |
[100%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/util.cpp.o | |
[100%] Building C object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vtune/jitprofiling.c.o | |
[100%] Building ASM object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/translator-asm-helpers.S.o | |
[100%] Linking CXX static library libhphp_runtime.a | |
[100%] Built target hphp_runtime_static | |
Scanning dependencies of target hhvm | |
[100%] Building CXX object hphp/hhvm/CMakeFiles/hhvm.dir/global-variables.cpp.o | |
[100%] Building CXX object hphp/hhvm/CMakeFiles/hhvm.dir/main.cpp.o | |
[100%] Building CXX object hphp/hhvm/CMakeFiles/hhvm.dir/process-init.cpp.o | |
[100%] Linking CXX executable hhvm | |
Creating symlinks for hhvm | |
[100%] Built target hhvm |
This file has been truncated, but you can view the full file.
This file contains 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
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o a.out /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/CMakeCCompilerId-38d12b.o -lSystem | |
superenv added: -headerpad_max_install_names | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o a.out /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/CMakeCCompilerId-38d12b.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o a.out -L/usr/local/opt/readline/lib /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/CMakeCXXCompilerId-e731e0.o -lc++ -lSystem | |
superenv added: -headerpad_max_install_names | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o a.out -L/usr/local/opt/readline/lib /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/CMakeCXXCompilerId-e731e0.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5e736 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5e736.dir/testCCompiler.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5e736 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5e736.dir/testCCompiler.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b838e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_b838e.dir/CMakeCCompilerABI.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b838e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_b838e.dir/CMakeCCompilerABI.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_17c65 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_17c65.dir/testCXXCompiler.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_17c65 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_17c65.dir/testCXXCompiler.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4b62a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_4b62a.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4b62a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_4b62a.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_756a1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_756a1.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_756a1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_756a1.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a98b3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a98b3.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a98b3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a98b3.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_127a3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_127a3.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_127a3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_127a3.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_95666 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_95666.dir/SIZEOF_VOIDP.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_95666 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_95666.dir/SIZEOF_VOIDP.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a21f7 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a21f7.dir/src.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a21f7 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a21f7.dir/src.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_12008 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_12008.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_12008 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_12008.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9af40 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9af40.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9af40 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9af40.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_69ca9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_69ca9.dir/CheckFunctionExists.c.o -lm -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_69ca9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_69ca9.dir/CheckFunctionExists.c.o -lm -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_032e4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_032e4.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_032e4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_032e4.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_90d5d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_90d5d.dir/CheckFunctionExists.c.o -lnsl_r -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_90d5d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_90d5d.dir/CheckFunctionExists.c.o -lnsl_r -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8509a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8509a.dir/CheckFunctionExists.c.o -lnsl -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8509a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8509a.dir/CheckFunctionExists.c.o -lnsl -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7416a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7416a.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7416a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7416a.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_db535 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_db535.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_db535 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_db535.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_76a15 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_76a15.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_76a15 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_76a15.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_680c8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_680c8.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_680c8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_680c8.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f2f03 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f2f03.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f2f03 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f2f03.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f5561 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f5561.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f5561 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f5561.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f504f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f504f.dir/CheckFunctionExists.c.o -lrt -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f504f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f504f.dir/CheckFunctionExists.c.o -lrt -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6dc5d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6dc5d.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6dc5d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6dc5d.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_25803 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_25803.dir/CheckFunctionExists.c.o -lrt -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_25803 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_25803.dir/CheckFunctionExists.c.o -lrt -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9bc1f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9bc1f.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9bc1f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9bc1f.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_03ac4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_03ac4.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_03ac4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_03ac4.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_14ab4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_14ab4.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_14ab4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_14ab4.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_27855 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_27855.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_27855 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_27855.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_49a96 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_49a96.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_49a96 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_49a96.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_278a9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_278a9.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_278a9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_278a9.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_13fae -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_13fae.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_13fae -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_13fae.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1483c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1483c.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1483c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1483c.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_19e0b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_19e0b.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_19e0b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_19e0b.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2cca5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2cca5.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2cca5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2cca5.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ab97b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ab97b.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ab97b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ab97b.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fac78 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fac78.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fac78 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fac78.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_79a51 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_79a51.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_79a51 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_79a51.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ee0bc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ee0bc.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ee0bc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ee0bc.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9a7cf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9a7cf.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9a7cf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9a7cf.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c437a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c437a.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c437a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c437a.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2b540 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2b540.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2b540 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2b540.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_11bb1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_11bb1.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_11bb1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_11bb1.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_923eb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_923eb.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_923eb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_923eb.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ecb66 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ecb66.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ecb66 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ecb66.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_65e74 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_65e74.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_65e74 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_65e74.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1a9b6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1a9b6.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1a9b6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1a9b6.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_81baa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_81baa.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_81baa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_81baa.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d8735 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d8735.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d8735 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d8735.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_da7ac -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_da7ac.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_da7ac -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_da7ac.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_55efa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_55efa.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_55efa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_55efa.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b430a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b430a.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b430a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b430a.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_aa245 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aa245.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_aa245 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aa245.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_0f643 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0f643.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_0f643 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0f643.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fffa5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fffa5.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fffa5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fffa5.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_54181 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_54181.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_54181 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_54181.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e83b5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e83b5.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e83b5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e83b5.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_76a99 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_76a99.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_76a99 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_76a99.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_33177 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_33177.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_33177 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_33177.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a9e7a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a9e7a.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a9e7a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a9e7a.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9b931 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9b931.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9b931 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9b931.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9ba39 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9ba39.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9ba39 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9ba39.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c62b3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c62b3.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c62b3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c62b3.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_be7ed -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_be7ed.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_be7ed -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_be7ed.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2e16b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2e16b.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2e16b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2e16b.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7cf8a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7cf8a.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7cf8a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7cf8a.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_175a1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_175a1.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_175a1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_175a1.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6b8bf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6b8bf.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6b8bf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6b8bf.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_edcca -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_edcca.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_edcca -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_edcca.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5b508 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5b508.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5b508 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5b508.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f11b0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f11b0.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f11b0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f11b0.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_33c46 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_33c46.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_33c46 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_33c46.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ef8bf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ef8bf.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ef8bf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ef8bf.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_993dc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_993dc.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_993dc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_993dc.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3218e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3218e.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3218e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3218e.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e287e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e287e.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e287e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e287e.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4729b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4729b.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4729b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4729b.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6cd16 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6cd16.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6cd16 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6cd16.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_154e6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_154e6.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_154e6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_154e6.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_969c9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_969c9.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_969c9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_969c9.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_80eb6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_80eb6.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_80eb6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_80eb6.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_db440 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_db440.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_db440 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_db440.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a05ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a05ba.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a05ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a05ba.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4cb16 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4cb16.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4cb16 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4cb16.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2c6bc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2c6bc.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2c6bc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2c6bc.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_912a1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_912a1.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_912a1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_912a1.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1467a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1467a.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1467a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1467a.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9c057 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9c057.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9c057 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9c057.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9d151 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9d151.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9d151 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9d151.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8853b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8853b.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8853b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8853b.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d0e93 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d0e93.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d0e93 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d0e93.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9cea3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9cea3.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9cea3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9cea3.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_001ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_001ba.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_001ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_001ba.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3a891 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3a891.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3a891 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3a891.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_375c5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_375c5.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_375c5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_375c5.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5af78 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5af78.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5af78 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5af78.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8d620 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8d620.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8d620 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8d620.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1cc5f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1cc5f.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1cc5f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1cc5f.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_aed97 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aed97.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_aed97 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aed97.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_de994 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_de994.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_de994 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_de994.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_561f4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_561f4.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_561f4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_561f4.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_34012 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34012.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_34012 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34012.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5acb2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5acb2.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5acb2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5acb2.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b610d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b610d.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b610d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b610d.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_bd1ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bd1ba.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_bd1ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bd1ba.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ddb79 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ddb79.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ddb79 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ddb79.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_44bc8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_44bc8.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_44bc8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_44bc8.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_59dd6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_59dd6.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_59dd6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_59dd6.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a1b32 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a1b32.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a1b32 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a1b32.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f9af2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f9af2.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f9af2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f9af2.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9a0db -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9a0db.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9a0db -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9a0db.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8c4ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8c4ba.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8c4ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8c4ba.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2523c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2523c.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2523c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2523c.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_34047 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34047.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_34047 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34047.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_02009 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_02009.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_02009 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_02009.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e14a7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e14a7.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e14a7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e14a7.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2bb10 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2bb10.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2bb10 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2bb10.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b7310 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b7310.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b7310 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b7310.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7303d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7303d.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7303d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7303d.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ec0bf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ec0bf.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ec0bf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ec0bf.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_74e6e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_74e6e.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_74e6e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_74e6e.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_0bcf3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0bcf3.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_0bcf3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0bcf3.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ef7d8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ef7d8.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ef7d8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ef7d8.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a117f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a117f.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a117f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a117f.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d26d6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d26d6.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d26d6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d26d6.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c3abb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c3abb.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c3abb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c3abb.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c7199 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c7199.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c7199 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c7199.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d91e3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d91e3.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d91e3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d91e3.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_41cb3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_41cb3.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_41cb3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_41cb3.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_0a9a8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0a9a8.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_0a9a8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0a9a8.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_954ac -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_954ac.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_954ac -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_954ac.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c3118 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c3118.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c3118 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c3118.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_54806 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_54806.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_54806 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_54806.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e8354 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e8354.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e8354 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e8354.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_00e24 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_00e24.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_00e24 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_00e24.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5cf2f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5cf2f.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5cf2f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5cf2f.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6c50b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6c50b.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6c50b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6c50b.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1292b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1292b.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1292b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1292b.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_79182 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_79182.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_79182 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_79182.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6895d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6895d.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6895d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6895d.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_baeb3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_baeb3.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_baeb3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_baeb3.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a56d3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a56d3.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a56d3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a56d3.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7a214 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7a214.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7a214 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7a214.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_38782 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_38782.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_38782 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_38782.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ac637 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ac637.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ac637 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ac637.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_844ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_844ba.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_844ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_844ba.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b7812 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b7812.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b7812 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b7812.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_dea4d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dea4d.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_dea4d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dea4d.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_caf89 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_caf89.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_caf89 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_caf89.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fb080 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fb080.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fb080 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fb080.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b149e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b149e.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b149e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b149e.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_389da -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_389da.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_389da -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_389da.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4729a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4729a.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4729a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4729a.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5356f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5356f.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5356f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5356f.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_eec6f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_eec6f.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_eec6f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_eec6f.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d0bf6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d0bf6.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d0bf6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d0bf6.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_62985 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_62985.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_62985 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_62985.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_31d27 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_31d27.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_31d27 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_31d27.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c0b5a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c0b5a.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c0b5a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c0b5a.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8764d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8764d.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8764d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8764d.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d539d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d539d.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d539d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d539d.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_983bf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_983bf.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_983bf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_983bf.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_855a3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_855a3.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_855a3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_855a3.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f5bdf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f5bdf.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f5bdf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f5bdf.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fd424 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fd424.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fd424 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fd424.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9d032 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9d032.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9d032 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9d032.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5e8ec -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5e8ec.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5e8ec -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5e8ec.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_045a3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_045a3.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_045a3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_045a3.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_30eb2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_30eb2.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_30eb2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_30eb2.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_37364 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_37364.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_37364 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_37364.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1273f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1273f.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1273f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1273f.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_73981 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_73981.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_73981 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_73981.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_dcc86 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dcc86.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_dcc86 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dcc86.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7df0e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7df0e.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7df0e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7df0e.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a55c3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a55c3.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a55c3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a55c3.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a48bd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a48bd.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a48bd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a48bd.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_0dfac -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0dfac.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_0dfac -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0dfac.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b1861 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b1861.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b1861 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b1861.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9793b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9793b.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9793b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9793b.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3c873 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3c873.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3c873 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3c873.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5b06e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5b06e.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5b06e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5b06e.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a67dd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a67dd.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a67dd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a67dd.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f56fc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f56fc.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f56fc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f56fc.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_92fec -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_92fec.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_92fec -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_92fec.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e061b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e061b.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e061b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e061b.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_07254 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_07254.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_07254 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_07254.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f256e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f256e.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f256e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f256e.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6ad04 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6ad04.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6ad04 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6ad04.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_aceb4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aceb4.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_aceb4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aceb4.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fdc06 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fdc06.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fdc06 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fdc06.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_167d4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_167d4.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_167d4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_167d4.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b9529 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b9529.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b9529 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b9529.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_dd39e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dd39e.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_dd39e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dd39e.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e2939 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e2939.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e2939 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e2939.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_49c3a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_49c3a.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_49c3a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_49c3a.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o version -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/version.dir/version.cpp.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o version -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/version.dir/version.cpp.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_21b4e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_21b4e.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_21b4e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_21b4e.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_80d7b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_80d7b.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_80d7b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_80d7b.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e534d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e534d.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e534d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e534d.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9a6e3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9a6e3.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9a6e3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9a6e3.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b4ed3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b4ed3.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b4ed3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b4ed3.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1c787 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1c787.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1c787 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1c787.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5b150 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5b150.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5b150 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5b150.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4d6f2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4d6f2.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4d6f2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4d6f2.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_779c7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_779c7.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_779c7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_779c7.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_97a4f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_97a4f.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_97a4f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_97a4f.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5b1e2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5b1e2.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5b1e2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5b1e2.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c406c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c406c.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c406c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c406c.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9246d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9246d.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9246d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9246d.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4fd55 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4fd55.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4fd55 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4fd55.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f2d67 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f2d67.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f2d67 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f2d67.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_30f4b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_30f4b.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_30f4b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_30f4b.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ca75b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ca75b.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ca75b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ca75b.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_51c3e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_51c3e.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_51c3e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_51c3e.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_498b4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_498b4.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_498b4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_498b4.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_109a5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_109a5.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_109a5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_109a5.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d1687 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d1687.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d1687 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d1687.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e61be -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e61be.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e61be -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e61be.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_bd46c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bd46c.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_bd46c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bd46c.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c893e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c893e.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c893e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c893e.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_da605 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_da605.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_da605 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_da605.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_83f77 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_83f77.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_83f77 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_83f77.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_12372 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_12372.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_12372 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_12372.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c1252 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c1252.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c1252 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c1252.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6bc50 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6bc50.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_6bc50 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6bc50.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_32a29 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_32a29.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_32a29 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_32a29.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b23ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b23ba.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b23ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b23ba.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_440d8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_440d8.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_440d8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_440d8.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9d991 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9d991.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9d991 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9d991.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_af1f9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_af1f9.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_af1f9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_af1f9.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_77232 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_77232.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_77232 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_77232.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_34efb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34efb.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_34efb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34efb.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fa172 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fa172.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fa172 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fa172.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ca071 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ca071.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ca071 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ca071.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7534d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7534d.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7534d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7534d.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5f911 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5f911.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5f911 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5f911.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_faca9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_faca9.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_faca9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_faca9.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d9c5f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d9c5f.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d9c5f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d9c5f.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e46fe -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e46fe.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e46fe -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e46fe.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_47e82 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_47e82.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_47e82 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_47e82.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b35c3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b35c3.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b35c3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b35c3.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fd5cd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fd5cd.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_fd5cd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fd5cd.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_12fff -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_12fff.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_12fff -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_12fff.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_cc204 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cc204.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_cc204 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cc204.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b725d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b725d.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b725d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b725d.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a23bd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a23bd.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a23bd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a23bd.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_def22 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_def22.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_def22 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_def22.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_48abf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_48abf.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_48abf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_48abf.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_eb57c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_eb57c.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_eb57c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_eb57c.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9e571 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9e571.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9e571 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9e571.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_13861 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_13861.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_13861 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_13861.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5f0a7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5f0a7.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_5f0a7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5f0a7.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e1e46 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e1e46.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e1e46 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e1e46.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f11f1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f11f1.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f11f1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f11f1.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_40afe -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_40afe.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_40afe -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_40afe.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d14c9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d14c9.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d14c9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d14c9.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2d70c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2d70c.dir/src.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2d70c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2d70c.dir/src.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b0c1d -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b0c1d.dir/src.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b0c1d -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b0c1d.dir/src.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4cb05 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4cb05.dir/SIZEOF_SIGSET_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4cb05 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4cb05.dir/SIZEOF_SIGSET_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f4edf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f4edf.dir/SIZEOF_MODE_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f4edf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f4edf.dir/SIZEOF_MODE_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3b9d4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3b9d4.dir/SIZEOF_CHAR.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3b9d4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3b9d4.dir/SIZEOF_CHAR.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_34f56 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34f56.dir/SIZEOF_SHORT.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_34f56 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34f56.dir/SIZEOF_SHORT.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c874b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c874b.dir/SIZEOF_INT.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_c874b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c874b.dir/SIZEOF_INT.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d2e9e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d2e9e.dir/SIZEOF_LONG_LONG.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d2e9e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d2e9e.dir/SIZEOF_LONG_LONG.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_26732 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_26732.dir/SIZEOF_OFF_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_26732 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_26732.dir/SIZEOF_OFF_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_af2f1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_af2f1.dir/SIZEOF_UINT.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_af2f1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_af2f1.dir/SIZEOF_UINT.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_98bfb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_98bfb.dir/SIZEOF_U_INT32_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_98bfb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_98bfb.dir/SIZEOF_U_INT32_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2854b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2854b.dir/SIZEOF_TIME_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2854b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2854b.dir/SIZEOF_TIME_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2e53a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2e53a.dir/SIZEOF_SOCKLEN_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2e53a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2e53a.dir/SIZEOF_SOCKLEN_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8c0f7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8c0f7.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8c0f7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8c0f7.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8b108 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8b108.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8b108 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8b108.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_60a34 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_60a34.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_60a34 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_60a34.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7dc2f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7dc2f.dir/src.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7dc2f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7dc2f.dir/src.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1dd73 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1dd73.dir/stack_direction.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_1dd73 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1dd73.dir/stack_direction.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9fc60 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9fc60.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_9fc60 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9fc60.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b7d47 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b7d47.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b7d47 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b7d47.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_96992 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_96992.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_96992 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_96992.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_0d9c7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0d9c7.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_0d9c7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0d9c7.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4abe4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4abe4.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4abe4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4abe4.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_bbf2e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bbf2e.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_bbf2e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bbf2e.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_492ae -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_492ae.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_492ae -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_492ae.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_48b61 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_48b61.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_48b61 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_48b61.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_41cd8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_41cd8.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_41cd8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_41cd8.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7c977 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7c977.dir/src.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_7c977 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7c977.dir/src.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_50377 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_50377.dir/SIZEOF_SOCKADDR_IN6.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_50377 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_50377.dir/SIZEOF_SOCKADDR_IN6.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_dfdf1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dfdf1.dir/SIZEOF_IN6_ADDR.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_dfdf1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dfdf1.dir/SIZEOF_IN6_ADDR.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f34eb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f34eb.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f34eb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f34eb.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d9ffe -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d9ffe.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d9ffe -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d9ffe.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d739e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d739e.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_d739e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d739e.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_626f8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_626f8.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_626f8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_626f8.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ca1e2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ca1e2.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ca1e2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ca1e2.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_740fd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_740fd.dir/SIZEOF_MBSTATE_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_740fd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_740fd.dir/SIZEOF_MBSTATE_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ca2bb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ca2bb.dir/src.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ca2bb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ca2bb.dir/src.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ad238 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ad238.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ad238 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ad238.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3dc48 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3dc48.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3dc48 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3dc48.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b9af5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b9af5.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_b9af5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b9af5.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4939e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4939e.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_4939e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4939e.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2cbf7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2cbf7.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2cbf7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2cbf7.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e99db -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e99db.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e99db -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e99db.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_34ba0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34ba0.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_34ba0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34ba0.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e3ceb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e3ceb.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_e3ceb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e3ceb.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ac94b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ac94b.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ac94b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ac94b.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2db77 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2db77.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_2db77 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2db77.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a1271 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a1271.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a1271 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a1271.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a6744 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a6744.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_a6744 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a6744.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_586b8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_586b8.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_586b8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_586b8.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ccf2f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ccf2f.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ccf2f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ccf2f.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_05085 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_05085.dir/SIZEOF_WCHAR_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_05085 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_05085.dir/SIZEOF_WCHAR_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_12424 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_12424.dir/SIZEOF_WCTYPE_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_12424 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_12424.dir/SIZEOF_WCTYPE_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f7526 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f7526.dir/SIZEOF_WINT_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_f7526 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f7526.dir/SIZEOF_WINT_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3d268 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3d268.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_3d268 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3d268.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ecd63 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ecd63.dir/src.cxx.o /usr/local/opt/readline/lib/libreadline.dylib /usr/lib/libcurses.dylib -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_ecd63 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ecd63.dir/src.cxx.o /usr/local/opt/readline/lib/libreadline.dylib /usr/lib/libcurses.dylib -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8b516 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8b516.dir/src.cxx.o /usr/local/opt/readline/lib/libreadline.dylib /usr/lib/libcurses.dylib -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTC_8b516 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8b516.dir/src.cxx.o /usr/local/opt/readline/lib/libreadline.dylib /usr/lib/libcurses.dylib -lc++ -lSystem | |
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml heap/hh_shared.c | |
superenv removed: -O -Wall -O -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml heap/hh_shared.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml hhi/hhi_elf.c | |
superenv removed: -O -Wall -O -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml hhi/hhi_elf.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/get_build_id.gen.c | |
superenv removed: -O -Wall -O -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/get_build_id.gen.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/get_build_id.c | |
superenv removed: -O -Wall -O -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/get_build_id.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/nproc.c | |
superenv removed: -O -Wall -O -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/nproc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/realpath.c | |
superenv removed: -O -Wall -O -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/realpath.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml fsevents/fsevents_stubs.c | |
superenv removed: -O -Wall -O -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/lz4/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml fsevents/fsevents_stubs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o third-party/core/commutative_group.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1d472d.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/commutative_group.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1d472d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o third-party/core/polymorphic_compare.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma93b90.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/polymorphic_compare.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma93b90.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o third-party/core/caml.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm253fd5.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/caml.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm253fd5.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o third-party/core/container.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0f65b1.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/container.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0f65b1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o third-party/core/core_printf.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm9e1912.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/core_printf.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm9e1912.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o third-party/core/monad.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma6b30b.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/monad.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma6b30b.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o third-party/core/poly.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmfc6dff.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/poly.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmfc6dff.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o third-party/core/core_list.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7b678e.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/core_list.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7b678e.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/core.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm89df40.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/core.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm89df40.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/ident.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmf40777.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/ident.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmf40777.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/utils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmebc15a.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/utils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmebc15a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/sys_utils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd09d0a.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/sys_utils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd09d0a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/pidLog.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm631c03.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/pidLog.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm631c03.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/fork.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmfb275c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/fork.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmfb275c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o third-party/core/option.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm76ec75.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/option.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm76ec75.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/tmp.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm465d1c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/tmp.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm465d1c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/daemon.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm59cc68.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/daemon.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm59cc68.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o fsevents/fsevents.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0d2e61.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o fsevents/fsevents.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0d2e61.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o fsnotify_darwin/fsnotify.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0644da.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o fsnotify_darwin/fsnotify.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0644da.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o third-party/avl/monoidAvl.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmac0291.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/avl/monoidAvl.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmac0291.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o dfind/dfindEnv.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm723b0f.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o dfind/dfindEnv.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm723b0f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o dfind/dfindMaybe.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc368ed.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o dfind/dfindMaybe.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc368ed.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o dfind/dfindAddFile.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm3e4ce0.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o dfind/dfindAddFile.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm3e4ce0.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/path.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5eaec2.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/path.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5eaec2.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o dfind/dfindServer.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm815ad1.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o dfind/dfindServer.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm815ad1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/hh_json.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmdd4059.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/hh_json.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmdd4059.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/relative_path.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6d9b30.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/relative_path.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6d9b30.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/pos.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm084893.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/pos.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm084893.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o stubs/filesToIgnore.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm9ecbaf.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o stubs/filesToIgnore.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm9ecbaf.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o deps/fileInfo.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm965cda.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o deps/fileInfo.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm965cda.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o parsing/namespace_env.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0e4612.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/namespace_env.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0e4612.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o parsing/ast.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm162a32.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/ast.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm162a32.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o stubs/eventLogger.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma0bb0a.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o stubs/eventLogger.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma0bb0a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o heap/prefix.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme8e80a.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o heap/prefix.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme8e80a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o heap/value.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm151b5f.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o heap/value.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm151b5f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o search/searchUtils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6b451e.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o search/searchUtils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6b451e.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o heap/sharedMem.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc54076.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o heap/sharedMem.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc54076.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/trie.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmed1e18.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/trie.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmed1e18.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o search/fuzzySearchService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm15443d.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o search/fuzzySearchService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm15443d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o search/trieSearchService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm09d665.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o search/trieSearchService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm09d665.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o parsing/parsing_hooks.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6a2ea3.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/parsing_hooks.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6a2ea3.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o search/searchService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm534666.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o search/searchService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm534666.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o globals/globalConfig.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5e420c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o globals/globalConfig.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5e420c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/build_id.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm64fedf.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/build_id.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm64fedf.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/wwwroot.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm4ab3e1.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/wwwroot.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm4ab3e1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o stubs/buildMain.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm366c25.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o stubs/buildMain.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm366c25.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/errors.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7c476d.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/errors.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7c476d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o parsing/namespaces.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm37004a.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/namespaces.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm37004a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o naming/naming_special_names.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmba2245.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o naming/naming_special_names.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmba2245.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o naming/nast.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm46ad03.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o naming/nast.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm46ad03.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_reason.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc8095f.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_reason.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc8095f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_defs.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmbd6076.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_defs.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmbd6076.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_heap.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmedb143.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_heap.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmedb143.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o globals/autocomplete.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmeb3012.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o globals/autocomplete.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmeb3012.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o globals/ide.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm67aa6c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o globals/ide.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm67aa6c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o naming/naming_ast_helpers.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc7952c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o naming/naming_ast_helpers.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc7952c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o naming/naming_hooks.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm77c420.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o naming/naming_hooks.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm77c420.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o naming/typecheckerOptions.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7ced99.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o naming/typecheckerOptions.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7ced99.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o deps/typing_deps.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm383373.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o deps/typing_deps.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm383373.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o dfind/dfindLib.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1e1c7a.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o dfind/dfindLib.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1e1c7a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o naming/naming.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm520b99.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o naming/naming.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm520b99.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverArgs.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1a026d.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverArgs.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1a026d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/config_file.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm2e4438.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/config_file.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm2e4438.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/printSignal.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm8cc91e.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/printSignal.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm8cc91e.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverConfig.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmb28f38.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverConfig.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmb28f38.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o procs/worker.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm91a9d2.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o procs/worker.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm91a9d2.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o naming/naming_heap.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm2ad48f.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o naming/naming_heap.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm2ad48f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o third-party/core/result.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme20295.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/result.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme20295.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o naming/nast_eval.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0cd84e.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o naming/nast_eval.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0cd84e.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_env.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6f5b05.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_env.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6f5b05.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_hooks.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd66be0.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_hooks.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd66be0.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typeVisitor.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma31e37.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typeVisitor.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma31e37.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_print.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd7e639.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_print.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd7e639.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_utils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd1e41c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_utils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd1e41c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_dependent_type.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmf213d1.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_dependent_type.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmf213d1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_subst.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0900d3.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_subst.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0900d3.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_phase.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd56af4.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_phase.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd56af4.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_hint.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd757e7.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_hint.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd757e7.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_instantiate.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm54ccd5.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_instantiate.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm54ccd5.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o naming/nastVisitor.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm561c39.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o naming/nastVisitor.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm561c39.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_unification_env.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmef2c7d.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_unification_env.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmef2c7d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_unify.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1565ae.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_unify.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1565ae.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_expand.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme4fe8e.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_expand.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme4fe8e.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_generic.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmdf43f6.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_generic.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmdf43f6.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_taccess.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm667af7.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_taccess.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm667af7.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_subtype.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmff1c7f.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_subtype.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmff1c7f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_tdef.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7f8db0.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_tdef.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7f8db0.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_ops.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5c3f77.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_ops.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5c3f77.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/nast_terminality.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmcd982f.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/nast_terminality.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmcd982f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_suggest.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6bd005.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_suggest.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6bd005.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o naming/attributes.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmbff973.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o naming/attributes.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmbff973.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/nastCheck.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm83bfa3.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/nastCheck.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm83bfa3.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/nastInitCheck.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm8dfd46.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/nastInitCheck.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm8dfd46.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typingEqualityCheck.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmadc985.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typingEqualityCheck.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmadc985.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_alias.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmdffbec.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_alias.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmdffbec.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_async.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm2b24fd.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_async.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm2b24fd.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_enum.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme614be.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_enum.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme614be.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_extends.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5914ad.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_extends.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5914ad.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_exts.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm04c11b.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_exts.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm04c11b.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_lenv.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5cd35a.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_lenv.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5cd35a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_sequencing.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm189941.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_sequencing.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm189941.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_shapes.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm71c738.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_shapes.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm71c738.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_variance.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm4068e1.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_variance.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm4068e1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmbafcf3.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmbafcf3.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o parsing/lexer_hack.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmf0cef3.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/lexer_hack.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmf0cef3.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/lint.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm743e67.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/lint.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm743e67.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o parsing/parser_heap.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm355032.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/parser_heap.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm355032.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o parsing/parser_hack.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc687b1.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/parser_hack.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc687b1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o stubs/hackEventLogger.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmfa2a9c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o stubs/hackEventLogger.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmfa2a9c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o procs/bucket.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd472bb.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o procs/bucket.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd472bb.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverEnv.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm33d6be.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverEnv.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm33d6be.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o procs/multiWorker.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmcfd818.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o procs/multiWorker.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmcfd818.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o heap/globalStorage.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0fa6ec.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o heap/globalStorage.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0fa6ec.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_dynamic_yield.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0e1dc9.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_dynamic_yield.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0e1dc9.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_inherit.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm114e7c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_inherit.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm114e7c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_decl.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm77b802.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_decl.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm77b802.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_decl_service.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmf3a25d.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_decl_service.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmf3a25d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_check_service.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1ba3ed.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_check_service.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1ba3ed.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverUtils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7555bd.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverUtils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7555bd.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_check_utils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm4819b0.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_check_utils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm4819b0.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverIdeUtils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm928322.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverIdeUtils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm928322.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_compare.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm62d661.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_compare.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm62d661.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/findRefsService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmbe9cd6.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/findRefsService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmbe9cd6.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/argumentInfoService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm9b4ec1.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/argumentInfoService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm9b4ec1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/autocompleteService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc6c586.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/autocompleteService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc6c586.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/coverage_level.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc7a9ab.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/coverage_level.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc7a9ab.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/find.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1e42d1.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/find.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1e42d1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/findUtils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm78be7c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/findUtils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm78be7c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/identifySymbolService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm168464.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/identifySymbolService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm168464.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/inferAtPosService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma84210.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/inferAtPosService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma84210.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o stubs/linting_service.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5cf1f3.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o stubs/linting_service.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5cf1f3.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverFindRefs.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm350828.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverFindRefs.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm350828.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o search/hackSearchService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd1aa9d.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o search/hackSearchService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd1aa9d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/symbolUtils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6538b0.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/symbolUtils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6538b0.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/symbolFunCallService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmf2ae7f.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/symbolFunCallService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmf2ae7f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/symbolTypeService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme44069.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/symbolTypeService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme44069.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/fileOutline.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm4d42da.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/fileOutline.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm4d42da.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/methodJumps.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm2fa9a2.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/methodJumps.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm2fa9a2.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverArgumentInfo.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1517ce.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverArgumentInfo.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1517ce.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverAutoComplete.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd353aa.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverAutoComplete.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd353aa.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverCheckpoint.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0cc707.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverCheckpoint.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0cc707.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverColorFile.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd5fe83.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverColorFile.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd5fe83.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverCoverageMetric.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmbc1705.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverCoverageMetric.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmbc1705.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverError.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmb76d14.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverError.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmb76d14.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverIdentifyFunction.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm44c1a0.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverIdentifyFunction.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm44c1a0.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverInferType.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc288fd.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverInferType.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc288fd.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverLint.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm26ebfa.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverLint.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm26ebfa.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverRefactor.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmee14af.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverRefactor.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmee14af.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverSearch.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5d1afb.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverSearch.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5d1afb.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/symbolInfoService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm284229.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/symbolInfoService.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm284229.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/hh_logger.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc0a412.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/hh_logger.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc0a412.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o parsing/ast_utils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm26635a.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/ast_utils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm26635a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o parsing/parsing_service.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1a4f37.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/parsing_service.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1a4f37.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_redecl_service.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm627375.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_redecl_service.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm627375.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverBuild.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm66c675.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverBuild.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm66c675.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverRpc.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0cb68a.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverRpc.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0cb68a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverTypeCheck.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm20c02c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverTypeCheck.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm20c02c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o typing/typing_suggest_service.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm9fdc44.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_suggest_service.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm9fdc44.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o stubs/ai.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc0d9ad.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o stubs/ai.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc0d9ad.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o hhi/hhi.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm4f31f5.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o hhi/hhi.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm4f31f5.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o socket/socket.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm84b5f4.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o socket/socket.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm84b5f4.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/lock.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc0f5c2.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/lock.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmc0f5c2.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverCommand.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmfde54a.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverCommand.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmfde54a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverConvert.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm39afd2.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverConvert.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm39afd2.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverEnvBuild.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmfbad41.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverEnvBuild.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmfbad41.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverInit.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme98106.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverInit.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme98106.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverPeriodical.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7807a1.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverPeriodical.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7807a1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o server/serverMain.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6d6bd3.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverMain.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm6d6bd3.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o hh_server.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm206642.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o hh_server.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm206642.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartupf7fea4.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartup14cb1c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartupf7fea4.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartup14cb1c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
gcc called with: -Wl,-no_compact_unwind -o hh_server.native -L/usr/local/lib/ocaml /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartupf7fea4.o /usr/local/lib/ocaml/std_exit.o hh_server.o server/serverMain.o utils/lock.o server/serverPeriodical.o socket/socket.o server/serverInit.o stubs/ai.o server/serverEnvBuild.o server/serverConvert.o typing/typing_suggest_service.o server/serverCommand.o stubs/buildMain.o server/serverTypeCheck.o utils/hh_logger.o typing/typing_redecl_service.o server/serverRpc.o server/symbolInfoService.o server/symbolTypeService.o server/symbolFunCallService.o server/symbolUtils.o server/serverSearch.o server/serverRefactor.o server/serverLint.o stubs/linting_service.o server/serverInferType.o server/serverIdentifyFunction.o server/serverFindRefs.o server/serverError.o server/serverCoverageMetric.o utils/find.o server/serverColorFile.o typing/coverage_level.o server/serverCheckpoint.o server/serverBuild.o server/serverAutoComplete.o server/serverArgumentInfo.o server/methodJumps.o server/inferAtPosService.o server/identifySymbolService.o server/findUtils.o stubs/filesToIgnore.o server/findRefsService.o typing/typing_compare.o server/serverIdeUtils.o typing/typing_check_utils.o typing/typing_check_service.o typing/typing_decl_service.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o server/serverUtils.o stubs/hackEventLogger.o server/serverEnv.o server/serverConfig.o utils/config_file.o server/serverArgs.o utils/wwwroot.o utils/build_id.o server/fileOutline.o server/autocompleteService.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_utils.o typing/typing_dependent_type.o typing/typeVisitor.o server/argumentInfoService.o typing/typing_print.o typing/typing_hooks.o typing/typing_env.o search/hackSearchService.o search/searchService.o search/trieSearchService.o utils/trie.o search/fuzzySearchService.o search/searchUtils.o procs/bucket.o parsing/parsing_service.o procs/multiWorker.o procs/worker.o utils/printSignal.o parsing/parsing_hooks.o parsing/parser_hack.o utils/lint.o parsing/parser_heap.o parsing/lexer_hack.o parsing/ast_utils.o naming/nastVisitor.o naming/naming.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o parsing/namespaces.o naming/attributes.o utils/errors.o naming/nast_eval.o third-party/core/result.o naming/naming_heap.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o hhi/hhi.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o heap/globalStorage.o globals/ide.o globals/globalConfig.o globals/autocomplete.o dfind/dfindLib.o dfind/dfindServer.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o third-party/core/option.o dfind/dfindAddFile.o dfind/dfindMaybe.o dfind/dfindEnv.o third-party/avl/monoidAvl.o fsnotify_darwin/fsnotify.o fsevents/fsevents.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/utils.o utils/ident.o utils/hh_json.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -L/usr/local/opt/lz4/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-no_compact_unwind -o hh_server.native -L/usr/local/lib/ocaml /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartupf7fea4.o /usr/local/lib/ocaml/std_exit.o hh_server.o server/serverMain.o utils/lock.o server/serverPeriodical.o socket/socket.o server/serverInit.o stubs/ai.o server/serverEnvBuild.o server/serverConvert.o typing/typing_suggest_service.o server/serverCommand.o stubs/buildMain.o server/serverTypeCheck.o utils/hh_logger.o typing/typing_redecl_service.o server/serverRpc.o server/symbolInfoService.o server/symbolTypeService.o server/symbolFunCallService.o server/symbolUtils.o server/serverSearch.o server/serverRefactor.o server/serverLint.o stubs/linting_service.o server/serverInferType.o server/serverIdentifyFunction.o server/serverFindRefs.o server/serverError.o server/serverCoverageMetric.o utils/find.o server/serverColorFile.o typing/coverage_level.o server/serverCheckpoint.o server/serverBuild.o server/serverAutoComplete.o server/serverArgumentInfo.o server/methodJumps.o server/inferAtPosService.o server/identifySymbolService.o server/findUtils.o stubs/filesToIgnore.o server/findRefsService.o typing/typing_compare.o server/serverIdeUtils.o typing/typing_check_utils.o typing/typing_check_service.o typing/typing_decl_service.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o server/serverUtils.o stubs/hackEventLogger.o server/serverEnv.o server/serverConfig.o utils/config_file.o server/serverArgs.o utils/wwwroot.o utils/build_id.o server/fileOutline.o server/autocompleteService.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_utils.o typing/typing_dependent_type.o typing/typeVisitor.o server/argumentInfoService.o typing/typing_print.o typing/typing_hooks.o typing/typing_env.o search/hackSearchService.o search/searchService.o search/trieSearchService.o utils/trie.o search/fuzzySearchService.o search/searchUtils.o procs/bucket.o parsing/parsing_service.o procs/multiWorker.o procs/worker.o utils/printSignal.o parsing/parsing_hooks.o parsing/parser_hack.o utils/lint.o parsing/parser_heap.o parsing/lexer_hack.o parsing/ast_utils.o naming/nastVisitor.o naming/naming.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o parsing/namespaces.o naming/attributes.o utils/errors.o naming/nast_eval.o third-party/core/result.o naming/naming_heap.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o hhi/hhi.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o heap/globalStorage.o globals/ide.o globals/globalConfig.o globals/autocomplete.o dfind/dfindLib.o dfind/dfindServer.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o third-party/core/option.o dfind/dfindAddFile.o dfind/dfindMaybe.o dfind/dfindEnv.o third-party/avl/monoidAvl.o fsnotify_darwin/fsnotify.o fsevents/fsevents.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/utils.o utils/ident.o utils/hh_json.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -L/usr/local/opt/lz4/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names | |
clang called with: -arch x86_64 -c -o utils/exit_status.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm18bd85.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/exit_status.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm18bd85.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientConnectSimple.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmacedf6.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientConnectSimple.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmacedf6.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientStop.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm4fd0d4.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientStop.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm4fd0d4.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/hackClientStop.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm868762.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/hackClientStop.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm868762.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientStart.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma1f11c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientStart.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma1f11c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o utils/tty.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm10fe0d.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o utils/tty.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm10fe0d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientConnect.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm49241c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientConnect.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm49241c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientLogCommand.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7d8a9d.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientLogCommand.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm7d8a9d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientBuild.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1a65a0.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientBuild.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm1a65a0.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientEnv.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm03a36b.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientEnv.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm03a36b.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientCommand.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm99b8f9.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientCommand.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm99b8f9.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/colorFile.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm66239e.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/colorFile.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm66239e.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientArgumentInfo.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmf016c8.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientArgumentInfo.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmf016c8.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientAutocomplete.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmff4d68.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientAutocomplete.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmff4d68.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientCheckStatus.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd11fba.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientCheckStatus.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmd11fba.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientColorFile.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm243c54.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientColorFile.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm243c54.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientCoverageMetric.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma3a465.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientCoverageMetric.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasma3a465.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientFindRefs.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5258db.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientFindRefs.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5258db.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientLint.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm103ac0.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientLint.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm103ac0.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientMethodJumps.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm3bbe6d.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientMethodJumps.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm3bbe6d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientOutline.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmbd6234.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientOutline.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmbd6234.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientRefactor.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5c8b41.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientRefactor.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5c8b41.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientSearch.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmdbfbaa.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientSearch.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasmdbfbaa.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientSymbolInfo.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0ec16d.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientSymbolInfo.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm0ec16d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientTypeAtPos.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm05e4a7.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientTypeAtPos.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm05e4a7.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientArgs.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme6b313.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientArgs.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme6b313.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientCheck.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme46886.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientCheck.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasme46886.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientLogCommandUtils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5f9014.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientLogCommandUtils.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5f9014.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o client/clientRestart.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm2eb0b7.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientRestart.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm2eb0b7.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o hh_client.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm85154c.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o hh_client.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm85154c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartupe4ebb4.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartupa61149.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartupe4ebb4.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartupa61149.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
gcc called with: -Wl,-no_compact_unwind -o hh_client.native -L/usr/local/lib/ocaml /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartupe4ebb4.o /usr/local/lib/ocaml/std_exit.o hh_client.o client/clientRestart.o client/clientLogCommandUtils.o client/clientCheck.o client/clientTypeAtPos.o client/clientSymbolInfo.o client/clientSearch.o client/clientRefactor.o client/clientOutline.o client/clientMethodJumps.o client/clientLint.o client/clientFindRefs.o client/clientCoverageMetric.o client/clientColorFile.o client/colorFile.o client/clientCheckStatus.o client/clientAutocomplete.o client/clientArgumentInfo.o client/clientArgs.o client/clientCommand.o client/clientEnv.o client/clientBuild.o client/clientLogCommand.o client/clientConnect.o utils/tty.o client/clientStart.o client/hackClientStop.o server/serverCommand.o stubs/buildMain.o server/serverTypeCheck.o utils/hh_logger.o typing/typing_redecl_service.o server/serverRpc.o server/symbolInfoService.o server/symbolTypeService.o server/symbolFunCallService.o server/symbolUtils.o server/serverSearch.o server/serverRefactor.o server/serverLint.o stubs/linting_service.o server/serverInferType.o server/serverIdentifyFunction.o server/serverFindRefs.o server/serverError.o server/serverCoverageMetric.o utils/find.o server/serverColorFile.o typing/coverage_level.o server/serverCheckpoint.o server/serverBuild.o server/serverAutoComplete.o server/serverArgumentInfo.o server/methodJumps.o server/inferAtPosService.o server/identifySymbolService.o server/findUtils.o stubs/filesToIgnore.o server/findRefsService.o typing/typing_compare.o server/serverIdeUtils.o typing/typing_check_utils.o typing/typing_check_service.o typing/typing_decl_service.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o server/fileOutline.o server/autocompleteService.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_utils.o typing/typing_dependent_type.o typing/typeVisitor.o server/argumentInfoService.o typing/typing_print.o typing/typing_hooks.o typing/typing_env.o search/hackSearchService.o search/searchService.o search/trieSearchService.o utils/trie.o search/fuzzySearchService.o search/searchUtils.o procs/bucket.o parsing/parsing_service.o procs/multiWorker.o parsing/parsing_hooks.o parsing/parser_hack.o utils/lint.o parsing/parser_heap.o parsing/lexer_hack.o parsing/ast_utils.o naming/nastVisitor.o naming/attributes.o naming/nast_eval.o naming/naming_heap.o heap/globalStorage.o client/clientStop.o client/clientConnectSimple.o utils/lock.o utils/exit_status.o third-party/core/result.o socket/socket.o server/serverUtils.o stubs/hackEventLogger.o server/serverEnv.o server/serverConfig.o utils/config_file.o server/serverArgs.o utils/wwwroot.o utils/build_id.o procs/worker.o utils/printSignal.o naming/naming.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o utils/errors.o parsing/namespaces.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o globals/ide.o globals/globalConfig.o globals/autocomplete.o dfind/dfindLib.o dfind/dfindServer.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o third-party/core/option.o dfind/dfindAddFile.o dfind/dfindMaybe.o dfind/dfindEnv.o third-party/avl/monoidAvl.o fsnotify_darwin/fsnotify.o fsevents/fsevents.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/utils.o utils/ident.o utils/hh_json.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -L/usr/local/opt/lz4/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-no_compact_unwind -o hh_client.native -L/usr/local/lib/ocaml /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartupe4ebb4.o /usr/local/lib/ocaml/std_exit.o hh_client.o client/clientRestart.o client/clientLogCommandUtils.o client/clientCheck.o client/clientTypeAtPos.o client/clientSymbolInfo.o client/clientSearch.o client/clientRefactor.o client/clientOutline.o client/clientMethodJumps.o client/clientLint.o client/clientFindRefs.o client/clientCoverageMetric.o client/clientColorFile.o client/colorFile.o client/clientCheckStatus.o client/clientAutocomplete.o client/clientArgumentInfo.o client/clientArgs.o client/clientCommand.o client/clientEnv.o client/clientBuild.o client/clientLogCommand.o client/clientConnect.o utils/tty.o client/clientStart.o client/hackClientStop.o server/serverCommand.o stubs/buildMain.o server/serverTypeCheck.o utils/hh_logger.o typing/typing_redecl_service.o server/serverRpc.o server/symbolInfoService.o server/symbolTypeService.o server/symbolFunCallService.o server/symbolUtils.o server/serverSearch.o server/serverRefactor.o server/serverLint.o stubs/linting_service.o server/serverInferType.o server/serverIdentifyFunction.o server/serverFindRefs.o server/serverError.o server/serverCoverageMetric.o utils/find.o server/serverColorFile.o typing/coverage_level.o server/serverCheckpoint.o server/serverBuild.o server/serverAutoComplete.o server/serverArgumentInfo.o server/methodJumps.o server/inferAtPosService.o server/identifySymbolService.o server/findUtils.o stubs/filesToIgnore.o server/findRefsService.o typing/typing_compare.o server/serverIdeUtils.o typing/typing_check_utils.o typing/typing_check_service.o typing/typing_decl_service.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o server/fileOutline.o server/autocompleteService.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_utils.o typing/typing_dependent_type.o typing/typeVisitor.o server/argumentInfoService.o typing/typing_print.o typing/typing_hooks.o typing/typing_env.o search/hackSearchService.o search/searchService.o search/trieSearchService.o utils/trie.o search/fuzzySearchService.o search/searchUtils.o procs/bucket.o parsing/parsing_service.o procs/multiWorker.o parsing/parsing_hooks.o parsing/parser_hack.o utils/lint.o parsing/parser_heap.o parsing/lexer_hack.o parsing/ast_utils.o naming/nastVisitor.o naming/attributes.o naming/nast_eval.o naming/naming_heap.o heap/globalStorage.o client/clientStop.o client/clientConnectSimple.o utils/lock.o utils/exit_status.o third-party/core/result.o socket/socket.o server/serverUtils.o stubs/hackEventLogger.o server/serverEnv.o server/serverConfig.o utils/config_file.o server/serverArgs.o utils/wwwroot.o utils/build_id.o procs/worker.o utils/printSignal.o naming/naming.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o utils/errors.o parsing/namespaces.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o globals/ide.o globals/globalConfig.o globals/autocomplete.o dfind/dfindLib.o dfind/dfindServer.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o third-party/core/option.o dfind/dfindAddFile.o dfind/dfindMaybe.o dfind/dfindEnv.o third-party/avl/monoidAvl.o fsnotify_darwin/fsnotify.o fsevents/fsevents.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/utils.o utils/ident.o utils/hh_json.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -L/usr/local/opt/lz4/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names | |
clang called with: -arch x86_64 -c -o hh_single_type_check.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5c9b83.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o hh_single_type_check.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlasm5c9b83.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
clang called with: -arch x86_64 -c -o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartup332cf6.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartupcef26d.s | |
superenv removed: -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
superenv executed: clang -pipe -w -Os -march=native -c -o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartup332cf6.o /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartupcef26d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include | |
gcc called with: -Wl,-no_compact_unwind -o hh_single_type_check.native -L/usr/local/lib/ocaml /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartup332cf6.o /usr/local/lib/ocaml/std_exit.o hh_single_type_check.o stubs/ai.o server/serverConvert.o typing/typing_suggest_service.o hhi/hhi.o client/clientSymbolInfo.o server/serverCommand.o stubs/buildMain.o server/serverTypeCheck.o utils/hh_logger.o typing/typing_redecl_service.o server/serverRpc.o server/symbolInfoService.o server/symbolTypeService.o server/symbolFunCallService.o server/symbolUtils.o server/serverSearch.o server/serverRefactor.o server/serverLint.o stubs/linting_service.o server/serverInferType.o server/serverIdentifyFunction.o server/serverFindRefs.o server/serverError.o server/serverColorFile.o server/serverCheckpoint.o server/serverBuild.o server/serverAutoComplete.o server/serverArgumentInfo.o server/methodJumps.o server/inferAtPosService.o server/identifySymbolService.o server/findRefsService.o typing/typing_compare.o server/serverIdeUtils.o server/fileOutline.o server/autocompleteService.o server/argumentInfoService.o search/hackSearchService.o search/searchService.o search/trieSearchService.o utils/trie.o search/fuzzySearchService.o search/searchUtils.o parsing/parsing_service.o parsing/parsing_hooks.o parsing/parser_hack.o utils/lint.o parsing/lexer_hack.o parsing/ast_utils.o client/clientCoverageMetric.o server/serverCoverageMetric.o utils/find.o typing/typing_check_utils.o typing/typing_check_service.o typing/typing_decl_service.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_dependent_type.o server/findUtils.o stubs/filesToIgnore.o procs/multiWorker.o procs/bucket.o naming/nastVisitor.o naming/attributes.o naming/nast_eval.o third-party/core/result.o naming/naming_heap.o heap/globalStorage.o client/clientColorFile.o utils/tty.o typing/coverage_level.o typing/typing_utils.o typing/typing_print.o typing/typing_hooks.o typing/typing_env.o typing/typeVisitor.o server/serverUtils.o stubs/hackEventLogger.o server/serverEnv.o server/serverConfig.o utils/config_file.o server/serverArgs.o utils/wwwroot.o utils/build_id.o procs/worker.o utils/printSignal.o parsing/parser_heap.o naming/naming.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o utils/errors.o parsing/namespaces.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o globals/ide.o globals/globalConfig.o globals/autocomplete.o dfind/dfindLib.o dfind/dfindServer.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o third-party/core/option.o dfind/dfindAddFile.o dfind/dfindMaybe.o dfind/dfindEnv.o third-party/avl/monoidAvl.o fsnotify_darwin/fsnotify.o fsevents/fsevents.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/hh_json.o client/colorFile.o utils/utils.o utils/ident.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -L/usr/local/opt/lz4/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150903-56046-1txdggk/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-no_compact_unwind -o hh_single_type_check.native -L/usr/local/lib/ocaml /var/folders/bs/dmcnz91x6kz6nn29kqqbbtzw0000gn/T/camlstartup332cf6.o /usr/local/lib/ocaml/std_exit.o hh_single_type_check.o stubs/ai.o server/serverConvert.o typing/typing_suggest_service.o hhi/hhi.o client/clientSymbolInfo.o server/serverCommand.o stubs/buildMain.o server/serverTypeCheck.o utils/hh_logger.o typing/typing_redecl_service.o server/serverRpc.o server/symbolInfoService.o server/symbolTypeService.o server/symbolFunCallService.o server/symbolUtils.o server/serverSearch.o server/serverRefactor.o server/serverLint.o stubs/linting_service.o server/serverInferType.o server/serverIdentifyFunction.o server/serverFindRefs.o server/serverError.o server/serverColorFile.o server/serverCheckpoint.o server/serverBuild.o server/serverAutoComplete.o server/serverArgumentInfo.o server/methodJumps.o server/inferAtPosService.o server/identifySymbolService.o server/findRefsService.o typing/typing_compare.o server/serverIdeUtils.o server/fileOutline.o server/autocompleteService.o server/argumentInfoService.o search/hackSearchService.o search/searchService.o search/trieSearchService.o utils/trie.o search/fuzzySearchService.o search/searchUtils.o parsing/parsing_service.o parsing/parsing_hooks.o parsing/parser_hack.o utils/lint.o parsing/lexer_hack.o parsing/ast_utils.o client/clientCoverageMetric.o server/serverCoverageMetric.o utils/find.o typing/typing_check_utils.o typing/typing_check_service.o typing/typing_decl_service.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_dependent_type.o server/findUtils.o stubs/filesToIgnore.o procs/multiWorker.o procs/bucket.o naming/nastVisitor.o naming/attributes.o naming/nast_eval.o third-party/core/result.o naming/naming_heap.o heap/globalStorage.o client/clientColorFile.o utils/tty.o typing/coverage_level.o typing/typing_utils.o typing/typing_print.o typing/typing_hooks.o typing/typing_env.o typing/typeVisitor.o server/serverUtils.o stubs/hackEventLogger.o server/serverEnv.o server/serverConfig.o utils/config_file.o server/serverArgs.o utils/wwwroot.o utils/build_id.o procs/worker.o utils/printSignal.o parsing/parser_heap.o naming/naming.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o utils/errors.o parsing/namespaces.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o globals/ide.o globals/globalConfig.o globals/autocomplete.o dfind/dfindLib.o dfind/dfindServer.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o third-party/core/option.o dfind/dfindAddFile.o dfind/dfindMaybe.o dfind/dfindEnv.o third-party/avl/monoidAvl.o fsnotify_darwin/fsnotify.o fsevents/fsevents.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/hh_json.o client/colorFile.o utils/utils.o utils/ident.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcaml |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment