Created
July 4, 2014 16:08
-
-
Save rubensayshi/e118e1de4637362ea135 to your computer and use it in GitHub Desktop.
hhvm newrelic :-(
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Performing C++ SOURCE FILE Test IS_AARCH64 failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2726913776/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2726913776.dir/build.make CMakeFiles/cmTryCompileExec2726913776.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building CXX object CMakeFiles/cmTryCompileExec2726913776.dir/src.cxx.o | |
| /usr/bin/c++ -DIS_AARCH64 -o CMakeFiles/cmTryCompileExec2726913776.dir/src.cxx.o -c /root/hhvm/CMakeFiles/CMakeTmp/src.cxx | |
| /root/hhvm/CMakeFiles/CMakeTmp/src.cxx:3:2: error: #error Not ARMv8 | |
| #error Not ARMv8 | |
| ^ | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| make[1]: *** [CMakeFiles/cmTryCompileExec2726913776.dir/src.cxx.o] Error 1 | |
| make: *** [cmTryCompileExec2726913776/fast] Error 2 | |
| Source file was: | |
| #ifndef __AARCH64EL__ | |
| #error Not ARMv8 | |
| #endif | |
| int main() { return 0; } | |
| Performing C SOURCE FILE Test LIBDL_NEEDS_UNDERSCORE failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2622680355/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2622680355.dir/build.make CMakeFiles/cmTryCompileExec2622680355.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2622680355.dir/src.c.o | |
| /usr/bin/cc -w -DLIBDL_NEEDS_UNDERSCORE -o CMakeFiles/cmTryCompileExec2622680355.dir/src.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/src.c | |
| Linking C executable cmTryCompileExec2622680355 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2622680355.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DLIBDL_NEEDS_UNDERSCORE CMakeFiles/cmTryCompileExec2622680355.dir/src.c.o -o cmTryCompileExec2622680355 -rdynamic -ldl | |
| CMakeFiles/cmTryCompileExec2622680355.dir/src.c.o: In function `main': | |
| src.c:(.text+0x24): undefined reference to `dyslm' | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: *** [cmTryCompileExec2622680355] Error 1 | |
| make: *** [cmTryCompileExec2622680355/fast] Error 2 | |
| Return value: 1 | |
| Source file was: | |
| #include <dlfcn.h> | |
| void testfunc() {} | |
| int main() { | |
| testfunc(); | |
| return dyslm(0, "_testfunc") != (void*)0; | |
| } | |
| Performing C++ SOURCE FILE Test LIBICONV_CONST failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1801262745/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1801262745.dir/build.make CMakeFiles/cmTryCompileExec1801262745.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building CXX object CMakeFiles/cmTryCompileExec1801262745.dir/src.cxx.o | |
| /usr/bin/c++ -fno-gcse -fno-omit-frame-pointer -ftemplate-depth-180 -Wall -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -std=gnu++11 -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -mcrc32 -Wno-unused-local-typedefs -fno-canonical-system-headers -Wno-deprecated-declarations -DLIBICONV_CONST -o CMakeFiles/cmTryCompileExec1801262745.dir/src.cxx.o -c /root/hhvm/CMakeFiles/CMakeTmp/src.cxx | |
| /root/hhvm/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: | |
| /root/hhvm/CMakeFiles/CMakeTmp/src.cxx:9:71: error: invalid conversion from ‘const char**’ to ‘char**’ [-fpermissive] | |
| iconv(cd, (const char **)&in_p, &in_left, (char **)&out_p, &out_left); | |
| ^ | |
| In file included from /root/hhvm/CMakeFiles/CMakeTmp/src.cxx:2:0: | |
| /usr/include/iconv.h:42:15: error: initializing argument 2 of ‘size_t iconv(iconv_t, char**, size_t*, char**, size_t*)’ [-fpermissive] | |
| extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, | |
| ^ | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| make[1]: *** [CMakeFiles/cmTryCompileExec1801262745.dir/src.cxx.o] Error 1 | |
| make: *** [cmTryCompileExec1801262745/fast] Error 2 | |
| Source file was: | |
| #include <string.h> | |
| #include <iconv.h> | |
| int main() { | |
| iconv_t cd = 0; | |
| const char *in_p = "testing"; | |
| size_t in_left = strlen(in_p); | |
| char out_p[20]; | |
| size_t out_left = sizeof(out_p); | |
| iconv(cd, (const char **)&in_p, &in_left, (char **)&out_p, &out_left); | |
| return 0; | |
| } | |
| Determining if the function evhttp_bind_socket_with_fd exists failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1106021838/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1106021838.dir/build.make CMakeFiles/cmTryCompileExec1106021838.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1106021838.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=evhttp_bind_socket_with_fd -o CMakeFiles/cmTryCompileExec1106021838.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec1106021838 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1106021838.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=evhttp_bind_socket_with_fd CMakeFiles/cmTryCompileExec1106021838.dir/CheckFunctionExists.c.o -o cmTryCompileExec1106021838 -rdynamic -levent | |
| CMakeFiles/cmTryCompileExec1106021838.dir/CheckFunctionExists.c.o: In function `main': | |
| CheckFunctionExists.c:(.text+0x15): undefined reference to `evhttp_bind_socket_with_fd' | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: *** [cmTryCompileExec1106021838] Error 1 | |
| make: *** [cmTryCompileExec1106021838/fast] Error 2 | |
| Determining if the function curl_multi_select exists failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2064950788/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2064950788.dir/build.make CMakeFiles/cmTryCompileExec2064950788.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2064950788.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=curl_multi_select -o CMakeFiles/cmTryCompileExec2064950788.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec2064950788 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2064950788.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=curl_multi_select CMakeFiles/cmTryCompileExec2064950788.dir/CheckFunctionExists.c.o -o cmTryCompileExec2064950788 -rdynamic -lcurl | |
| CMakeFiles/cmTryCompileExec2064950788.dir/CheckFunctionExists.c.o: In function `main': | |
| CheckFunctionExists.c:(.text+0x15): undefined reference to `curl_multi_select' | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: *** [cmTryCompileExec2064950788] Error 1 | |
| make: *** [cmTryCompileExec2064950788/fast] Error 2 | |
| Determining if the dwarf_encode_leb128 exist failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3016590118/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3016590118.dir/build.make CMakeFiles/cmTryCompileExec3016590118.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3016590118.dir/CheckSymbolExists.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3016590118.dir/CheckSymbolExists.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
| /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: | |
| /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘dwarf_encode_leb128’ undeclared (first use in this function) | |
| return ((int*)(&dwarf_encode_leb128))[argc]; | |
| ^ | |
| /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| make[1]: *** [CMakeFiles/cmTryCompileExec3016590118.dir/CheckSymbolExists.c.o] Error 1 | |
| make: *** [cmTryCompileExec3016590118/fast] Error 2 | |
| File /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
| /* */ | |
| #include <libdwarf.h> | |
| int main(int argc, char** argv) | |
| { | |
| (void)argv; | |
| #ifndef dwarf_encode_leb128 | |
| return ((int*)(&dwarf_encode_leb128))[argc]; | |
| #else | |
| (void)argc; | |
| return 0; | |
| #endif | |
| } | |
| Performing C++ SOURCE FILE Test FOLLY_IFUNC failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1911514272/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1911514272.dir/build.make CMakeFiles/cmTryCompileExec1911514272.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building CXX object CMakeFiles/cmTryCompileExec1911514272.dir/src.cxx.o | |
| /usr/bin/c++ -fno-gcse -fno-omit-frame-pointer -ftemplate-depth-180 -Wall -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -std=gnu++11 -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -mcrc32 -Wno-unused-local-typedefs -fno-canonical-system-headers -Wno-deprecated-declarations -DFOLLY_IFUNC -o CMakeFiles/cmTryCompileExec1911514272.dir/src.cxx.o -c /root/hhvm/CMakeFiles/CMakeTmp/src.cxx | |
| Linking CXX executable cmTryCompileExec1911514272 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1911514272.dir/link.txt --verbose=1 | |
| /usr/bin/c++ -fno-gcse -fno-omit-frame-pointer -ftemplate-depth-180 -Wall -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -std=gnu++11 -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -mcrc32 -Wno-unused-local-typedefs -fno-canonical-system-headers -Wno-deprecated-declarations -DFOLLY_IFUNC CMakeFiles/cmTryCompileExec1911514272.dir/src.cxx.o -o cmTryCompileExec1911514272 -rdynamic -lelf | |
| /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o: In function `_start': | |
| (.text+0x20): undefined reference to `main' | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: *** [cmTryCompileExec1911514272] Error 1 | |
| make: *** [cmTryCompileExec1911514272/fast] Error 2 | |
| Source file was: | |
| extern "C" void (*test_ifunc(void))() { return 0; } | |
| void func() __attribute__((ifunc("test_ifunc"))); | |
| Determining if the function fullfsync exists failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3904418248/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3904418248.dir/build.make CMakeFiles/cmTryCompileExec3904418248.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3904418248.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=fullfsync -o CMakeFiles/cmTryCompileExec3904418248.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec3904418248 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3904418248.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=fullfsync CMakeFiles/cmTryCompileExec3904418248.dir/CheckFunctionExists.c.o -o cmTryCompileExec3904418248 -rdynamic | |
| CMakeFiles/cmTryCompileExec3904418248.dir/CheckFunctionExists.c.o: In function `main': | |
| CheckFunctionExists.c:(.text+0x15): undefined reference to `fullfsync' | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: *** [cmTryCompileExec3904418248] Error 1 | |
| make: *** [cmTryCompileExec3904418248/fast] Error 2 | |
| Determining if the system is big endian passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3517289951/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3517289951.dir/build.make CMakeFiles/cmTryCompileExec3517289951.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3517289951.dir/TestEndianess.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3517289951.dir/TestEndianess.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/TestEndianess.c | |
| Linking C executable cmTryCompileExec3517289951 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3517289951.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec3517289951.dir/TestEndianess.c.o -o cmTryCompileExec3517289951 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| TestEndianess.c: | |
| /* A 16 bit integer is required. */ | |
| typedef unsigned short cmakeint16; | |
| /* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN." | |
| On a big endian machine the characters will be exchanged pairwise. */ | |
| const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000}; | |
| /* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN." | |
| On a little endian machine the characters will be exchanged pairwise. */ | |
| const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000}; | |
| #ifdef __CLASSIC_C__ | |
| int main(argc, argv) int argc; char *argv[]; | |
| #else | |
| int main(int argc, char *argv[]) | |
| #endif | |
| { | |
| int require = 0; | |
| require += info_little[argc]; | |
| require += info_big[argc]; | |
| (void)argv; | |
| return require; | |
| } | |
| Determining if the function _close exists failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2810426214/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2810426214.dir/build.make CMakeFiles/cmTryCompileExec2810426214.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2810426214.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_close -o CMakeFiles/cmTryCompileExec2810426214.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec2810426214 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2810426214.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_close CMakeFiles/cmTryCompileExec2810426214.dir/CheckFunctionExists.c.o -o cmTryCompileExec2810426214 -rdynamic | |
| CMakeFiles/cmTryCompileExec2810426214.dir/CheckFunctionExists.c.o: In function `main': | |
| CheckFunctionExists.c:(.text+0x15): undefined reference to `_close' | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: *** [cmTryCompileExec2810426214] Error 1 | |
| make: *** [cmTryCompileExec2810426214/fast] Error 2 | |
| Determining if the function _dup exists failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3446121219/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3446121219.dir/build.make CMakeFiles/cmTryCompileExec3446121219.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3446121219.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_dup -o CMakeFiles/cmTryCompileExec3446121219.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec3446121219 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3446121219.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_dup CMakeFiles/cmTryCompileExec3446121219.dir/CheckFunctionExists.c.o -o cmTryCompileExec3446121219 -rdynamic | |
| CMakeFiles/cmTryCompileExec3446121219.dir/CheckFunctionExists.c.o: In function `main': | |
| CheckFunctionExists.c:(.text+0x15): undefined reference to `_dup' | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: *** [cmTryCompileExec3446121219] Error 1 | |
| make: *** [cmTryCompileExec3446121219/fast] Error 2 | |
| Determining if the function _fdopen exists failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec904210170/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec904210170.dir/build.make CMakeFiles/cmTryCompileExec904210170.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec904210170.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_fdopen -o CMakeFiles/cmTryCompileExec904210170.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec904210170 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec904210170.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_fdopen CMakeFiles/cmTryCompileExec904210170.dir/CheckFunctionExists.c.o -o cmTryCompileExec904210170 -rdynamic | |
| CMakeFiles/cmTryCompileExec904210170.dir/CheckFunctionExists.c.o: In function `main': | |
| CheckFunctionExists.c:(.text+0x15): undefined reference to `_fdopen' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| make[1]: *** [cmTryCompileExec904210170] Error 1 | |
| make: *** [cmTryCompileExec904210170/fast] Error 2 | |
| Determining if the function _fileno exists failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1290107285/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1290107285.dir/build.make CMakeFiles/cmTryCompileExec1290107285.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1290107285.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_fileno -o CMakeFiles/cmTryCompileExec1290107285.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec1290107285 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1290107285.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_fileno CMakeFiles/cmTryCompileExec1290107285.dir/CheckFunctionExists.c.o -o cmTryCompileExec1290107285 -rdynamic | |
| CMakeFiles/cmTryCompileExec1290107285.dir/CheckFunctionExists.c.o: In function `main': | |
| CheckFunctionExists.c:(.text+0x15): undefined reference to `_fileno' | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: *** [cmTryCompileExec1290107285] Error 1 | |
| make: *** [cmTryCompileExec1290107285/fast] Error 2 | |
| Determining if the function _open exists failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec796572821/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec796572821.dir/build.make CMakeFiles/cmTryCompileExec796572821.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec796572821.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_open -o CMakeFiles/cmTryCompileExec796572821.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec796572821 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec796572821.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_open CMakeFiles/cmTryCompileExec796572821.dir/CheckFunctionExists.c.o -o cmTryCompileExec796572821 -rdynamic | |
| CMakeFiles/cmTryCompileExec796572821.dir/CheckFunctionExists.c.o: In function `main': | |
| CheckFunctionExists.c:(.text+0x15): undefined reference to `_open' | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: *** [cmTryCompileExec796572821] Error 1 | |
| make: *** [cmTryCompileExec796572821/fast] Error 2 | |
| Determining if the function _snprintf exists failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec170134815/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec170134815.dir/build.make CMakeFiles/cmTryCompileExec170134815.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec170134815.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_snprintf -o CMakeFiles/cmTryCompileExec170134815.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec170134815 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec170134815.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_snprintf CMakeFiles/cmTryCompileExec170134815.dir/CheckFunctionExists.c.o -o cmTryCompileExec170134815 -rdynamic | |
| CMakeFiles/cmTryCompileExec170134815.dir/CheckFunctionExists.c.o: In function `main': | |
| CheckFunctionExists.c:(.text+0x15): undefined reference to `_snprintf' | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: *** [cmTryCompileExec170134815] Error 1 | |
| make: *** [cmTryCompileExec170134815/fast] Error 2 | |
| Determining if the function _strdup exists failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2101644793/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2101644793.dir/build.make CMakeFiles/cmTryCompileExec2101644793.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2101644793.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_strdup -o CMakeFiles/cmTryCompileExec2101644793.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec2101644793 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2101644793.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_strdup CMakeFiles/cmTryCompileExec2101644793.dir/CheckFunctionExists.c.o -o cmTryCompileExec2101644793 -rdynamic | |
| CMakeFiles/cmTryCompileExec2101644793.dir/CheckFunctionExists.c.o: In function `main': | |
| CheckFunctionExists.c:(.text+0x15): undefined reference to `_strdup' | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: *** [cmTryCompileExec2101644793] Error 1 | |
| make: *** [cmTryCompileExec2101644793/fast] Error 2 | |
| Determining if the function _stricmp exists failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3907630904/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3907630904.dir/build.make CMakeFiles/cmTryCompileExec3907630904.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3907630904.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_stricmp -o CMakeFiles/cmTryCompileExec3907630904.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec3907630904 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3907630904.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=_stricmp CMakeFiles/cmTryCompileExec3907630904.dir/CheckFunctionExists.c.o -o cmTryCompileExec3907630904 -rdynamic | |
| CMakeFiles/cmTryCompileExec3907630904.dir/CheckFunctionExists.c.o: In function `main': | |
| CheckFunctionExists.c:(.text+0x15): undefined reference to `_stricmp' | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| collect2: error: ld returned 1 exit status | |
| make[1]: *** [cmTryCompileExec3907630904] Error 1 | |
| make: *** [cmTryCompileExec3907630904/fast] Error 2 | |
| Determining if the MoveFileExA exist failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1686763626/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1686763626.dir/build.make CMakeFiles/cmTryCompileExec1686763626.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1686763626.dir/CheckSymbolExists.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1686763626.dir/CheckSymbolExists.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
| /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:21: fatal error: windows.h: No such file or directory | |
| #include <windows.h> | |
| ^ | |
| compilation terminated. | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| make[1]: *** [CMakeFiles/cmTryCompileExec1686763626.dir/CheckSymbolExists.c.o] Error 1 | |
| make: *** [cmTryCompileExec1686763626/fast] Error 2 | |
| File /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
| /* */ | |
| #include <windows.h> | |
| int main(int argc, char** argv) | |
| { | |
| (void)argv; | |
| #ifndef MoveFileExA | |
| return ((int*)(&MoveFileExA))[argc]; | |
| #else | |
| (void)argc; | |
| return 0; | |
| #endif | |
| } | |
| Determining size of __int8 failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec271089522/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec271089522.dir/build.make CMakeFiles/cmTryCompileExec271089522.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec271089522.dir/__INT8_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec271089522.dir/__INT8_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/__INT8_LIBZIP.c | |
| /root/hhvm/CMakeFiles/CheckTypeSize/__INT8_LIBZIP.c:17:22: error: ‘__int8’ undeclared here (not in a function) | |
| #define SIZE (sizeof(__int8)) | |
| ^ | |
| /root/hhvm/CMakeFiles/CheckTypeSize/__INT8_LIBZIP.c:19:12: note: in expansion of macro ‘SIZE’ | |
| ('0' + ((SIZE / 10000)%10)), | |
| ^ | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| make[1]: *** [CMakeFiles/cmTryCompileExec271089522.dir/__INT8_LIBZIP.c.o] Error 1 | |
| make: *** [cmTryCompileExec271089522/fast] Error 2 | |
| /root/hhvm/CMakeFiles/CheckTypeSize/__INT8_LIBZIP.c: | |
| #include <sys/types.h> | |
| #include <stdint.h> | |
| #include <stddef.h> | |
| #undef KEY | |
| #if defined(__i386) | |
| # define KEY '_','_','i','3','8','6' | |
| #elif defined(__x86_64) | |
| # define KEY '_','_','x','8','6','_','6','4' | |
| #elif defined(__ppc__) | |
| # define KEY '_','_','p','p','c','_','_' | |
| #elif defined(__ppc64__) | |
| # define KEY '_','_','p','p','c','6','4','_','_' | |
| #endif | |
| #define SIZE (sizeof(__int8)) | |
| char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', | |
| ('0' + ((SIZE / 10000)%10)), | |
| ('0' + ((SIZE / 1000)%10)), | |
| ('0' + ((SIZE / 100)%10)), | |
| ('0' + ((SIZE / 10)%10)), | |
| ('0' + (SIZE % 10)), | |
| ']', | |
| #ifdef KEY | |
| ' ','k','e','y','[', KEY, ']', | |
| #endif | |
| '\0'}; | |
| #ifdef __CLASSIC_C__ | |
| int main(argc, argv) int argc; char *argv[]; | |
| #else | |
| int main(int argc, char *argv[]) | |
| #endif | |
| { | |
| int require = 0; | |
| require += info_size[argc]; | |
| (void)argv; | |
| return require; | |
| } | |
| Determining size of __int16 failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3679886594/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3679886594.dir/build.make CMakeFiles/cmTryCompileExec3679886594.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3679886594.dir/__INT16_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3679886594.dir/__INT16_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/__INT16_LIBZIP.c | |
| /root/hhvm/CMakeFiles/CheckTypeSize/__INT16_LIBZIP.c:17:22: error: ‘__int16’ undeclared here (not in a function) | |
| #define SIZE (sizeof(__int16)) | |
| ^ | |
| /root/hhvm/CMakeFiles/CheckTypeSize/__INT16_LIBZIP.c:19:12: note: in expansion of macro ‘SIZE’ | |
| ('0' + ((SIZE / 10000)%10)), | |
| ^ | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| make[1]: *** [CMakeFiles/cmTryCompileExec3679886594.dir/__INT16_LIBZIP.c.o] Error 1 | |
| make: *** [cmTryCompileExec3679886594/fast] Error 2 | |
| /root/hhvm/CMakeFiles/CheckTypeSize/__INT16_LIBZIP.c: | |
| #include <sys/types.h> | |
| #include <stdint.h> | |
| #include <stddef.h> | |
| #undef KEY | |
| #if defined(__i386) | |
| # define KEY '_','_','i','3','8','6' | |
| #elif defined(__x86_64) | |
| # define KEY '_','_','x','8','6','_','6','4' | |
| #elif defined(__ppc__) | |
| # define KEY '_','_','p','p','c','_','_' | |
| #elif defined(__ppc64__) | |
| # define KEY '_','_','p','p','c','6','4','_','_' | |
| #endif | |
| #define SIZE (sizeof(__int16)) | |
| char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', | |
| ('0' + ((SIZE / 10000)%10)), | |
| ('0' + ((SIZE / 1000)%10)), | |
| ('0' + ((SIZE / 100)%10)), | |
| ('0' + ((SIZE / 10)%10)), | |
| ('0' + (SIZE % 10)), | |
| ']', | |
| #ifdef KEY | |
| ' ','k','e','y','[', KEY, ']', | |
| #endif | |
| '\0'}; | |
| #ifdef __CLASSIC_C__ | |
| int main(argc, argv) int argc; char *argv[]; | |
| #else | |
| int main(int argc, char *argv[]) | |
| #endif | |
| { | |
| int require = 0; | |
| require += info_size[argc]; | |
| (void)argv; | |
| return require; | |
| } | |
| Determining size of __int32 failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2170813967/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2170813967.dir/build.make CMakeFiles/cmTryCompileExec2170813967.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2170813967.dir/__INT32_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2170813967.dir/__INT32_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/__INT32_LIBZIP.c | |
| /root/hhvm/CMakeFiles/CheckTypeSize/__INT32_LIBZIP.c:17:22: error: ‘__int32’ undeclared here (not in a function) | |
| #define SIZE (sizeof(__int32)) | |
| ^ | |
| /root/hhvm/CMakeFiles/CheckTypeSize/__INT32_LIBZIP.c:19:12: note: in expansion of macro ‘SIZE’ | |
| ('0' + ((SIZE / 10000)%10)), | |
| ^ | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| make[1]: *** [CMakeFiles/cmTryCompileExec2170813967.dir/__INT32_LIBZIP.c.o] Error 1 | |
| make: *** [cmTryCompileExec2170813967/fast] Error 2 | |
| /root/hhvm/CMakeFiles/CheckTypeSize/__INT32_LIBZIP.c: | |
| #include <sys/types.h> | |
| #include <stdint.h> | |
| #include <stddef.h> | |
| #undef KEY | |
| #if defined(__i386) | |
| # define KEY '_','_','i','3','8','6' | |
| #elif defined(__x86_64) | |
| # define KEY '_','_','x','8','6','_','6','4' | |
| #elif defined(__ppc__) | |
| # define KEY '_','_','p','p','c','_','_' | |
| #elif defined(__ppc64__) | |
| # define KEY '_','_','p','p','c','6','4','_','_' | |
| #endif | |
| #define SIZE (sizeof(__int32)) | |
| char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', | |
| ('0' + ((SIZE / 10000)%10)), | |
| ('0' + ((SIZE / 1000)%10)), | |
| ('0' + ((SIZE / 100)%10)), | |
| ('0' + ((SIZE / 10)%10)), | |
| ('0' + (SIZE % 10)), | |
| ']', | |
| #ifdef KEY | |
| ' ','k','e','y','[', KEY, ']', | |
| #endif | |
| '\0'}; | |
| #ifdef __CLASSIC_C__ | |
| int main(argc, argv) int argc; char *argv[]; | |
| #else | |
| int main(int argc, char *argv[]) | |
| #endif | |
| { | |
| int require = 0; | |
| require += info_size[argc]; | |
| (void)argv; | |
| return require; | |
| } | |
| Determining size of __int64 failed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3823864420/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3823864420.dir/build.make CMakeFiles/cmTryCompileExec3823864420.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3823864420.dir/__INT64_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3823864420.dir/__INT64_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/__INT64_LIBZIP.c | |
| /root/hhvm/CMakeFiles/CheckTypeSize/__INT64_LIBZIP.c:17:22: error: ‘__int64’ undeclared here (not in a function) | |
| #define SIZE (sizeof(__int64)) | |
| ^ | |
| /root/hhvm/CMakeFiles/CheckTypeSize/__INT64_LIBZIP.c:19:12: note: in expansion of macro ‘SIZE’ | |
| ('0' + ((SIZE / 10000)%10)), | |
| ^ | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| make[1]: *** [CMakeFiles/cmTryCompileExec3823864420.dir/__INT64_LIBZIP.c.o] Error 1 | |
| make: *** [cmTryCompileExec3823864420/fast] Error 2 | |
| /root/hhvm/CMakeFiles/CheckTypeSize/__INT64_LIBZIP.c: | |
| #include <sys/types.h> | |
| #include <stdint.h> | |
| #include <stddef.h> | |
| #undef KEY | |
| #if defined(__i386) | |
| # define KEY '_','_','i','3','8','6' | |
| #elif defined(__x86_64) | |
| # define KEY '_','_','x','8','6','_','6','4' | |
| #elif defined(__ppc__) | |
| # define KEY '_','_','p','p','c','_','_' | |
| #elif defined(__ppc64__) | |
| # define KEY '_','_','p','p','c','6','4','_','_' | |
| #endif | |
| #define SIZE (sizeof(__int64)) | |
| char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', | |
| ('0' + ((SIZE / 10000)%10)), | |
| ('0' + ((SIZE / 1000)%10)), | |
| ('0' + ((SIZE / 100)%10)), | |
| ('0' + ((SIZE / 10)%10)), | |
| ('0' + (SIZE % 10)), | |
| ']', | |
| #ifdef KEY | |
| ' ','k','e','y','[', KEY, ']', | |
| #endif | |
| '\0'}; | |
| #ifdef __CLASSIC_C__ | |
| int main(argc, argv) int argc; char *argv[]; | |
| #else | |
| int main(int argc, char *argv[]) | |
| #endif | |
| { | |
| int require = 0; | |
| require += info_size[argc]; | |
| (void)argv; | |
| return require; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The system is: Linux - 3.13.0-24-generic - x86_64 | |
| Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | |
| Compiler: /usr/bin/cc | |
| Build flags: | |
| Id flags: | |
| The output was: | |
| 0 | |
| Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" | |
| The C compiler identification is GNU, found in "/root/hhvm/CMakeFiles/2.8.12.2/CompilerIdC/a.out" | |
| Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. | |
| Compiler: /usr/bin/c++ | |
| Build flags: | |
| Id flags: | |
| The output was: | |
| 0 | |
| Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" | |
| The CXX compiler identification is GNU, found in "/root/hhvm/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out" | |
| Determining if the C compiler works passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec121245801/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec121245801.dir/build.make CMakeFiles/cmTryCompileExec121245801.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec121245801.dir/testCCompiler.c.o | |
| /usr/bin/cc -o CMakeFiles/cmTryCompileExec121245801.dir/testCCompiler.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/testCCompiler.c | |
| Linking C executable cmTryCompileExec121245801 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec121245801.dir/link.txt --verbose=1 | |
| /usr/bin/cc CMakeFiles/cmTryCompileExec121245801.dir/testCCompiler.c.o -o cmTryCompileExec121245801 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Detecting C compiler ABI info compiled with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec271801422/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec271801422.dir/build.make CMakeFiles/cmTryCompileExec271801422.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec271801422.dir/CMakeCCompilerABI.c.o | |
| /usr/bin/cc -o CMakeFiles/cmTryCompileExec271801422.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c | |
| Linking C executable cmTryCompileExec271801422 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec271801422.dir/link.txt --verbose=1 | |
| /usr/bin/cc -v CMakeFiles/cmTryCompileExec271801422.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec271801422 -rdynamic | |
| Using built-in specs. | |
| COLLECT_GCC=/usr/bin/cc | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) | |
| COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/ | |
| LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/ | |
| COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec271801422' '-rdynamic' '-mtune=generic' '-march=x86-64' | |
| /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec271801422 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec271801422.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Parsed C implicit link information from above output: | |
| link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] | |
| ignore line: [Change Dir: /root/hhvm/CMakeFiles/CMakeTmp] | |
| ignore line: [] | |
| ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec271801422/fast"] | |
| ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec271801422.dir/build.make CMakeFiles/cmTryCompileExec271801422.dir/build] | |
| ignore line: [make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp'] | |
| ignore line: [/usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1] | |
| ignore line: [Building C object CMakeFiles/cmTryCompileExec271801422.dir/CMakeCCompilerABI.c.o] | |
| ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec271801422.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c] | |
| ignore line: [Linking C executable cmTryCompileExec271801422] | |
| ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec271801422.dir/link.txt --verbose=1] | |
| ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec271801422.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec271801422 -rdynamic ] | |
| ignore line: [Using built-in specs.] | |
| ignore line: [COLLECT_GCC=/usr/bin/cc] | |
| ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper] | |
| ignore line: [Target: x86_64-linux-gnu] | |
| ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] | |
| ignore line: [Thread model: posix] | |
| ignore line: [gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ] | |
| ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/] | |
| ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/] | |
| ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec271801422' '-rdynamic' '-mtune=generic' '-march=x86-64'] | |
| link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec271801422 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec271801422.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] | |
| arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore | |
| arg [--sysroot=/] ==> ignore | |
| arg [--build-id] ==> ignore | |
| arg [--eh-frame-hdr] ==> ignore | |
| arg [-m] ==> ignore | |
| arg [elf_x86_64] ==> ignore | |
| arg [--hash-style=gnu] ==> ignore | |
| arg [--as-needed] ==> ignore | |
| arg [-export-dynamic] ==> ignore | |
| arg [-dynamic-linker] ==> ignore | |
| arg [/lib64/ld-linux-x86-64.so.2] ==> ignore | |
| arg [-zrelro] ==> ignore | |
| arg [-o] ==> ignore | |
| arg [cmTryCompileExec271801422] ==> ignore | |
| arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore | |
| arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore | |
| arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore | |
| arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] | |
| arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] | |
| arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] | |
| arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] | |
| arg [-L/lib/../lib] ==> dir [/lib/../lib] | |
| arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] | |
| arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] | |
| arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] | |
| arg [CMakeFiles/cmTryCompileExec271801422.dir/CMakeCCompilerABI.c.o] ==> ignore | |
| arg [-lgcc] ==> lib [gcc] | |
| arg [--as-needed] ==> ignore | |
| arg [-lgcc_s] ==> lib [gcc_s] | |
| arg [--no-as-needed] ==> ignore | |
| arg [-lc] ==> lib [c] | |
| arg [-lgcc] ==> lib [gcc] | |
| arg [--as-needed] ==> ignore | |
| arg [-lgcc_s] ==> lib [gcc_s] | |
| arg [--no-as-needed] ==> ignore | |
| arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore | |
| arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore | |
| remove lib [gcc] | |
| remove lib [gcc_s] | |
| remove lib [gcc] | |
| remove lib [gcc_s] | |
| collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8] | |
| collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] | |
| collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib] | |
| collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] | |
| collapse library dir [/lib/../lib] ==> [/lib] | |
| collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] | |
| collapse library dir [/usr/lib/../lib] ==> [/usr/lib] | |
| collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib] | |
| implicit libs: [c] | |
| implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] | |
| implicit fwks: [] | |
| Determining if the CXX compiler works passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1241341412/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1241341412.dir/build.make CMakeFiles/cmTryCompileExec1241341412.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building CXX object CMakeFiles/cmTryCompileExec1241341412.dir/testCXXCompiler.cxx.o | |
| /usr/bin/c++ -o CMakeFiles/cmTryCompileExec1241341412.dir/testCXXCompiler.cxx.o -c /root/hhvm/CMakeFiles/CMakeTmp/testCXXCompiler.cxx | |
| Linking CXX executable cmTryCompileExec1241341412 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1241341412.dir/link.txt --verbose=1 | |
| /usr/bin/c++ CMakeFiles/cmTryCompileExec1241341412.dir/testCXXCompiler.cxx.o -o cmTryCompileExec1241341412 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Detecting CXX compiler ABI info compiled with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec278540093/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec278540093.dir/build.make CMakeFiles/cmTryCompileExec278540093.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building CXX object CMakeFiles/cmTryCompileExec278540093.dir/CMakeCXXCompilerABI.cpp.o | |
| /usr/bin/c++ -o CMakeFiles/cmTryCompileExec278540093.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp | |
| Linking CXX executable cmTryCompileExec278540093 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec278540093.dir/link.txt --verbose=1 | |
| /usr/bin/c++ -v CMakeFiles/cmTryCompileExec278540093.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec278540093 -rdynamic | |
| Using built-in specs. | |
| COLLECT_GCC=/usr/bin/c++ | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) | |
| COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/ | |
| LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/ | |
| COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec278540093' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | |
| /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec278540093 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec278540093.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Parsed CXX implicit link information from above output: | |
| link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] | |
| ignore line: [Change Dir: /root/hhvm/CMakeFiles/CMakeTmp] | |
| ignore line: [] | |
| ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec278540093/fast"] | |
| ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec278540093.dir/build.make CMakeFiles/cmTryCompileExec278540093.dir/build] | |
| ignore line: [make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp'] | |
| ignore line: [/usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1] | |
| ignore line: [Building CXX object CMakeFiles/cmTryCompileExec278540093.dir/CMakeCXXCompilerABI.cpp.o] | |
| ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec278540093.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp] | |
| ignore line: [Linking CXX executable cmTryCompileExec278540093] | |
| ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec278540093.dir/link.txt --verbose=1] | |
| ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec278540093.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec278540093 -rdynamic ] | |
| ignore line: [Using built-in specs.] | |
| ignore line: [COLLECT_GCC=/usr/bin/c++] | |
| ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper] | |
| ignore line: [Target: x86_64-linux-gnu] | |
| ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] | |
| ignore line: [Thread model: posix] | |
| ignore line: [gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ] | |
| ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/] | |
| ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/] | |
| ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec278540093' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] | |
| link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec278540093 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec278540093.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] | |
| arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore | |
| arg [--sysroot=/] ==> ignore | |
| arg [--build-id] ==> ignore | |
| arg [--eh-frame-hdr] ==> ignore | |
| arg [-m] ==> ignore | |
| arg [elf_x86_64] ==> ignore | |
| arg [--hash-style=gnu] ==> ignore | |
| arg [--as-needed] ==> ignore | |
| arg [-export-dynamic] ==> ignore | |
| arg [-dynamic-linker] ==> ignore | |
| arg [/lib64/ld-linux-x86-64.so.2] ==> ignore | |
| arg [-zrelro] ==> ignore | |
| arg [-o] ==> ignore | |
| arg [cmTryCompileExec278540093] ==> ignore | |
| arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore | |
| arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore | |
| arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore | |
| arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] | |
| arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] | |
| arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] | |
| arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] | |
| arg [-L/lib/../lib] ==> dir [/lib/../lib] | |
| arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] | |
| arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] | |
| arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] | |
| arg [CMakeFiles/cmTryCompileExec278540093.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore | |
| arg [-lstdc++] ==> lib [stdc++] | |
| arg [-lm] ==> lib [m] | |
| arg [-lgcc_s] ==> lib [gcc_s] | |
| arg [-lgcc] ==> lib [gcc] | |
| arg [-lc] ==> lib [c] | |
| arg [-lgcc_s] ==> lib [gcc_s] | |
| arg [-lgcc] ==> lib [gcc] | |
| arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore | |
| arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore | |
| remove lib [gcc_s] | |
| remove lib [gcc] | |
| remove lib [gcc_s] | |
| remove lib [gcc] | |
| collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8] | |
| collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] | |
| collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib] | |
| collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] | |
| collapse library dir [/lib/../lib] ==> [/lib] | |
| collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] | |
| collapse library dir [/usr/lib/../lib] ==> [/usr/lib] | |
| collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib] | |
| implicit libs: [stdc++;m;c] | |
| implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] | |
| implicit fwks: [] | |
| Performing C SOURCE FILE Test HAVE_GCC_47 succeded with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2297053808/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2297053808.dir/build.make CMakeFiles/cmTryCompileExec2297053808.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2297053808.dir/src.c.o | |
| /usr/bin/cc -DHAVE_GCC_47 -o CMakeFiles/cmTryCompileExec2297053808.dir/src.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/src.c | |
| Linking C executable cmTryCompileExec2297053808 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2297053808.dir/link.txt --verbose=1 | |
| /usr/bin/cc -DHAVE_GCC_47 CMakeFiles/cmTryCompileExec2297053808.dir/src.c.o -o cmTryCompileExec2297053808 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Source file was: | |
| #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) | |
| #if GCC_VERSION < 40700 | |
| #error Not GCC 4.7.0+ | |
| #endif | |
| int main() { return 0; } | |
| Performing C SOURCE FILE Test HAVE_GCC_48 succeded with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2522217809/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2522217809.dir/build.make CMakeFiles/cmTryCompileExec2522217809.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2522217809.dir/src.c.o | |
| /usr/bin/cc -DHAVE_GCC_48 -o CMakeFiles/cmTryCompileExec2522217809.dir/src.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/src.c | |
| Linking C executable cmTryCompileExec2522217809 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2522217809.dir/link.txt --verbose=1 | |
| /usr/bin/cc -DHAVE_GCC_48 CMakeFiles/cmTryCompileExec2522217809.dir/src.c.o -o cmTryCompileExec2522217809 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Source file was: | |
| #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) | |
| #if GCC_VERSION < 40800 | |
| #error Not GCC 4.8.0+ | |
| #endif | |
| int main() { return 0; } | |
| Determining if the function curl_multi_wait exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1357918426/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1357918426.dir/build.make CMakeFiles/cmTryCompileExec1357918426.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1357918426.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=curl_multi_wait -o CMakeFiles/cmTryCompileExec1357918426.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec1357918426 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1357918426.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=curl_multi_wait CMakeFiles/cmTryCompileExec1357918426.dir/CheckFunctionExists.c.o -o cmTryCompileExec1357918426 -rdynamic -lcurl | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Performing C++ SOURCE FILE Test JEMALLOC_VERSION_3 succeded with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3374960919/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3374960919.dir/build.make CMakeFiles/cmTryCompileExec3374960919.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building CXX object CMakeFiles/cmTryCompileExec3374960919.dir/src.cxx.o | |
| /usr/bin/c++ -fno-gcse -fno-omit-frame-pointer -ftemplate-depth-180 -Wall -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -std=gnu++11 -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -mcrc32 -Wno-unused-local-typedefs -fno-canonical-system-headers -Wno-deprecated-declarations -DJEMALLOC_VERSION_3 -o CMakeFiles/cmTryCompileExec3374960919.dir/src.cxx.o -c /root/hhvm/CMakeFiles/CMakeTmp/src.cxx | |
| Linking CXX executable cmTryCompileExec3374960919 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3374960919.dir/link.txt --verbose=1 | |
| /usr/bin/c++ -fno-gcse -fno-omit-frame-pointer -ftemplate-depth-180 -Wall -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -std=gnu++11 -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -mcrc32 -Wno-unused-local-typedefs -fno-canonical-system-headers -Wno-deprecated-declarations -DJEMALLOC_VERSION_3 CMakeFiles/cmTryCompileExec3374960919.dir/src.cxx.o -o cmTryCompileExec3374960919 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Source file was: | |
| #include <jemalloc/jemalloc.h> | |
| int main(void) { | |
| #if !defined(JEMALLOC_VERSION_MAJOR) || (JEMALLOC_VERSION_MAJOR < 3) | |
| # error "jemalloc version >= 3.0.0 required" | |
| #endif | |
| return 0; | |
| } | |
| Determining if the function BZ2_bzCompressInit exists in the /usr/lib/x86_64-linux-gnu/libbz2.so passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec731003133/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec731003133.dir/build.make CMakeFiles/cmTryCompileExec731003133.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec731003133.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=BZ2_bzCompressInit -o CMakeFiles/cmTryCompileExec731003133.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec731003133 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec731003133.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=BZ2_bzCompressInit CMakeFiles/cmTryCompileExec731003133.dir/CheckFunctionExists.c.o -o cmTryCompileExec731003133 -rdynamic -lbz2 | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Performing C++ SOURCE FILE Test ELF_GETSHDRSTRNDX succeded with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2277628878/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2277628878.dir/build.make CMakeFiles/cmTryCompileExec2277628878.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building CXX object CMakeFiles/cmTryCompileExec2277628878.dir/src.cxx.o | |
| /usr/bin/c++ -fno-gcse -fno-omit-frame-pointer -ftemplate-depth-180 -Wall -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -std=gnu++11 -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -mcrc32 -Wno-unused-local-typedefs -fno-canonical-system-headers -Wno-deprecated-declarations -DELF_GETSHDRSTRNDX -o CMakeFiles/cmTryCompileExec2277628878.dir/src.cxx.o -c /root/hhvm/CMakeFiles/CMakeTmp/src.cxx | |
| Linking CXX executable cmTryCompileExec2277628878 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2277628878.dir/link.txt --verbose=1 | |
| /usr/bin/c++ -fno-gcse -fno-omit-frame-pointer -ftemplate-depth-180 -Wall -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -std=gnu++11 -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -mcrc32 -Wno-unused-local-typedefs -fno-canonical-system-headers -Wno-deprecated-declarations -DELF_GETSHDRSTRNDX CMakeFiles/cmTryCompileExec2277628878.dir/src.cxx.o -o cmTryCompileExec2277628878 -rdynamic -lelf | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Source file was: | |
| #include <libelf.h> | |
| int main() { | |
| Elf *e = (Elf*)0; | |
| size_t sz; | |
| elf_getshdrstrndx(e, &sz); | |
| return 0; | |
| } | |
| Determining if the function clock_gettime exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec288811855/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec288811855.dir/build.make CMakeFiles/cmTryCompileExec288811855.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec288811855.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec288811855.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec288811855 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec288811855.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=clock_gettime CMakeFiles/cmTryCompileExec288811855.dir/CheckFunctionExists.c.o -o cmTryCompileExec288811855 -rdynamic -lrt | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the include file arpa/inet.h exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3821662755/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3821662755.dir/build.make CMakeFiles/cmTryCompileExec3821662755.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3821662755.dir/CheckIncludeFile.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3821662755.dir/CheckIncludeFile.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| Linking C executable cmTryCompileExec3821662755 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3821662755.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec3821662755.dir/CheckIncludeFile.c.o -o cmTryCompileExec3821662755 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the include file netinet/in.h exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3582861009/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3582861009.dir/build.make CMakeFiles/cmTryCompileExec3582861009.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3582861009.dir/CheckIncludeFile.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3582861009.dir/CheckIncludeFile.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| Linking C executable cmTryCompileExec3582861009 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3582861009.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec3582861009.dir/CheckIncludeFile.c.o -o cmTryCompileExec3582861009 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the include file stddef.h exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1157837252/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1157837252.dir/build.make CMakeFiles/cmTryCompileExec1157837252.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1157837252.dir/CheckIncludeFile.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1157837252.dir/CheckIncludeFile.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| Linking C executable cmTryCompileExec1157837252 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1157837252.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1157837252.dir/CheckIncludeFile.c.o -o cmTryCompileExec1157837252 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the include file stdint.h exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2439315808/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2439315808.dir/build.make CMakeFiles/cmTryCompileExec2439315808.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2439315808.dir/CheckIncludeFile.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2439315808.dir/CheckIncludeFile.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| Linking C executable cmTryCompileExec2439315808 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2439315808.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2439315808.dir/CheckIncludeFile.c.o -o cmTryCompileExec2439315808 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the include file string.h exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1783053857/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1783053857.dir/build.make CMakeFiles/cmTryCompileExec1783053857.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1783053857.dir/CheckIncludeFile.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1783053857.dir/CheckIncludeFile.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| Linking C executable cmTryCompileExec1783053857 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1783053857.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1783053857.dir/CheckIncludeFile.c.o -o cmTryCompileExec1783053857 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the include file sys/socket.h exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3235263826/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3235263826.dir/build.make CMakeFiles/cmTryCompileExec3235263826.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3235263826.dir/CheckIncludeFile.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3235263826.dir/CheckIncludeFile.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| Linking C executable cmTryCompileExec3235263826 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3235263826.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec3235263826.dir/CheckIncludeFile.c.o -o cmTryCompileExec3235263826 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the include file sys/time.h exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec193183994/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec193183994.dir/build.make CMakeFiles/cmTryCompileExec193183994.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec193183994.dir/CheckIncludeFile.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec193183994.dir/CheckIncludeFile.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| Linking C executable cmTryCompileExec193183994 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec193183994.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec193183994.dir/CheckIncludeFile.c.o -o cmTryCompileExec193183994 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the include file unistd.h exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2598703239/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2598703239.dir/build.make CMakeFiles/cmTryCompileExec2598703239.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2598703239.dir/CheckIncludeFile.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2598703239.dir/CheckIncludeFile.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| Linking C executable cmTryCompileExec2598703239 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2598703239.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2598703239.dir/CheckIncludeFile.c.o -o cmTryCompileExec2598703239 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the include file sys/types.h exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2962689833/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2962689833.dir/build.make CMakeFiles/cmTryCompileExec2962689833.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2962689833.dir/CheckIncludeFile.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2962689833.dir/CheckIncludeFile.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| Linking C executable cmTryCompileExec2962689833 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2962689833.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2962689833.dir/CheckIncludeFile.c.o -o cmTryCompileExec2962689833 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the include file stdint.h exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec621928849/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec621928849.dir/build.make CMakeFiles/cmTryCompileExec621928849.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec621928849.dir/CheckIncludeFile.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec621928849.dir/CheckIncludeFile.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| Linking C executable cmTryCompileExec621928849 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec621928849.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec621928849.dir/CheckIncludeFile.c.o -o cmTryCompileExec621928849 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the include file stddef.h exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1310831817/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1310831817.dir/build.make CMakeFiles/cmTryCompileExec1310831817.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1310831817.dir/CheckIncludeFile.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1310831817.dir/CheckIncludeFile.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| Linking C executable cmTryCompileExec1310831817 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1310831817.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1310831817.dir/CheckIncludeFile.c.o -o cmTryCompileExec1310831817 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of size_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3633941447/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3633941447.dir/build.make CMakeFiles/cmTryCompileExec3633941447.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3633941447.dir/HAVE_SIZE_T.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3633941447.dir/HAVE_SIZE_T.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/HAVE_SIZE_T.c | |
| Linking C executable cmTryCompileExec3633941447 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3633941447.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec3633941447.dir/HAVE_SIZE_T.c.o -o cmTryCompileExec3633941447 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of ssize_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1711372831/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1711372831.dir/build.make CMakeFiles/cmTryCompileExec1711372831.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1711372831.dir/HAVE_SSIZE_T.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1711372831.dir/HAVE_SSIZE_T.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/HAVE_SSIZE_T.c | |
| Linking C executable cmTryCompileExec1711372831 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1711372831.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1711372831.dir/HAVE_SSIZE_T.c.o -o cmTryCompileExec1711372831 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of uint32_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1399842869/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1399842869.dir/build.make CMakeFiles/cmTryCompileExec1399842869.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1399842869.dir/HAVE_UINT32_T.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1399842869.dir/HAVE_UINT32_T.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/HAVE_UINT32_T.c | |
| Linking C executable cmTryCompileExec1399842869 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1399842869.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1399842869.dir/HAVE_UINT32_T.c.o -o cmTryCompileExec1399842869 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of uint8_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2387040288/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2387040288.dir/build.make CMakeFiles/cmTryCompileExec2387040288.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2387040288.dir/HAVE_UINT8_T.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2387040288.dir/HAVE_UINT8_T.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/HAVE_UINT8_T.c | |
| Linking C executable cmTryCompileExec2387040288 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2387040288.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2387040288.dir/HAVE_UINT8_T.c.o -o cmTryCompileExec2387040288 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the AF_LOCAL exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1627084537/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1627084537.dir/build.make CMakeFiles/cmTryCompileExec1627084537.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1627084537.dir/CheckSymbolExists.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1627084537.dir/CheckSymbolExists.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
| Linking C executable cmTryCompileExec1627084537 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1627084537.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1627084537.dir/CheckSymbolExists.c.o -o cmTryCompileExec1627084537 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| File /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
| /* */ | |
| #include <sys/socket.h> | |
| int main(int argc, char** argv) | |
| { | |
| (void)argv; | |
| #ifndef AF_LOCAL | |
| return ((int*)(&AF_LOCAL))[argc]; | |
| #else | |
| (void)argc; | |
| return 0; | |
| #endif | |
| } | |
| Determining if the PF_LOCAL exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3930085455/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3930085455.dir/build.make CMakeFiles/cmTryCompileExec3930085455.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3930085455.dir/CheckSymbolExists.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3930085455.dir/CheckSymbolExists.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
| Linking C executable cmTryCompileExec3930085455 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3930085455.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec3930085455.dir/CheckSymbolExists.c.o -o cmTryCompileExec3930085455 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| File /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
| /* */ | |
| #include <sys/socket.h> | |
| int main(int argc, char** argv) | |
| { | |
| (void)argv; | |
| #ifndef PF_LOCAL | |
| return ((int*)(&PF_LOCAL))[argc]; | |
| #else | |
| (void)argc; | |
| return 0; | |
| #endif | |
| } | |
| Determining if the function memset exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec247977559/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec247977559.dir/build.make CMakeFiles/cmTryCompileExec247977559.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec247977559.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=memset -o CMakeFiles/cmTryCompileExec247977559.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec247977559 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec247977559.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=memset CMakeFiles/cmTryCompileExec247977559.dir/CheckFunctionExists.c.o -o cmTryCompileExec247977559 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function socket exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1397102288/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1397102288.dir/build.make CMakeFiles/cmTryCompileExec1397102288.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1397102288.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=socket -o CMakeFiles/cmTryCompileExec1397102288.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec1397102288 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1397102288.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=socket CMakeFiles/cmTryCompileExec1397102288.dir/CheckFunctionExists.c.o -o cmTryCompileExec1397102288 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function strerror exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec32453993/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec32453993.dir/build.make CMakeFiles/cmTryCompileExec32453993.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec32453993.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=strerror -o CMakeFiles/cmTryCompileExec32453993.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec32453993 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec32453993.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=strerror CMakeFiles/cmTryCompileExec32453993.dir/CheckFunctionExists.c.o -o cmTryCompileExec32453993 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the event_get_version_number exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec4022833829/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec4022833829.dir/build.make CMakeFiles/cmTryCompileExec4022833829.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec4022833829.dir/CheckSymbolExists.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec4022833829.dir/CheckSymbolExists.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
| Linking C executable cmTryCompileExec4022833829 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4022833829.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec4022833829.dir/CheckSymbolExists.c.o -o cmTryCompileExec4022833829 -rdynamic -levent | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| File /root/hhvm/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
| /* */ | |
| #include <event.h> | |
| int main(int argc, char** argv) | |
| { | |
| (void)argv; | |
| #ifndef event_get_version_number | |
| return ((int*)(&event_get_version_number))[argc]; | |
| #else | |
| (void)argc; | |
| return 0; | |
| #endif | |
| } | |
| Performing C SOURCE FILE Test HAVE_LIBEVENT_209 succeded with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1658956928/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1658956928.dir/build.make CMakeFiles/cmTryCompileExec1658956928.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1658956928.dir/src.c.o | |
| /usr/bin/cc -DEVENT_VERSION_WANTED=0x2000900 -DHAVE_EVENT_GET_VERSION_NUMBER -w -DHAVE_LIBEVENT_209 -o CMakeFiles/cmTryCompileExec1658956928.dir/src.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/src.c | |
| Linking C executable cmTryCompileExec1658956928 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1658956928.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DHAVE_LIBEVENT_209 CMakeFiles/cmTryCompileExec1658956928.dir/src.c.o -o cmTryCompileExec1658956928 -rdynamic -levent | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Source file was: | |
| #include <sys/types.h> | |
| #include <event.h> | |
| #include <stdio.h> | |
| int main() | |
| { | |
| unsigned int version; | |
| #if defined(HAVE_EVENT_GET_VERSION_NUMBER) | |
| version = event_get_version_number(); | |
| #else | |
| unsigned int major, minor, patchlevel; | |
| char c; | |
| int fields; | |
| fields = sscanf(event_get_version(), "%u.%u.%u%c", &major, &minor, &patchlevel, &c); | |
| version = (((major) << 24) | ((minor) << 16) | ((patchlevel) << 8)); | |
| #endif | |
| return (version < EVENT_VERSION_WANTED); | |
| } | |
| Determining if files stdlib.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec37211967/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec37211967.dir/build.make CMakeFiles/cmTryCompileExec37211967.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec37211967.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec37211967.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec37211967 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec37211967.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec37211967.dir/CheckIncludeFiles.c.o -o cmTryCompileExec37211967 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files assert.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1648033119/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1648033119.dir/build.make CMakeFiles/cmTryCompileExec1648033119.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1648033119.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1648033119.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec1648033119 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1648033119.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1648033119.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1648033119 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function strcasecmp exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec645279588/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec645279588.dir/build.make CMakeFiles/cmTryCompileExec645279588.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec645279588.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=strcasecmp -o CMakeFiles/cmTryCompileExec645279588.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec645279588 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec645279588.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=strcasecmp CMakeFiles/cmTryCompileExec645279588.dir/CheckFunctionExists.c.o -o cmTryCompileExec645279588 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function strchr exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2421667821/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2421667821.dir/build.make CMakeFiles/cmTryCompileExec2421667821.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2421667821.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=strchr -o CMakeFiles/cmTryCompileExec2421667821.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec2421667821 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2421667821.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=strchr CMakeFiles/cmTryCompileExec2421667821.dir/CheckFunctionExists.c.o -o cmTryCompileExec2421667821 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files sys/stat.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1743094647/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1743094647.dir/build.make CMakeFiles/cmTryCompileExec1743094647.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1743094647.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1743094647.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec1743094647 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1743094647.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1743094647.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1743094647 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files stdlib.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2612297633/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2612297633.dir/build.make CMakeFiles/cmTryCompileExec2612297633.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2612297633.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2612297633.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec2612297633 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2612297633.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2612297633.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2612297633 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files string.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1511660531/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1511660531.dir/build.make CMakeFiles/cmTryCompileExec1511660531.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1511660531.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1511660531.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec1511660531 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1511660531.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1511660531.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1511660531 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files memory.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec41149226/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec41149226.dir/build.make CMakeFiles/cmTryCompileExec41149226.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec41149226.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec41149226.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec41149226 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec41149226.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec41149226.dir/CheckIncludeFiles.c.o -o cmTryCompileExec41149226 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files strings.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2956481317/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2956481317.dir/build.make CMakeFiles/cmTryCompileExec2956481317.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2956481317.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2956481317.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec2956481317 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2956481317.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2956481317.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2956481317 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files inttypes.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1602794040/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1602794040.dir/build.make CMakeFiles/cmTryCompileExec1602794040.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1602794040.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1602794040.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec1602794040 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1602794040.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1602794040.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1602794040 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files unistd.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2547068157/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2547068157.dir/build.make CMakeFiles/cmTryCompileExec2547068157.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2547068157.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2547068157.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec2547068157 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2547068157.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2547068157.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2547068157 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files dlfcn.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec409001848/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec409001848.dir/build.make CMakeFiles/cmTryCompileExec409001848.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec409001848.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec409001848.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec409001848 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec409001848.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec409001848.dir/CheckIncludeFiles.c.o -o cmTryCompileExec409001848 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function fdatasync exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1669920833/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1669920833.dir/build.make CMakeFiles/cmTryCompileExec1669920833.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1669920833.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=fdatasync -o CMakeFiles/cmTryCompileExec1669920833.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec1669920833 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1669920833.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=fdatasync CMakeFiles/cmTryCompileExec1669920833.dir/CheckFunctionExists.c.o -o cmTryCompileExec1669920833 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function usleep exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3239964927/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3239964927.dir/build.make CMakeFiles/cmTryCompileExec3239964927.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3239964927.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=usleep -o CMakeFiles/cmTryCompileExec3239964927.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec3239964927 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3239964927.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=usleep CMakeFiles/cmTryCompileExec3239964927.dir/CheckFunctionExists.c.o -o cmTryCompileExec3239964927 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function localtime_r exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec272456729/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec272456729.dir/build.make CMakeFiles/cmTryCompileExec272456729.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec272456729.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=localtime_r -o CMakeFiles/cmTryCompileExec272456729.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec272456729 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec272456729.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=localtime_r CMakeFiles/cmTryCompileExec272456729.dir/CheckFunctionExists.c.o -o cmTryCompileExec272456729 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function gmtime_r exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec450715219/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec450715219.dir/build.make CMakeFiles/cmTryCompileExec450715219.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec450715219.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=gmtime_r -o CMakeFiles/cmTryCompileExec450715219.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec450715219 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec450715219.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=gmtime_r CMakeFiles/cmTryCompileExec450715219.dir/CheckFunctionExists.c.o -o cmTryCompileExec450715219 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function pthread_create exists in the pthread passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3788150468/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3788150468.dir/build.make CMakeFiles/cmTryCompileExec3788150468.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3788150468.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec3788150468.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec3788150468 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3788150468.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec3788150468.dir/CheckFunctionExists.c.o -o cmTryCompileExec3788150468 -rdynamic -lpthread | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of unsigned short passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec816071408/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec816071408.dir/build.make CMakeFiles/cmTryCompileExec816071408.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec816071408.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec816071408.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c | |
| Linking C executable cmTryCompileExec816071408 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec816071408.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec816071408.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTryCompileExec816071408 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files locale.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3375208653/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3375208653.dir/build.make CMakeFiles/cmTryCompileExec3375208653.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3375208653.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3375208653.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec3375208653 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3375208653.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec3375208653.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3375208653 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files limits.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3282223814/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3282223814.dir/build.make CMakeFiles/cmTryCompileExec3282223814.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3282223814.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3282223814.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec3282223814 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3282223814.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec3282223814.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3282223814 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of int32_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2858936716/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2858936716.dir/build.make CMakeFiles/cmTryCompileExec2858936716.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2858936716.dir/HAVE_INT32_T.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2858936716.dir/HAVE_INT32_T.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/HAVE_INT32_T.c | |
| Linking C executable cmTryCompileExec2858936716 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2858936716.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2858936716.dir/HAVE_INT32_T.c.o -o cmTryCompileExec2858936716 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function strtoll exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1637069326/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1637069326.dir/build.make CMakeFiles/cmTryCompileExec1637069326.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1637069326.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=strtoll -o CMakeFiles/cmTryCompileExec1637069326.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec1637069326 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1637069326.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=strtoll CMakeFiles/cmTryCompileExec1637069326.dir/CheckFunctionExists.c.o -o cmTryCompileExec1637069326 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function atoll exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3784189080/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3784189080.dir/build.make CMakeFiles/cmTryCompileExec3784189080.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3784189080.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=atoll -o CMakeFiles/cmTryCompileExec3784189080.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec3784189080 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3784189080.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=atoll CMakeFiles/cmTryCompileExec3784189080.dir/CheckFunctionExists.c.o -o cmTryCompileExec3784189080 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function strftime exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1309766585/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1309766585.dir/build.make CMakeFiles/cmTryCompileExec1309766585.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1309766585.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=strftime -o CMakeFiles/cmTryCompileExec1309766585.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec1309766585 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1309766585.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=strftime CMakeFiles/cmTryCompileExec1309766585.dir/CheckFunctionExists.c.o -o cmTryCompileExec1309766585 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function setlocale exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec495474872/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec495474872.dir/build.make CMakeFiles/cmTryCompileExec495474872.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec495474872.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=setlocale -o CMakeFiles/cmTryCompileExec495474872.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec495474872 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec495474872.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=setlocale CMakeFiles/cmTryCompileExec495474872.dir/CheckFunctionExists.c.o -o cmTryCompileExec495474872 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function fseeko exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3428088375/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3428088375.dir/build.make CMakeFiles/cmTryCompileExec3428088375.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3428088375.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=fseeko -o CMakeFiles/cmTryCompileExec3428088375.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec3428088375 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3428088375.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=fseeko CMakeFiles/cmTryCompileExec3428088375.dir/CheckFunctionExists.c.o -o cmTryCompileExec3428088375 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function ftello exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec976864198/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec976864198.dir/build.make CMakeFiles/cmTryCompileExec976864198.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec976864198.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=ftello -o CMakeFiles/cmTryCompileExec976864198.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec976864198 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec976864198.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=ftello CMakeFiles/cmTryCompileExec976864198.dir/CheckFunctionExists.c.o -o cmTryCompileExec976864198 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function open exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3365922732/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3365922732.dir/build.make CMakeFiles/cmTryCompileExec3365922732.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3365922732.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=open -o CMakeFiles/cmTryCompileExec3365922732.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec3365922732 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3365922732.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=open CMakeFiles/cmTryCompileExec3365922732.dir/CheckFunctionExists.c.o -o cmTryCompileExec3365922732 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function mkstemp exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2954882145/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2954882145.dir/build.make CMakeFiles/cmTryCompileExec2954882145.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2954882145.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=mkstemp -o CMakeFiles/cmTryCompileExec2954882145.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec2954882145 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2954882145.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=mkstemp CMakeFiles/cmTryCompileExec2954882145.dir/CheckFunctionExists.c.o -o cmTryCompileExec2954882145 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function snprintf exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2069120713/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2069120713.dir/build.make CMakeFiles/cmTryCompileExec2069120713.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2069120713.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=snprintf -o CMakeFiles/cmTryCompileExec2069120713.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec2069120713 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2069120713.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=snprintf CMakeFiles/cmTryCompileExec2069120713.dir/CheckFunctionExists.c.o -o cmTryCompileExec2069120713 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if the function strdup exists passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3352236433/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3352236433.dir/build.make CMakeFiles/cmTryCompileExec3352236433.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3352236433.dir/CheckFunctionExists.c.o | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=strdup -o CMakeFiles/cmTryCompileExec3352236433.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c | |
| Linking C executable cmTryCompileExec3352236433 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3352236433.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=strdup CMakeFiles/cmTryCompileExec3352236433.dir/CheckFunctionExists.c.o -o cmTryCompileExec3352236433 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files sys/types.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2772137364/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2772137364.dir/build.make CMakeFiles/cmTryCompileExec2772137364.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2772137364.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2772137364.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec2772137364 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2772137364.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2772137364.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2772137364 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files inttypes.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1615333996/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1615333996.dir/build.make CMakeFiles/cmTryCompileExec1615333996.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1615333996.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1615333996.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec1615333996 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1615333996.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1615333996.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1615333996 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining if files stdint.h exist passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2851689123/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2851689123.dir/build.make CMakeFiles/cmTryCompileExec2851689123.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2851689123.dir/CheckIncludeFiles.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2851689123.dir/CheckIncludeFiles.c.o -c /root/hhvm/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
| Linking C executable cmTryCompileExec2851689123 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2851689123.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2851689123.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2851689123 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of int8_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec417474022/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec417474022.dir/build.make CMakeFiles/cmTryCompileExec417474022.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec417474022.dir/INT8_T_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec417474022.dir/INT8_T_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/INT8_T_LIBZIP.c | |
| Linking C executable cmTryCompileExec417474022 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec417474022.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec417474022.dir/INT8_T_LIBZIP.c.o -o cmTryCompileExec417474022 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of uint8_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2152752820/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2152752820.dir/build.make CMakeFiles/cmTryCompileExec2152752820.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2152752820.dir/UINT8_T_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2152752820.dir/UINT8_T_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/UINT8_T_LIBZIP.c | |
| Linking C executable cmTryCompileExec2152752820 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2152752820.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2152752820.dir/UINT8_T_LIBZIP.c.o -o cmTryCompileExec2152752820 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of int16_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2188561407/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2188561407.dir/build.make CMakeFiles/cmTryCompileExec2188561407.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2188561407.dir/INT16_T_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2188561407.dir/INT16_T_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/INT16_T_LIBZIP.c | |
| Linking C executable cmTryCompileExec2188561407 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2188561407.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2188561407.dir/INT16_T_LIBZIP.c.o -o cmTryCompileExec2188561407 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of uint16_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1297894312/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1297894312.dir/build.make CMakeFiles/cmTryCompileExec1297894312.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1297894312.dir/UINT16_T_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1297894312.dir/UINT16_T_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/UINT16_T_LIBZIP.c | |
| Linking C executable cmTryCompileExec1297894312 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1297894312.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1297894312.dir/UINT16_T_LIBZIP.c.o -o cmTryCompileExec1297894312 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of int32_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1682561347/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1682561347.dir/build.make CMakeFiles/cmTryCompileExec1682561347.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1682561347.dir/INT32_T_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1682561347.dir/INT32_T_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/INT32_T_LIBZIP.c | |
| Linking C executable cmTryCompileExec1682561347 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1682561347.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1682561347.dir/INT32_T_LIBZIP.c.o -o cmTryCompileExec1682561347 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of uint32_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec746342523/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec746342523.dir/build.make CMakeFiles/cmTryCompileExec746342523.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec746342523.dir/UINT32_T_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec746342523.dir/UINT32_T_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/UINT32_T_LIBZIP.c | |
| Linking C executable cmTryCompileExec746342523 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec746342523.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec746342523.dir/UINT32_T_LIBZIP.c.o -o cmTryCompileExec746342523 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of int64_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3409300900/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3409300900.dir/build.make CMakeFiles/cmTryCompileExec3409300900.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3409300900.dir/INT64_T_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3409300900.dir/INT64_T_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/INT64_T_LIBZIP.c | |
| Linking C executable cmTryCompileExec3409300900 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3409300900.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec3409300900.dir/INT64_T_LIBZIP.c.o -o cmTryCompileExec3409300900 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of uint64_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2683025471/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2683025471.dir/build.make CMakeFiles/cmTryCompileExec2683025471.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2683025471.dir/UINT64_T_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2683025471.dir/UINT64_T_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/UINT64_T_LIBZIP.c | |
| Linking C executable cmTryCompileExec2683025471 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2683025471.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2683025471.dir/UINT64_T_LIBZIP.c.o -o cmTryCompileExec2683025471 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of short passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1477395962/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1477395962.dir/build.make CMakeFiles/cmTryCompileExec1477395962.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1477395962.dir/SHORT_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1477395962.dir/SHORT_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/SHORT_LIBZIP.c | |
| Linking C executable cmTryCompileExec1477395962 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1477395962.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1477395962.dir/SHORT_LIBZIP.c.o -o cmTryCompileExec1477395962 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of int passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec384602146/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec384602146.dir/build.make CMakeFiles/cmTryCompileExec384602146.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec384602146.dir/INT_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec384602146.dir/INT_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/INT_LIBZIP.c | |
| Linking C executable cmTryCompileExec384602146 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec384602146.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec384602146.dir/INT_LIBZIP.c.o -o cmTryCompileExec384602146 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of long passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec281216599/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec281216599.dir/build.make CMakeFiles/cmTryCompileExec281216599.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec281216599.dir/LONG_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec281216599.dir/LONG_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/LONG_LIBZIP.c | |
| Linking C executable cmTryCompileExec281216599 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec281216599.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec281216599.dir/LONG_LIBZIP.c.o -o cmTryCompileExec281216599 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of long long passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1498423632/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1498423632.dir/build.make CMakeFiles/cmTryCompileExec1498423632.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1498423632.dir/LONG_LONG_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec1498423632.dir/LONG_LONG_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/LONG_LONG_LIBZIP.c | |
| Linking C executable cmTryCompileExec1498423632 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1498423632.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec1498423632.dir/LONG_LONG_LIBZIP.c.o -o cmTryCompileExec1498423632 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of off_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec4194133341/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec4194133341.dir/build.make CMakeFiles/cmTryCompileExec4194133341.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec4194133341.dir/SIZEOF_OFF_T.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec4194133341.dir/SIZEOF_OFF_T.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.c | |
| Linking C executable cmTryCompileExec4194133341 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4194133341.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec4194133341.dir/SIZEOF_OFF_T.c.o -o cmTryCompileExec4194133341 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of size_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3915629409/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3915629409.dir/build.make CMakeFiles/cmTryCompileExec3915629409.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3915629409.dir/SIZE_T_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec3915629409.dir/SIZE_T_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/SIZE_T_LIBZIP.c | |
| Linking C executable cmTryCompileExec3915629409 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3915629409.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec3915629409.dir/SIZE_T_LIBZIP.c.o -o cmTryCompileExec3915629409 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| Determining size of ssize_t passed with the following output: | |
| Change Dir: /root/hhvm/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec2674933721/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec2674933721.dir/build.make CMakeFiles/cmTryCompileExec2674933721.dir/build | |
| make[1]: Entering directory `/root/hhvm/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /root/hhvm/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec2674933721.dir/SSIZE_T_LIBZIP.c.o | |
| /usr/bin/cc -w -o CMakeFiles/cmTryCompileExec2674933721.dir/SSIZE_T_LIBZIP.c.o -c /root/hhvm/CMakeFiles/CheckTypeSize/SSIZE_T_LIBZIP.c | |
| Linking C executable cmTryCompileExec2674933721 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2674933721.dir/link.txt --verbose=1 | |
| /usr/bin/cc -w CMakeFiles/cmTryCompileExec2674933721.dir/SSIZE_T_LIBZIP.c.o -o cmTryCompileExec2674933721 -rdynamic | |
| make[1]: Leaving directory `/root/hhvm/CMakeFiles/CMakeTmp' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Boost version: 1.54.0 | |
| -- Found the following Boost libraries: | |
| -- system | |
| -- program_options | |
| -- filesystem | |
| -- MySQL Include dir: /usr/include/mysql library dir: /usr/lib/x86_64-linux-gnu | |
| -- MySQL client libraries: mysqlclient_r | |
| -- Found libevent: /usr/lib/x86_64-linux-gnu/libevent.so | |
| -- Could NOT find LibUODBC (missing: LIBODBC_LIBRARIES LIBODBC_INCLUDE_DIRS) | |
| -- Found ICU header files in /usr/include/x86_64-linux-gnu | |
| -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so | |
| -- Found jemalloc: /usr/lib/x86_64-linux-gnu/libjemalloc.so | |
| -- Found Intel TBB | |
| -- Found mcrypt: /usr/lib/libmcrypt.so | |
| Generating Release build | |
| -- Found ocamlc: /usr/bin/ocamlc | |
| -- Found ocamlc.opt: /usr/bin/ocamlc.opt | |
| -- Found LibJpeg: /usr/lib/x86_64-linux-gnu/libjpeg.so | |
| -- Found LibPng: /usr/lib/x86_64-linux-gnu/libpng.so | |
| -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") | |
| -- Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS) | |
| -- Using built-in JSON parser | |
| -- Found LibMagicWand: /usr/lib/x86_64-linux-gnu/libMagickWand.so | |
| CMake Error: The following variables are used in this project, but they are set to NOTFOUND. | |
| Please set them or make sure they are set and tested correctly in the CMake files: | |
| NEWRELIC_COLLECTOR_CLIENT_LIBRARY | |
| linked by target "hphp_runtime_static" in directory /root/hhvm/hphp/runtime | |
| linked by target "hphp_runtime_ext" in directory /root/hhvm/hphp/runtime/ext | |
| NEWRELIC_COMMON_LIBRARY | |
| linked by target "hphp_runtime_static" in directory /root/hhvm/hphp/runtime | |
| linked by target "hphp_runtime_ext" in directory /root/hhvm/hphp/runtime/ext | |
| NEWRELIC_TRANSACTION_LIBRARY | |
| linked by target "hphp_runtime_static" in directory /root/hhvm/hphp/runtime | |
| linked by target "hphp_runtime_ext" in directory /root/hhvm/hphp/runtime/ext | |
| -- Configuring incomplete, errors occurred! | |
| See also "/root/hhvm/CMakeFiles/CMakeOutput.log". | |
| See also "/root/hhvm/CMakeFiles/CMakeError.log". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment