Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Determining if the function dwarf_producer_init exists passed with the following output:
- Change Dir: /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-EJrEZ4
- Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ce803/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ce803.dir/build.make CMakeFiles/cmTC_ce803.dir/build
- gmake[1]: Entering directory '/root/hhvm/CMakeFiles/CMakeScratch/TryCompile-EJrEZ4'
- Building C object CMakeFiles/cmTC_ce803.dir/CheckFunctionExists.c.o
- /usr/bin/cc -I/usr/include/libdwarf -W -Werror=implicit-function-declaration -Wno-missing-field-initializers -Wno-sign-compare -Wno-maybe-uninitialized -Wno-old-style-declaration -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -DCHECK_FUNCTION_EXISTS=dwarf_producer_init -o CMakeFiles/cmTC_ce803.dir/CheckFunctionExists.c.o -c /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-EJrEZ4/CheckFunctionExists.c
- Linking C executable cmTC_ce803
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ce803.dir/link.txt --verbose=1
- /usr/bin/cc -W -Werror=implicit-function-declaration -Wno-missing-field-initializers -Wno-sign-compare -Wno-maybe-uninitialized -Wno-old-style-declaration -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -DCHECK_FUNCTION_EXISTS=dwarf_producer_init -rdynamic CMakeFiles/cmTC_ce803.dir/CheckFunctionExists.c.o -o cmTC_ce803 /usr/lib/x86_64-linux-gnu/libdwarf.so /usr/lib/x86_64-linux-gnu/libelf.so
- gmake[1]: Leaving directory '/root/hhvm/CMakeFiles/CMakeScratch/TryCompile-EJrEZ4'
- Performing C++ SOURCE FILE Test DW_CONST succeeded with the following output:
- Change Dir: /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-Lryk2B
- Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a7963/fast && /usr/bin/gmake -f CMakeFiles/cmTC_a7963.dir/build.make CMakeFiles/cmTC_a7963.dir/build
- gmake[1]: Entering directory '/root/hhvm/CMakeFiles/CMakeScratch/TryCompile-Lryk2B'
- Building CXX object CMakeFiles/cmTC_a7963.dir/src.cxx.o
- /usr/bin/c++ -DDW_CONST -I/usr/include/libdwarf -Wno-error=array-bounds -Wno-error=switch -Wno-attributes -Wno-deprecated -Wno-invalid-offsetof -Wno-register -Wno-sign-compare -Wno-strict-aliasing -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-result -Wno-write-strings -Wno-deprecated-declarations -Wno-maybe-uninitialized -Wno-bool-compare -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -std=gnu++1z -fno-omit-frame-pointer -Wall -Werror=format-security -Wno-unused-variable -Wno-unused-value -Wno-comment -Wno-class-memaccess -Wno-adress -Wno-error=stringop-overflow -fdata-sections -fno-gcse -fno-canonical-system-headers -Wvla -Wno-misleading-indentation -mcrc32 -std=c++0x -o CMakeFiles/cmTC_a7963.dir/src.cxx.o -c /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-Lryk2B/src.cxx
- /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-Lryk2B/src.cxx: In function ‘int dwarfCallback(const char*, int, Dwarf_Unsigned, Dwarf_Unsigned, Dwarf_Unsigned, Dwarf_Unsigned, Dwarf_Unsigned*, Dwarf_Ptr, int*)’:
- /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-Lryk2B/src.cxx:6:52: warning: no return statement in function returning non-void [-Wreturn-type]
- 6 | Dwarf_Unsigned * g, Dwarf_Ptr h, int * i) {}
- | ^
- At global scope:
- cc1plus: note: unrecognized command-line option ‘-Wno-adress’ may have been intended to silence earlier diagnostics
- Linking CXX executable cmTC_a7963
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a7963.dir/link.txt --verbose=1
- /usr/bin/c++ -Wno-error=array-bounds -Wno-error=switch -Wno-attributes -Wno-deprecated -Wno-invalid-offsetof -Wno-register -Wno-sign-compare -Wno-strict-aliasing -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-result -Wno-write-strings -Wno-deprecated-declarations -Wno-maybe-uninitialized -Wno-bool-compare -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -std=gnu++1z -fno-omit-frame-pointer -Wall -Werror=format-security -Wno-unused-variable -Wno-unused-value -Wno-comment -Wno-class-memaccess -Wno-adress -Wno-error=stringop-overflow -fdata-sections -fno-gcse -fno-canonical-system-headers -Wvla -Wno-misleading-indentation -mcrc32 -std=c++0x -rdynamic CMakeFiles/cmTC_a7963.dir/src.cxx.o -o cmTC_a7963 /usr/lib/x86_64-linux-gnu/libdwarf.so /usr/lib/x86_64-linux-gnu/libelf.so
- gmake[1]: Leaving directory '/root/hhvm/CMakeFiles/CMakeScratch/TryCompile-Lryk2B'
- Source file was:
- #include <libdwarf.h>
- #include <cstddef>
- int dwarfCallback(const char * a, int b, Dwarf_Unsigned c,
- Dwarf_Unsigned d, Dwarf_Unsigned e, Dwarf_Unsigned f,
- Dwarf_Unsigned * g, Dwarf_Ptr h, int * i) {}
- int main() { dwarf_producer_init(0, dwarfCallback, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr); return 0; }
- Determining if the function dwarf_producer_init exists passed with the following output:
- Change Dir: /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-Oi6K7y
- Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_cc19d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_cc19d.dir/build.make CMakeFiles/cmTC_cc19d.dir/build
- gmake[1]: Entering directory '/root/hhvm/CMakeFiles/CMakeScratch/TryCompile-Oi6K7y'
- Building C object CMakeFiles/cmTC_cc19d.dir/CheckFunctionExists.c.o
- /usr/bin/cc -I/usr/include/libdwarf -W -Werror=implicit-function-declaration -Wno-missing-field-initializers -Wno-sign-compare -Wno-maybe-uninitialized -Wno-old-style-declaration -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -W -Werror=implicit-function-declaration -Wno-missing-field-initializers -Wno-sign-compare -Wno-maybe-uninitialized -Wno-old-style-declaration -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -DCHECK_FUNCTION_EXISTS=dwarf_producer_init -std=c++0x -o CMakeFiles/cmTC_cc19d.dir/CheckFunctionExists.c.o -c /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-Oi6K7y/CheckFunctionExists.c
- cc1: warning: command-line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C
- Linking C executable cmTC_cc19d
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc19d.dir/link.txt --verbose=1
- /usr/bin/cc -W -Werror=implicit-function-declaration -Wno-missing-field-initializers -Wno-sign-compare -Wno-maybe-uninitialized -Wno-old-style-declaration -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -W -Werror=implicit-function-declaration -Wno-missing-field-initializers -Wno-sign-compare -Wno-maybe-uninitialized -Wno-old-style-declaration -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -DCHECK_FUNCTION_EXISTS=dwarf_producer_init -std=c++0x -rdynamic CMakeFiles/cmTC_cc19d.dir/CheckFunctionExists.c.o -o cmTC_cc19d /usr/lib/x86_64-linux-gnu/libdwarf.so /usr/lib/x86_64-linux-gnu/libelf.so
- gmake[1]: Leaving directory '/root/hhvm/CMakeFiles/CMakeScratch/TryCompile-Oi6K7y'
- Performing C++ SOURCE FILE Test DW_CONST succeeded with the following output:
- Change Dir: /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-5yZpaT
- Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_926ae/fast && /usr/bin/gmake -f CMakeFiles/cmTC_926ae.dir/build.make CMakeFiles/cmTC_926ae.dir/build
- gmake[1]: Entering directory '/root/hhvm/CMakeFiles/CMakeScratch/TryCompile-5yZpaT'
- Building CXX object CMakeFiles/cmTC_926ae.dir/src.cxx.o
- /usr/bin/c++ -DDW_CONST -I/usr/include/libdwarf -Wno-error=array-bounds -Wno-error=switch -Wno-attributes -Wno-deprecated -Wno-invalid-offsetof -Wno-register -Wno-sign-compare -Wno-strict-aliasing -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-result -Wno-write-strings -Wno-deprecated-declarations -Wno-maybe-uninitialized -Wno-bool-compare -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -std=gnu++1z -fno-omit-frame-pointer -Wall -Werror=format-security -Wno-unused-variable -Wno-unused-value -Wno-comment -Wno-class-memaccess -Wno-adress -Wno-error=stringop-overflow -fdata-sections -fno-gcse -fno-canonical-system-headers -Wvla -Wno-misleading-indentation -mcrc32 -Wno-error=array-bounds -Wno-error=switch -Wno-attributes -Wno-deprecated -Wno-invalid-offsetof -Wno-register -Wno-sign-compare -Wno-strict-aliasing -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-result -Wno-write-strings -Wno-deprecated-declarations -Wno-maybe-uninitialized -Wno-bool-compare -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -std=gnu++1z -fno-omit-frame-pointer -Wall -Werror=format-security -Wno-unused-variable -Wno-unused-value -Wno-comment -Wno-class-memaccess -Wno-adress -Wno-error=stringop-overflow -fdata-sections -fno-gcse -fno-canonical-system-headers -Wvla -Wno-misleading-indentation -mcrc32 -std=c++0x -o CMakeFiles/cmTC_926ae.dir/src.cxx.o -c /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-5yZpaT/src.cxx
- /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-5yZpaT/src.cxx: In function ‘int dwarfCallback(const char*, int, Dwarf_Unsigned, Dwarf_Unsigned, Dwarf_Unsigned, Dwarf_Unsigned, Dwarf_Unsigned*, Dwarf_Ptr, int*)’:
- /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-5yZpaT/src.cxx:6:52: warning: no return statement in function returning non-void [-Wreturn-type]
- 6 | Dwarf_Unsigned * g, Dwarf_Ptr h, int * i) {}
- | ^
- At global scope:
- cc1plus: note: unrecognized command-line option ‘-Wno-adress’ may have been intended to silence earlier diagnostics
- cc1plus: note: unrecognized command-line option ‘-Wno-adress’ may have been intended to silence earlier diagnostics
- Linking CXX executable cmTC_926ae
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_926ae.dir/link.txt --verbose=1
- /usr/bin/c++ -Wno-error=array-bounds -Wno-error=switch -Wno-attributes -Wno-deprecated -Wno-invalid-offsetof -Wno-register -Wno-sign-compare -Wno-strict-aliasing -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-result -Wno-write-strings -Wno-deprecated-declarations -Wno-maybe-uninitialized -Wno-bool-compare -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -std=gnu++1z -fno-omit-frame-pointer -Wall -Werror=format-security -Wno-unused-variable -Wno-unused-value -Wno-comment -Wno-class-memaccess -Wno-adress -Wno-error=stringop-overflow -fdata-sections -fno-gcse -fno-canonical-system-headers -Wvla -Wno-misleading-indentation -mcrc32 -Wno-error=array-bounds -Wno-error=switch -Wno-attributes -Wno-deprecated -Wno-invalid-offsetof -Wno-register -Wno-sign-compare -Wno-strict-aliasing -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-result -Wno-write-strings -Wno-deprecated-declarations -Wno-maybe-uninitialized -Wno-bool-compare -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -std=gnu++1z -fno-omit-frame-pointer -Wall -Werror=format-security -Wno-unused-variable -Wno-unused-value -Wno-comment -Wno-class-memaccess -Wno-adress -Wno-error=stringop-overflow -fdata-sections -fno-gcse -fno-canonical-system-headers -Wvla -Wno-misleading-indentation -mcrc32 -std=c++0x -rdynamic CMakeFiles/cmTC_926ae.dir/src.cxx.o -o cmTC_926ae /usr/lib/x86_64-linux-gnu/libdwarf.so /usr/lib/x86_64-linux-gnu/libelf.so
- gmake[1]: Leaving directory '/root/hhvm/CMakeFiles/CMakeScratch/TryCompile-5yZpaT'
- Source file was:
- #include <libdwarf.h>
- #include <cstddef>
- int dwarfCallback(const char * a, int b, Dwarf_Unsigned c,
- Dwarf_Unsigned d, Dwarf_Unsigned e, Dwarf_Unsigned f,
- Dwarf_Unsigned * g, Dwarf_Ptr h, int * i) {}
- int main() { dwarf_producer_init(0, dwarfCallback, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr); return 0; }
- Determining if the function dwarf_producer_init exists passed with the following output:
- Change Dir: /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-auRLAf
- Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_37496/fast && /usr/bin/gmake -f CMakeFiles/cmTC_37496.dir/build.make CMakeFiles/cmTC_37496.dir/build
- gmake[1]: Entering directory '/root/hhvm/CMakeFiles/CMakeScratch/TryCompile-auRLAf'
- Building C object CMakeFiles/cmTC_37496.dir/CheckFunctionExists.c.o
- /usr/bin/cc -I/usr/include/libdwarf -W -Werror=implicit-function-declaration -Wno-missing-field-initializers -Wno-sign-compare -Wno-maybe-uninitialized -Wno-old-style-declaration -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -W -Werror=implicit-function-declaration -Wno-missing-field-initializers -Wno-sign-compare -Wno-maybe-uninitialized -Wno-old-style-declaration -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -DCHECK_FUNCTION_EXISTS=dwarf_producer_init -std=c++0x -o CMakeFiles/cmTC_37496.dir/CheckFunctionExists.c.o -c /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-auRLAf/CheckFunctionExists.c
- cc1: warning: command-line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C
- Linking C executable cmTC_37496
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37496.dir/link.txt --verbose=1
- /usr/bin/cc -W -Werror=implicit-function-declaration -Wno-missing-field-initializers -Wno-sign-compare -Wno-maybe-uninitialized -Wno-old-style-declaration -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -W -Werror=implicit-function-declaration -Wno-missing-field-initializers -Wno-sign-compare -Wno-maybe-uninitialized -Wno-old-style-declaration -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -DCHECK_FUNCTION_EXISTS=dwarf_producer_init -std=c++0x -rdynamic CMakeFiles/cmTC_37496.dir/CheckFunctionExists.c.o -o cmTC_37496 /usr/lib/x86_64-linux-gnu/libdwarf.so /usr/lib/x86_64-linux-gnu/libelf.so
- gmake[1]: Leaving directory '/root/hhvm/CMakeFiles/CMakeScratch/TryCompile-auRLAf'
- Performing C++ SOURCE FILE Test DW_CONST succeeded with the following output:
- Change Dir: /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-2eBCIK
- Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8a041/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8a041.dir/build.make CMakeFiles/cmTC_8a041.dir/build
- gmake[1]: Entering directory '/root/hhvm/CMakeFiles/CMakeScratch/TryCompile-2eBCIK'
- Building CXX object CMakeFiles/cmTC_8a041.dir/src.cxx.o
- /usr/bin/c++ -DDW_CONST -I/usr/include/libdwarf -Wno-error=array-bounds -Wno-error=switch -Wno-attributes -Wno-deprecated -Wno-invalid-offsetof -Wno-register -Wno-sign-compare -Wno-strict-aliasing -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-result -Wno-write-strings -Wno-deprecated-declarations -Wno-maybe-uninitialized -Wno-bool-compare -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -std=gnu++1z -fno-omit-frame-pointer -Wall -Werror=format-security -Wno-unused-variable -Wno-unused-value -Wno-comment -Wno-class-memaccess -Wno-adress -Wno-error=stringop-overflow -fdata-sections -fno-gcse -fno-canonical-system-headers -Wvla -Wno-misleading-indentation -mcrc32 -Wno-error=array-bounds -Wno-error=switch -Wno-attributes -Wno-deprecated -Wno-invalid-offsetof -Wno-register -Wno-sign-compare -Wno-strict-aliasing -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-result -Wno-write-strings -Wno-deprecated-declarations -Wno-maybe-uninitialized -Wno-bool-compare -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -std=gnu++1z -fno-omit-frame-pointer -Wall -Werror=format-security -Wno-unused-variable -Wno-unused-value -Wno-comment -Wno-class-memaccess -Wno-adress -Wno-error=stringop-overflow -fdata-sections -fno-gcse -fno-canonical-system-headers -Wvla -Wno-misleading-indentation -mcrc32 -std=c++0x -o CMakeFiles/cmTC_8a041.dir/src.cxx.o -c /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-2eBCIK/src.cxx
- /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-2eBCIK/src.cxx: In function ‘int dwarfCallback(const char*, int, Dwarf_Unsigned, Dwarf_Unsigned, Dwarf_Unsigned, Dwarf_Unsigned, Dwarf_Unsigned*, Dwarf_Ptr, int*)’:
- /root/hhvm/CMakeFiles/CMakeScratch/TryCompile-2eBCIK/src.cxx:6:52: warning: no return statement in function returning non-void [-Wreturn-type]
- 6 | Dwarf_Unsigned * g, Dwarf_Ptr h, int * i) {}
- | ^
- At global scope:
- cc1plus: note: unrecognized command-line option ‘-Wno-adress’ may have been intended to silence earlier diagnostics
- cc1plus: note: unrecognized command-line option ‘-Wno-adress’ may have been intended to silence earlier diagnostics
- Linking CXX executable cmTC_8a041
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8a041.dir/link.txt --verbose=1
- /usr/bin/c++ -Wno-error=array-bounds -Wno-error=switch -Wno-attributes -Wno-deprecated -Wno-invalid-offsetof -Wno-register -Wno-sign-compare -Wno-strict-aliasing -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-result -Wno-write-strings -Wno-deprecated-declarations -Wno-maybe-uninitialized -Wno-bool-compare -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -std=gnu++1z -fno-omit-frame-pointer -Wall -Werror=format-security -Wno-unused-variable -Wno-unused-value -Wno-comment -Wno-class-memaccess -Wno-adress -Wno-error=stringop-overflow -fdata-sections -fno-gcse -fno-canonical-system-headers -Wvla -Wno-misleading-indentation -mcrc32 -Wno-error=array-bounds -Wno-error=switch -Wno-attributes -Wno-deprecated -Wno-invalid-offsetof -Wno-register -Wno-sign-compare -Wno-strict-aliasing -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-result -Wno-write-strings -Wno-deprecated-declarations -Wno-maybe-uninitialized -Wno-bool-compare -ffunction-sections -fno-delete-null-pointer-checks -DFOLLY_HAVE_MALLOC_H -std=gnu++1z -fno-omit-frame-pointer -Wall -Werror=format-security -Wno-unused-variable -Wno-unused-value -Wno-comment -Wno-class-memaccess -Wno-adress -Wno-error=stringop-overflow -fdata-sections -fno-gcse -fno-canonical-system-headers -Wvla -Wno-misleading-indentation -mcrc32 -std=c++0x -rdynamic CMakeFiles/cmTC_8a041.dir/src.cxx.o -o cmTC_8a041 /usr/lib/x86_64-linux-gnu/libdwarf.so /usr/lib/x86_64-linux-gnu/libelf.so
- gmake[1]: Leaving directory '/root/hhvm/CMakeFiles/CMakeScratch/TryCompile-2eBCIK'
- Source file was:
- #include <libdwarf.h>
- #include <cstddef>
- int dwarfCallback(const char * a, int b, Dwarf_Unsigned c,
- Dwarf_Unsigned d, Dwarf_Unsigned e, Dwarf_Unsigned f,
- Dwarf_Unsigned * g, Dwarf_Ptr h, int * i) {}
- int main() { dwarf_producer_init(0, dwarfCallback, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr); return 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement