Advertisement
vaninpetr

hhvm_cmake_process.log 010225-01

Jan 31st, 2025
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 63.56 KB | Software | 0 0
  1. CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
  2.   Compatibility with CMake < 2.8.12 will be removed from a future version of
  3.   CMake.
  4.  
  5.   Update the VERSION argument <min> value or use a ...<max> suffix to tell
  6.   CMake that the project does not need compatibility with older versions.
  7.  
  8.  
  9. -- Build type not specified: cmake build type Release.
  10. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  11.   The OLD behavior for policy CMP0026 will be removed from a future version
  12.   of CMake.
  13.  
  14.   The cmake-policies(7) manual explains that the OLD behaviors of all
  15.   policies are deprecated and that a policy should be set to OLD only under
  16.   specific short-term circumstances.  Projects should be ported to the NEW
  17.   behavior and not rely on setting a policy to OLD.
  18. Call Stack (most recent call first):
  19.   CMakeLists.txt:70 (INCLUDE)
  20.  
  21.  
  22. CMake Warning at CMake/HPHPCompiler.cmake:177 (message):
  23.   HHVM is primarily tested on GCC 7.4-11.3.  Using other versions may produce
  24.   unexpected results, or may not even build at all.
  25. Call Stack (most recent call first):
  26.   CMakeLists.txt:79 (include)
  27.  
  28.  
  29. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  30.   The package name passed to `find_package_handle_standard_args` (LIBINOTIFY)
  31.   does not match the name of the calling package (Libinotify).  This can lead
  32.   to problems in calling code that expects `find_package` result variables
  33.   (e.g., `_FOUND`) to follow a certain pattern.
  34. Call Stack (most recent call first):
  35.   CMake/FindLibinotify.cmake:21 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  36.   CMake/HPHPFindLibs.cmake:31 (find_package)
  37.   CMakeLists.txt:80 (include)
  38. This warning is for project developers.  Use -Wno-dev to suppress it.
  39.  
  40. -- Could NOT find PCRE (missing: SYSTEM_PCRE_LIBRARY SYSTEM_PCRE_INCLUDE_DIR)
  41. -- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre
  42. -- Found libevent: /usr/lib/x86_64-linux-gnu/libevent.so;/usr/lib/x86_64-linux-gnu/libevent_pthreads.so
  43. -- XED is disabled
  44. -- Using third-party bundled libsqlite3
  45. -- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR)
  46. -- Using third-party bundled fastlz
  47. -- Found ICU header files in /usr/include
  48. -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
  49. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  50.   The package name passed to `find_package_handle_standard_args` (LIBPTHREAD)
  51.   does not match the name of the calling package (PThread).  This can lead to
  52.   problems in calling code that expects `find_package` result variables
  53.   (e.g., `_FOUND`) to follow a certain pattern.
  54. Call Stack (most recent call first):
  55.   CMake/FindPThread.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  56.   CMake/HPHPFindLibs.cmake:196 (find_package)
  57.   CMakeLists.txt:80 (include)
  58. This warning is for project developers.  Use -Wno-dev to suppress it.
  59.  
  60. -- Looking for dwarf_producer_init
  61. -- Looking for dwarf_producer_init - found
  62. -- Performing Test DW_CONST
  63. -- Performing Test DW_CONST - Success
  64. -- Looking for dwarf_producer_init_c
  65. -- Looking for dwarf_producer_init_c - not found
  66. -- libdwarf uses const char* type
  67. -- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init
  68. -- Could NOT find ONIGURUMA (missing: ONIGURUMA_LIBRARY ONIGURUMA_INCLUDE_DIR)
  69. -- Building oniguruma from third-party/
  70. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  71.   The OLD behavior for policy CMP0026 will be removed from a future version
  72.   of CMake.
  73.  
  74.   The cmake-policies(7) manual explains that the OLD behaviors of all
  75.   policies are deprecated and that a policy should be set to OLD only under
  76.   specific short-term circumstances.  Projects should be ported to the NEW
  77.   behavior and not rely on setting a policy to OLD.
  78. Call Stack (most recent call first):
  79.   third-party/oniguruma/CMakeLists.txt:27 (include)
  80.  
  81.  
  82. -- Download name: onig-6.9.5.tar.gz
  83. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  84.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  85.   not set.  The policy's OLD behavior will be used.  When using a URL
  86.   download, the timestamps of extracted files should preferably be that of
  87.   the time of extraction, otherwise code that depends on the extracted
  88.   contents might not be rebuilt if the URL changes.  The OLD behavior
  89.   preserves the timestamps from the archive instead, but this is usually not
  90.   what you want.  Update your project to the NEW behavior or specify the
  91.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  92.   robustness issue.
  93. Call Stack (most recent call first):
  94.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  95.   third-party/oniguruma/CMakeLists.txt:37 (ExternalProject_add)
  96. This warning is for project developers.  Use -Wno-dev to suppress it.
  97.  
  98. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  99.   The OLD behavior for policy CMP0026 will be removed from a future version
  100.   of CMake.
  101.  
  102.   The cmake-policies(7) manual explains that the OLD behaviors of all
  103.   policies are deprecated and that a policy should be set to OLD only under
  104.   specific short-term circumstances.  Projects should be ported to the NEW
  105.   behavior and not rely on setting a policy to OLD.
  106. Call Stack (most recent call first):
  107.   third-party/double-conversion/CMakeLists.txt:2 (include)
  108.  
  109.  
  110. -- Download name: double-conversion-v3.0.1.tar.gz
  111. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  112.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  113.   not set.  The policy's OLD behavior will be used.  When using a URL
  114.   download, the timestamps of extracted files should preferably be that of
  115.   the time of extraction, otherwise code that depends on the extracted
  116.   contents might not be rebuilt if the URL changes.  The OLD behavior
  117.   preserves the timestamps from the archive instead, but this is usually not
  118.   what you want.  Update your project to the NEW behavior or specify the
  119.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  120.   robustness issue.
  121. Call Stack (most recent call first):
  122.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  123.   third-party/double-conversion/CMakeLists.txt:12 (ExternalProject_Add)
  124. This warning is for project developers.  Use -Wno-dev to suppress it.
  125.  
  126. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  127.   The package name passed to `find_package_handle_standard_args`
  128.   (DOUBLE_CONVERSION) does not match the name of the calling package
  129.   (DoubleConversion).  This can lead to problems in calling code that expects
  130.   `find_package` result variables (e.g., `_FOUND`) to follow a certain
  131.   pattern.
  132. Call Stack (most recent call first):
  133.   CMake/FindDoubleConversion.cmake:17 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  134.   third-party/double-conversion/CMakeLists.txt:29 (find_package)
  135. This warning is for project developers.  Use -Wno-dev to suppress it.
  136.  
  137. -- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR)
  138. -- Using third-party bundled double-conversion
  139. -- 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")
  140. -- Using third-party bundled boost
  141. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  142.   The OLD behavior for policy CMP0026 will be removed from a future version
  143.   of CMake.
  144.  
  145.   The cmake-policies(7) manual explains that the OLD behaviors of all
  146.   policies are deprecated and that a policy should be set to OLD only under
  147.   specific short-term circumstances.  Projects should be ported to the NEW
  148.   behavior and not rely on setting a policy to OLD.
  149. Call Stack (most recent call first):
  150.   third-party/boost/bundled_boost.cmake:2 (include)
  151.   third-party/boost/CMakeLists.txt:48 (include)
  152.  
  153.  
  154. -- Download name: boost_1_83_0.tar.gz
  155. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  156.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  157.   not set.  The policy's OLD behavior will be used.  When using a URL
  158.   download, the timestamps of extracted files should preferably be that of
  159.   the time of extraction, otherwise code that depends on the extracted
  160.   contents might not be rebuilt if the URL changes.  The OLD behavior
  161.   preserves the timestamps from the archive instead, but this is usually not
  162.   what you want.  Update your project to the NEW behavior or specify the
  163.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  164.   robustness issue.
  165. Call Stack (most recent call first):
  166.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  167.   third-party/boost/bundled_boost.cmake:44 (ExternalProject_Add)
  168.   third-party/boost/CMakeLists.txt:48 (include)
  169. This warning is for project developers.  Use -Wno-dev to suppress it.
  170.  
  171. -- Could NOT find fmt (missing: fmt_DIR)
  172. -- Using third-party bundled fmt
  173. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  174.   The OLD behavior for policy CMP0026 will be removed from a future version
  175.   of CMake.
  176.  
  177.   The cmake-policies(7) manual explains that the OLD behaviors of all
  178.   policies are deprecated and that a policy should be set to OLD only under
  179.   specific short-term circumstances.  Projects should be ported to the NEW
  180.   behavior and not rely on setting a policy to OLD.
  181. Call Stack (most recent call first):
  182.   third-party/fmt/CMakeLists.txt:12 (include)
  183.  
  184.  
  185. -- Download name: fmt-11.1.1.zip
  186. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  187.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  188.   not set.  The policy's OLD behavior will be used.  When using a URL
  189.   download, the timestamps of extracted files should preferably be that of
  190.   the time of extraction, otherwise code that depends on the extracted
  191.   contents might not be rebuilt if the URL changes.  The OLD behavior
  192.   preserves the timestamps from the archive instead, but this is usually not
  193.   what you want.  Update your project to the NEW behavior or specify the
  194.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  195.   robustness issue.
  196. Call Stack (most recent call first):
  197.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  198.   third-party/fmt/CMakeLists.txt:23 (ExternalProject_add)
  199. This warning is for project developers.  Use -Wno-dev to suppress it.
  200.  
  201. CMake Deprecation Warning at third-party/fmt/CMakeLists.txt:37 (cmake_minimum_required):
  202.   Compatibility with CMake < 2.8.12 will be removed from a future version of
  203.   CMake.
  204.  
  205.   Update the VERSION argument <min> value or use a ...<max> suffix to tell
  206.   CMake that the project does not need compatibility with older versions.
  207.  
  208.  
  209. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  210.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  211.   not set.  The policy's OLD behavior will be used.  When using a URL
  212.   download, the timestamps of extracted files should preferably be that of
  213.   the time of extraction, otherwise code that depends on the extracted
  214.   contents might not be rebuilt if the URL changes.  The OLD behavior
  215.   preserves the timestamps from the archive instead, but this is usually not
  216.   what you want.  Update your project to the NEW behavior or specify the
  217.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  218.   robustness issue.
  219. Call Stack (most recent call first):
  220.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  221.   third-party/jemalloc/CMakeLists.txt:3 (ExternalProject_add)
  222. This warning is for project developers.  Use -Wno-dev to suppress it.
  223.  
  224. -- Using third-party bundled jemalloc
  225. -- Checking for module 'libsodium>=1.0.9'
  226. --   Package 'libsodium', required by 'virtual:world', not found
  227. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  228.   The package name passed to `find_package_handle_standard_args` (libsodium)
  229.   does not match the name of the calling package (LibSodium).  This can lead
  230.   to problems in calling code that expects `find_package` result variables
  231.   (e.g., `_FOUND`) to follow a certain pattern.
  232. Call Stack (most recent call first):
  233.   CMake/FindLibSodium.cmake:17 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  234.   third-party/libsodium/CMakeLists.txt:7 (find_package)
  235. This warning is for project developers.  Use -Wno-dev to suppress it.
  236.  
  237. -- Could NOT find libsodium (missing: LIBSODIUM_LIBRARIES LIBSODIUM_INCLUDEDIR)
  238. -- Using third-party bundled libsodium
  239. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  240.   The OLD behavior for policy CMP0026 will be removed from a future version
  241.   of CMake.
  242.  
  243.   The cmake-policies(7) manual explains that the OLD behaviors of all
  244.   policies are deprecated and that a policy should be set to OLD only under
  245.   specific short-term circumstances.  Projects should be ported to the NEW
  246.   behavior and not rely on setting a policy to OLD.
  247. Call Stack (most recent call first):
  248.   third-party/libsodium/CMakeLists.txt:20 (include)
  249.  
  250.  
  251. -- Download name: libsodium-1.0.18.tar.gz
  252. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  253.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  254.   not set.  The policy's OLD behavior will be used.  When using a URL
  255.   download, the timestamps of extracted files should preferably be that of
  256.   the time of extraction, otherwise code that depends on the extracted
  257.   contents might not be rebuilt if the URL changes.  The OLD behavior
  258.   preserves the timestamps from the archive instead, but this is usually not
  259.   what you want.  Update your project to the NEW behavior or specify the
  260.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  261.   robustness issue.
  262. Call Stack (most recent call first):
  263.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  264.   third-party/libsodium/CMakeLists.txt:34 (ExternalProject_Add)
  265. This warning is for project developers.  Use -Wno-dev to suppress it.
  266.  
  267. -- Building zstd from third-party/
  268. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  269.   The OLD behavior for policy CMP0026 will be removed from a future version
  270.   of CMake.
  271.  
  272.   The cmake-policies(7) manual explains that the OLD behaviors of all
  273.   policies are deprecated and that a policy should be set to OLD only under
  274.   specific short-term circumstances.  Projects should be ported to the NEW
  275.   behavior and not rely on setting a policy to OLD.
  276. Call Stack (most recent call first):
  277.   third-party/zstd/CMakeLists.txt:35 (include)
  278.  
  279.  
  280. -- Download name: zstd-1.4.9.tar.gz
  281. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  282.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  283.   not set.  The policy's OLD behavior will be used.  When using a URL
  284.   download, the timestamps of extracted files should preferably be that of
  285.   the time of extraction, otherwise code that depends on the extracted
  286.   contents might not be rebuilt if the URL changes.  The OLD behavior
  287.   preserves the timestamps from the archive instead, but this is usually not
  288.   what you want.  Update your project to the NEW behavior or specify the
  289.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  290.   robustness issue.
  291. Call Stack (most recent call first):
  292.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  293.   third-party/zstd/CMakeLists.txt:44 (ExternalProject_Add)
  294. This warning is for project developers.  Use -Wno-dev to suppress it.
  295.  
  296. -- Using third-party bundled gflags
  297. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  298.   The OLD behavior for policy CMP0026 will be removed from a future version
  299.   of CMake.
  300.  
  301.   The cmake-policies(7) manual explains that the OLD behaviors of all
  302.   policies are deprecated and that a policy should be set to OLD only under
  303.   specific short-term circumstances.  Projects should be ported to the NEW
  304.   behavior and not rely on setting a policy to OLD.
  305. Call Stack (most recent call first):
  306.   third-party/gflags/CMakeLists.txt:21 (include)
  307.  
  308.  
  309. -- Download name: v2.2.2.tar.gz
  310. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  311.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  312.   not set.  The policy's OLD behavior will be used.  When using a URL
  313.   download, the timestamps of extracted files should preferably be that of
  314.   the time of extraction, otherwise code that depends on the extracted
  315.   contents might not be rebuilt if the URL changes.  The OLD behavior
  316.   preserves the timestamps from the archive instead, but this is usually not
  317.   what you want.  Update your project to the NEW behavior or specify the
  318.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  319.   robustness issue.
  320. Call Stack (most recent call first):
  321.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  322.   third-party/gflags/CMakeLists.txt:32 (ExternalProject_add)
  323. This warning is for project developers.  Use -Wno-dev to suppress it.
  324.  
  325. CMake Error at third-party/gflags/CMakeLists.txt:48 (add_library):
  326.   add_library cannot create target "gflags" because an imported target with
  327.   the same name already exists.
  328.  
  329.  
  330. -- Found gflags from package config /usr/lib/x86_64-linux-gnu/cmake/gflags/gflags-config.cmake
  331. -- Found gflags as a dependency of glog::glog, include=/usr/include, libs=gflags_shared
  332. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  333.   The package name passed to `find_package_handle_standard_args` (LIBUNWIND)
  334.   does not match the name of the calling package (LibUnwind).  This can lead
  335.   to problems in calling code that expects `find_package` result variables
  336.   (e.g., `_FOUND`) to follow a certain pattern.
  337. Call Stack (most recent call first):
  338.   build/fbcode_builder/CMake/FindLibUnwind.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  339.   build/fbcode_builder/CMake/FindGlog.cmake:44 (find_package)
  340.   third-party/glog/CMakeLists.txt:48 (find_package)
  341. This warning is for project developers.  Use -Wno-dev to suppress it.
  342.  
  343. -- Found LibUnwind as a dependency of glog::glog, include=/usr/include/x86_64-linux-gnu, libs=/usr/lib/x86_64-linux-gnu/libunwind.so
  344. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  345.   The OLD behavior for policy CMP0026 will be removed from a future version
  346.   of CMake.
  347.  
  348.   The cmake-policies(7) manual explains that the OLD behaviors of all
  349.   policies are deprecated and that a policy should be set to OLD only under
  350.   specific short-term circumstances.  Projects should be ported to the NEW
  351.   behavior and not rely on setting a policy to OLD.
  352. Call Stack (most recent call first):
  353.   third-party/folly/CMakeLists.txt:2 (include)
  354.  
  355.  
  356. CMake Error at third-party/folly/CMakeLists.txt:12 (get_target_property):
  357.   get_target_property() called with non-existent target "gflags".
  358.  
  359.  
  360. CMake Error at third-party/folly/CMakeLists.txt:13 (get_target_property):
  361.   get_target_property() called with non-existent target "gflags".
  362.  
  363.  
  364. -- FOLLY_CXXFLAGS: -I/root/hhvm/third-party/jemalloc/bundled_jemalloc-prefix/include -I/root/hhvm/third-party/folly/include
  365. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  366.   The package name passed to `find_package_handle_standard_args` (LIBIBERTY)
  367.   does not match the name of the calling package (Libiberty).  This can lead
  368.   to problems in calling code that expects `find_package` result variables
  369.   (e.g., `_FOUND`) to follow a certain pattern.
  370. Call Stack (most recent call first):
  371.   CMake/FindLibiberty.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  372.   third-party/folly/CMakeLists.txt:129 (find_package)
  373. This warning is for project developers.  Use -Wno-dev to suppress it.
  374.  
  375. -- Could NOT find LIBIBERTY (missing: LIBIBERTY_LIBRARY LIBIBERTY_INCLUDE_DIR)
  376. -- Could NOT find LibUnwind (missing: LibUnwind_DIR)
  377. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  378.   The OLD behavior for policy CMP0026 will be removed from a future version
  379.   of CMake.
  380.  
  381.   The cmake-policies(7) manual explains that the OLD behaviors of all
  382.   policies are deprecated and that a policy should be set to OLD only under
  383.   specific short-term circumstances.  Projects should be ported to the NEW
  384.   behavior and not rely on setting a policy to OLD.
  385. Call Stack (most recent call first):
  386.   third-party/brotli/CMakeLists.txt:4 (include)
  387.  
  388.  
  389. -- Download name: brotli-v1.0.9.tar.gz
  390. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  391.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  392.   not set.  The policy's OLD behavior will be used.  When using a URL
  393.   download, the timestamps of extracted files should preferably be that of
  394.   the time of extraction, otherwise code that depends on the extracted
  395.   contents might not be rebuilt if the URL changes.  The OLD behavior
  396.   preserves the timestamps from the archive instead, but this is usually not
  397.   what you want.  Update your project to the NEW behavior or specify the
  398.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  399.   robustness issue.
  400. Call Stack (most recent call first):
  401.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  402.   third-party/brotli/CMakeLists.txt:14 (ExternalProject_Add)
  403. This warning is for project developers.  Use -Wno-dev to suppress it.
  404.  
  405. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  406.   The OLD behavior for policy CMP0026 will be removed from a future version
  407.   of CMake.
  408.  
  409.   The cmake-policies(7) manual explains that the OLD behaviors of all
  410.   policies are deprecated and that a policy should be set to OLD only under
  411.   specific short-term circumstances.  Projects should be ported to the NEW
  412.   behavior and not rely on setting a policy to OLD.
  413. Call Stack (most recent call first):
  414.   third-party/fizz/CMakeLists.txt:2 (include)
  415.  
  416.  
  417. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  418.   The OLD behavior for policy CMP0026 will be removed from a future version
  419.   of CMake.
  420.  
  421.   The cmake-policies(7) manual explains that the OLD behaviors of all
  422.   policies are deprecated and that a policy should be set to OLD only under
  423.   specific short-term circumstances.  Projects should be ported to the NEW
  424.   behavior and not rely on setting a policy to OLD.
  425. Call Stack (most recent call first):
  426.   third-party/wangle/CMakeLists.txt:2 (include)
  427.  
  428.  
  429. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  430.   The OLD behavior for policy CMP0026 will be removed from a future version
  431.   of CMake.
  432.  
  433.   The cmake-policies(7) manual explains that the OLD behaviors of all
  434.   policies are deprecated and that a policy should be set to OLD only under
  435.   specific short-term circumstances.  Projects should be ported to the NEW
  436.   behavior and not rely on setting a policy to OLD.
  437. Call Stack (most recent call first):
  438.   third-party/mvfst/CMakeLists.txt:2 (include)
  439.  
  440.  
  441. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  442.   The OLD behavior for policy CMP0026 will be removed from a future version
  443.   of CMake.
  444.  
  445.   The cmake-policies(7) manual explains that the OLD behaviors of all
  446.   policies are deprecated and that a policy should be set to OLD only under
  447.   specific short-term circumstances.  Projects should be ported to the NEW
  448.   behavior and not rely on setting a policy to OLD.
  449. Call Stack (most recent call first):
  450.   third-party/proxygen/CMakeLists.txt:2 (include)
  451.  
  452.  
  453. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  454.   The OLD behavior for policy CMP0026 will be removed from a future version
  455.   of CMake.
  456.  
  457.   The cmake-policies(7) manual explains that the OLD behaviors of all
  458.   policies are deprecated and that a policy should be set to OLD only under
  459.   specific short-term circumstances.  Projects should be ported to the NEW
  460.   behavior and not rely on setting a policy to OLD.
  461. Call Stack (most recent call first):
  462.   third-party/thrift/CMakeLists.txt:2 (include)
  463.  
  464.  
  465. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  466.   The OLD behavior for policy CMP0026 will be removed from a future version
  467.   of CMake.
  468.  
  469.   The cmake-policies(7) manual explains that the OLD behaviors of all
  470.   policies are deprecated and that a policy should be set to OLD only under
  471.   specific short-term circumstances.  Projects should be ported to the NEW
  472.   behavior and not rely on setting a policy to OLD.
  473. Call Stack (most recent call first):
  474.   third-party/lz4/CMakeLists.txt:16 (include)
  475.  
  476.  
  477. -- Download name: lz4-v1.9.2.tar.gz
  478. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  479.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  480.   not set.  The policy's OLD behavior will be used.  When using a URL
  481.   download, the timestamps of extracted files should preferably be that of
  482.   the time of extraction, otherwise code that depends on the extracted
  483.   contents might not be rebuilt if the URL changes.  The OLD behavior
  484.   preserves the timestamps from the archive instead, but this is usually not
  485.   what you want.  Update your project to the NEW behavior or specify the
  486.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  487.   robustness issue.
  488. Call Stack (most recent call first):
  489.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  490.   third-party/lz4/CMakeLists.txt:31 (ExternalProject_Add)
  491. This warning is for project developers.  Use -Wno-dev to suppress it.
  492.  
  493. -- Did not find system RE2
  494. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  495.   The OLD behavior for policy CMP0026 will be removed from a future version
  496.   of CMake.
  497.  
  498.   The cmake-policies(7) manual explains that the OLD behaviors of all
  499.   policies are deprecated and that a policy should be set to OLD only under
  500.   specific short-term circumstances.  Projects should be ported to the NEW
  501.   behavior and not rely on setting a policy to OLD.
  502. Call Stack (most recent call first):
  503.   third-party/re2/CMakeLists.txt:11 (include)
  504.  
  505.  
  506. -- Download name: re2-2021-11-01.tar.gz
  507. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  508.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  509.   not set.  The policy's OLD behavior will be used.  When using a URL
  510.   download, the timestamps of extracted files should preferably be that of
  511.   the time of extraction, otherwise code that depends on the extracted
  512.   contents might not be rebuilt if the URL changes.  The OLD behavior
  513.   preserves the timestamps from the archive instead, but this is usually not
  514.   what you want.  Update your project to the NEW behavior or specify the
  515.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  516.   robustness issue.
  517. Call Stack (most recent call first):
  518.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  519.   third-party/re2/CMakeLists.txt:22 (ExternalProject_Add)
  520. This warning is for project developers.  Use -Wno-dev to suppress it.
  521.  
  522. CMake Deprecation Warning at third-party/fb-mysql/CMakeLists.txt:3 (cmake_minimum_required):
  523.   Compatibility with CMake < 2.8.12 will be removed from a future version of
  524.   CMake.
  525.  
  526.   Update the VERSION argument <min> value or use a ...<max> suffix to tell
  527.   CMake that the project does not need compatibility with older versions.
  528.  
  529.  
  530. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  531.   The OLD behavior for policy CMP0026 will be removed from a future version
  532.   of CMake.
  533.  
  534.   The cmake-policies(7) manual explains that the OLD behaviors of all
  535.   policies are deprecated and that a policy should be set to OLD only under
  536.   specific short-term circumstances.  Projects should be ported to the NEW
  537.   behavior and not rely on setting a policy to OLD.
  538. Call Stack (most recent call first):
  539.   third-party/fb-mysql/CMakeLists.txt:11 (include)
  540.  
  541.  
  542. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  543.   The OLD behavior for policy CMP0026 will be removed from a future version
  544.   of CMake.
  545.  
  546.   The cmake-policies(7) manual explains that the OLD behaviors of all
  547.   policies are deprecated and that a policy should be set to OLD only under
  548.   specific short-term circumstances.  Projects should be ported to the NEW
  549.   behavior and not rely on setting a policy to OLD.
  550. Call Stack (most recent call first):
  551.   third-party/squangle/CMakeLists.txt:2 (include)
  552.  
  553.  
  554. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  555.   The OLD behavior for policy CMP0026 will be removed from a future version
  556.   of CMake.
  557.  
  558.   The cmake-policies(7) manual explains that the OLD behaviors of all
  559.   policies are deprecated and that a policy should be set to OLD only under
  560.   specific short-term circumstances.  Projects should be ported to the NEW
  561.   behavior and not rely on setting a policy to OLD.
  562. Call Stack (most recent call first):
  563.   third-party/mcrouter/CMakeLists.txt:4 (include)
  564.  
  565.  
  566. -- Could NOT find PCRE (missing: SYSTEM_PCRE_LIBRARY SYSTEM_PCRE_INCLUDE_DIR)
  567. -- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre
  568. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  569.   The package name passed to `find_package_handle_standard_args` (LIBZIP)
  570.   does not match the name of the calling package (LibZip).  This can lead to
  571.   problems in calling code that expects `find_package` result variables
  572.   (e.g., `_FOUND`) to follow a certain pattern.
  573. Call Stack (most recent call first):
  574.   CMake/FindLibZip.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  575.   third-party/libzip/CMakeLists.txt:4 (find_package)
  576. This warning is for project developers.  Use -Wno-dev to suppress it.
  577.  
  578. -- Could NOT find LIBZIP (missing: LIBZIP_LIBRARY LIBZIP_INCLUDE_DIR_ZIP LIBZIP_INCLUDE_DIR_ZIPCONF)
  579. -- Using third-party bundled libzip
  580. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  581.   The OLD behavior for policy CMP0026 will be removed from a future version
  582.   of CMake.
  583.  
  584.   The cmake-policies(7) manual explains that the OLD behaviors of all
  585.   policies are deprecated and that a policy should be set to OLD only under
  586.   specific short-term circumstances.  Projects should be ported to the NEW
  587.   behavior and not rely on setting a policy to OLD.
  588. Call Stack (most recent call first):
  589.   third-party/libzip/CMakeLists.txt:22 (include)
  590.  
  591.  
  592. -- Download name: libzip-1.6.1.tar.gz
  593. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  594.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  595.   not set.  The policy's OLD behavior will be used.  When using a URL
  596.   download, the timestamps of extracted files should preferably be that of
  597.   the time of extraction, otherwise code that depends on the extracted
  598.   contents might not be rebuilt if the URL changes.  The OLD behavior
  599.   preserves the timestamps from the archive instead, but this is usually not
  600.   what you want.  Update your project to the NEW behavior or specify the
  601.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  602.   robustness issue.
  603. Call Stack (most recent call first):
  604.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  605.   third-party/libzip/CMakeLists.txt:32 (ExternalProject_Add)
  606. This warning is for project developers.  Use -Wno-dev to suppress it.
  607.  
  608. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  609.   The OLD behavior for policy CMP0026 will be removed from a future version
  610.   of CMake.
  611.  
  612.   The cmake-policies(7) manual explains that the OLD behaviors of all
  613.   policies are deprecated and that a policy should be set to OLD only under
  614.   specific short-term circumstances.  Projects should be ported to the NEW
  615.   behavior and not rely on setting a policy to OLD.
  616. Call Stack (most recent call first):
  617.   third-party/rustc/CMakeLists.txt:12 (include)
  618.  
  619.  
  620. -- Using bundled Rust
  621. -- Download name: rustc-2024-10-14-rust-nightly-x86_64-unknown-linux-gnu.tar.gz
  622. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  623.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  624.   not set.  The policy's OLD behavior will be used.  When using a URL
  625.   download, the timestamps of extracted files should preferably be that of
  626.   the time of extraction, otherwise code that depends on the extracted
  627.   contents might not be rebuilt if the URL changes.  The OLD behavior
  628.   preserves the timestamps from the archive instead, but this is usually not
  629.   what you want.  Update your project to the NEW behavior or specify the
  630.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  631.   robustness issue.
  632. Call Stack (most recent call first):
  633.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  634.   third-party/rustc/CMakeLists.txt:48 (ExternalProject_Add)
  635. This warning is for project developers.  Use -Wno-dev to suppress it.
  636.  
  637. CMake Deprecation Warning at third-party/forks/libmbfl/CMakeLists.txt:1 (cmake_minimum_required):
  638.   Compatibility with CMake < 2.8.12 will be removed from a future version of
  639.   CMake.
  640.  
  641.   Update the VERSION argument <min> value or use a ...<max> suffix to tell
  642.   CMake that the project does not need compatibility with older versions.
  643.  
  644.  
  645. -- Building timelib
  646. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  647.   The OLD behavior for policy CMP0026 will be removed from a future version
  648.   of CMake.
  649.  
  650.   The cmake-policies(7) manual explains that the OLD behaviors of all
  651.   policies are deprecated and that a policy should be set to OLD only under
  652.   specific short-term circumstances.  Projects should be ported to the NEW
  653.   behavior and not rely on setting a policy to OLD.
  654. Call Stack (most recent call first):
  655.   third-party/timelib/CMakeLists.txt:3 (include)
  656.  
  657.  
  658. -- Download name: timelib-2021.07.tar.gz
  659. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  660.   The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  661.   not set.  The policy's OLD behavior will be used.  When using a URL
  662.   download, the timestamps of extracted files should preferably be that of
  663.   the time of extraction, otherwise code that depends on the extracted
  664.   contents might not be rebuilt if the URL changes.  The OLD behavior
  665.   preserves the timestamps from the archive instead, but this is usually not
  666.   what you want.  Update your project to the NEW behavior or specify the
  667.   DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  668.   robustness issue.
  669. Call Stack (most recent call first):
  670.   /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  671.   third-party/timelib/CMakeLists.txt:21 (ExternalProject_Add)
  672. This warning is for project developers.  Use -Wno-dev to suppress it.
  673.  
  674. CMake Deprecation Warning at third-party/libafdt/CMakeLists.txt:1 (cmake_minimum_required):
  675.   Compatibility with CMake < 2.8.12 will be removed from a future version of
  676.   CMake.
  677.  
  678.   Update the VERSION argument <min> value or use a ...<max> suffix to tell
  679.   CMake that the project does not need compatibility with older versions.
  680.  
  681.  
  682. -- Found libevent: /usr/lib/x86_64-linux-gnu/libevent.so;/usr/lib/x86_64-linux-gnu/libevent_pthreads.so
  683. -- Found libevent 2.0.9+
  684. CMake Deprecation Warning at third-party/forks/pcre/CMakeLists.txt:75 (CMAKE_MINIMUM_REQUIRED):
  685.   Compatibility with CMake < 2.8.12 will be removed from a future version of
  686.   CMake.
  687.  
  688.   Update the VERSION argument <min> value or use a ...<max> suffix to tell
  689.   CMake that the project does not need compatibility with older versions.
  690.  
  691.  
  692. -- Could not find OPTIONAL package Readline
  693. --
  694. --
  695. -- PCRE configuration summary:
  696. --
  697. --   Install prefix .................. : /usr/local
  698. --   C compiler ...................... : /usr/bin/cc
  699. --   C++ compiler .................... : /usr/bin/c++
  700. --   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
  701. --   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
  702. --
  703. --   Build 8 bit PCRE library ........ : ON
  704. --   Build 16 bit PCRE library ....... : OFF
  705. --   Build 32 bit PCRE library ....... : OFF
  706. --   Build C++ library ............... : OFF
  707. --   Enable JIT compiling support .... : ON
  708. --   Enable UTF support .............. : ON
  709. --   Unicode properties .............. : ON
  710. --   Newline char/sequence ........... : LF
  711. --   \R matches only ANYCRLF ......... : OFF
  712. --   EBCDIC coding ................... : OFF
  713. --   EBCDIC coding with NL=0x25 ...... : OFF
  714. --   Rebuild char tables ............. : OFF
  715. --   No stack recursion .............. : OFF
  716. --   POSIX mem threshold ............. : 10
  717. --   Internal link size .............. : 2
  718. --   Parentheses nest limit .......... : 250
  719. --   Match limit ..................... : 10000000
  720. --   Match limit recursion ........... : MATCH_LIMIT
  721. --   Build shared libs ............... : OFF
  722. --   Build static libs ............... : ON
  723. --   Build pcregrep .................. : OFF
  724. --   Enable JIT in pcregrep .......... : ON
  725. --   Buffer size for pcregrep ........ : 20480
  726. --   Build tests (implies pcretest  .. : OFF
  727. --                and pcregrep)
  728. --   Link pcregrep with libz ......... : ON
  729. --   Link pcregrep with libbz2 ....... : ON
  730. --   Link pcretest with libeditline .. : OFF
  731. --   Link pcretest with libreadline .. : Library not found
  732. --   Support Valgrind .................: OFF
  733. --   Support coverage .................:
  734. --
  735. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  736.   The OLD behavior for policy CMP0026 will be removed from a future version
  737.   of CMake.
  738.  
  739.   The cmake-policies(7) manual explains that the OLD behaviors of all
  740.   policies are deprecated and that a policy should be set to OLD only under
  741.   specific short-term circumstances.  Projects should be ported to the NEW
  742.   behavior and not rely on setting a policy to OLD.
  743. Call Stack (most recent call first):
  744.   third-party/opam/CMakeLists.txt:11 (include)
  745.  
  746.  
  747. -- Download name: opam-2.1.0-x86_64-linux
  748. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  749.   The OLD behavior for policy CMP0026 will be removed from a future version
  750.   of CMake.
  751.  
  752.   The cmake-policies(7) manual explains that the OLD behaviors of all
  753.   policies are deprecated and that a policy should be set to OLD only under
  754.   specific short-term circumstances.  Projects should be ported to the NEW
  755.   behavior and not rely on setting a policy to OLD.
  756. Call Stack (most recent call first):
  757.   third-party/watchman/CMakeLists.txt:4 (include)
  758.  
  759.  
  760. -- Checking for module 'watchmanclient'
  761. --   Package 'watchmanclient', required by 'virtual:world', not found
  762. -- Could NOT find libWatchmanClient (missing: WATCHMANCLIENT_LIBRARIES WATCHMANCLIENT_INCLUDE_DIRS)
  763. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  764.   The OLD behavior for policy CMP0026 will be removed from a future version
  765.   of CMake.
  766.  
  767.   The cmake-policies(7) manual explains that the OLD behaviors of all
  768.   policies are deprecated and that a policy should be set to OLD only under
  769.   specific short-term circumstances.  Projects should be ported to the NEW
  770.   behavior and not rely on setting a policy to OLD.
  771. Call Stack (most recent call first):
  772.   CMake/HHVMExtensionConfig.cmake:72 (include)
  773.   hphp/CMakeLists.txt:35 (include)
  774.  
  775.  
  776. -- Building the apache extension.
  777. -- Building the apc extension.
  778. -- Building the array extension.
  779. -- Building the asio extension.
  780. -- Building the Async MySQL extension.
  781. -- Building the bcmath extension.
  782. -- Building the bz2 extension.
  783. -- Building the collections extension.
  784. -- Building the ctype extension.
  785. -- Building the curl extension.
  786. -- Building the datetime extension.
  787. -- Building the debugger extension.
  788. -- Building the decl extension.
  789. -- Building the DOMDocument extension.
  790. -- Building the enum extension.
  791. -- Resolving extension 'facts' dependency 'libwatchmanclient' as CMake target
  792. -- Building the facts extension.
  793. -- Resolving extension 'facts' dependency 'libwatchmanclient' as CMake target
  794. -- Found ICU header files in /usr/include
  795. -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
  796. -- Building the fb extension.
  797. -- Found ICU header files in /usr/include
  798. -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
  799. -- Building the fileinfo extension.
  800. -- Building the filter extension.
  801. Not building the fribidi extension.
  802. -- Building the functioncredential extension.
  803. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  804.   The package name passed to `find_package_handle_standard_args` (LIBICONV)
  805.   does not match the name of the calling package (Libiconv).  This can lead
  806.   to problems in calling code that expects `find_package` result variables
  807.   (e.g., `_FOUND`) to follow a certain pattern.
  808. Call Stack (most recent call first):
  809.   CMake/FindLibiconv.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  810.   CMake/HHVMExtensionConfig.cmake:784 (find_package)
  811.   CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  812.   CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
  813.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  814. This warning is for project developers.  Use -Wno-dev to suppress it.
  815.  
  816. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  817.   The package name passed to `find_package_handle_standard_args` (LibVPX)
  818.   does not match the name of the calling package (LibVpx).  This can lead to
  819.   problems in calling code that expects `find_package` result variables
  820.   (e.g., `_FOUND`) to follow a certain pattern.
  821. Call Stack (most recent call first):
  822.   CMake/FindLibVpx.cmake:12 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  823.   CMake/HHVMExtensionConfig.cmake:949 (find_package)
  824.   CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  825.   CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
  826.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  827. This warning is for project developers.  Use -Wno-dev to suppress it.
  828.  
  829. -- Could NOT find LibVPX (missing: LIBVPX_LIBRARIES LIBVPX_INCLUDE_DIRS)
  830. -- Building the gd extension.
  831. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  832.   The package name passed to `find_package_handle_standard_args` (LIBICONV)
  833.   does not match the name of the calling package (Libiconv).  This can lead
  834.   to problems in calling code that expects `find_package` result variables
  835.   (e.g., `_FOUND`) to follow a certain pattern.
  836. Call Stack (most recent call first):
  837.   CMake/FindLibiconv.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  838.   CMake/HHVMExtensionConfig.cmake:784 (find_package)
  839.   CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  840.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  841. This warning is for project developers.  Use -Wno-dev to suppress it.
  842.  
  843. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  844.   The package name passed to `find_package_handle_standard_args` (LibVPX)
  845.   does not match the name of the calling package (LibVpx).  This can lead to
  846.   problems in calling code that expects `find_package` result variables
  847.   (e.g., `_FOUND`) to follow a certain pattern.
  848. Call Stack (most recent call first):
  849.   CMake/FindLibVpx.cmake:12 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  850.   CMake/HHVMExtensionConfig.cmake:949 (find_package)
  851.   CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  852.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  853. This warning is for project developers.  Use -Wno-dev to suppress it.
  854.  
  855. -- Could NOT find LibVPX (missing: LIBVPX_LIBRARIES LIBVPX_INCLUDE_DIRS)
  856. -- Building the generator extension.
  857. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  858.   The package name passed to `find_package_handle_standard_args` (LIBINTL)
  859.   does not match the name of the calling package (LibIntl).  This can lead to
  860.   problems in calling code that expects `find_package` result variables
  861.   (e.g., `_FOUND`) to follow a certain pattern.
  862. Call Stack (most recent call first):
  863.   CMake/FindLibIntl.cmake:104 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  864.   CMake/HHVMExtensionConfig.cmake:828 (find_package)
  865.   CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  866.   CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
  867.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  868. This warning is for project developers.  Use -Wno-dev to suppress it.
  869.  
  870. -- Building the gettext extension.
  871. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  872.   The package name passed to `find_package_handle_standard_args` (LIBINTL)
  873.   does not match the name of the calling package (LibIntl).  This can lead to
  874.   problems in calling code that expects `find_package` result variables
  875.   (e.g., `_FOUND`) to follow a certain pattern.
  876. Call Stack (most recent call first):
  877.   CMake/FindLibIntl.cmake:104 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  878.   CMake/HHVMExtensionConfig.cmake:828 (find_package)
  879.   CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  880.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  881. This warning is for project developers.  Use -Wno-dev to suppress it.
  882.  
  883. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  884.   The package name passed to `find_package_handle_standard_args` (GMP) does
  885.   not match the name of the calling package (LibGmp).  This can lead to
  886.   problems in calling code that expects `find_package` result variables
  887.   (e.g., `_FOUND`) to follow a certain pattern.
  888. Call Stack (most recent call first):
  889.   CMake/FindLibGmp.cmake:5 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  890.   CMake/HHVMExtensionConfig.cmake:772 (find_package)
  891.   CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  892.   CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
  893.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  894. This warning is for project developers.  Use -Wno-dev to suppress it.
  895.  
  896. -- Building the gmp extension.
  897. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  898.   The package name passed to `find_package_handle_standard_args` (GMP) does
  899.   not match the name of the calling package (LibGmp).  This can lead to
  900.   problems in calling code that expects `find_package` result variables
  901.   (e.g., `_FOUND`) to follow a certain pattern.
  902. Call Stack (most recent call first):
  903.   CMake/FindLibGmp.cmake:5 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  904.   CMake/HHVMExtensionConfig.cmake:772 (find_package)
  905.   CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  906.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  907. This warning is for project developers.  Use -Wno-dev to suppress it.
  908.  
  909. -- Building the hash extension.
  910. -- Building the hh extension.
  911. -- Building the implicit_context extension.
  912. -- Building the hsl_io extension.
  913. -- Building the hsl_os extension.
  914. -- Building the hsl_locale extension.
  915. -- Building the hsl_random extension.
  916. -- Building the hsl_str extension.
  917. -- Building the hsl_time extension.
  918. -- Building the hsl_regex extension.
  919. -- Building the hsl_systemlib extension.
  920. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  921.   The package name passed to `find_package_handle_standard_args` (LIBICONV)
  922.   does not match the name of the calling package (Libiconv).  This can lead
  923.   to problems in calling code that expects `find_package` result variables
  924.   (e.g., `_FOUND`) to follow a certain pattern.
  925. Call Stack (most recent call first):
  926.   CMake/FindLibiconv.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  927.   CMake/HHVMExtensionConfig.cmake:784 (find_package)
  928.   CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  929.   CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
  930.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  931. This warning is for project developers.  Use -Wno-dev to suppress it.
  932.  
  933. -- Building the iconv extension.
  934. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  935.   The package name passed to `find_package_handle_standard_args` (LIBICONV)
  936.   does not match the name of the calling package (Libiconv).  This can lead
  937.   to problems in calling code that expects `find_package` result variables
  938.   (e.g., `_FOUND`) to follow a certain pattern.
  939. Call Stack (most recent call first):
  940.   CMake/FindLibiconv.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  941.   CMake/HHVMExtensionConfig.cmake:784 (find_package)
  942.   CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  943.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  944. This warning is for project developers.  Use -Wno-dev to suppress it.
  945.  
  946. -- Found ICU header files in /usr/include
  947. -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
  948. -- Building the icu extension.
  949. -- Found ICU header files in /usr/include
  950. -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
  951. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  952.   The package name passed to `find_package_handle_standard_args`
  953.   (LibMagicWand) does not match the name of the calling package
  954.   (LibMagickWand).  This can lead to problems in calling code that expects
  955.   `find_package` result variables (e.g., `_FOUND`) to follow a certain
  956.   pattern.
  957. Call Stack (most recent call first):
  958.   CMake/FindLibMagickWand.cmake:66 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  959.   CMake/HHVMExtensionConfig.cmake:867 (find_package)
  960.   CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  961.   CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
  962.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  963. This warning is for project developers.  Use -Wno-dev to suppress it.
  964.  
  965. -- Building the imagick extension.
  966. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  967.   The package name passed to `find_package_handle_standard_args`
  968.   (LibMagicWand) does not match the name of the calling package
  969.   (LibMagickWand).  This can lead to problems in calling code that expects
  970.   `find_package` result variables (e.g., `_FOUND`) to follow a certain
  971.   pattern.
  972. Call Stack (most recent call first):
  973.   CMake/FindLibMagickWand.cmake:66 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  974.   CMake/HHVMExtensionConfig.cmake:867 (find_package)
  975.   CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  976.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  977. This warning is for project developers.  Use -Wno-dev to suppress it.
  978.  
  979. -- Building the intervaltimer extension.
  980. -- Building the ipc extension.
  981. -- Building the json extension.
  982. Not building the ldap extension.
  983. -- Building the libxml extension.
  984. -- Building the lz4 extension.
  985. -- Building the mail extension.
  986. -- Building the mailparse extension.
  987. -- Building the mbstring extension.
  988. -- Resolving extension 'mcrouter' dependency 'libmcrouter' as CMake target 'mcrouter'
  989. -- Building the mcrouter extension.
  990. -- Resolving extension 'mcrouter' dependency 'libmcrouter' as CMake target 'mcrouter'
  991. -- Found mcrypt: /usr/lib/x86_64-linux-gnu/libmcrypt.so
  992. -- Building the mcrypt extension.
  993. -- Found mcrypt: /usr/lib/x86_64-linux-gnu/libmcrypt.so
  994. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  995.   The package name passed to `find_package_handle_standard_args`
  996.   (LIBMEMCACHED) does not match the name of the calling package
  997.   (Libmemcached).  This can lead to problems in calling code that expects
  998.   `find_package` result variables (e.g., `_FOUND`) to follow a certain
  999.   pattern.
  1000. Call Stack (most recent call first):
  1001.   CMake/FindLibmemcached.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  1002.   CMake/HHVMExtensionConfig.cmake:891 (find_package)
  1003.   CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  1004.   CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
  1005.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  1006. This warning is for project developers.  Use -Wno-dev to suppress it.
  1007.  
  1008. -- Building the memcache extension.
  1009. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1010.   The package name passed to `find_package_handle_standard_args`
  1011.   (LIBMEMCACHED) does not match the name of the calling package
  1012.   (Libmemcached).  This can lead to problems in calling code that expects
  1013.   `find_package` result variables (e.g., `_FOUND`) to follow a certain
  1014.   pattern.
  1015. Call Stack (most recent call first):
  1016.   CMake/FindLibmemcached.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  1017.   CMake/HHVMExtensionConfig.cmake:891 (find_package)
  1018.   CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  1019.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  1020. This warning is for project developers.  Use -Wno-dev to suppress it.
  1021.  
  1022. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1023.   The package name passed to `find_package_handle_standard_args`
  1024.   (LIBMEMCACHED) does not match the name of the calling package
  1025.   (Libmemcached).  This can lead to problems in calling code that expects
  1026.   `find_package` result variables (e.g., `_FOUND`) to follow a certain
  1027.   pattern.
  1028. Call Stack (most recent call first):
  1029.   CMake/FindLibmemcached.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  1030.   CMake/HHVMExtensionConfig.cmake:891 (find_package)
  1031.   CMake/HHVMExtensionConfig.cmake:508 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  1032.   CMake/HHVMExtensionConfig.cmake:365 (HHVM_EXTENSION_INTERNAL_RESOLVE_DEPENDENCIES_OF_EXTENSION)
  1033.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  1034. This warning is for project developers.  Use -Wno-dev to suppress it.
  1035.  
  1036. -- Building the memcached extension.
  1037. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1038.   The package name passed to `find_package_handle_standard_args`
  1039.   (LIBMEMCACHED) does not match the name of the calling package
  1040.   (Libmemcached).  This can lead to problems in calling code that expects
  1041.   `find_package` result variables (e.g., `_FOUND`) to follow a certain
  1042.   pattern.
  1043. Call Stack (most recent call first):
  1044.   CMake/FindLibmemcached.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  1045.   CMake/HHVMExtensionConfig.cmake:891 (find_package)
  1046.   CMake/HHVMExtensionConfig.cmake:378 (HHVM_EXTENSION_INTERNAL_HANDLE_LIBRARY_DEPENDENCY)
  1047.   hphp/CMakeLists.txt:48 (HHVM_EXTENSION_RESOLVE_DEPENDENCIES)
  1048. This warning is for project developers.  Use -Wno-dev to suppress it.
  1049.  
  1050. -- Building the MySQL extension.
  1051. -- Building the objprof extension.
  1052. -- Building the openssl extension.
  1053. -- Building the pcre extension.
  1054. -- Building the pdo extension.
  1055. -- Building the pdo_mysql extension.
  1056. -- Building the pdo_sqlite extension.
  1057. -- Building the posix extension.
  1058. -- Building the process extension.
  1059. -- Building the random extension.
  1060. -- Building the readline extension.
  1061. -- Building the reflection extension.
  1062. -- Building the scrypt extension.
  1063. -- Building the server extension.
  1064. -- Building the shmop extension.
  1065. -- Building the simplexml extension.
  1066. Not building the snappy extension.
  1067. -- Building the soap extension.
  1068. -- Building the sockets extension.
  1069. -- Building the sodium extension.
  1070. -- Building the spl extension.
  1071. -- Building the sqlite3 extension.
  1072. -- Building the std extension.
  1073. -- Building the stream extension.
  1074. -- Building the string extension.
  1075. -- Building the strobelight extension.
  1076. -- Building the thread extension.
  1077. -- Building the thrift extension.
  1078. -- Building the unitfilecache extension.
  1079. -- Building the url extension.
  1080. -- Building the vsdebug extension.
  1081. -- Resolving extension 'watchman' dependency 'libwatchmanclient' as CMake target
  1082. -- Building the watchman extension.
  1083. -- Resolving extension 'watchman' dependency 'libwatchmanclient' as CMake target
  1084. -- Building the weakref extension.
  1085. -- Building the xenon extension.
  1086. -- Building the xhprof extension.
  1087. -- Building the xml extension.
  1088. -- Building the xmlreader extension.
  1089. -- Building the xmlwriter extension.
  1090. -- Building the xsl extension.
  1091. -- Building the zip extension.
  1092. -- Building the zlib extension.
  1093. CMake Warning at CMake/HPHPCompiler.cmake:177 (message):
  1094.   HHVM is primarily tested on GCC 7.4-11.3.  Using other versions may produce
  1095.   unexpected results, or may not even build at all.
  1096. Call Stack (most recent call first):
  1097.   CMake/HPHPSetup.cmake:85 (include)
  1098.   hphp/CMakeLists.txt:54 (include)
  1099.  
  1100.  
  1101. CMake Deprecation Warning at CMake/HPHPFunctions.cmake:2 (cmake_policy):
  1102.   The OLD behavior for policy CMP0026 will be removed from a future version
  1103.   of CMake.
  1104.  
  1105.   The cmake-policies(7) manual explains that the OLD behaviors of all
  1106.   policies are deprecated and that a policy should be set to OLD only under
  1107.   specific short-term circumstances.  Projects should be ported to the NEW
  1108.   behavior and not rely on setting a policy to OLD.
  1109. Call Stack (most recent call first):
  1110.   CMake/HPHPSetup.cmake:86 (include)
  1111.   hphp/CMakeLists.txt:54 (include)
  1112.  
  1113.  
  1114. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1115.   The package name passed to `find_package_handle_standard_args` (LIBINOTIFY)
  1116.   does not match the name of the calling package (Libinotify).  This can lead
  1117.   to problems in calling code that expects `find_package` result variables
  1118.   (e.g., `_FOUND`) to follow a certain pattern.
  1119. Call Stack (most recent call first):
  1120.   CMake/FindLibinotify.cmake:21 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  1121.   CMake/HPHPFindLibs.cmake:31 (find_package)
  1122.   CMake/HPHPSetup.cmake:87 (include)
  1123.   hphp/CMakeLists.txt:54 (include)
  1124. This warning is for project developers.  Use -Wno-dev to suppress it.
  1125.  
  1126. -- Could NOT find PCRE (missing: SYSTEM_PCRE_LIBRARY SYSTEM_PCRE_INCLUDE_DIR)
  1127. -- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre
  1128. -- 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
  1129. -- XED is disabled
  1130. -- Using third-party bundled libsqlite3
  1131. -- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR)
  1132. -- Using third-party bundled fastlz
  1133. -- Found ICU header files in /usr/include
  1134. -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
  1135. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1136.   The package name passed to `find_package_handle_standard_args` (LIBPTHREAD)
  1137.   does not match the name of the calling package (PThread).  This can lead to
  1138.   problems in calling code that expects `find_package` result variables
  1139.   (e.g., `_FOUND`) to follow a certain pattern.
  1140. Call Stack (most recent call first):
  1141.   CMake/FindPThread.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  1142.   CMake/HPHPFindLibs.cmake:196 (find_package)
  1143.   CMake/HPHPSetup.cmake:87 (include)
  1144.   hphp/CMakeLists.txt:54 (include)
  1145. This warning is for project developers.  Use -Wno-dev to suppress it.
  1146.  
  1147. -- Looking for dwarf_producer_init
  1148. -- Looking for dwarf_producer_init - found
  1149. -- Performing Test DW_CONST
  1150. -- Performing Test DW_CONST - Success
  1151. -- Looking for dwarf_producer_init_c
  1152. -- Looking for dwarf_producer_init_c - not found
  1153. -- libdwarf uses const char* type
  1154. -- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init
  1155. Generating Release build
  1156. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1157.   The package name passed to `find_package_handle_standard_args` (LIBINOTIFY)
  1158.   does not match the name of the calling package (Libinotify).  This can lead
  1159.   to problems in calling code that expects `find_package` result variables
  1160.   (e.g., `_FOUND`) to follow a certain pattern.
  1161. Call Stack (most recent call first):
  1162.   CMake/FindLibinotify.cmake:21 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  1163.   CMake/HPHPFindLibs.cmake:31 (find_package)
  1164.   hphp/CMakeLists.txt:55 (include)
  1165. This warning is for project developers.  Use -Wno-dev to suppress it.
  1166.  
  1167. -- Could NOT find PCRE (missing: SYSTEM_PCRE_LIBRARY SYSTEM_PCRE_INCLUDE_DIR)
  1168. -- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre
  1169. -- 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
  1170. -- XED is disabled
  1171. -- Using third-party bundled libsqlite3
  1172. -- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR)
  1173. -- Using third-party bundled fastlz
  1174. -- Found ICU header files in /usr/include
  1175. -- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
  1176. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1177.   The package name passed to `find_package_handle_standard_args` (LIBPTHREAD)
  1178.   does not match the name of the calling package (PThread).  This can lead to
  1179.   problems in calling code that expects `find_package` result variables
  1180.   (e.g., `_FOUND`) to follow a certain pattern.
  1181. Call Stack (most recent call first):
  1182.   CMake/FindPThread.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  1183.   CMake/HPHPFindLibs.cmake:196 (find_package)
  1184.   hphp/CMakeLists.txt:55 (include)
  1185. This warning is for project developers.  Use -Wno-dev to suppress it.
  1186.  
  1187. -- Looking for dwarf_producer_init
  1188. -- Looking for dwarf_producer_init - found
  1189. -- Performing Test DW_CONST
  1190. -- Performing Test DW_CONST - Success
  1191. -- Looking for dwarf_producer_init_c
  1192. -- Looking for dwarf_producer_init_c - not found
  1193. -- libdwarf uses const char* type
  1194. -- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init
  1195. -- -latomic is required to link hhvm
  1196. -- -latomic is required to link hhvm
  1197. -- -latomic is required to link hhvm
  1198. -- XED disabled, tc-print will not be built
  1199. -- Building hack
  1200. -- Could NOT find LZ4 (missing: LZ4_LIBRARY LZ4_INCLUDE_DIR LZ4_GOOD_VERSION)
  1201. -- Using third-party bundled LZ4
  1202. CMake Error at hphp/hack/CMakeLists.txt:92 (get_filename_component):
  1203.   get_filename_component called with incorrect number of arguments
  1204.  
  1205.  
  1206. -- Configuring incomplete, errors occurred!
  1207. See also "/root/hhvm/CMakeFiles/CMakeOutput.log".
  1208. See also "/root/hhvm/CMakeFiles/CMakeError.log".
  1209.  
Tags: hhvm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement