Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
- Compatibility with CMake < 2.8.12 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value or use a ...<max> suffix to tell
- CMake that the project does not need compatibility with older versions.
- -- Build type not specified: cmake build type Release.
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- CMakeLists.txt:70 (INCLUDE)
- CMake Warning at CMake/HPHPCompiler.cmake:177 (message):
- HHVM is primarily tested on GCC 7.4-11.3. Using other versions may produce
- unexpected results, or may not even build at all.
- Call Stack (most recent call first):
- CMakeLists.txt:79 (include)
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBINOTIFY)
- does not match the name of the calling package (Libinotify). This can lead
- to problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibinotify.cmake:21 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HPHPFindLibs.cmake:31 (find_package)
- CMakeLists.txt:80 (include)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Could NOT find PCRE (missing: SYSTEM_PCRE_LIBRARY SYSTEM_PCRE_INCLUDE_DIR)
- -- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre
- -- Found libevent: /usr/lib/x86_64-linux-gnu/libevent.so;/usr/lib/x86_64-linux-gnu/libevent_pthreads.so
- -- XED is disabled
- -- Using third-party bundled libsqlite3
- -- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR)
- -- Using third-party bundled fastlz
- -- Found ICU header files in /usr/include
- -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBPTHREAD)
- does not match the name of the calling package (PThread). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindPThread.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HPHPFindLibs.cmake:196 (find_package)
- CMakeLists.txt:80 (include)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Looking for dwarf_producer_init
- -- Looking for dwarf_producer_init - found
- -- Performing Test DW_CONST
- -- Performing Test DW_CONST - Success
- -- Looking for dwarf_producer_init_c
- -- Looking for dwarf_producer_init_c - not found
- -- libdwarf uses const char* type
- -- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init
- -- Could NOT find ONIGURUMA (missing: ONIGURUMA_LIBRARY ONIGURUMA_INCLUDE_DIR)
- -- Building oniguruma from third-party/
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/oniguruma/CMakeLists.txt:27 (include)
- -- Download name: onig-6.9.5.tar.gz
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/oniguruma/CMakeLists.txt:37 (ExternalProject_add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/double-conversion/CMakeLists.txt:2 (include)
- -- Download name: double-conversion-v3.0.1.tar.gz
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/double-conversion/CMakeLists.txt:12 (ExternalProject_Add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args`
- (DOUBLE_CONVERSION) does not match the name of the calling package
- (DoubleConversion). This can lead to problems in calling code that expects
- `find_package` result variables (e.g., `_FOUND`) to follow a certain
- pattern.
- Call Stack (most recent call first):
- CMake/FindDoubleConversion.cmake:17 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- third-party/double-conversion/CMakeLists.txt:29 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR)
- -- Using third-party bundled double-conversion
- -- Could NOT find Boost (missing: Boost_INCLUDE_DIR chrono context date_time fiber filesystem iostreams program_options regex system thread) (Required is at least version "1.69.0")
- -- Using third-party bundled boost
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/boost/bundled_boost.cmake:2 (include)
- third-party/boost/CMakeLists.txt:48 (include)
- -- Download name: boost_1_83_0.tar.gz
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/boost/bundled_boost.cmake:44 (ExternalProject_Add)
- third-party/boost/CMakeLists.txt:48 (include)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Could NOT find fmt (missing: fmt_DIR)
- -- Using third-party bundled fmt
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/fmt/CMakeLists.txt:12 (include)
- -- Download name: fmt-11.1.1.zip
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/fmt/CMakeLists.txt:23 (ExternalProject_add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Deprecation Warning at third-party/fmt/CMakeLists.txt:37 (cmake_minimum_required):
- Compatibility with CMake < 2.8.12 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value or use a ...<max> suffix to tell
- CMake that the project does not need compatibility with older versions.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/jemalloc/CMakeLists.txt:3 (ExternalProject_add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Using third-party bundled jemalloc
- -- Checking for module 'libsodium>=1.0.9'
- -- Package 'libsodium', required by 'virtual:world', not found
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (libsodium)
- does not match the name of the calling package (LibSodium). This can lead
- to problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibSodium.cmake:17 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- third-party/libsodium/CMakeLists.txt:7 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Could NOT find libsodium (missing: LIBSODIUM_LIBRARIES LIBSODIUM_INCLUDEDIR)
- -- Using third-party bundled libsodium
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/libsodium/CMakeLists.txt:20 (include)
- -- Download name: libsodium-1.0.18.tar.gz
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/libsodium/CMakeLists.txt:34 (ExternalProject_Add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Building zstd from third-party/
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/zstd/CMakeLists.txt:35 (include)
- -- Download name: zstd-1.4.9.tar.gz
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/zstd/CMakeLists.txt:44 (ExternalProject_Add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Using third-party bundled gflags
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/gflags/CMakeLists.txt:21 (include)
- -- Download name: v2.2.2.tar.gz
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/gflags/CMakeLists.txt:32 (ExternalProject_add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Error at third-party/gflags/CMakeLists.txt:48 (add_library):
- add_library cannot create target "gflags" because an imported target with
- the same name already exists.
- -- Found gflags from package config /usr/lib/x86_64-linux-gnu/cmake/gflags/gflags-config.cmake
- -- Found gflags as a dependency of glog::glog, include=/usr/include, libs=gflags_shared
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBUNWIND)
- does not match the name of the calling package (LibUnwind). This can lead
- to problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- build/fbcode_builder/CMake/FindLibUnwind.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- build/fbcode_builder/CMake/FindGlog.cmake:44 (find_package)
- third-party/glog/CMakeLists.txt:48 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Found LibUnwind as a dependency of glog::glog, include=/usr/include/x86_64-linux-gnu, libs=/usr/lib/x86_64-linux-gnu/libunwind.so
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/folly/CMakeLists.txt:2 (include)
- CMake Error at third-party/folly/CMakeLists.txt:12 (get_target_property):
- get_target_property() called with non-existent target "gflags".
- CMake Error at third-party/folly/CMakeLists.txt:13 (get_target_property):
- get_target_property() called with non-existent target "gflags".
- -- FOLLY_CXXFLAGS: -I/root/hhvm/third-party/jemalloc/bundled_jemalloc-prefix/include -I/root/hhvm/third-party/folly/include
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBIBERTY)
- does not match the name of the calling package (Libiberty). This can lead
- to problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibiberty.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- third-party/folly/CMakeLists.txt:129 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Could NOT find LIBIBERTY (missing: LIBIBERTY_LIBRARY LIBIBERTY_INCLUDE_DIR)
- -- Could NOT find LibUnwind (missing: LibUnwind_DIR)
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/brotli/CMakeLists.txt:4 (include)
- -- Download name: brotli-v1.0.9.tar.gz
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/brotli/CMakeLists.txt:14 (ExternalProject_Add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/fizz/CMakeLists.txt:2 (include)
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/wangle/CMakeLists.txt:2 (include)
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/mvfst/CMakeLists.txt:2 (include)
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/proxygen/CMakeLists.txt:2 (include)
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/thrift/CMakeLists.txt:2 (include)
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/lz4/CMakeLists.txt:16 (include)
- -- Download name: lz4-v1.9.2.tar.gz
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/lz4/CMakeLists.txt:31 (ExternalProject_Add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Did not find system RE2
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/re2/CMakeLists.txt:11 (include)
- -- Download name: re2-2021-11-01.tar.gz
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/re2/CMakeLists.txt:22 (ExternalProject_Add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Deprecation Warning at third-party/fb-mysql/CMakeLists.txt:3 (cmake_minimum_required):
- Compatibility with CMake < 2.8.12 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value or use a ...<max> suffix to tell
- CMake that the project does not need compatibility with older versions.
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/fb-mysql/CMakeLists.txt:11 (include)
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/squangle/CMakeLists.txt:2 (include)
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/mcrouter/CMakeLists.txt:4 (include)
- -- Could NOT find PCRE (missing: SYSTEM_PCRE_LIBRARY SYSTEM_PCRE_INCLUDE_DIR)
- -- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBZIP)
- does not match the name of the calling package (LibZip). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibZip.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- third-party/libzip/CMakeLists.txt:4 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Could NOT find LIBZIP (missing: LIBZIP_LIBRARY LIBZIP_INCLUDE_DIR_ZIP LIBZIP_INCLUDE_DIR_ZIPCONF)
- -- Using third-party bundled libzip
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/libzip/CMakeLists.txt:22 (include)
- -- Download name: libzip-1.6.1.tar.gz
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/libzip/CMakeLists.txt:32 (ExternalProject_Add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/rustc/CMakeLists.txt:12 (include)
- -- Using bundled Rust
- -- Download name: rustc-2024-10-14-rust-nightly-x86_64-unknown-linux-gnu.tar.gz
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/rustc/CMakeLists.txt:48 (ExternalProject_Add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Deprecation Warning at third-party/forks/libmbfl/CMakeLists.txt:1 (cmake_minimum_required):
- Compatibility with CMake < 2.8.12 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value or use a ...<max> suffix to tell
- CMake that the project does not need compatibility with older versions.
- -- Building timelib
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/timelib/CMakeLists.txt:3 (include)
- -- Download name: timelib-2021.07.tar.gz
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- third-party/timelib/CMakeLists.txt:21 (ExternalProject_Add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Deprecation Warning at third-party/libafdt/CMakeLists.txt:1 (cmake_minimum_required):
- Compatibility with CMake < 2.8.12 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value or use a ...<max> suffix to tell
- CMake that the project does not need compatibility with older versions.
- -- Found libevent: /usr/lib/x86_64-linux-gnu/libevent.so;/usr/lib/x86_64-linux-gnu/libevent_pthreads.so
- -- Found libevent 2.0.9+
- CMake Deprecation Warning at third-party/forks/pcre/CMakeLists.txt:75 (CMAKE_MINIMUM_REQUIRED):
- Compatibility with CMake < 2.8.12 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value or use a ...<max> suffix to tell
- CMake that the project does not need compatibility with older versions.
- -- Could not find OPTIONAL package Readline
- --
- --
- -- PCRE configuration summary:
- --
- -- Install prefix .................. : /usr/local
- -- C compiler ...................... : /usr/bin/cc
- -- C++ compiler .................... : /usr/bin/c++
- -- C compiler flags ................ : -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 -O3 -DNDEBUG
- -- C++ compiler flags .............. : -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 -O3 -DNDEBUG --param max-inline-insns-auto=100 --param early-inlining-insns=200 --param max-early-inliner-iterations=50 --param=inline-unit-growth=200 --param=large-unit-insns=10000
- --
- -- Build 8 bit PCRE library ........ : ON
- -- Build 16 bit PCRE library ....... : OFF
- -- Build 32 bit PCRE library ....... : OFF
- -- Build C++ library ............... : OFF
- -- Enable JIT compiling support .... : ON
- -- Enable UTF support .............. : ON
- -- Unicode properties .............. : ON
- -- Newline char/sequence ........... : LF
- -- \R matches only ANYCRLF ......... : OFF
- -- EBCDIC coding ................... : OFF
- -- EBCDIC coding with NL=0x25 ...... : OFF
- -- Rebuild char tables ............. : OFF
- -- No stack recursion .............. : OFF
- -- POSIX mem threshold ............. : 10
- -- Internal link size .............. : 2
- -- Parentheses nest limit .......... : 250
- -- Match limit ..................... : 10000000
- -- Match limit recursion ........... : MATCH_LIMIT
- -- Build shared libs ............... : OFF
- -- Build static libs ............... : ON
- -- Build pcregrep .................. : OFF
- -- Enable JIT in pcregrep .......... : ON
- -- Buffer size for pcregrep ........ : 20480
- -- Build tests (implies pcretest .. : OFF
- -- and pcregrep)
- -- Link pcregrep with libz ......... : ON
- -- Link pcregrep with libbz2 ....... : ON
- -- Link pcretest with libeditline .. : OFF
- -- Link pcretest with libreadline .. : Library not found
- -- Support Valgrind .................: OFF
- -- Support coverage .................:
- --
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/opam/CMakeLists.txt:11 (include)
- -- Download name: opam-2.1.0-x86_64-linux
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- third-party/watchman/CMakeLists.txt:4 (include)
- -- Checking for module 'watchmanclient'
- -- Package 'watchmanclient', required by 'virtual:world', not found
- -- Could NOT find libWatchmanClient (missing: WATCHMANCLIENT_LIBRARIES WATCHMANCLIENT_INCLUDE_DIRS)
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- CMake/HHVMExtensionConfig.cmake:72 (include)
- hphp/CMakeLists.txt:35 (include)
- -- Building the apache extension.
- -- Building the apc extension.
- -- Building the array extension.
- -- Building the asio extension.
- -- Building the Async MySQL extension.
- -- Building the bcmath extension.
- -- Building the bz2 extension.
- -- Building the collections extension.
- -- Building the ctype extension.
- -- Building the curl extension.
- -- Building the datetime extension.
- -- Building the debugger extension.
- -- Building the decl extension.
- -- Building the DOMDocument extension.
- -- Building the enum extension.
- -- Resolving extension 'facts' dependency 'libwatchmanclient' as CMake target
- -- Building the facts extension.
- -- Resolving extension 'facts' dependency 'libwatchmanclient' as CMake target
- -- Found ICU header files in /usr/include
- -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
- -- Building the fb extension.
- -- Found ICU header files in /usr/include
- -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
- -- Building the fileinfo extension.
- -- Building the filter extension.
- Not building the fribidi extension.
- -- Building the functioncredential extension.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBICONV)
- does not match the name of the calling package (Libiconv). This can lead
- to problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibiconv.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:784 (find_package)
- CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LibVPX)
- does not match the name of the calling package (LibVpx). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibVpx.cmake:12 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:949 (find_package)
- CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Could NOT find LibVPX (missing: LIBVPX_LIBRARIES LIBVPX_INCLUDE_DIRS)
- -- Building the gd extension.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBICONV)
- does not match the name of the calling package (Libiconv). This can lead
- to problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibiconv.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:784 (find_package)
- CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LibVPX)
- does not match the name of the calling package (LibVpx). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibVpx.cmake:12 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:949 (find_package)
- CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Could NOT find LibVPX (missing: LIBVPX_LIBRARIES LIBVPX_INCLUDE_DIRS)
- -- Building the generator extension.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBINTL)
- does not match the name of the calling package (LibIntl). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibIntl.cmake:104 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:828 (find_package)
- CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Building the gettext extension.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBINTL)
- does not match the name of the calling package (LibIntl). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibIntl.cmake:104 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:828 (find_package)
- CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (GMP) does
- not match the name of the calling package (LibGmp). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibGmp.cmake:5 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:772 (find_package)
- CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Building the gmp extension.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (GMP) does
- not match the name of the calling package (LibGmp). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibGmp.cmake:5 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:772 (find_package)
- CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Building the hash extension.
- -- Building the hh extension.
- -- Building the implicit_context extension.
- -- Building the hsl_io extension.
- -- Building the hsl_os extension.
- -- Building the hsl_locale extension.
- -- Building the hsl_random extension.
- -- Building the hsl_str extension.
- -- Building the hsl_time extension.
- -- Building the hsl_regex extension.
- -- Building the hsl_systemlib extension.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBICONV)
- does not match the name of the calling package (Libiconv). This can lead
- to problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibiconv.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:784 (find_package)
- CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Building the iconv extension.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBICONV)
- does not match the name of the calling package (Libiconv). This can lead
- to problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibiconv.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:784 (find_package)
- CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Found ICU header files in /usr/include
- -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
- -- Building the icu extension.
- -- Found ICU header files in /usr/include
- -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args`
- (LibMagicWand) does not match the name of the calling package
- (LibMagickWand). This can lead to problems in calling code that expects
- `find_package` result variables (e.g., `_FOUND`) to follow a certain
- pattern.
- Call Stack (most recent call first):
- CMake/FindLibMagickWand.cmake:66 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:867 (find_package)
- CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Building the imagick extension.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args`
- (LibMagicWand) does not match the name of the calling package
- (LibMagickWand). This can lead to problems in calling code that expects
- `find_package` result variables (e.g., `_FOUND`) to follow a certain
- pattern.
- Call Stack (most recent call first):
- CMake/FindLibMagickWand.cmake:66 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:867 (find_package)
- CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Building the intervaltimer extension.
- -- Building the ipc extension.
- -- Building the json extension.
- Not building the ldap extension.
- -- Building the libxml extension.
- -- Building the lz4 extension.
- -- Building the mail extension.
- -- Building the mailparse extension.
- -- Building the mbstring extension.
- -- Resolving extension 'mcrouter' dependency 'libmcrouter' as CMake target 'mcrouter'
- -- Building the mcrouter extension.
- -- Resolving extension 'mcrouter' dependency 'libmcrouter' as CMake target 'mcrouter'
- -- Found mcrypt: /usr/lib/x86_64-linux-gnu/libmcrypt.so
- -- Building the mcrypt extension.
- -- Found mcrypt: /usr/lib/x86_64-linux-gnu/libmcrypt.so
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args`
- (LIBMEMCACHED) does not match the name of the calling package
- (Libmemcached). This can lead to problems in calling code that expects
- `find_package` result variables (e.g., `_FOUND`) to follow a certain
- pattern.
- Call Stack (most recent call first):
- CMake/FindLibmemcached.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:891 (find_package)
- CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Building the memcache extension.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args`
- (LIBMEMCACHED) does not match the name of the calling package
- (Libmemcached). This can lead to problems in calling code that expects
- `find_package` result variables (e.g., `_FOUND`) to follow a certain
- pattern.
- Call Stack (most recent call first):
- CMake/FindLibmemcached.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:891 (find_package)
- CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args`
- (LIBMEMCACHED) does not match the name of the calling package
- (Libmemcached). This can lead to problems in calling code that expects
- `find_package` result variables (e.g., `_FOUND`) to follow a certain
- pattern.
- Call Stack (most recent call first):
- CMake/FindLibmemcached.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:891 (find_package)
- CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Building the memcached extension.
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args`
- (LIBMEMCACHED) does not match the name of the calling package
- (Libmemcached). This can lead to problems in calling code that expects
- `find_package` result variables (e.g., `_FOUND`) to follow a certain
- pattern.
- Call Stack (most recent call first):
- CMake/FindLibmemcached.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HHVMExtensionConfig.cmake:891 (find_package)
- CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
- hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Building the MySQL extension.
- -- Building the objprof extension.
- -- Building the openssl extension.
- -- Building the pcre extension.
- -- Building the pdo extension.
- -- Building the pdo_mysql extension.
- -- Building the pdo_sqlite extension.
- -- Building the posix extension.
- -- Building the process extension.
- -- Building the random extension.
- -- Building the readline extension.
- -- Building the reflection extension.
- -- Building the scrypt extension.
- -- Building the server extension.
- -- Building the shmop extension.
- -- Building the simplexml extension.
- Not building the snappy extension.
- -- Building the soap extension.
- -- Building the sockets extension.
- -- Building the sodium extension.
- -- Building the spl extension.
- -- Building the sqlite3 extension.
- -- Building the std extension.
- -- Building the stream extension.
- -- Building the string extension.
- -- Building the strobelight extension.
- -- Building the thread extension.
- -- Building the thrift extension.
- -- Building the unitfilecache extension.
- -- Building the url extension.
- -- Building the vsdebug extension.
- -- Resolving extension 'watchman' dependency 'libwatchmanclient' as CMake target
- -- Building the watchman extension.
- -- Resolving extension 'watchman' dependency 'libwatchmanclient' as CMake target
- -- Building the weakref extension.
- -- Building the xenon extension.
- -- Building the xhprof extension.
- -- Building the xml extension.
- -- Building the xmlreader extension.
- -- Building the xmlwriter extension.
- -- Building the xsl extension.
- -- Building the zip extension.
- -- Building the zlib extension.
- CMake Warning at CMake/HPHPCompiler.cmake:177 (message):
- HHVM is primarily tested on GCC 7.4-11.3. Using other versions may produce
- unexpected results, or may not even build at all.
- Call Stack (most recent call first):
- CMake/HPHPSetup.cmake:85 (include)
- hphp/CMakeLists.txt:54 (include)
- CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
- The OLD behavior for policy CMP0026 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- Call Stack (most recent call first):
- CMake/HPHPSetup.cmake:86 (include)
- hphp/CMakeLists.txt:54 (include)
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBINOTIFY)
- does not match the name of the calling package (Libinotify). This can lead
- to problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibinotify.cmake:21 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HPHPFindLibs.cmake:31 (find_package)
- CMake/HPHPSetup.cmake:87 (include)
- hphp/CMakeLists.txt:54 (include)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Could NOT find PCRE (missing: SYSTEM_PCRE_LIBRARY SYSTEM_PCRE_INCLUDE_DIR)
- -- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre
- -- Found libevent: /usr/lib/x86_64-linux-gnu/libevent.so;/usr/lib/x86_64-linux-gnu/libevent_pthreads.so;/usr/lib/x86_64-linux-gnu/libevent_pthreads.so
- -- XED is disabled
- -- Using third-party bundled libsqlite3
- -- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR)
- -- Using third-party bundled fastlz
- -- Found ICU header files in /usr/include
- -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBPTHREAD)
- does not match the name of the calling package (PThread). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindPThread.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HPHPFindLibs.cmake:196 (find_package)
- CMake/HPHPSetup.cmake:87 (include)
- hphp/CMakeLists.txt:54 (include)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Looking for dwarf_producer_init
- -- Looking for dwarf_producer_init - found
- -- Performing Test DW_CONST
- -- Performing Test DW_CONST - Success
- -- Looking for dwarf_producer_init_c
- -- Looking for dwarf_producer_init_c - not found
- -- libdwarf uses const char* type
- -- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init
- Generating Release build
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBINOTIFY)
- does not match the name of the calling package (Libinotify). This can lead
- to problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindLibinotify.cmake:21 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HPHPFindLibs.cmake:31 (find_package)
- hphp/CMakeLists.txt:55 (include)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Could NOT find PCRE (missing: SYSTEM_PCRE_LIBRARY SYSTEM_PCRE_INCLUDE_DIR)
- -- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre
- -- Found libevent: /usr/lib/x86_64-linux-gnu/libevent.so;/usr/lib/x86_64-linux-gnu/libevent_pthreads.so;/usr/lib/x86_64-linux-gnu/libevent_pthreads.so;/usr/lib/x86_64-linux-gnu/libevent_pthreads.so
- -- XED is disabled
- -- Using third-party bundled libsqlite3
- -- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR)
- -- Using third-party bundled fastlz
- -- Found ICU header files in /usr/include
- -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
- The package name passed to `find_package_handle_standard_args` (LIBPTHREAD)
- does not match the name of the calling package (PThread). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- CMake/FindPThread.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- CMake/HPHPFindLibs.cmake:196 (find_package)
- hphp/CMakeLists.txt:55 (include)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Looking for dwarf_producer_init
- -- Looking for dwarf_producer_init - found
- -- Performing Test DW_CONST
- -- Performing Test DW_CONST - Success
- -- Looking for dwarf_producer_init_c
- -- Looking for dwarf_producer_init_c - not found
- -- libdwarf uses const char* type
- -- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init
- -- -latomic is required to link hhvm
- -- -latomic is required to link hhvm
- -- -latomic is required to link hhvm
- -- XED disabled, tc-print will not be built
- -- Building hack
- -- Could NOT find LZ4 (missing: LZ4_LIBRARY LZ4_INCLUDE_DIR LZ4_GOOD_VERSION)
- -- Using third-party bundled LZ4
- CMake Error at hphp/hack/CMakeLists.txt:92 (get_filename_component):
- get_filename_component called with incorrect number of arguments
- -- Configuring incomplete, errors occurred!
- See also "/root/hhvm/CMakeFiles/CMakeOutput.log".
- See also "/root/hhvm/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement