Advertisement
Guest User

Untitled

a guest
Feb 11th, 2024
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.11 KB | None | 0 0
  1. ==> Starting pkgver()...
  2. ==> Sources are ready.
  3. gamescope-nvidia-3.14.0-1: parsing pkg list...
  4. ==> Making package: gamescope-nvidia 3.14.0-1 (Mon 12 Feb 2024 11:20:53)
  5. ==> Checking runtime dependencies...
  6. ==> Checking buildtime dependencies...
  7. ==> WARNING: Using existing $srcdir/ tree
  8. ==> Starting pkgver()...
  9. ==> Removing existing $pkgdir/ directory...
  10. ==> Starting build()...
  11. + exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=true -D b_pie=true -D python.bytecompile=1 gamescope build -Dforce_fallback_for=stb,glm -Dbenchmark=disabled -Dpipewire=enabled
  12. The Meson build system
  13. Version: 1.3.1
  14. Source dir: /home/grahf/.cache/paru/clone/gamescope-nvidia/src/gamescope
  15. Build dir: /home/grahf/.cache/paru/clone/gamescope-nvidia/src/build
  16. Build type: native build
  17. Project name: gamescope
  18. Project version: undefined
  19. C compiler for the host machine: cc (gcc 13.2.1 "cc (GCC) 13.2.1 20230801")
  20. C linker for the host machine: cc ld.bfd 2.42.0
  21. C++ compiler for the host machine: c++ (gcc 13.2.1 "c++ (GCC) 13.2.1 20230801")
  22. C++ linker for the host machine: c++ ld.bfd 2.42.0
  23. Host machine cpu family: x86_64
  24. Host machine cpu: x86_64
  25. Compiler for C++ supports arguments -Wno-unused-parameter: YES
  26. Compiler for C++ supports arguments -Wno-missing-field-initializers: YES
  27. Compiler for C++ supports arguments -Wno-c99-designator: NO
  28. Compiler for C++ supports arguments -Wno-invalid-offsetof: YES
  29. Compiler for C++ supports arguments -Wno-unused-const-variable: YES
  30. Compiler for C++ supports arguments -Wno-volatile: YES
  31. Compiler for C++ supports arguments -Wno-deprecated-volatile: NO
  32. Compiler for C++ supports arguments -Wno-ignored-qualifiers: YES
  33. Compiler for C++ supports arguments -Wno-missing-braces: YES
  34. Compiler for C++ supports arguments -ffast-math: YES
  35. Found pkg-config: YES (/usr/bin/pkg-config) 2.1.0
  36. Run-time dependency libpipewire-0.3 found: YES 1.0.3
  37. Library rt found: YES
  38. Run-time dependency hwdata found: YES 0.379
  39. Run-time dependency x11 found: YES 1.8.7
  40. Run-time dependency wayland-client found: YES 1.22.0
  41. Run-time dependency vulkan found: YES 1.3.276
  42. Found CMake: /usr/bin/cmake (3.28.3)
  43. Run-time dependency openvr found: NO (tried pkgconfig and cmake)
  44.  
  45. Executing subproject openvr method cmake
  46.  
  47. openvr| Found CMake: /usr/bin/cmake (3.28.3)
  48.  
  49. | Configuring the build directory with CMake version 3.28.3
  50. | Running CMake with: -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DUSE_LIBCXX=False
  51. | - build directory: /home/grahf/.cache/paru/clone/gamescope-nvidia/src/build/subprojects/openvr/__CMake_build
  52. | - source directory: /home/grahf/.cache/paru/clone/gamescope-nvidia/src/gamescope/subprojects/openvr
  53. | - toolchain file: /home/grahf/.cache/paru/clone/gamescope-nvidia/src/build/subprojects/openvr/__CMake_build/CMakeMesonToolchainFile.cmake
  54. | - preload file: /usr/lib/python3.11/site-packages/mesonbuild/cmake/data/preload.cmake
  55. | - trace args: --trace-expand --trace-format=json-v1 --no-warn-unused-cli --trace-redirect=cmake_trace.txt
  56. | - disabled policy warnings: [CMP0025, CMP0047, CMP0056, CMP0060, CMP0065, CMP0066, CMP0067, CMP0082, CMP0089, CMP0102]
  57.  
  58. | CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
  59. | Compatibility with CMake < 3.5 will be removed from a future version of
  60. | CMake.
  61.  
  62. | Update the VERSION argument <min> value or use a ...<max> suffix to tell
  63. | CMake that the project does not need compatibility with older versions.
  64.  
  65. | Put cmake in trace mode, but with variables expanded.
  66. | Put cmake in trace mode and sets the trace output format.
  67. | Not searching for unused variables given on the command line.
  68. | Put cmake in trace mode and redirect trace output to a file instead of stderr.
  69. | Trace will be written to cmake_trace.txt
  70.  
  71. | -- The C compiler identification is GNU 13.2.1
  72. | -- The CXX compiler identification is GNU 13.2.1
  73. | CMake Warning (dev) at /usr/share/cmake/Modules/CMakeFindBinUtils.cmake:224 (find_program):
  74. | Policy CMP0126 is not set: set(CACHE) does not remove a normal variable of
  75. | the same name. Run "cmake --help-policy CMP0126" for policy details. Use
  76. | the cmake_policy command to set the policy and suppress this warning.
  77.  
  78. | For compatibility with older versions of CMake, normal variable
  79. | "CMAKE_TAPI" will be removed from the current scope.
  80. | Call Stack (most recent call first):
  81. | /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:202 (include)
  82. | CMakeLists.txt:5 (project)
  83. | This warning is for project developers. Use -Wno-dev to suppress it.
  84.  
  85. | -- Detecting C compiler ABI info
  86. | -- Detecting C compiler ABI info - done
  87. | -- Check for working C compiler: /usr/bin/cc - skipped
  88. | -- Detecting C compile features
  89. | -- Detecting C compile features - done
  90. | -- Detecting CXX compiler ABI info
  91. | -- Detecting CXX compiler ABI info - done
  92. | -- Check for working CXX compiler: /usr/bin/c++ - skipped
  93. | -- Detecting CXX compile features
  94. | -- Detecting CXX compile features - done
  95. | -- Configuring done (0.5s)
  96. | -- Generating done (0.0s)
  97. | -- Build files have been written to: /home/grahf/.cache/paru/clone/gamescope-nvidia/src/build/subprojects/openvr/__CMake_build
  98.  
  99. openvr| CMake configuration: SUCCEEDED
  100. openvr| CMake project OpenVRSDK has 1 build targets.
  101. openvr| Generated Meson AST: /home/grahf/.cache/paru/clone/gamescope-nvidia/src/build/subprojects/openvr/meson.build
  102. openvr| Project name: OpenVRSDK
  103. openvr| Project version: undefined
  104. openvr| C++ compiler for the host machine: c++ (gcc 13.2.1 "c++ (GCC) 13.2.1 20230801")
  105. openvr| C++ linker for the host machine: c++ ld.bfd 2.42.0
  106. openvr| Build targets in project: 1
  107. openvr| Subproject openvr finished.
  108.  
  109. Check usable header "vulkan/vulkan.h" with dependency vulkan: YES
  110. Build-time dependency wayland-scanner found: YES 1.22.0
  111. Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner)
  112. Run-time dependency wayland-protocols found: YES 1.33
  113. Run-time dependency vkroots found: YES undefined
  114. Run-time dependency xcb found: YES 1.16
  115. Run-time dependency x11-xcb found: YES 1.8.7
  116. Looking for a fallback subproject for the dependency glm because:
  117. Use of fallback dependencies is forced.
  118.  
  119. Executing subproject glm
  120.  
  121. glm| Project name: glm
  122. glm| Project version: 0.9.9.8
  123. glm| C++ compiler for the host machine: c++ (gcc 13.2.1 "c++ (GCC) 13.2.1 20230801")
  124. glm| C++ linker for the host machine: c++ ld.bfd 2.42.0
  125. glm| Build targets in project: 28
  126. glm| Subproject glm finished.
  127.  
  128. Dependency glm from subproject subprojects/glm-0.9.9.8 found: YES 0.9.9.8
  129. Dependency wayland-client found: YES 1.22.0 (cached)
  130. Configuring VkLayer_FROG_gamescope_wsi.x86_64.json using configuration
  131. Run-time dependency xdamage found: YES 1.1.6
  132. Run-time dependency xcomposite found: YES 0.4.6
  133. Run-time dependency xcursor found: YES 1.2.1
  134. Run-time dependency xrender found: YES 0.9.11
  135. Run-time dependency xext found: YES 1.3.6
  136. Run-time dependency xfixes found: YES 6.0.1
  137. Run-time dependency xxf86vm found: YES 1.1.5
  138. Run-time dependency xtst found: YES 1.2.4
  139. Run-time dependency xres found: YES 1.2.2
  140. Run-time dependency xmu found: YES 1.1.4
  141. Run-time dependency xi found: YES 1.8.1
  142. Run-time dependency libdrm found: YES 2.4.120
  143. Run-time dependency wayland-server found: YES 1.22.0
  144. Dependency wayland-protocols found: YES 1.33 (cached)
  145. Run-time dependency xkbcommon found: YES 1.6.0
  146. Run-time dependency threads found: YES
  147. Run-time dependency libcap found: YES 2.69
  148. Run-time dependency epoll-shim found: NO (tried pkgconfig and cmake)
  149. Dependency glm found: YES 0.9.9.8 (cached)
  150. Run-time dependency sdl2 found: YES 2.30.0
  151. Looking for a fallback subproject for the dependency stb because:
  152. Use of fallback dependencies is forced.
  153.  
  154. Executing subproject stb
  155.  
  156. stb| Project name: stb
  157. stb| Project version: 0.1.0
  158. stb| C compiler for the host machine: cc (gcc 13.2.1 "cc (GCC) 13.2.1 20230801")
  159. stb| C linker for the host machine: cc ld.bfd 2.42.0
  160. stb| Build targets in project: 29
  161. stb| Subproject stb finished.
  162.  
  163. Dependency stb found: YES 0.1.0 (overridden)
  164. Run-time dependency libavif found: YES 1.0.4
  165. Run-time dependency wlroots found: YES 0.17.1
  166. Run-time dependency libdisplay-info found: YES 0.1.1
  167. Program glslang found: YES (/usr/bin/glslang)
  168. Run-time dependency libliftoff found: YES 0.4.1
  169. Dependency benchmark skipped: feature benchmark disabled
  170. Build targets in project: 31
  171.  
  172. gamescope undefined
  173.  
  174. Subprojects
  175. glm : YES
  176. openvr : YES
  177. stb : YES
  178.  
  179. User defined options
  180. auto_features : enabled
  181. buildtype : plain
  182. force_fallback_for: stb,glm
  183. libexecdir : lib
  184. prefix : /usr
  185. sbindir : bin
  186. wrap_mode : nodownload
  187. python.bytecompile: 1
  188. b_lto : true
  189. b_pie : true
  190. benchmark : disabled
  191. pipewire : enabled
  192.  
  193. Found ninja-1.11.1 at /usr/bin/ninja
  194. INFO: autodetecting backend as ninja
  195. INFO: calculating backend command to run: /usr/bin/ninja -C /home/grahf/.cache/paru/clone/gamescope-nvidia/src/build
  196. ninja: Entering directory `/home/grahf/.cache/paru/clone/gamescope-nvidia/src/build'
  197. [77/93] Compiling C++ object layer/libVkLayer_FROG_gamescope_wsi_x86_64.so.p/VkLayer_FROG_gamescope_wsi.cpp.o
  198. FAILED: layer/libVkLayer_FROG_gamescope_wsi_x86_64.so.p/VkLayer_FROG_gamescope_wsi.cpp.o
  199. c++ -Ilayer/libVkLayer_FROG_gamescope_wsi_x86_64.so.p -Ilayer -I../gamescope/layer -Isubprojects/glm-0.9.9.8 -I../gamescope/subprojects/glm-0.9.9.8 -Iprotocol -flto=auto -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c++20 -DWLR_USE_UNSTABLE -Wno-unused-parameter -Wno-missing-field-initializers -Wno-invalid-offsetof -Wno-unused-const-variable -Wno-volatile -Wno-ignored-qualifiers -Wno-missing-braces -ffast-math -DHAVE_PIPEWIRE=1 -DHAVE_OPENVR=1 '-DHWDATA_PNP_IDS="//usr/share/hwdata/pnp.ids"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/home/grahf/.cache/paru/clone/gamescope-nvidia/src=/usr/src/debug/gamescope-nvidia -flto=auto -fPIC -MD -MQ layer/libVkLayer_FROG_gamescope_wsi_x86_64.so.p/VkLayer_FROG_gamescope_wsi.cpp.o -MF layer/libVkLayer_FROG_gamescope_wsi_x86_64.so.p/VkLayer_FROG_gamescope_wsi.cpp.o.d -o layer/libVkLayer_FROG_gamescope_wsi_x86_64.so.p/VkLayer_FROG_gamescope_wsi.cpp.o -c ../gamescope/layer/VkLayer_FROG_gamescope_wsi.cpp
  200. ../gamescope/layer/VkLayer_FROG_gamescope_wsi.cpp: In static member function ‘static void GamescopeWSILayer::VkInstanceOverrides::GetPhysicalDeviceFeatures2(const vkroots::VkInstanceDispatch*, VkPhysicalDevice, VkPhysicalDeviceFeatures2*)’:
  201. ../gamescope/layer/VkLayer_FROG_gamescope_wsi.cpp:516:194: error: no matching function for call to ‘FindInChainMutable<VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SWAPCHAIN_MAINTENANCE_1_FEATURES_EXT, VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT>(VkPhysicalDeviceFeatures2*&)’
  202. 516 | auto pSwapchainMaintenance1Features = vkroots::FindInChainMutable<VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SWAPCHAIN_MAINTENANCE_1_FEATURES_EXT, VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT>(pFeatures);
  203. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  204. In file included from ../gamescope/layer/VkLayer_FROG_gamescope_wsi.cpp:4:
  205. /usr/include/vkroots.h:59:9: note: candidate: ‘template<class Type, class AnyStruct> Type* vkroots::FindInChainMutable(AnyStruct*)’
  206. 59 | Type* FindInChainMutable(AnyStruct* obj) {
  207. | ^~~~~~~~~~~~~~~~~~
  208. /usr/include/vkroots.h:59:9: note: template argument deduction/substitution failed:
  209. ../gamescope/layer/VkLayer_FROG_gamescope_wsi.cpp:516:194: error: type/value mismatch at argument 1 in template parameter list for ‘template<class Type, class AnyStruct> Type* vkroots::FindInChainMutable(AnyStruct*)’
  210. 516 | auto pSwapchainMaintenance1Features = vkroots::FindInChainMutable<VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SWAPCHAIN_MAINTENANCE_1_FEATURES_EXT, VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT>(pFeatures);
  211. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  212. ../gamescope/layer/VkLayer_FROG_gamescope_wsi.cpp:516:194: note: expected a type, got ‘VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SWAPCHAIN_MAINTENANCE_1_FEATURES_EXT’
  213. ../gamescope/layer/VkLayer_FROG_gamescope_wsi.cpp: In static member function ‘static VkResult GamescopeWSILayer::VkDeviceOverrides::QueuePresentKHR(const vkroots::VkDeviceDispatch*, VkQueue, const VkPresentInfoKHR*)’:
  214. ../gamescope/layer/VkLayer_FROG_gamescope_wsi.cpp:911:125: error: no matching function for call to ‘FindInChain<VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE, const VkPresentTimesInfoGOOGLE>(const VkPresentInfoKHR*&)’
  215. 911 | auto pPresentTimes = vkroots::FindInChain<VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE, const VkPresentTimesInfoGOOGLE>(pPresentInfo);
  216. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  217. /usr/include/vkroots.h:50:15: note: candidate: ‘template<class Type, class AnyStruct> const Type* vkroots::FindInChain(const AnyStruct*)’
  218. 50 | const Type* FindInChain(const AnyStruct* obj) {
  219. | ^~~~~~~~~~~
  220. /usr/include/vkroots.h:50:15: note: template argument deduction/substitution failed:
  221. ../gamescope/layer/VkLayer_FROG_gamescope_wsi.cpp:911:125: error: type/value mismatch at argument 1 in template parameter list for ‘template<class Type, class AnyStruct> const Type* vkroots::FindInChain(const AnyStruct*)’
  222. 911 | auto pPresentTimes = vkroots::FindInChain<VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE, const VkPresentTimesInfoGOOGLE>(pPresentInfo);
  223. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  224. ../gamescope/layer/VkLayer_FROG_gamescope_wsi.cpp:911:125: note: expected a type, got ‘VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE’
  225. ../gamescope/layer/VkLayer_FROG_gamescope_wsi.cpp: In function ‘uint32_t GamescopeWSILayer::gamescopeFrameLimiterOverride()’:
  226. ../gamescope/layer/VkLayer_FROG_gamescope_wsi.cpp:133:10: warning: ignoring return value of ‘ssize_t pread(int, void*, size_t, __off64_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  227. 133 | pread(fd, &overrideValue, sizeof(overrideValue), 0);
  228. | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  229. [91/93] Compiling C++ object src/gamescope.p/steamcompmgr.cpp.o
  230. ../gamescope/src/steamcompmgr.cpp: In function ‘bool set_color_3dlut_override(const char*)’:
  231. ../gamescope/src/steamcompmgr.cpp:619:14: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  232. 619 | fread(g_ColorMgmtLutsOverride[nLutIndex].lut3d, elems, sizeof(uint16_t), f);
  233. | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  234. ../gamescope/src/steamcompmgr.cpp: In function ‘bool set_color_shaperlut_override(const char*)’:
  235. ../gamescope/src/steamcompmgr.cpp:646:14: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  236. 646 | fread(g_ColorMgmtLutsOverride[nLutIndex].lut1d, elems, sizeof(uint16_t), f);
  237. | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  238. ../gamescope/src/steamcompmgr.cpp: In function ‘void update_runtime_info()’:
  239. ../gamescope/src/steamcompmgr.cpp:5424:15: warning: ignoring return value of ‘ssize_t pwrite(int, const void*, size_t, __off64_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  240. 5424 | pwrite( g_nRuntimeInfoFd, &limiter_enabled, sizeof( limiter_enabled ), 0 );
  241. | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  242. ../gamescope/src/steamcompmgr.cpp: In function ‘void spawn_client(char**)’:
  243. ../gamescope/src/steamcompmgr.cpp:6945:29: warning: ignoring return value of ‘int nice(int)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  244. 6945 | nice( g_nOldNice - g_nNewNice );
  245. | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  246. ../gamescope/src/steamcompmgr.cpp: In function ‘void determine_and_apply_focus(xwayland_ctx_t*, std::vector<steamcompmgr_win_t*>&)’:
  247. ../gamescope/src/steamcompmgr.cpp:3899:31: warning: ignoring return value of ‘int system(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  248. 3899 | system( buf );
  249. | ~~~~~~^~~~~~~
  250. ninja: build stopped: subcommand failed.
  251. ==> ERROR: A failure occurred in build().
  252. Aborting...
  253. error: failed to build 'gamescope-nvidia-3.14.0-1':
  254. error: packages failed to build: gamescope-nvidia-3.14.0-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement