Advertisement
Skytrias

orcadev build-dawn errors #2

May 31st, 2024
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.90 KB | None | 0 0
  1. ...
  2.  
  3.  create mode 100644 webgpu-cts/webtests/web_platform/reftests/ref/delay_get_texture-ref.html
  4. Updating files: 100% (30555/30555), done.
  5. Previous HEAD position was 9635685700 Roll Depot Tools from 6427b94bc227 to 3963cc6399e4 (2 revisions)
  6. HEAD is now at b7a1641725 Test storage textures in compute passes are validated at queue submit
  7. Updating depot_tools...
  8. Syncing projects: 100% (41/41), done.
  9. Running hooks: 100% (23/23), done.
  10.   * preparing build
  11. -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
  12. -- Dawn build D3D11 backend: OFF
  13. -- Dawn build D3D12 backend: ON
  14. -- Dawn build Metal backend: OFF
  15. -- Dawn build Vulkan backend: OFF
  16. -- Dawn build OpenGL backend: OFF
  17. -- Dawn build OpenGL ES backend: OFF
  18. -- Dawn build Null backend: OFF
  19. -- Dawn build with asserts in all configurations: OFF
  20. -- Dawn build Wayland support: OFF
  21. -- Dawn build X11 support: OFF
  22. -- Dawn build GLFW support: ON
  23. -- Dawn build Windows UI support: ON
  24. -- Dawn build and use DXC: OFF
  25. -- Dawn build samples: OFF
  26. -- Dawn build Node bindings: OFF
  27. -- Dawn build Swiftshader: OFF
  28. -- Dawn build benchmarks: OFF
  29. -- Dawn build PIC: OFF
  30. -- Dawn build with ASAN: OFF
  31. -- Dawn build with TSAN: OFF
  32. -- Dawn build with MSAN: OFF
  33. -- Dawn build with UBSAN: OFF
  34. -- Tint build command line executable tools: ON
  35. -- Tint build docs: OFF
  36. -- Tint build docs with warn as error: OFF
  37. -- Tint build SPIR-V reader: OFF
  38. -- Tint build WGSL reader: ON
  39. -- Tint build GLSL writer: OFF
  40. -- Tint build GLSL validator: ON
  41. -- Tint build HLSL writer: ON
  42. -- Tint build MSL writer: OFF
  43. -- Tint build SPIR-V writer: OFF
  44. -- Tint build WGSL writer: ON
  45. -- Tint build Syntax Tree writer: OFF
  46. -- Tint build fuzzers: OFF
  47. -- Tint build AST fuzzer: OFF
  48. -- Tint build regex fuzzer: OFF
  49. -- Tint build benchmarks: OFF
  50. -- Tint build tests: OFF
  51. -- Tint build checking [chromium-style]: OFF
  52. -- Tint external benchmark corpus dir:
  53. -- Using python3
  54. CMake Warning (dev) at CMakeLists.txt:376 (find_package):
  55.   Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  56.   are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  57.   the cmake_policy command to set the policy and suppress this warning.
  58.  
  59. This warning is for project developers.  Use -Wno-dev to suppress it.
  60.  
  61. -- Found PythonInterp: C:/Windows/System32/python (Required is at least version "3")
  62. --
  63. -- 3.20.3.0
  64. -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
  65. -- Dawn: using SPIRV-Headers at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/vulkan-deps/spirv-headers/src
  66. -- Dawn: using SPIRV-Tools at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/vulkan-deps/spirv-tools/src
  67. -- optimizer enabled
  68. -- Dawn: using GLFW at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/glfw
  69. -- Including Win32 support
  70. -- Dawn: using Abseil at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/abseil-cpp
  71. -- Dawn: using Vulkan-Headers at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/vulkan-deps/vulkan-headers/src
  72. CMake Warning (dev) at generator/CMakeLists.txt:28 (find_package):
  73.   Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  74.   are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  75.   the cmake_policy command to set the policy and suppress this warning.
  76.  
  77. This warning is for project developers.  Use -Wno-dev to suppress it.
  78.  
  79. -- Found PythonInterp: C:/Windows/System32/python
  80. -- Dawn: using python at C:/Windows/System32/python
  81. -- Dawn: using jinja2 at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/jinja2
  82. -- Dawn: using markupsafe at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/markupsafe
  83. CMake Error at generator/CMakeLists.txt:82 (message):
  84.   Dawn: Failed to get the dependencies for Dawn version based utilities.
  85.   Base args are
  86.   'C:/Windows/System32/python;C:/Users/skytr/Desktop/orca-src/build/dawn/generator/dawn_version_generator.py;--template-dir;C:/Users/skytr/Desktop/orca-src/build/dawn/generator/templates;--root-dir;C:/Users/skytr/Desktop/orca-src/build/dawn;--output-dir;C:/Users/skytr/Desktop/orca-src/build/dawn.build/gen;--dawn-dir;C:/Users/skytr/Desktop/orca-src/build/dawn;--jinja2-path;C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/jinja2;--markupsafe-path;C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/markupsafe'.
  87. Call Stack (most recent call first):
  88.   src/dawn/common/CMakeLists.txt:28 (DawnGenerator)
  89.  
  90.  
  91. -- Configuring incomplete, errors occurred!
  92.  
  93. Task failed with 1 error:
  94. ERROR: The following command failed with code 1:
  95. cmake -S dawn -B dawn.build -D CMAKE_BUILD_TYPE=Debug -D CMAKE_POLICY_DEFAULT_CMP0091=NEW -D BUILD_SHARED_LIBS=OFF -D BUILD_SAMPLES=OFF -D DAWN_ENABLE_D3D12=ON -D DAWN_ENABLE_D3D11=OFF -D DAWN_ENABLE_METAL=OFF -D DAWN_ENABLE_NULL=OFF -D DAWN_ENABLE_DESKTOP_GL=OFF -D DAWN_ENABLE_OPENGLES=OFF -D DAWN_ENABLE_VULKAN=OFF -D DAWN_BUILD_SAMPLES=OFF -D TINT_BUILD_SAMPLES=OFF -D TINT_BUILD_DOCS=OFF -D TINT_BUILD_TESTS=OFF
  96.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement