Advertisement
Guest User

Untitled

a guest
Apr 26th, 2023
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.43 KB | None | 0 0
  1. Compiling wgpu v0.15.1
  2. The following warnings were emitted during compilation:
  3.  
  4. warning: cpp/alvr_server/Controller.cpp: In member function ‘virtual vr::EVRInitError Controller::Activate(vr::TrackedDeviceIndex_t)’:
  5. warning: cpp/alvr_server/Controller.cpp:44:16: warning: unused variable ‘isViveTracker’ [-Wunused-variable]
  6. warning: const bool isViveTracker =
  7. warning: ^~~~~~~~~~~~~
  8. warning: cpp/alvr_server/Controller.cpp: In member function ‘void Controller::SetButton(uint64_t, FfiButtonValue)’:
  9. warning: cpp/alvr_server/Controller.cpp:397:67: warning: ‘flag’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  10. warning: m_buttons = value.binary ? m_buttons | flag : m_buttons & ~flag;
  11. warning: ^~~~~
  12. warning: In file included from cpp/platform/linux/EncodePipelineSW.cpp:1:
  13. warning: cpp/platform/linux/EncodePipelineSW.h:5:10: fatal error: x264.h: Not found
  14. warning: #include <x264.h>
  15. warning: ^~~~~~~~
  16. warning: compilation terminated.
  17.  
  18. error: failed to run custom build command for `alvr_server v20.0.0-dev11 (/opt/ALVR/alvr/server)`
  19.  
  20. Caused by:
  21. process didn't exit successfully: `/opt/ALVR/target/release/build/alvr_server-e2b36012e15f21da/build-script-build` (exit status: 1)
  22. --- stdout
  23. TARGET = Some("x86_64-unknown-linux-gnu")
  24. OPT_LEVEL = Some("3")
  25. HOST = Some("x86_64-unknown-linux-gnu")
  26. cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
  27. CXX_x86_64-unknown-linux-gnu = None
  28. cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
  29. CXX_x86_64_unknown_linux_gnu = None
  30. cargo:rerun-if-env-changed=HOST_CXX
  31. HOST_CXX = None
  32. cargo:rerun-if-env-changed=CXX
  33. CXX = None
  34. cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
  35. CXXFLAGS_x86_64-unknown-linux-gnu = None
  36. cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
  37. CXXFLAGS_x86_64_unknown_linux_gnu = None
  38. cargo:rerun-if-env-changed=HOST_CXXFLAGS
  39. HOST_CXXFLAGS = None
  40. cargo:rerun-if-env-changed=CXXFLAGS
  41. CXXFLAGS = None
  42. cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  43. CRATE_CC_NO_DEFAULTS = None
  44. DEBUG = Some("false")
  45. CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  46. cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
  47. CXX_x86_64-unknown-linux-gnu = None
  48. cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
  49. CXX_x86_64_unknown_linux_gnu = None
  50. cargo:rerun-if-env-changed=HOST_CXX
  51. HOST_CXX = None
  52. cargo:rerun-if-env-changed=CXX
  53. CXX = None
  54. cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
  55. CXXFLAGS_x86_64-unknown-linux-gnu = None
  56. cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
  57. CXXFLAGS_x86_64_unknown_linux_gnu = None
  58. cargo:rerun-if-env-changed=HOST_CXXFLAGS
  59. HOST_CXXFLAGS = None
  60. cargo:rerun-if-env-changed=CXXFLAGS
  61. CXXFLAGS = None
  62. cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  63. CRATE_CC_NO_DEFAULTS = None
  64. CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  65. cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
  66. CXX_x86_64-unknown-linux-gnu = None
  67. cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
  68. CXX_x86_64_unknown_linux_gnu = None
  69. cargo:rerun-if-env-changed=HOST_CXX
  70. HOST_CXX = None
  71. cargo:rerun-if-env-changed=CXX
  72. CXX = None
  73. cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
  74. CXXFLAGS_x86_64-unknown-linux-gnu = None
  75. cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
  76. CXXFLAGS_x86_64_unknown_linux_gnu = None
  77. cargo:rerun-if-env-changed=HOST_CXXFLAGS
  78. HOST_CXXFLAGS = None
  79. cargo:rerun-if-env-changed=CXXFLAGS
  80. CXXFLAGS = None
  81. cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  82. CRATE_CC_NO_DEFAULTS = None
  83. CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  84. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/shared/threadtools.o" "-c" "cpp/shared/threadtools.cpp"
  85. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/Paths.o" "-c" "cpp/alvr_server/Paths.cpp"
  86. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/Logger.o" "-c" "cpp/alvr_server/Logger.cpp"
  87. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/ChaperoneUpdater.o" "-c" "cpp/alvr_server/ChaperoneUpdater.cpp"
  88. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/driverlog.o" "-c" "cpp/alvr_server/driverlog.cpp"
  89. exit status: 0
  90. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/NalParsing.o" "-c" "cpp/alvr_server/NalParsing.cpp"
  91. exit status: 0
  92. exit status: 0
  93. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/PoseHistory.o" "-c" "cpp/alvr_server/PoseHistory.cpp"
  94. exit status: 0
  95. exit status: 0
  96. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/ViveTrackerProxy.o" "-c" "cpp/alvr_server/ViveTrackerProxy.cpp"
  97. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/Controller.o" "-c" "cpp/alvr_server/Controller.cpp"
  98. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/HMD.o" "-c" "cpp/alvr_server/HMD.cpp"
  99. exit status: 0
  100. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/IDRScheduler.o" "-c" "cpp/alvr_server/IDRScheduler.cpp"
  101. exit status: 0
  102. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/Settings.o" "-c" "cpp/alvr_server/Settings.cpp"
  103. exit status: 0
  104. cargo:warning=cpp/alvr_server/Controller.cpp: In member function ‘virtual vr::EVRInitError Controller::Activate(vr::TrackedDeviceIndex_t)’:
  105. cargo:warning=cpp/alvr_server/Controller.cpp:44:16: warning: unused variable ‘isViveTracker’ [-Wunused-variable]
  106. cargo:warning= const bool isViveTracker =
  107. cargo:warning= ^~~~~~~~~~~~~
  108. exit status: 0
  109. cargo:warning=cpp/alvr_server/Controller.cpp: In member function ‘void Controller::SetButton(uint64_t, FfiButtonValue)’:
  110. cargo:warning=cpp/alvr_server/Controller.cpp:397:67: warning: ‘flag’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  111. cargo:warning= m_buttons = value.binary ? m_buttons | flag : m_buttons & ~flag;
  112. cargo:warning= ^~~~~
  113. exit status: 0
  114. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/TrackedDevice.o" "-c" "cpp/alvr_server/TrackedDevice.cpp"
  115. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/alvr_server.o" "-c" "cpp/alvr_server/alvr_server.cpp"
  116. exit status: 0
  117. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/ALVR-common/exception.o" "-c" "cpp/ALVR-common/exception.cpp"
  118. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/ALVR-common/common-utils.o" "-c" "cpp/ALVR-common/common-utils.cpp"
  119. exit status: 0
  120. exit status: 0
  121. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/platform/linux/EncodePipelineSW.o" "-c" "cpp/platform/linux/EncodePipelineSW.cpp"
  122. cargo:warning=In file included from cpp/platform/linux/EncodePipelineSW.cpp:1:
  123. cargo:warning=cpp/platform/linux/EncodePipelineSW.h:5:10: fatal error: x264.h: Not found
  124. cargo:warning= #include <x264.h>
  125. cargo:warning= ^~~~~~~~
  126. cargo:warning=compilation terminated.
  127. exit status: 1
  128. running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/platform/linux/EncodePipelineVAAPI.o" "-c" "cpp/platform/linux/EncodePipelineVAAPI.cpp"
  129. exit status: 0
  130. exit status: 0
  131. exit status: 0
  132. exit status: 0
  133.  
  134. --- stderr
  135.  
  136.  
  137. error occurred: Command "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/platform/linux/EncodePipelineSW.o" "-c" "cpp/platform/linux/EncodePipelineSW.cpp" with args "c++" did not execute successfully (status code exit status: 1).
  138.  
  139.  
  140. warning: build failed, waiting for other jobs to finish...
  141. thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: command exited with non-zero code `cargo build --release`: 101', alvr/xtask/src/build.rs:83:14
  142. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement