Advertisement
Guest User

Untitled

a guest
Apr 17th, 2025
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 238.90 KB | None | 0 0
  1. Build started at 2025-04-17T16:44:28.549130
  2. Main binary: /usr/bin/python
  3. Build Options: -Db_pie=true -Dpython.bytecompile=1 -Dshared-llvm=disabled -Dandroid-libbacktrace=disabled -Db_ndebug=true -Dgallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,llvmpipe,softpipe,iris,crocus,i915,zink,d3d12 -Dgallium-extra-hud=true -Dgallium-nine=true -Dgallium-opencl=icd -Dgallium-rusticl=true -Dgles1=disabled -Dhtml-docs=enabled -Dlibunwind=disabled -Dmicrosoft-clc=disabled -Dosmesa=true -Dvalgrind=enabled -Dvideo-codecs=all -Dvulkan-drivers=amd,gfxstream,intel,intel_hasvk,nouveau,swrast,virtio,microsoft-experimental -Dvulkan-layers=device-select,intel-nullhw,overlay,screenshot,vram-report-limit -Dprefix=/usr -Dlibexecdir=lib -Dsbindir=bin -Dauto_features=enabled -Dbuildtype=plain -Dwrap_mode=nodownload
  4. Python system: Linux
  5. The Meson build system
  6. Version: 1.7.2
  7. Source dir: /tmp/samuel/Volatile/mesa/src/mesa-25.0.4
  8. Build dir: /tmp/samuel/Volatile/mesa/src/build
  9. Build type: native build
  10. DEPRECATION: Option 'gallium-opencl' is deprecated
  11. Project name: mesa
  12. Project version: 25.0.4-arch1.1
  13. -----------
  14. Detecting compiler via: `cc --version` -> 0
  15. stdout:
  16. cc (GCC) 14.2.1 20250207
  17. Copyright (C) 2024 Free Software Foundation, Inc.
  18. This is free software; see the source for copying conditions. There is NO
  19. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  20. -----------
  21. Running command: -cpp -x c -E -dM -
  22. -----
  23. -----------
  24. Detecting linker via: `cc -Wl,--version -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1` -> 0
  25. stdout:
  26. GNU ld (GNU Binutils) 2.44
  27. Copyright (C) 2025 Free Software Foundation, Inc.
  28. This program is free software; you may redistribute it under the terms of
  29. the GNU General Public License version 3 or (at your option) a later version.
  30. This program has absolutely no warranty.
  31. -----------
  32. stderr:
  33. collect2 version 14.2.1 20250207
  34. /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/samuel/ccvmHKOE.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. --version -O1 --sort-common --as-needed -z relro -z now -z pack-relative-relocs -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o
  35. -----------
  36. Sanity testing C compiler: cc
  37. Is cross compiler: False.
  38. Sanity check compiler command line: cc sanitycheckc.c -o sanitycheckc.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs
  39. Sanity check compile stdout:
  40.  
  41. -----
  42. Sanity check compile stderr:
  43.  
  44. -----
  45. Running test binary command: /tmp/samuel/Volatile/mesa/src/build/meson-private/sanitycheckc.exe
  46. C compiler for the host machine: cc (gcc 14.2.1 "cc (GCC) 14.2.1 20250207")
  47. C linker for the host machine: cc ld.bfd 2.44
  48. -----------
  49. Detecting archiver via: `gcc-ar --version` -> 0
  50. stdout:
  51. GNU ar (GNU Binutils) 2.44
  52. Copyright (C) 2025 Free Software Foundation, Inc.
  53. This program is free software; you may redistribute it under the terms of
  54. the GNU General Public License version 3 or (at your option) any later version.
  55. This program has absolutely no warranty.
  56. -----------
  57. -----------
  58. Detecting compiler via: `c++ --version` -> 0
  59. stdout:
  60. c++ (GCC) 14.2.1 20250207
  61. Copyright (C) 2024 Free Software Foundation, Inc.
  62. This is free software; see the source for copying conditions. There is NO
  63. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  64. -----------
  65. Running command: -cpp -x c++ -E -dM -
  66. -----
  67. -----------
  68. Detecting linker via: `c++ -Wl,--version -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1` -> 0
  69. stdout:
  70. GNU ld (GNU Binutils) 2.44
  71. Copyright (C) 2025 Free Software Foundation, Inc.
  72. This program is free software; you may redistribute it under the terms of
  73. the GNU General Public License version 3 or (at your option) a later version.
  74. This program has absolutely no warranty.
  75. -----------
  76. stderr:
  77. collect2 version 14.2.1 20250207
  78. /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/samuel/ccTGVIeQ.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. --version -O1 --sort-common --as-needed -z relro -z now -z pack-relative-relocs -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o
  79. -----------
  80. Sanity testing C++ compiler: c++
  81. Is cross compiler: False.
  82. Sanity check compiler command line: c++ sanitycheckcpp.cc -o sanitycheckcpp.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs
  83. Sanity check compile stdout:
  84.  
  85. -----
  86. Sanity check compile stderr:
  87.  
  88. -----
  89. Running test binary command: /tmp/samuel/Volatile/mesa/src/build/meson-private/sanitycheckcpp.exe
  90. C++ compiler for the host machine: c++ (gcc 14.2.1 "c++ (GCC) 14.2.1 20250207")
  91. C++ linker for the host machine: c++ ld.bfd 2.44
  92. -----------
  93. Detecting compiler via: `cc --version` -> 0
  94. stdout:
  95. cc (GCC) 14.2.1 20250207
  96. Copyright (C) 2024 Free Software Foundation, Inc.
  97. This is free software; see the source for copying conditions. There is NO
  98. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  99. -----------
  100. Running command: -cpp -x c -E -dM -
  101. -----
  102. -----------
  103. Detecting linker via: `cc -Wl,--version -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1` -> 0
  104. stdout:
  105. GNU ld (GNU Binutils) 2.44
  106. Copyright (C) 2025 Free Software Foundation, Inc.
  107. This program is free software; you may redistribute it under the terms of
  108. the GNU General Public License version 3 or (at your option) a later version.
  109. This program has absolutely no warranty.
  110. -----------
  111. stderr:
  112. collect2 version 14.2.1 20250207
  113. /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/samuel/ccuO6pbM.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. --version -O1 --sort-common --as-needed -z relro -z now -z pack-relative-relocs -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o
  114. -----------
  115. Sanity testing C compiler: cc
  116. Is cross compiler: False.
  117. Sanity check compiler command line: cc sanitycheckc.c -o sanitycheckc.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs
  118. Sanity check compile stdout:
  119.  
  120. -----
  121. Sanity check compile stderr:
  122.  
  123. -----
  124. Running test binary command: /tmp/samuel/Volatile/mesa/src/build/meson-private/sanitycheckc.exe
  125. C compiler for the build machine: cc (gcc 14.2.1 "cc (GCC) 14.2.1 20250207")
  126. C linker for the build machine: cc ld.bfd 2.44
  127. -----------
  128. Detecting archiver via: `gcc-ar --version` -> 0
  129. stdout:
  130. GNU ar (GNU Binutils) 2.44
  131. Copyright (C) 2025 Free Software Foundation, Inc.
  132. This program is free software; you may redistribute it under the terms of
  133. the GNU General Public License version 3 or (at your option) any later version.
  134. This program has absolutely no warranty.
  135. -----------
  136. -----------
  137. Detecting compiler via: `c++ --version` -> 0
  138. stdout:
  139. c++ (GCC) 14.2.1 20250207
  140. Copyright (C) 2024 Free Software Foundation, Inc.
  141. This is free software; see the source for copying conditions. There is NO
  142. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  143. -----------
  144. Running command: -cpp -x c++ -E -dM -
  145. -----
  146. -----------
  147. Detecting linker via: `c++ -Wl,--version -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1` -> 0
  148. stdout:
  149. GNU ld (GNU Binutils) 2.44
  150. Copyright (C) 2025 Free Software Foundation, Inc.
  151. This program is free software; you may redistribute it under the terms of
  152. the GNU General Public License version 3 or (at your option) a later version.
  153. This program has absolutely no warranty.
  154. -----------
  155. stderr:
  156. collect2 version 14.2.1 20250207
  157. /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/samuel/cclA1kst.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. --version -O1 --sort-common --as-needed -z relro -z now -z pack-relative-relocs -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o
  158. -----------
  159. Sanity testing C++ compiler: c++
  160. Is cross compiler: False.
  161. Sanity check compiler command line: c++ sanitycheckcpp.cc -o sanitycheckcpp.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs
  162. Sanity check compile stdout:
  163.  
  164. -----
  165. Sanity check compile stderr:
  166.  
  167. -----
  168. Running test binary command: /tmp/samuel/Volatile/mesa/src/build/meson-private/sanitycheckcpp.exe
  169. C++ compiler for the build machine: c++ (gcc 14.2.1 "c++ (GCC) 14.2.1 20250207")
  170. C++ linker for the build machine: c++ ld.bfd 2.44
  171. Build machine cpu family: x86_64
  172. Build machine cpu: x86_64
  173. Host machine cpu family: x86_64
  174. Host machine cpu: x86_64
  175. Target machine cpu family: x86_64
  176. Target machine cpu: x86_64
  177. Running compile:
  178. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpzsn47aej
  179. Code:
  180.  
  181. #include<stddef.h>
  182. #include<stdio.h>
  183. int main(void) {
  184. printf("%ld\n", (long)(sizeof(void*)));
  185. return 0;
  186. }
  187. -----------
  188. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpzsn47aej/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpzsn47aej/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  189. stderr:
  190. In file included from /usr/include/bits/libc-header-start.h:33,
  191. from /usr/include/stdio.h:28,
  192. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpzsn47aej/testfile.c:3:
  193. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  194. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  195. | ^~~~~~~
  196. -----------
  197. Program stdout:
  198.  
  199. 8
  200.  
  201. Program stderr:
  202.  
  203.  
  204. Checking for size of "void*" : 8
  205. Running compile:
  206. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpsg5k5zm4
  207. Code:
  208. int __thread x; int main() { return x; }
  209. -----------
  210. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpsg5k5zm4/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpsg5k5zm4/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -mtls-dialect=gnu2 -fpic -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  211. Program stdout:
  212.  
  213.  
  214. Program stderr:
  215.  
  216.  
  217. Checking if "-mtls-dialect=gnu2" runs: YES
  218. Running compile:
  219. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqtr2706r
  220. Code:
  221. int __thread x; int y; int main() { __asm__(
  222. "leaq x@TLSDESC(%rip), %rax\n"
  223. "movq y@GOTPCREL(%rip), %rdx\n"
  224. "call *x@TLSCALL(%rax)\n"); }
  225. -----------
  226. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqtr2706r/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqtr2706r/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  227. Checking if "split TLSDESC" links: YES
  228. Pkg-config binary missing from cross or native file, or env var undefined.
  229. Trying a default Pkg-config fallback at pkg-config
  230. Found pkg-config: YES (/usr/bin/pkg-config) 2.4.3
  231. Determining dependency 'libglvnd' with pkg-config executable '/usr/bin/pkg-config'
  232. env[PKG_CONFIG_PATH]:
  233. env[PKG_CONFIG]: /usr/bin/pkg-config
  234. -----------
  235. Called: `/usr/bin/pkg-config --modversion libglvnd` -> 0
  236. stdout:
  237. 1.7.0
  238. -----------
  239. env[PKG_CONFIG_PATH]:
  240. env[PKG_CONFIG]: /usr/bin/pkg-config
  241. -----------
  242. Called: `/usr/bin/pkg-config --cflags libglvnd` -> 0
  243. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  244. env[PKG_CONFIG_PATH]:
  245. env[PKG_CONFIG]: /usr/bin/pkg-config
  246. -----------
  247. Called: `/usr/bin/pkg-config --libs libglvnd` -> 0
  248. env[PKG_CONFIG_PATH]:
  249. env[PKG_CONFIG]: /usr/bin/pkg-config
  250. -----------
  251. Called: `/usr/bin/pkg-config --libs libglvnd` -> 0
  252. Run-time dependency libglvnd found: YES 1.7.0
  253. Determining dependency 'directx-headers' with pkg-config executable '/usr/bin/pkg-config'
  254. env[PKG_CONFIG_PATH]:
  255. env[PKG_CONFIG]: /usr/bin/pkg-config
  256. -----------
  257. Called: `/usr/bin/pkg-config --modversion directx-headers` -> 1
  258. stderr:
  259. Package directx-headers was not found in the pkg-config search path.
  260. Perhaps you should add the directory containing `directx-headers.pc'
  261. to the PKG_CONFIG_PATH environment variable
  262. Package 'directx-headers' not found
  263. -----------
  264. CMake binary for host machine is not cached
  265. CMake binary missing from cross or native file, or env var undefined.
  266. Trying a default CMake fallback at cmake
  267. Found CMake: /usr/bin/cmake (4.0.1)
  268. Extracting basic cmake information
  269. CMake Toolchain: Calling CMake once to generate the compiler state
  270. Calling CMake (['/usr/bin/cmake']) in /tmp/samuel/Volatile/mesa/src/build/meson-private/__CMake_compiler_info__ with:
  271. - "--trace-expand"
  272. - "--trace-format=json-v1"
  273. - "--no-warn-unused-cli"
  274. - "--trace-redirect=cmake_trace.txt"
  275. - "-G"
  276. - "Ninja"
  277. - "-DCMAKE_TOOLCHAIN_FILE=/tmp/samuel/Volatile/mesa/src/build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake"
  278. - "."
  279. CMake trace warning: add_executable() non imported executables are not supported
  280. CMake TRACE: /tmp/samuel/Volatile/mesa/src/build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-SZU40h/CMakeLists.txt:22 add_executable(['cmTC_b2ae7'])
  281. CMake trace warning: target_link_libraries() TARGET cmTC_b2ae7 not found
  282. CMake TRACE: /tmp/samuel/Volatile/mesa/src/build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-SZU40h/CMakeLists.txt:28 target_link_libraries(['cmTC_b2ae7', ''])
  283. CMake trace warning: add_executable() non imported executables are not supported
  284. CMake TRACE: /tmp/samuel/Volatile/mesa/src/build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-uyPbOc/CMakeLists.txt:22 add_executable(['cmTC_2bf72'])
  285. CMake trace warning: target_link_libraries() TARGET cmTC_2bf72 not found
  286. CMake TRACE: /tmp/samuel/Volatile/mesa/src/build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-uyPbOc/CMakeLists.txt:28 target_link_libraries(['cmTC_2bf72', ''])
  287. Try CMake generator: auto
  288. Calling CMake (['/usr/bin/cmake']) in /tmp/samuel/Volatile/mesa/src/build/meson-private/cmake_directx-headers with:
  289. - "--trace-expand"
  290. - "--trace-format=json-v1"
  291. - "--no-warn-unused-cli"
  292. - "--trace-redirect=cmake_trace.txt"
  293. - "-DCMAKE_TOOLCHAIN_FILE=/tmp/samuel/Volatile/mesa/src/build/meson-private/cmake_directx-headers/CMakeMesonToolchainFile.cmake"
  294. - "."
  295. -- Module search paths: ['/', '/opt', '/usr', '/usr/local']
  296. -- CMake root: /usr/share/cmake
  297. -- CMake architectures: []
  298. -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', '']
  299. Preliminary CMake check failed. Aborting.
  300. Run-time dependency directx-headers found: NO (tried pkgconfig and cmake)
  301. Determining dependency 'DirectX-Headers' with pkg-config executable '/usr/bin/pkg-config'
  302. env[PKG_CONFIG_PATH]:
  303. env[PKG_CONFIG]: /usr/bin/pkg-config
  304. -----------
  305. Called: `/usr/bin/pkg-config --modversion DirectX-Headers` -> 0
  306. stdout:
  307. 1.615.0
  308. -----------
  309. env[PKG_CONFIG_PATH]:
  310. env[PKG_CONFIG]: /usr/bin/pkg-config
  311. -----------
  312. Called: `/usr/bin/pkg-config --cflags DirectX-Headers` -> 0
  313. stdout:
  314. -I/usr/include/wsl/stubs -I/usr/include/directx
  315. -----------
  316. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  317. env[PKG_CONFIG_PATH]:
  318. env[PKG_CONFIG]: /usr/bin/pkg-config
  319. -----------
  320. Called: `/usr/bin/pkg-config --libs DirectX-Headers` -> 0
  321. stdout:
  322. -L/usr/lib -ld3dx12-format-properties -lDirectX-Guids
  323. -----------
  324. env[PKG_CONFIG_PATH]:
  325. env[PKG_CONFIG]: /usr/bin/pkg-config
  326. -----------
  327. Called: `/usr/bin/pkg-config --libs DirectX-Headers` -> 0
  328. stdout:
  329. -ld3dx12-format-properties -lDirectX-Guids
  330. -----------
  331. Running compile:
  332. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpes0e6x_v
  333. Code:
  334.  
  335. #include<stddef.h>
  336. #include<stdio.h>
  337. int main(void) {
  338. printf("%ld\n", (long)(sizeof(void *)));
  339. return 0;
  340. }
  341. -----------
  342. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpes0e6x_v/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpes0e6x_v/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  343. stderr:
  344. In file included from /usr/include/bits/libc-header-start.h:33,
  345. from /usr/include/stdio.h:28,
  346. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpes0e6x_v/testfile.cpp:3:
  347. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  348. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  349. | ^~~~~~~
  350. -----------
  351. Program stdout:
  352.  
  353. 8
  354.  
  355. Program stderr:
  356.  
  357.  
  358. Running compile:
  359. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmprijm3jzs
  360. Code:
  361.  
  362. -----------
  363. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmprijm3jzs/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmprijm3jzs/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive --print-search-dirs` -> 0
  364. stdout:
  365. install: /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/
  366. programs: =/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/bin/
  367. libraries: =/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/lib/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/x86_64-pc-linux-gnu/14.2.1/:/lib/../lib/:/usr/lib/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/
  368. -----------
  369. Run-time dependency directx-headers found: YES 1.615.0
  370. Determining dependency 'vdpau' with pkg-config executable '/usr/bin/pkg-config'
  371. env[PKG_CONFIG_PATH]:
  372. env[PKG_CONFIG]: /usr/bin/pkg-config
  373. -----------
  374. Called: `/usr/bin/pkg-config --modversion vdpau` -> 0
  375. stdout:
  376. 1.5
  377. -----------
  378. env[PKG_CONFIG_PATH]:
  379. env[PKG_CONFIG]: /usr/bin/pkg-config
  380. -----------
  381. Called: `/usr/bin/pkg-config --cflags vdpau` -> 0
  382. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  383. env[PKG_CONFIG_PATH]:
  384. env[PKG_CONFIG]: /usr/bin/pkg-config
  385. -----------
  386. Called: `/usr/bin/pkg-config --libs vdpau` -> 0
  387. stdout:
  388. -L/usr/lib -lvdpau
  389. -----------
  390. env[PKG_CONFIG_PATH]:
  391. env[PKG_CONFIG]: /usr/bin/pkg-config
  392. -----------
  393. Called: `/usr/bin/pkg-config --libs vdpau` -> 0
  394. stdout:
  395. -lvdpau
  396. -----------
  397. Run-time dependency vdpau found: YES 1.5
  398. Program glslangValidator found: YES (/usr/bin/glslangValidator)
  399. Running command: /usr/bin/glslangValidator --version
  400. --- stdout ---
  401. Glslang Version: 11:15.2.0
  402. ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 15.2.0
  403. GLSL Version: 4.60 glslang Khronos. 15.2.0
  404. SPIR-V Version 0x00010600, Revision 1
  405. GLSL.std.450 Version 100, Revision 1
  406. Khronos Tool ID 8
  407. SPIR-V Generator Version 11
  408. GL_KHR_vulkan_glsl version 100
  409. ARB_GL_gl_spirv version 100
  410.  
  411. --- stderr ---
  412.  
  413.  
  414. Running command: /usr/bin/glslangValidator --quiet --version
  415. --- stdout ---
  416. Glslang Version: 11:15.2.0
  417. ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 15.2.0
  418. GLSL Version: 4.60 glslang Khronos. 15.2.0
  419. SPIR-V Version 0x00010600, Revision 1
  420. GLSL.std.450 Version 100, Revision 1
  421. Khronos Tool ID 8
  422. SPIR-V Generator Version 11
  423. GL_KHR_vulkan_glsl version 100
  424. ARB_GL_gl_spirv version 100
  425.  
  426. --- stderr ---
  427.  
  428.  
  429. Determining dependency 'libva' with pkg-config executable '/usr/bin/pkg-config'
  430. env[PKG_CONFIG_PATH]:
  431. env[PKG_CONFIG]: /usr/bin/pkg-config
  432. -----------
  433. Called: `/usr/bin/pkg-config --modversion libva` -> 0
  434. stdout:
  435. 1.22.0
  436. -----------
  437. env[PKG_CONFIG_PATH]:
  438. env[PKG_CONFIG]: /usr/bin/pkg-config
  439. -----------
  440. Called: `/usr/bin/pkg-config --cflags libva` -> 0
  441. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  442. env[PKG_CONFIG_PATH]:
  443. env[PKG_CONFIG]: /usr/bin/pkg-config
  444. -----------
  445. Called: `/usr/bin/pkg-config --libs libva` -> 0
  446. stdout:
  447. -L/usr/lib -lva
  448. -----------
  449. env[PKG_CONFIG_PATH]:
  450. env[PKG_CONFIG]: /usr/bin/pkg-config
  451. -----------
  452. Called: `/usr/bin/pkg-config --libs libva` -> 0
  453. stdout:
  454. -lva
  455. -----------
  456. Run-time dependency libva found: YES 1.22.0
  457. Running compile:
  458. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpe06mmo4b
  459. Code:
  460.  
  461. #include <va/va.h>
  462. int main(void) {
  463. /* If it's not defined as a macro, try to use as a symbol */
  464. #ifndef VASurfaceAttribDRMFormatModifiers
  465. VASurfaceAttribDRMFormatModifiers;
  466. #endif
  467. return 0;
  468. }
  469. -----------
  470. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpe06mmo4b/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpe06mmo4b/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  471. stderr:
  472. In file included from /usr/include/bits/libc-header-start.h:33,
  473. from /usr/include/stdint.h:26,
  474. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h:9,
  475. from /usr/include/va/va.h:82,
  476. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpe06mmo4b/testfile.c:2:
  477. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  478. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  479. | ^~~~~~~
  480. -----------
  481. Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES
  482. mesa-25.0.4/meson.build:771: WARNING: Clover will be removed in Mesa 25.2
  483. mesa-25.0.4/meson.build:807: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build.
  484. -----------
  485. Detecting compiler via: `cc --version` -> 0
  486. stdout:
  487. cc (GCC) 14.2.1 20250207
  488. Copyright (C) 2024 Free Software Foundation, Inc.
  489. This is free software; see the source for copying conditions. There is NO
  490. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  491. -----------
  492. Running command: -cpp -x c -E -dM -
  493. -----
  494. -----------
  495. Detecting linker via: `cc -Wl,--version -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1` -> 0
  496. stdout:
  497. GNU ld (GNU Binutils) 2.44
  498. Copyright (C) 2025 Free Software Foundation, Inc.
  499. This program is free software; you may redistribute it under the terms of
  500. the GNU General Public License version 3 or (at your option) a later version.
  501. This program has absolutely no warranty.
  502. -----------
  503. stderr:
  504. collect2 version 14.2.1 20250207
  505. /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/samuel/cc7AaNAo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. --version -O1 --sort-common --as-needed -z relro -z now -z pack-relative-relocs -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o
  506. -----------
  507. -----------
  508. Detecting compiler via: `rustc --version` -> 0
  509. stdout:
  510. rustc 1.86.0 (05f9846f8 2025-03-31) (Arch Linux rust 1:1.86.0-1)
  511. -----------
  512. -----------
  513. Called: `rustc -C linker=cc -o /tmp/samuel/Volatile/mesa/src/build/meson-private/rusttest /tmp/samuel/Volatile/mesa/src/build/meson-private/sanity.rs` -> 0
  514. -----------
  515. Called: `rustc -C linker=cc --crate-type staticlib --print native-static-libs /tmp/samuel/Volatile/mesa/src/build/meson-private/sanity.rs` -> 0
  516. stderr:
  517. warning: function `main` is never used
  518. --> /tmp/samuel/Volatile/mesa/src/build/meson-private/sanity.rs:1:4
  519. |
  520. 1 | fn main() {
  521. | ^^^^
  522. |
  523. = note: `#[warn(dead_code)]` on by default
  524.  
  525. note: Link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.
  526.  
  527. note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc
  528.  
  529. warning: 1 warning emitted
  530. -----------
  531. Rust compiler for the build machine: rustc -C linker=cc (rustc 1.86.0)
  532. Rust linker for the build machine: rustc -C linker=cc ld.bfd 2.44
  533. -----------
  534. Detecting compiler via: `cc --version` -> 0
  535. stdout:
  536. cc (GCC) 14.2.1 20250207
  537. Copyright (C) 2024 Free Software Foundation, Inc.
  538. This is free software; see the source for copying conditions. There is NO
  539. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  540. -----------
  541. Running command: -cpp -x c -E -dM -
  542. -----
  543. -----------
  544. Detecting linker via: `cc -Wl,--version -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1` -> 0
  545. stdout:
  546. GNU ld (GNU Binutils) 2.44
  547. Copyright (C) 2025 Free Software Foundation, Inc.
  548. This program is free software; you may redistribute it under the terms of
  549. the GNU General Public License version 3 or (at your option) a later version.
  550. This program has absolutely no warranty.
  551. -----------
  552. stderr:
  553. collect2 version 14.2.1 20250207
  554. /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/samuel/ccdszvmv.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. --version -O1 --sort-common --as-needed -z relro -z now -z pack-relative-relocs -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o
  555. -----------
  556. -----------
  557. Detecting compiler via: `rustc --version` -> 0
  558. stdout:
  559. rustc 1.86.0 (05f9846f8 2025-03-31) (Arch Linux rust 1:1.86.0-1)
  560. -----------
  561. -----------
  562. Called: `rustc -C linker=cc -o /tmp/samuel/Volatile/mesa/src/build/meson-private/rusttest /tmp/samuel/Volatile/mesa/src/build/meson-private/sanity.rs` -> 0
  563. -----------
  564. Called: `rustc -C linker=cc --crate-type staticlib --print native-static-libs /tmp/samuel/Volatile/mesa/src/build/meson-private/sanity.rs` -> 0
  565. stderr:
  566. warning: function `main` is never used
  567. --> /tmp/samuel/Volatile/mesa/src/build/meson-private/sanity.rs:1:4
  568. |
  569. 1 | fn main() {
  570. | ^^^^
  571. |
  572. = note: `#[warn(dead_code)]` on by default
  573.  
  574. note: Link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.
  575.  
  576. note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc
  577.  
  578. warning: 1 warning emitted
  579. -----------
  580. Rust compiler for the host machine: rustc -C linker=cc (rustc 1.86.0)
  581. Rust linker for the host machine: rustc -C linker=cc ld.bfd 2.44
  582. Program bindgen found: YES (/usr/bin/bindgen)
  583. Running command: /usr/bin/bindgen --version
  584. --- stdout ---
  585. bindgen 0.71.1
  586.  
  587. --- stderr ---
  588.  
  589.  
  590. Determining dependency 'libclc' with pkg-config executable '/usr/bin/pkg-config'
  591. env[PKG_CONFIG_PATH]:
  592. env[PKG_CONFIG]: /usr/bin/pkg-config
  593. -----------
  594. Called: `/usr/bin/pkg-config --modversion libclc` -> 0
  595. stdout:
  596. 0.2.0
  597. -----------
  598. env[PKG_CONFIG_PATH]:
  599. env[PKG_CONFIG]: /usr/bin/pkg-config
  600. -----------
  601. Called: `/usr/bin/pkg-config --cflags libclc` -> 0
  602. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  603. env[PKG_CONFIG_PATH]:
  604. env[PKG_CONFIG]: /usr/bin/pkg-config
  605. -----------
  606. Called: `/usr/bin/pkg-config --libs libclc` -> 0
  607. stdout:
  608. -L/usr/share/clc
  609. -----------
  610. env[PKG_CONFIG_PATH]:
  611. env[PKG_CONFIG]: /usr/bin/pkg-config
  612. -----------
  613. Called: `/usr/bin/pkg-config --libs libclc` -> 0
  614. stdout:
  615. -L/usr/share/clc
  616. -----------
  617. Run-time dependency libclc found: YES 0.2.0
  618. Running command: /usr/bin/python3 --version
  619. --- stdout ---
  620. Python 3.13.2
  621.  
  622. --- stderr ---
  623.  
  624.  
  625. Program python3 found: YES 3.13.2 3.13.2 (/usr/bin/python3)
  626. Running command: /usr/bin/python3 -c '
  627. try:
  628. from packaging.version import Version
  629. except:
  630. from distutils.version import StrictVersion as Version
  631. import mako
  632. assert Version(mako.__version__) >= Version("0.8.0")
  633. '
  634. --- stdout ---
  635.  
  636. --- stderr ---
  637.  
  638.  
  639. Running command: /usr/bin/python3 -c '
  640. import yaml
  641. '
  642. --- stdout ---
  643.  
  644. --- stderr ---
  645.  
  646.  
  647. Running compile:
  648. Working directory: /tmp/samuel/tmp16k5g_to
  649. Code:
  650.  
  651. #include <errno.h>
  652. #ifndef ETIME
  653. # define ETIME "MESON_GET_DEFINE_UNDEFINED_SENTINEL"
  654. #endif
  655. "MESON_GET_DEFINE_DELIMITER_START"
  656. ETIME
  657. "MESON_GET_DEFINE_DELIMITER_END"
  658. -----------
  659. Command line: `cc /tmp/samuel/tmp16k5g_to/testfile.c -E -P -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11` -> 0
  660. stdout:
  661. extern int *__errno_location (void) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__));
  662.  
  663. "MESON_GET_DEFINE_DELIMITER_START"
  664. 62
  665. "MESON_GET_DEFINE_DELIMITER_END"
  666. -----------
  667. stderr:
  668. In file included from /usr/include/errno.h:25,
  669. from /tmp/samuel/tmp16k5g_to/testfile.c:2:
  670. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  671. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  672. | ^~~~~~~
  673. -----------
  674. Fetching value of define "ETIME" : 62
  675. Running compile:
  676. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpytupfvg2
  677. Code:
  678. extern int i;
  679. int i;
  680.  
  681. -----------
  682. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpytupfvg2/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpytupfvg2/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -gsplit-dwarf` -> 0
  683. Compiler for C supports arguments -gsplit-dwarf: YES
  684. Running compile:
  685. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2lfjpdcg
  686. Code:
  687. int main(void) { return 0; }
  688.  
  689. -----------
  690. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2lfjpdcg/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2lfjpdcg/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--gdb-index -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  691. stderr:
  692. /usr/bin/ld: unrecognized option '--gdb-index'
  693. /usr/bin/ld: use the --help option for usage information
  694. collect2: error: ld returned 1 exit status
  695. -----------
  696. Compiler for C supports link arguments -Wl,--gdb-index: NO
  697. Running compile:
  698. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp8t_gq771
  699. Code:
  700.  
  701. #define bswap32 meson_disable_define_of_bswap32
  702.  
  703. #include <limits.h>
  704. #undef bswap32
  705.  
  706. #ifdef __cplusplus
  707. extern "C"
  708. #endif
  709. char bswap32 (void);
  710.  
  711. #if defined __stub_bswap32 || defined __stub___bswap32
  712. fail fail fail this function is not going to work
  713. #endif
  714.  
  715. int main(void) {
  716. return bswap32 ();
  717. }
  718. -----------
  719. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp8t_gq771/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp8t_gq771/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  720. stderr:
  721. In file included from /usr/include/bits/libc-header-start.h:33,
  722. from /usr/include/limits.h:26,
  723. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  724. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  725. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  726. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp8t_gq771/testfile.c:4:
  727. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  728. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  729. | ^~~~~~~
  730. /usr/bin/ld: /tmp/samuel/cc6xbLJy.o: in function `main':
  731. /usr/src/debug/mesa/build/meson-private/tmp8t_gq771/testfile.c:17:(.text+0xa): undefined reference to `bswap32'
  732. collect2: error: ld returned 1 exit status
  733. -----------
  734. Running compile:
  735. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpo70s0ebr
  736. Code:
  737.  
  738. int main(void) {
  739.  
  740. /* With some toolchains (MSYS2/mingw for example) the compiler
  741. * provides various builtins which are not really implemented and
  742. * fall back to the stdlib where they aren't provided and fail at
  743. * build/link time. In case the user provides a header, including
  744. * the header didn't lead to the function being defined, and the
  745. * function we are checking isn't a builtin itself we assume the
  746. * builtin is not functional and we just error out. */
  747. #if !1 && !defined(bswap32) && !0
  748. #error "No definition for __builtin_bswap32 found in the prefix"
  749. #endif
  750.  
  751. #ifdef __has_builtin
  752. #if !__has_builtin(__builtin_bswap32)
  753. #error "__builtin_bswap32 not found"
  754. #endif
  755. #elif ! defined(bswap32)
  756. __builtin_bswap32;
  757. #endif
  758. return 0;
  759. }
  760. -----------
  761. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpo70s0ebr/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpo70s0ebr/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  762. Checking for function "bswap32" : YES
  763. Running compile:
  764. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpj2h4swcb
  765. Code:
  766.  
  767. #define bswap64 meson_disable_define_of_bswap64
  768.  
  769. #include <limits.h>
  770. #undef bswap64
  771.  
  772. #ifdef __cplusplus
  773. extern "C"
  774. #endif
  775. char bswap64 (void);
  776.  
  777. #if defined __stub_bswap64 || defined __stub___bswap64
  778. fail fail fail this function is not going to work
  779. #endif
  780.  
  781. int main(void) {
  782. return bswap64 ();
  783. }
  784. -----------
  785. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpj2h4swcb/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpj2h4swcb/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  786. stderr:
  787. In file included from /usr/include/bits/libc-header-start.h:33,
  788. from /usr/include/limits.h:26,
  789. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  790. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  791. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  792. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpj2h4swcb/testfile.c:4:
  793. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  794. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  795. | ^~~~~~~
  796. /usr/bin/ld: /tmp/samuel/ccxAdHBQ.o: in function `main':
  797. /usr/src/debug/mesa/build/meson-private/tmpj2h4swcb/testfile.c:17:(.text+0xa): undefined reference to `bswap64'
  798. collect2: error: ld returned 1 exit status
  799. -----------
  800. Running compile:
  801. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp4svcr628
  802. Code:
  803.  
  804. int main(void) {
  805.  
  806. /* With some toolchains (MSYS2/mingw for example) the compiler
  807. * provides various builtins which are not really implemented and
  808. * fall back to the stdlib where they aren't provided and fail at
  809. * build/link time. In case the user provides a header, including
  810. * the header didn't lead to the function being defined, and the
  811. * function we are checking isn't a builtin itself we assume the
  812. * builtin is not functional and we just error out. */
  813. #if !1 && !defined(bswap64) && !0
  814. #error "No definition for __builtin_bswap64 found in the prefix"
  815. #endif
  816.  
  817. #ifdef __has_builtin
  818. #if !__has_builtin(__builtin_bswap64)
  819. #error "__builtin_bswap64 not found"
  820. #endif
  821. #elif ! defined(bswap64)
  822. __builtin_bswap64;
  823. #endif
  824. return 0;
  825. }
  826. -----------
  827. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp4svcr628/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp4svcr628/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  828. Checking for function "bswap64" : YES
  829. Running compile:
  830. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpj_pup6vm
  831. Code:
  832.  
  833. #define clz meson_disable_define_of_clz
  834.  
  835. #include <limits.h>
  836. #undef clz
  837.  
  838. #ifdef __cplusplus
  839. extern "C"
  840. #endif
  841. char clz (void);
  842.  
  843. #if defined __stub_clz || defined __stub___clz
  844. fail fail fail this function is not going to work
  845. #endif
  846.  
  847. int main(void) {
  848. return clz ();
  849. }
  850. -----------
  851. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpj_pup6vm/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpj_pup6vm/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  852. stderr:
  853. In file included from /usr/include/bits/libc-header-start.h:33,
  854. from /usr/include/limits.h:26,
  855. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  856. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  857. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  858. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpj_pup6vm/testfile.c:4:
  859. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  860. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  861. | ^~~~~~~
  862. /usr/bin/ld: /tmp/samuel/ccYo9jxy.o: in function `main':
  863. /usr/src/debug/mesa/build/meson-private/tmpj_pup6vm/testfile.c:17:(.text+0xa): undefined reference to `clz'
  864. collect2: error: ld returned 1 exit status
  865. -----------
  866. Running compile:
  867. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpxp2uz4c5
  868. Code:
  869.  
  870. int main(void) {
  871.  
  872. /* With some toolchains (MSYS2/mingw for example) the compiler
  873. * provides various builtins which are not really implemented and
  874. * fall back to the stdlib where they aren't provided and fail at
  875. * build/link time. In case the user provides a header, including
  876. * the header didn't lead to the function being defined, and the
  877. * function we are checking isn't a builtin itself we assume the
  878. * builtin is not functional and we just error out. */
  879. #if !1 && !defined(clz) && !0
  880. #error "No definition for __builtin_clz found in the prefix"
  881. #endif
  882.  
  883. #ifdef __has_builtin
  884. #if !__has_builtin(__builtin_clz)
  885. #error "__builtin_clz not found"
  886. #endif
  887. #elif ! defined(clz)
  888. __builtin_clz;
  889. #endif
  890. return 0;
  891. }
  892. -----------
  893. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpxp2uz4c5/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpxp2uz4c5/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  894. Checking for function "clz" : YES
  895. Running compile:
  896. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpke1u1zvc
  897. Code:
  898.  
  899. #define clzll meson_disable_define_of_clzll
  900.  
  901. #include <limits.h>
  902. #undef clzll
  903.  
  904. #ifdef __cplusplus
  905. extern "C"
  906. #endif
  907. char clzll (void);
  908.  
  909. #if defined __stub_clzll || defined __stub___clzll
  910. fail fail fail this function is not going to work
  911. #endif
  912.  
  913. int main(void) {
  914. return clzll ();
  915. }
  916. -----------
  917. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpke1u1zvc/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpke1u1zvc/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  918. stderr:
  919. In file included from /usr/include/bits/libc-header-start.h:33,
  920. from /usr/include/limits.h:26,
  921. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  922. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  923. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  924. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpke1u1zvc/testfile.c:4:
  925. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  926. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  927. | ^~~~~~~
  928. /usr/bin/ld: /tmp/samuel/ccPggT33.o: in function `main':
  929. /usr/src/debug/mesa/build/meson-private/tmpke1u1zvc/testfile.c:17:(.text+0xa): undefined reference to `clzll'
  930. collect2: error: ld returned 1 exit status
  931. -----------
  932. Running compile:
  933. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwywr7pez
  934. Code:
  935.  
  936. int main(void) {
  937.  
  938. /* With some toolchains (MSYS2/mingw for example) the compiler
  939. * provides various builtins which are not really implemented and
  940. * fall back to the stdlib where they aren't provided and fail at
  941. * build/link time. In case the user provides a header, including
  942. * the header didn't lead to the function being defined, and the
  943. * function we are checking isn't a builtin itself we assume the
  944. * builtin is not functional and we just error out. */
  945. #if !1 && !defined(clzll) && !0
  946. #error "No definition for __builtin_clzll found in the prefix"
  947. #endif
  948.  
  949. #ifdef __has_builtin
  950. #if !__has_builtin(__builtin_clzll)
  951. #error "__builtin_clzll not found"
  952. #endif
  953. #elif ! defined(clzll)
  954. __builtin_clzll;
  955. #endif
  956. return 0;
  957. }
  958. -----------
  959. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwywr7pez/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwywr7pez/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  960. Checking for function "clzll" : YES
  961. Running compile:
  962. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmps88pnynd
  963. Code:
  964.  
  965. #define ctz meson_disable_define_of_ctz
  966.  
  967. #include <limits.h>
  968. #undef ctz
  969.  
  970. #ifdef __cplusplus
  971. extern "C"
  972. #endif
  973. char ctz (void);
  974.  
  975. #if defined __stub_ctz || defined __stub___ctz
  976. fail fail fail this function is not going to work
  977. #endif
  978.  
  979. int main(void) {
  980. return ctz ();
  981. }
  982. -----------
  983. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmps88pnynd/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmps88pnynd/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  984. stderr:
  985. In file included from /usr/include/bits/libc-header-start.h:33,
  986. from /usr/include/limits.h:26,
  987. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  988. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  989. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  990. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmps88pnynd/testfile.c:4:
  991. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  992. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  993. | ^~~~~~~
  994. /usr/bin/ld: /tmp/samuel/ccCjb9tL.o: in function `main':
  995. /usr/src/debug/mesa/build/meson-private/tmps88pnynd/testfile.c:17:(.text+0xa): undefined reference to `ctz'
  996. collect2: error: ld returned 1 exit status
  997. -----------
  998. Running compile:
  999. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_hp_u9fc
  1000. Code:
  1001.  
  1002. int main(void) {
  1003.  
  1004. /* With some toolchains (MSYS2/mingw for example) the compiler
  1005. * provides various builtins which are not really implemented and
  1006. * fall back to the stdlib where they aren't provided and fail at
  1007. * build/link time. In case the user provides a header, including
  1008. * the header didn't lead to the function being defined, and the
  1009. * function we are checking isn't a builtin itself we assume the
  1010. * builtin is not functional and we just error out. */
  1011. #if !1 && !defined(ctz) && !0
  1012. #error "No definition for __builtin_ctz found in the prefix"
  1013. #endif
  1014.  
  1015. #ifdef __has_builtin
  1016. #if !__has_builtin(__builtin_ctz)
  1017. #error "__builtin_ctz not found"
  1018. #endif
  1019. #elif ! defined(ctz)
  1020. __builtin_ctz;
  1021. #endif
  1022. return 0;
  1023. }
  1024. -----------
  1025. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_hp_u9fc/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_hp_u9fc/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  1026. Checking for function "ctz" : YES
  1027. Running compile:
  1028. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpxznufbq8
  1029. Code:
  1030.  
  1031. #define expect meson_disable_define_of_expect
  1032.  
  1033. #include <limits.h>
  1034. #undef expect
  1035.  
  1036. #ifdef __cplusplus
  1037. extern "C"
  1038. #endif
  1039. char expect (void);
  1040.  
  1041. #if defined __stub_expect || defined __stub___expect
  1042. fail fail fail this function is not going to work
  1043. #endif
  1044.  
  1045. int main(void) {
  1046. return expect ();
  1047. }
  1048. -----------
  1049. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpxznufbq8/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpxznufbq8/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  1050. stderr:
  1051. In file included from /usr/include/bits/libc-header-start.h:33,
  1052. from /usr/include/limits.h:26,
  1053. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  1054. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  1055. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  1056. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpxznufbq8/testfile.c:4:
  1057. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1058. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1059. | ^~~~~~~
  1060. /usr/bin/ld: /tmp/samuel/cclmaHPz.o: in function `main':
  1061. /usr/src/debug/mesa/build/meson-private/tmpxznufbq8/testfile.c:17:(.text+0xa): undefined reference to `expect'
  1062. collect2: error: ld returned 1 exit status
  1063. -----------
  1064. Running compile:
  1065. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpadm_17in
  1066. Code:
  1067.  
  1068. int main(void) {
  1069.  
  1070. /* With some toolchains (MSYS2/mingw for example) the compiler
  1071. * provides various builtins which are not really implemented and
  1072. * fall back to the stdlib where they aren't provided and fail at
  1073. * build/link time. In case the user provides a header, including
  1074. * the header didn't lead to the function being defined, and the
  1075. * function we are checking isn't a builtin itself we assume the
  1076. * builtin is not functional and we just error out. */
  1077. #if !1 && !defined(expect) && !0
  1078. #error "No definition for __builtin_expect found in the prefix"
  1079. #endif
  1080.  
  1081. #ifdef __has_builtin
  1082. #if !__has_builtin(__builtin_expect)
  1083. #error "__builtin_expect not found"
  1084. #endif
  1085. #elif ! defined(expect)
  1086. __builtin_expect;
  1087. #endif
  1088. return 0;
  1089. }
  1090. -----------
  1091. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpadm_17in/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpadm_17in/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  1092. Checking for function "expect" : YES
  1093. Running compile:
  1094. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp60l0u1wm
  1095. Code:
  1096.  
  1097. #define ffs meson_disable_define_of_ffs
  1098.  
  1099. #include <limits.h>
  1100. #undef ffs
  1101.  
  1102. #ifdef __cplusplus
  1103. extern "C"
  1104. #endif
  1105. char ffs (void);
  1106.  
  1107. #if defined __stub_ffs || defined __stub___ffs
  1108. fail fail fail this function is not going to work
  1109. #endif
  1110.  
  1111. int main(void) {
  1112. return ffs ();
  1113. }
  1114. -----------
  1115. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp60l0u1wm/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp60l0u1wm/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  1116. stderr:
  1117. In file included from /usr/include/bits/libc-header-start.h:33,
  1118. from /usr/include/limits.h:26,
  1119. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  1120. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  1121. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  1122. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp60l0u1wm/testfile.c:4:
  1123. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1124. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1125. | ^~~~~~~
  1126. -----------
  1127. Checking for function "ffs" : YES
  1128. Running compile:
  1129. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpw2n8n2py
  1130. Code:
  1131.  
  1132. #define ffsll meson_disable_define_of_ffsll
  1133.  
  1134. #include <limits.h>
  1135. #undef ffsll
  1136.  
  1137. #ifdef __cplusplus
  1138. extern "C"
  1139. #endif
  1140. char ffsll (void);
  1141.  
  1142. #if defined __stub_ffsll || defined __stub___ffsll
  1143. fail fail fail this function is not going to work
  1144. #endif
  1145.  
  1146. int main(void) {
  1147. return ffsll ();
  1148. }
  1149. -----------
  1150. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpw2n8n2py/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpw2n8n2py/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  1151. stderr:
  1152. In file included from /usr/include/bits/libc-header-start.h:33,
  1153. from /usr/include/limits.h:26,
  1154. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  1155. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  1156. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  1157. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpw2n8n2py/testfile.c:4:
  1158. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1159. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1160. | ^~~~~~~
  1161. -----------
  1162. Checking for function "ffsll" : YES
  1163. Running compile:
  1164. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpfvvrubtv
  1165. Code:
  1166.  
  1167. #define popcount meson_disable_define_of_popcount
  1168.  
  1169. #include <limits.h>
  1170. #undef popcount
  1171.  
  1172. #ifdef __cplusplus
  1173. extern "C"
  1174. #endif
  1175. char popcount (void);
  1176.  
  1177. #if defined __stub_popcount || defined __stub___popcount
  1178. fail fail fail this function is not going to work
  1179. #endif
  1180.  
  1181. int main(void) {
  1182. return popcount ();
  1183. }
  1184. -----------
  1185. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpfvvrubtv/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpfvvrubtv/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  1186. stderr:
  1187. In file included from /usr/include/bits/libc-header-start.h:33,
  1188. from /usr/include/limits.h:26,
  1189. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  1190. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  1191. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  1192. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpfvvrubtv/testfile.c:4:
  1193. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1194. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1195. | ^~~~~~~
  1196. /usr/bin/ld: /tmp/samuel/cceHRtDz.o: in function `main':
  1197. /usr/src/debug/mesa/build/meson-private/tmpfvvrubtv/testfile.c:17:(.text+0xa): undefined reference to `popcount'
  1198. collect2: error: ld returned 1 exit status
  1199. -----------
  1200. Running compile:
  1201. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmw0clxwt
  1202. Code:
  1203.  
  1204. int main(void) {
  1205.  
  1206. /* With some toolchains (MSYS2/mingw for example) the compiler
  1207. * provides various builtins which are not really implemented and
  1208. * fall back to the stdlib where they aren't provided and fail at
  1209. * build/link time. In case the user provides a header, including
  1210. * the header didn't lead to the function being defined, and the
  1211. * function we are checking isn't a builtin itself we assume the
  1212. * builtin is not functional and we just error out. */
  1213. #if !1 && !defined(popcount) && !0
  1214. #error "No definition for __builtin_popcount found in the prefix"
  1215. #endif
  1216.  
  1217. #ifdef __has_builtin
  1218. #if !__has_builtin(__builtin_popcount)
  1219. #error "__builtin_popcount not found"
  1220. #endif
  1221. #elif ! defined(popcount)
  1222. __builtin_popcount;
  1223. #endif
  1224. return 0;
  1225. }
  1226. -----------
  1227. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmw0clxwt/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmw0clxwt/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  1228. Checking for function "popcount" : YES
  1229. Running compile:
  1230. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpdbm5f1bl
  1231. Code:
  1232.  
  1233. #define popcountll meson_disable_define_of_popcountll
  1234.  
  1235. #include <limits.h>
  1236. #undef popcountll
  1237.  
  1238. #ifdef __cplusplus
  1239. extern "C"
  1240. #endif
  1241. char popcountll (void);
  1242.  
  1243. #if defined __stub_popcountll || defined __stub___popcountll
  1244. fail fail fail this function is not going to work
  1245. #endif
  1246.  
  1247. int main(void) {
  1248. return popcountll ();
  1249. }
  1250. -----------
  1251. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpdbm5f1bl/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpdbm5f1bl/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  1252. stderr:
  1253. In file included from /usr/include/bits/libc-header-start.h:33,
  1254. from /usr/include/limits.h:26,
  1255. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  1256. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  1257. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  1258. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpdbm5f1bl/testfile.c:4:
  1259. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1260. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1261. | ^~~~~~~
  1262. /usr/bin/ld: /tmp/samuel/ccB7rWnP.o: in function `main':
  1263. /usr/src/debug/mesa/build/meson-private/tmpdbm5f1bl/testfile.c:17:(.text+0xa): undefined reference to `popcountll'
  1264. collect2: error: ld returned 1 exit status
  1265. -----------
  1266. Running compile:
  1267. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp71ciz8ws
  1268. Code:
  1269.  
  1270. int main(void) {
  1271.  
  1272. /* With some toolchains (MSYS2/mingw for example) the compiler
  1273. * provides various builtins which are not really implemented and
  1274. * fall back to the stdlib where they aren't provided and fail at
  1275. * build/link time. In case the user provides a header, including
  1276. * the header didn't lead to the function being defined, and the
  1277. * function we are checking isn't a builtin itself we assume the
  1278. * builtin is not functional and we just error out. */
  1279. #if !1 && !defined(popcountll) && !0
  1280. #error "No definition for __builtin_popcountll found in the prefix"
  1281. #endif
  1282.  
  1283. #ifdef __has_builtin
  1284. #if !__has_builtin(__builtin_popcountll)
  1285. #error "__builtin_popcountll not found"
  1286. #endif
  1287. #elif ! defined(popcountll)
  1288. __builtin_popcountll;
  1289. #endif
  1290. return 0;
  1291. }
  1292. -----------
  1293. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp71ciz8ws/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp71ciz8ws/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  1294. Checking for function "popcountll" : YES
  1295. Running compile:
  1296. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpphhh64ao
  1297. Code:
  1298.  
  1299. #define unreachable meson_disable_define_of_unreachable
  1300.  
  1301. #include <limits.h>
  1302. #undef unreachable
  1303.  
  1304. #ifdef __cplusplus
  1305. extern "C"
  1306. #endif
  1307. char unreachable (void);
  1308.  
  1309. #if defined __stub_unreachable || defined __stub___unreachable
  1310. fail fail fail this function is not going to work
  1311. #endif
  1312.  
  1313. int main(void) {
  1314. return unreachable ();
  1315. }
  1316. -----------
  1317. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpphhh64ao/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpphhh64ao/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  1318. stderr:
  1319. In file included from /usr/include/bits/libc-header-start.h:33,
  1320. from /usr/include/limits.h:26,
  1321. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  1322. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  1323. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  1324. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpphhh64ao/testfile.c:4:
  1325. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1326. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1327. | ^~~~~~~
  1328. /usr/bin/ld: /tmp/samuel/ccJOgb03.o: in function `main':
  1329. /usr/src/debug/mesa/build/meson-private/tmpphhh64ao/testfile.c:17:(.text+0xa): undefined reference to `unreachable'
  1330. collect2: error: ld returned 1 exit status
  1331. -----------
  1332. Running compile:
  1333. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpccptzw94
  1334. Code:
  1335.  
  1336. int main(void) {
  1337.  
  1338. /* With some toolchains (MSYS2/mingw for example) the compiler
  1339. * provides various builtins which are not really implemented and
  1340. * fall back to the stdlib where they aren't provided and fail at
  1341. * build/link time. In case the user provides a header, including
  1342. * the header didn't lead to the function being defined, and the
  1343. * function we are checking isn't a builtin itself we assume the
  1344. * builtin is not functional and we just error out. */
  1345. #if !1 && !defined(unreachable) && !0
  1346. #error "No definition for __builtin_unreachable found in the prefix"
  1347. #endif
  1348.  
  1349. #ifdef __has_builtin
  1350. #if !__has_builtin(__builtin_unreachable)
  1351. #error "__builtin_unreachable not found"
  1352. #endif
  1353. #elif ! defined(unreachable)
  1354. __builtin_unreachable;
  1355. #endif
  1356. return 0;
  1357. }
  1358. -----------
  1359. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpccptzw94/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpccptzw94/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  1360. Checking for function "unreachable" : YES
  1361. Running compile:
  1362. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqtf441h5
  1363. Code:
  1364.  
  1365. #define types_compatible_p meson_disable_define_of_types_compatible_p
  1366.  
  1367. #include <limits.h>
  1368. #undef types_compatible_p
  1369.  
  1370. #ifdef __cplusplus
  1371. extern "C"
  1372. #endif
  1373. char types_compatible_p (void);
  1374.  
  1375. #if defined __stub_types_compatible_p || defined __stub___types_compatible_p
  1376. fail fail fail this function is not going to work
  1377. #endif
  1378.  
  1379. int main(void) {
  1380. return types_compatible_p ();
  1381. }
  1382. -----------
  1383. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqtf441h5/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqtf441h5/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  1384. stderr:
  1385. In file included from /usr/include/bits/libc-header-start.h:33,
  1386. from /usr/include/limits.h:26,
  1387. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  1388. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  1389. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  1390. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqtf441h5/testfile.c:4:
  1391. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1392. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1393. | ^~~~~~~
  1394. /usr/bin/ld: /tmp/samuel/ccmV7Ilv.o: in function `main':
  1395. /usr/src/debug/mesa/build/meson-private/tmpqtf441h5/testfile.c:17:(.text+0xa): undefined reference to `types_compatible_p'
  1396. collect2: error: ld returned 1 exit status
  1397. -----------
  1398. Running compile:
  1399. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp9zvgo5hc
  1400. Code:
  1401.  
  1402. int main(void) {
  1403.  
  1404. /* With some toolchains (MSYS2/mingw for example) the compiler
  1405. * provides various builtins which are not really implemented and
  1406. * fall back to the stdlib where they aren't provided and fail at
  1407. * build/link time. In case the user provides a header, including
  1408. * the header didn't lead to the function being defined, and the
  1409. * function we are checking isn't a builtin itself we assume the
  1410. * builtin is not functional and we just error out. */
  1411. #if !1 && !defined(types_compatible_p) && !0
  1412. #error "No definition for __builtin_types_compatible_p found in the prefix"
  1413. #endif
  1414.  
  1415. #ifdef __has_builtin
  1416. #if !__has_builtin(__builtin_types_compatible_p)
  1417. #error "__builtin_types_compatible_p not found"
  1418. #endif
  1419. #elif ! defined(types_compatible_p)
  1420. __builtin_types_compatible_p;
  1421. #endif
  1422. return 0;
  1423. }
  1424. -----------
  1425. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp9zvgo5hc/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp9zvgo5hc/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  1426. Checking for function "types_compatible_p" : YES
  1427. Running compile:
  1428. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpvft9hxub
  1429. Code:
  1430. int foo(void) __attribute__((const));
  1431. -----------
  1432. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpvft9hxub/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpvft9hxub/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1433. Compiler for C supports function attribute const: YES
  1434. Running compile:
  1435. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpe4t0ei3x
  1436. Code:
  1437. int foo(void) __attribute__((flatten));
  1438. -----------
  1439. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpe4t0ei3x/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpe4t0ei3x/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1440. Compiler for C supports function attribute flatten: YES
  1441. Running compile:
  1442. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmphckquqy9
  1443. Code:
  1444. int *foo(void) __attribute__((malloc));
  1445. -----------
  1446. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmphckquqy9/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmphckquqy9/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1447. Compiler for C supports function attribute malloc: YES
  1448. Running compile:
  1449. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1deh_zzu
  1450. Code:
  1451. int foo(void) __attribute__((pure));
  1452. -----------
  1453. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1deh_zzu/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1deh_zzu/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1454. Compiler for C supports function attribute pure: YES
  1455. Running compile:
  1456. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmptcocubjd
  1457. Code:
  1458. int foo(void) __attribute__((unused));
  1459. -----------
  1460. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmptcocubjd/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmptcocubjd/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1461. Compiler for C supports function attribute unused: YES
  1462. Running compile:
  1463. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyiqv5rvn
  1464. Code:
  1465. int foo(void) __attribute__((warn_unused_result));
  1466. -----------
  1467. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyiqv5rvn/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyiqv5rvn/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1468. Compiler for C supports function attribute warn_unused_result: YES
  1469. Running compile:
  1470. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5t0l08lh
  1471. Code:
  1472. int foo(void) __attribute__((weak));
  1473. -----------
  1474. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5t0l08lh/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5t0l08lh/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1475. Compiler for C supports function attribute weak: YES
  1476. Running compile:
  1477. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpu4ewo14p
  1478. Code:
  1479. int foo(const char * p, ...) __attribute__((format(printf, 1, 2)));
  1480. -----------
  1481. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpu4ewo14p/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpu4ewo14p/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1482. Compiler for C supports function attribute format: YES
  1483. Running compile:
  1484. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpbqrjnt2s
  1485. Code:
  1486. struct __attribute__((packed)) foo { int bar; };
  1487. -----------
  1488. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpbqrjnt2s/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpbqrjnt2s/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1489. Compiler for C supports function attribute packed: YES
  1490. Running compile:
  1491. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpz0t17tf8
  1492. Code:
  1493. int *foo(void) __attribute__((returns_nonnull));
  1494. -----------
  1495. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpz0t17tf8/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpz0t17tf8/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1496. Compiler for C supports function attribute returns_nonnull: YES
  1497. Running compile:
  1498. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpe7v36z5c
  1499. Code:
  1500.  
  1501. int foo(void) { return 0; }
  1502. int bar(void) __attribute__((alias("foo")));
  1503. -----------
  1504. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpe7v36z5c/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpe7v36z5c/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1505. Compiler for C supports function attribute alias: YES
  1506. Running compile:
  1507. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpiy3jd7z0
  1508. Code:
  1509. int foo(void) __attribute__((noreturn));
  1510. -----------
  1511. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpiy3jd7z0/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpiy3jd7z0/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1512. Compiler for C supports function attribute noreturn: YES
  1513. Running compile:
  1514. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpupwev0k1
  1515. Code:
  1516. __attribute__((optimize(3))) int foo(void) { return 0; }
  1517. -----------
  1518. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpupwev0k1/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpupwev0k1/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1519. Compiler for C supports function attribute optimize: YES
  1520. Running compile:
  1521. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpgfke1v73
  1522. Code:
  1523. int foo(void) __attribute__((visibility("hidden"))); int foo(void) { return 0; }
  1524. -----------
  1525. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpgfke1v73/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpgfke1v73/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0
  1526. Compiler for C supports function attribute visibility:hidden: YES
  1527. Running compile:
  1528. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpgs8yvu7s
  1529. Code:
  1530. __uint128_t foo(void) { return 0; }
  1531. -----------
  1532. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpgs8yvu7s/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpgs8yvu7s/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  1533. Checking if "__uint128_t" compiles: YES
  1534. Running compile:
  1535. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp04cv26x7
  1536. Code:
  1537.  
  1538. #define reallocarray meson_disable_define_of_reallocarray
  1539.  
  1540. #include <limits.h>
  1541. #undef reallocarray
  1542.  
  1543. #ifdef __cplusplus
  1544. extern "C"
  1545. #endif
  1546. char reallocarray (void);
  1547.  
  1548. #if defined __stub_reallocarray || defined __stub___reallocarray
  1549. fail fail fail this function is not going to work
  1550. #endif
  1551.  
  1552. int main(void) {
  1553. return reallocarray ();
  1554. }
  1555. -----------
  1556. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp04cv26x7/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp04cv26x7/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  1557. stderr:
  1558. In file included from /usr/include/bits/libc-header-start.h:33,
  1559. from /usr/include/limits.h:26,
  1560. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  1561. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  1562. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  1563. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp04cv26x7/testfile.c:4:
  1564. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1565. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1566. | ^~~~~~~
  1567. -----------
  1568. Checking for function "reallocarray" : YES
  1569. Running compile:
  1570. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpz4n2a0dw
  1571. Code:
  1572.  
  1573. #define fmemopen meson_disable_define_of_fmemopen
  1574.  
  1575. #include <limits.h>
  1576. #undef fmemopen
  1577.  
  1578. #ifdef __cplusplus
  1579. extern "C"
  1580. #endif
  1581. char fmemopen (void);
  1582.  
  1583. #if defined __stub_fmemopen || defined __stub___fmemopen
  1584. fail fail fail this function is not going to work
  1585. #endif
  1586.  
  1587. int main(void) {
  1588. return fmemopen ();
  1589. }
  1590. -----------
  1591. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpz4n2a0dw/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpz4n2a0dw/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  1592. stderr:
  1593. In file included from /usr/include/bits/libc-header-start.h:33,
  1594. from /usr/include/limits.h:26,
  1595. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  1596. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  1597. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  1598. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpz4n2a0dw/testfile.c:4:
  1599. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1600. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1601. | ^~~~~~~
  1602. -----------
  1603. Checking for function "fmemopen" : YES
  1604. Running compile:
  1605. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpei88x3ev
  1606. Code:
  1607. static char unused() { return 5; } int main() { return 0; }
  1608. -----------
  1609. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpei88x3ev/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpei88x3ev/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,--gc-sections -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  1610. Checking if "gc-sections" links: YES
  1611. Running compile:
  1612. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmios9f93
  1613. Code:
  1614. extern int i;
  1615. int i;
  1616.  
  1617. -----------
  1618. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmios9f93/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmios9f93/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration` -> 0
  1619. Compiler for C supports arguments -Werror=implicit-function-declaration: YES
  1620. Running compile:
  1621. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp15nh33bc
  1622. Code:
  1623. extern int i;
  1624. int i;
  1625.  
  1626. -----------
  1627. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp15nh33bc/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp15nh33bc/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=missing-prototypes` -> 0
  1628. Compiler for C supports arguments -Werror=missing-prototypes: YES
  1629. Running compile:
  1630. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpbppk7xzr
  1631. Code:
  1632. extern int i;
  1633. int i;
  1634.  
  1635. -----------
  1636. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpbppk7xzr/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpbppk7xzr/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=return-type` -> 0
  1637. Compiler for C supports arguments -Werror=return-type: YES
  1638. Running compile:
  1639. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_5k_s_i5
  1640. Code:
  1641. extern int i;
  1642. int i;
  1643.  
  1644. -----------
  1645. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_5k_s_i5/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_5k_s_i5/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=empty-body` -> 0
  1646. Compiler for C supports arguments -Werror=empty-body: YES
  1647. Running compile:
  1648. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpxlnr79mn
  1649. Code:
  1650. extern int i;
  1651. int i;
  1652.  
  1653. -----------
  1654. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpxlnr79mn/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpxlnr79mn/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=incompatible-pointer-types` -> 0
  1655. Compiler for C supports arguments -Werror=incompatible-pointer-types: YES
  1656. Running compile:
  1657. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp7an9mraa
  1658. Code:
  1659. extern int i;
  1660. int i;
  1661.  
  1662. -----------
  1663. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp7an9mraa/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp7an9mraa/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=int-conversion` -> 0
  1664. Compiler for C supports arguments -Werror=int-conversion: YES
  1665. Running compile:
  1666. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpr92o47d6
  1667. Code:
  1668. extern int i;
  1669. int i;
  1670.  
  1671. -----------
  1672. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpr92o47d6/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpr92o47d6/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit-fallthrough` -> 0
  1673. Compiler for C supports arguments -Wimplicit-fallthrough: YES
  1674. Running compile:
  1675. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwxc7boop
  1676. Code:
  1677. extern int i;
  1678. int i;
  1679.  
  1680. -----------
  1681. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwxc7boop/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwxc7boop/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wmisleading-indentation` -> 0
  1682. Compiler for C supports arguments -Wmisleading-indentation: YES
  1683. Running compile:
  1684. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpf2orzmrv
  1685. Code:
  1686. extern int i;
  1687. int i;
  1688.  
  1689. -----------
  1690. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpf2orzmrv/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpf2orzmrv/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-field-initializers -Wno-missing-field-initializers` -> 0
  1691. Compiler for C supports arguments -Wno-missing-field-initializers: YES
  1692. Running compile:
  1693. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp21yi73mt
  1694. Code:
  1695. extern int i;
  1696. int i;
  1697.  
  1698. -----------
  1699. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp21yi73mt/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp21yi73mt/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wformat-truncation -Wno-format-truncation` -> 0
  1700. Compiler for C supports arguments -Wno-format-truncation: YES
  1701. Running compile:
  1702. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp959egivj
  1703. Code:
  1704. extern int i;
  1705. int i;
  1706.  
  1707. -----------
  1708. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp959egivj/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp959egivj/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wnonnull-compare -Wno-nonnull-compare` -> 0
  1709. Compiler for C supports arguments -Wno-nonnull-compare: YES
  1710. Running compile:
  1711. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpl513jw2j
  1712. Code:
  1713. extern int i;
  1714. int i;
  1715.  
  1716. -----------
  1717. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpl513jw2j/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpl513jw2j/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fno-math-errno` -> 0
  1718. Compiler for C supports arguments -fno-math-errno: YES
  1719. Running compile:
  1720. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpz1364j93
  1721. Code:
  1722. extern int i;
  1723. int i;
  1724.  
  1725. -----------
  1726. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpz1364j93/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpz1364j93/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fno-trapping-math` -> 0
  1727. Compiler for C supports arguments -fno-trapping-math: YES
  1728. Running compile:
  1729. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmk42n6hw
  1730. Code:
  1731. extern int i;
  1732. int i;
  1733.  
  1734. -----------
  1735. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmk42n6hw/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmk42n6hw/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Qunused-arguments` -> 1
  1736. stderr:
  1737. cc: error: unrecognized command-line option '-Qunused-arguments'
  1738. -----------
  1739. Compiler for C supports arguments -Qunused-arguments: NO
  1740. Running compile:
  1741. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp0vrjhl6s
  1742. Code:
  1743. extern int i;
  1744. int i;
  1745.  
  1746. -----------
  1747. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp0vrjhl6s/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp0vrjhl6s/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fno-common` -> 0
  1748. Compiler for C supports arguments -fno-common: YES
  1749. Running compile:
  1750. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2rqwax6_
  1751. Code:
  1752. extern int i;
  1753. int i;
  1754.  
  1755. -----------
  1756. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2rqwax6_/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2rqwax6_/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wunknown-pragmas -Wno-unknown-pragmas` -> 0
  1757. Compiler for C supports arguments -Wno-unknown-pragmas: YES
  1758. Running compile:
  1759. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp55y990r9
  1760. Code:
  1761. extern int i;
  1762. int i;
  1763.  
  1764. -----------
  1765. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp55y990r9/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp55y990r9/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wmicrosoft-enum-value -Wno-microsoft-enum-value` -> 1
  1766. stderr:
  1767. cc: error: unrecognized command-line option '-Wmicrosoft-enum-value'
  1768. -----------
  1769. Compiler for C supports arguments -Wno-microsoft-enum-value: NO
  1770. Running compile:
  1771. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpda5l8du5
  1772. Code:
  1773. extern int i;
  1774. int i;
  1775.  
  1776. -----------
  1777. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpda5l8du5/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpda5l8du5/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wunused-function -Wno-unused-function` -> 0
  1778. Compiler for C supports arguments -Wno-unused-function: YES
  1779. Running compile:
  1780. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpm8c678wp
  1781. Code:
  1782. extern int i;
  1783. int i;
  1784.  
  1785. -----------
  1786. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpm8c678wp/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpm8c678wp/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=format` -> 0
  1787. Compiler for C supports arguments -Werror=format: YES
  1788. Running compile:
  1789. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmppotql5mm
  1790. Code:
  1791. extern int i;
  1792. int i;
  1793.  
  1794. -----------
  1795. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmppotql5mm/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmppotql5mm/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security` -> 0
  1796. Compiler for C supports arguments -Wformat-security: YES
  1797. Running compile:
  1798. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqinocp9f
  1799. Code:
  1800. extern int i;
  1801. int i;
  1802.  
  1803. -----------
  1804. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqinocp9f/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqinocp9f/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=thread-safety` -> 1
  1805. stderr:
  1806. cc1: error: '-Werror=thread-safety': no option '-Wthread-safety'
  1807. -----------
  1808. Compiler for C supports arguments -Werror=thread-safety: NO
  1809. Running compile:
  1810. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5mh30703
  1811. Code:
  1812. extern int i;
  1813. int i;
  1814.  
  1815. -----------
  1816. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5mh30703/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5mh30703/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -ffunction-sections` -> 0
  1817. Compiler for C supports arguments -ffunction-sections: YES
  1818. Running compile:
  1819. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyhf7et9y
  1820. Code:
  1821. extern int i;
  1822. int i;
  1823.  
  1824. -----------
  1825. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyhf7et9y/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyhf7et9y/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fdata-sections` -> 0
  1826. Compiler for C supports arguments -fdata-sections: YES
  1827. Running compile:
  1828. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp86n5ka7q
  1829. Code:
  1830. extern int i;
  1831. int i;
  1832.  
  1833. -----------
  1834. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp86n5ka7q/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp86n5ka7q/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wunused-variable -Wno-unused-variable` -> 0
  1835. Compiler for C supports arguments -Wno-unused-variable: YES
  1836. Running compile:
  1837. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_hn60f1s
  1838. Code:
  1839. extern int i;
  1840. int i;
  1841.  
  1842. -----------
  1843. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_hn60f1s/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_hn60f1s/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wunused-but-set-variable -Wno-unused-but-set-variable` -> 0
  1844. Compiler for C supports arguments -Wno-unused-but-set-variable: YES
  1845. Running compile:
  1846. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmur9qq9t
  1847. Code:
  1848. extern int i;
  1849. int i;
  1850.  
  1851. -----------
  1852. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmur9qq9t/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmur9qq9t/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 /wd4189` -> 1
  1853. stderr:
  1854. cc: warning: /wd4189: linker input file unused because linking not done
  1855. cc: error: /wd4189: linker input file not found: No such file or directory
  1856. -----------
  1857. Compiler for C supports arguments /wd4189: NO
  1858. Running compile:
  1859. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqxr88e0v
  1860. Code:
  1861. extern int i;
  1862. int i;
  1863.  
  1864. -----------
  1865. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqxr88e0v/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpqxr88e0v/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=return-type` -> 0
  1866. Compiler for C++ supports arguments -Werror=return-type: YES
  1867. Running compile:
  1868. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmplzj0uf82
  1869. Code:
  1870. extern int i;
  1871. int i;
  1872.  
  1873. -----------
  1874. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmplzj0uf82/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmplzj0uf82/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=empty-body` -> 0
  1875. Compiler for C++ supports arguments -Werror=empty-body: YES
  1876. Running compile:
  1877. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp82f68jpk
  1878. Code:
  1879. extern int i;
  1880. int i;
  1881.  
  1882. -----------
  1883. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp82f68jpk/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp82f68jpk/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmisleading-indentation` -> 0
  1884. Compiler for C++ supports arguments -Wmisleading-indentation: YES
  1885. Running compile:
  1886. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp77pvn3_o
  1887. Code:
  1888. extern int i;
  1889. int i;
  1890.  
  1891. -----------
  1892. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp77pvn3_o/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp77pvn3_o/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wnon-virtual-dtor -Wno-non-virtual-dtor` -> 0
  1893. Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES
  1894. Running compile:
  1895. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmph74fz06f
  1896. Code:
  1897. extern int i;
  1898. int i;
  1899.  
  1900. -----------
  1901. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmph74fz06f/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmph74fz06f/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-field-initializers -Wno-missing-field-initializers` -> 0
  1902. Compiler for C++ supports arguments -Wno-missing-field-initializers: YES
  1903. Running compile:
  1904. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp6ysho2ov
  1905. Code:
  1906. extern int i;
  1907. int i;
  1908.  
  1909. -----------
  1910. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp6ysho2ov/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp6ysho2ov/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat-truncation -Wno-format-truncation` -> 0
  1911. Compiler for C++ supports arguments -Wno-format-truncation: YES
  1912. Running compile:
  1913. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2_aa8y6d
  1914. Code:
  1915. extern int i;
  1916. int i;
  1917.  
  1918. -----------
  1919. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2_aa8y6d/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2_aa8y6d/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fno-math-errno` -> 0
  1920. Compiler for C++ supports arguments -fno-math-errno: YES
  1921. Running compile:
  1922. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpoke2nns8
  1923. Code:
  1924. extern int i;
  1925. int i;
  1926.  
  1927. -----------
  1928. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpoke2nns8/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpoke2nns8/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fno-trapping-math` -> 0
  1929. Compiler for C++ supports arguments -fno-trapping-math: YES
  1930. Running compile:
  1931. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpia_yorb1
  1932. Code:
  1933. extern int i;
  1934. int i;
  1935.  
  1936. -----------
  1937. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpia_yorb1/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpia_yorb1/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Qunused-arguments` -> 1
  1938. stderr:
  1939. c++: error: unrecognized command-line option '-Qunused-arguments'
  1940. -----------
  1941. Compiler for C++ supports arguments -Qunused-arguments: NO
  1942. Running compile:
  1943. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpadu80yaz
  1944. Code:
  1945. extern int i;
  1946. int i;
  1947.  
  1948. -----------
  1949. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpadu80yaz/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpadu80yaz/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -flifetime-dse=1` -> 0
  1950. Compiler for C++ supports arguments -flifetime-dse=1: YES
  1951. Running compile:
  1952. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwpeo0hlm
  1953. Code:
  1954. extern int i;
  1955. int i;
  1956.  
  1957. -----------
  1958. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwpeo0hlm/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwpeo0hlm/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunknown-pragmas -Wno-unknown-pragmas` -> 0
  1959. Compiler for C++ supports arguments -Wno-unknown-pragmas: YES
  1960. Running compile:
  1961. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpueo4p2p8
  1962. Code:
  1963. extern int i;
  1964. int i;
  1965.  
  1966. -----------
  1967. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpueo4p2p8/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpueo4p2p8/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmicrosoft-enum-value -Wno-microsoft-enum-value` -> 1
  1968. stderr:
  1969. c++: error: unrecognized command-line option '-Wmicrosoft-enum-value'
  1970. -----------
  1971. Compiler for C++ supports arguments -Wno-microsoft-enum-value: NO
  1972. Running compile:
  1973. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5yh7db5u
  1974. Code:
  1975. extern int i;
  1976. int i;
  1977.  
  1978. -----------
  1979. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5yh7db5u/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5yh7db5u/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=format` -> 0
  1980. Compiler for C++ supports arguments -Werror=format: YES
  1981. Running compile:
  1982. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyyjro2cc
  1983. Code:
  1984. extern int i;
  1985. int i;
  1986.  
  1987. -----------
  1988. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyyjro2cc/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyyjro2cc/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat-security` -> 0
  1989. Compiler for C++ supports arguments -Wformat-security: YES
  1990. Running compile:
  1991. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5te3ek3b
  1992. Code:
  1993. extern int i;
  1994. int i;
  1995.  
  1996. -----------
  1997. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5te3ek3b/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5te3ek3b/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -ffunction-sections` -> 0
  1998. Compiler for C++ supports arguments -ffunction-sections: YES
  1999. Running compile:
  2000. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp6w66tm7v
  2001. Code:
  2002. extern int i;
  2003. int i;
  2004.  
  2005. -----------
  2006. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp6w66tm7v/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp6w66tm7v/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fdata-sections` -> 0
  2007. Compiler for C++ supports arguments -fdata-sections: YES
  2008. Running compile:
  2009. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmppp5br844
  2010. Code:
  2011. extern int i;
  2012. int i;
  2013.  
  2014. -----------
  2015. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmppp5br844/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmppp5br844/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-variable -Wno-unused-variable` -> 0
  2016. Compiler for C++ supports arguments -Wno-unused-variable: YES
  2017. Running compile:
  2018. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpj1z3dutl
  2019. Code:
  2020. extern int i;
  2021. int i;
  2022.  
  2023. -----------
  2024. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpj1z3dutl/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpj1z3dutl/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-but-set-variable -Wno-unused-but-set-variable` -> 0
  2025. Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES
  2026. Running compile:
  2027. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2sye3ivu
  2028. Code:
  2029. extern int i;
  2030. int i;
  2031.  
  2032. -----------
  2033. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2sye3ivu/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2sye3ivu/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive /wd4189` -> 1
  2034. stderr:
  2035. c++: warning: /wd4189: linker input file unused because linking not done
  2036. c++: error: /wd4189: linker input file not found: No such file or directory
  2037. -----------
  2038. Compiler for C++ supports arguments /wd4189: NO
  2039. Running compile:
  2040. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp3u_aw3tr
  2041. Code:
  2042. extern int i;
  2043. int i;
  2044.  
  2045. -----------
  2046. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp3u_aw3tr/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp3u_aw3tr/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Woverride-init -Wno-override-init` -> 0
  2047. Compiler for C supports arguments -Wno-override-init: YES
  2048. Running compile:
  2049. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyg08yjsw
  2050. Code:
  2051. extern int i;
  2052. int i;
  2053.  
  2054. -----------
  2055. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyg08yjsw/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyg08yjsw/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Winitializer-overrides -Wno-initializer-overrides` -> 1
  2056. stderr:
  2057. cc: error: unrecognized command-line option '-Winitializer-overrides'
  2058. -----------
  2059. Compiler for C supports arguments -Wno-initializer-overrides: NO
  2060. Running compile:
  2061. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpve0o7llv
  2062. Code:
  2063. extern int i;
  2064. int i;
  2065.  
  2066. -----------
  2067. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpve0o7llv/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpve0o7llv/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=pointer-arith` -> 0
  2068. Compiler for C supports arguments -Werror=pointer-arith: YES
  2069. Running compile:
  2070. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmprb8c67ha
  2071. Code:
  2072. extern int i;
  2073. int i;
  2074.  
  2075. -----------
  2076. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmprb8c67ha/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmprb8c67ha/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=vla` -> 0
  2077. Compiler for C supports arguments -Werror=vla: YES
  2078. Running compile:
  2079. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpti5xzvw7
  2080. Code:
  2081. extern int i;
  2082. int i;
  2083.  
  2084. -----------
  2085. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpti5xzvw7/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpti5xzvw7/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Werror=gnu-empty-initializer` -> 1
  2086. stderr:
  2087. cc1: error: '-Werror=gnu-empty-initializer': no option '-Wgnu-empty-initializer'
  2088. -----------
  2089. Compiler for C supports arguments -Werror=gnu-empty-initializer: NO
  2090. Running compile:
  2091. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmmcdu7qu
  2092. Code:
  2093. extern int i;
  2094. int i;
  2095.  
  2096. -----------
  2097. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmmcdu7qu/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmmcdu7qu/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=pointer-arith` -> 0
  2098. Compiler for C++ supports arguments -Werror=pointer-arith: YES
  2099. Running compile:
  2100. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpjc6jwl9_
  2101. Code:
  2102. extern int i;
  2103. int i;
  2104.  
  2105. -----------
  2106. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpjc6jwl9_/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpjc6jwl9_/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=vla` -> 0
  2107. Compiler for C++ supports arguments -Werror=vla: YES
  2108. Running compile:
  2109. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpij_eze2n
  2110. Code:
  2111. extern int i;
  2112. int i;
  2113.  
  2114. -----------
  2115. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpij_eze2n/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpij_eze2n/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=gnu-empty-initializer` -> 1
  2116. stderr:
  2117. cc1plus: error: '-Werror=gnu-empty-initializer': no option '-Wgnu-empty-initializer'
  2118. -----------
  2119. Compiler for C++ supports arguments -Werror=gnu-empty-initializer: NO
  2120. Running compile:
  2121. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwk3_liqw
  2122. Code:
  2123.  
  2124. #define __builtin_ia32_clflushopt meson_disable_define_of___builtin_ia32_clflushopt
  2125.  
  2126. #include <limits.h>
  2127. #undef __builtin_ia32_clflushopt
  2128.  
  2129. #ifdef __cplusplus
  2130. extern "C"
  2131. #endif
  2132. char __builtin_ia32_clflushopt (void);
  2133.  
  2134. #if defined __stub___builtin_ia32_clflushopt || defined __stub_____builtin_ia32_clflushopt
  2135. fail fail fail this function is not going to work
  2136. #endif
  2137.  
  2138. int main(void) {
  2139. return __builtin_ia32_clflushopt ();
  2140. }
  2141. -----------
  2142. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwk3_liqw/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwk3_liqw/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -mclflushopt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  2143. stderr:
  2144. In file included from /usr/include/bits/libc-header-start.h:33,
  2145. from /usr/include/limits.h:26,
  2146. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  2147. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  2148. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  2149. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwk3_liqw/testfile.c:4:
  2150. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2151. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2152. | ^~~~~~~
  2153. /usr/bin/ld: /tmp/samuel/cc9jTdXd.o: in function `main':
  2154. /usr/src/debug/mesa/build/meson-private/tmpwk3_liqw/testfile.c:17:(.text+0xa): undefined reference to `__builtin_ia32_clflushopt'
  2155. collect2: error: ld returned 1 exit status
  2156. -----------
  2157. Running compile:
  2158. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwtdej8u7
  2159. Code:
  2160.  
  2161. int main(void) {
  2162.  
  2163. /* With some toolchains (MSYS2/mingw for example) the compiler
  2164. * provides various builtins which are not really implemented and
  2165. * fall back to the stdlib where they aren't provided and fail at
  2166. * build/link time. In case the user provides a header, including
  2167. * the header didn't lead to the function being defined, and the
  2168. * function we are checking isn't a builtin itself we assume the
  2169. * builtin is not functional and we just error out. */
  2170. #if !1 && !defined(__builtin_ia32_clflushopt) && !1
  2171. #error "No definition for __builtin_ia32_clflushopt found in the prefix"
  2172. #endif
  2173.  
  2174. #ifdef __has_builtin
  2175. #if !__has_builtin(__builtin_ia32_clflushopt)
  2176. #error "__builtin_ia32_clflushopt not found"
  2177. #endif
  2178. #elif ! defined(__builtin_ia32_clflushopt)
  2179. __builtin_ia32_clflushopt;
  2180. #endif
  2181. return 0;
  2182. }
  2183. -----------
  2184. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwtdej8u7/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwtdej8u7/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -mclflushopt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2185. Checking for function "__builtin_ia32_clflushopt" : YES
  2186. Running compile:
  2187. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpy9ez1pz6
  2188. Code:
  2189. #include <stdint.h>
  2190. int main() {
  2191. struct {
  2192. uint64_t *v;
  2193. } x;
  2194. return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) &
  2195. (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL);
  2196.  
  2197. }
  2198. -----------
  2199. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpy9ez1pz6/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpy9ez1pz6/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2200. stderr:
  2201. In file included from /usr/include/bits/libc-header-start.h:33,
  2202. from /usr/include/stdint.h:26,
  2203. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h:9,
  2204. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpy9ez1pz6/testfile.c:1:
  2205. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2206. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2207. | ^~~~~~~
  2208. -----------
  2209. Checking if "GCC atomic builtins" compiles: YES
  2210. Running compile:
  2211. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyd5byasg
  2212. Code:
  2213. #include <stdint.h>
  2214. int main() {
  2215. struct {
  2216. uint64_t *v;
  2217. } x;
  2218. return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) &
  2219. (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL);
  2220. }
  2221. -----------
  2222. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyd5byasg/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyd5byasg/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2223. stderr:
  2224. In file included from /usr/include/bits/libc-header-start.h:33,
  2225. from /usr/include/stdint.h:26,
  2226. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h:9,
  2227. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyd5byasg/testfile.c:1:
  2228. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2229. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2230. | ^~~~~~~
  2231. -----------
  2232. Checking if "GCC atomic builtins required -latomic" links: YES
  2233. Running compile:
  2234. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpkxalk3m_
  2235. Code:
  2236. #include <stdint.h>
  2237. uint64_t v;
  2238. int main() {
  2239. return __sync_add_and_fetch(&v, (uint64_t)1);
  2240. }
  2241. -----------
  2242. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpkxalk3m_/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpkxalk3m_/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2243. stderr:
  2244. In file included from /usr/include/bits/libc-header-start.h:33,
  2245. from /usr/include/stdint.h:26,
  2246. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h:9,
  2247. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpkxalk3m_/testfile.c:1:
  2248. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2249. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2250. | ^~~~~~~
  2251. -----------
  2252. Checking if "GCC 64bit atomics" with dependency links: YES
  2253. Running compile:
  2254. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpzbaolssf
  2255. Code:
  2256. int main(void) { return 0; }
  2257.  
  2258. -----------
  2259. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpzbaolssf/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpzbaolssf/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -lws2_32 -Wl,--allow-shlib-undefined -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  2260. stderr:
  2261. /usr/bin/ld: cannot find -lws2_32: No such file or directory
  2262. collect2: error: ld returned 1 exit status
  2263. -----------
  2264. Running compile:
  2265. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1tan64j5
  2266. Code:
  2267.  
  2268. #include<stddef.h>
  2269. #include<stdio.h>
  2270. int main(void) {
  2271. printf("%ld\n", (long)(sizeof(void *)));
  2272. return 0;
  2273. }
  2274. -----------
  2275. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1tan64j5/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1tan64j5/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2276. stderr:
  2277. In file included from /usr/include/bits/libc-header-start.h:33,
  2278. from /usr/include/stdio.h:28,
  2279. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1tan64j5/testfile.c:3:
  2280. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2281. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2282. | ^~~~~~~
  2283. -----------
  2284. Program stdout:
  2285.  
  2286. 8
  2287.  
  2288. Program stderr:
  2289.  
  2290.  
  2291. Running compile:
  2292. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp4ip2ykbs
  2293. Code:
  2294.  
  2295. -----------
  2296. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp4ip2ykbs/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp4ip2ykbs/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 --print-search-dirs` -> 0
  2297. stdout:
  2298. install: /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/
  2299. programs: =/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/bin/
  2300. libraries: =/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/lib/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/x86_64-pc-linux-gnu/14.2.1/:/lib/../lib/:/usr/lib/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/
  2301. -----------
  2302. Library ws2_32 found: NO
  2303. Running compile:
  2304. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpby5p07zs
  2305. Code:
  2306.  
  2307. #include <sys/sysmacros.h>
  2308. int main(void) {
  2309. /* If it's not defined as a macro, try to use as a symbol */
  2310. #ifndef major
  2311. major;
  2312. #endif
  2313. return 0;
  2314. }
  2315. -----------
  2316. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpby5p07zs/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpby5p07zs/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2317. stderr:
  2318. In file included from /usr/include/sys/sysmacros.h:22,
  2319. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpby5p07zs/testfile.c:2:
  2320. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2321. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2322. | ^~~~~~~
  2323. -----------
  2324. Header "sys/sysmacros.h" has symbol "major" : YES
  2325. Running compile:
  2326. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1ib0jy62
  2327. Code:
  2328.  
  2329. #include <sys/sysmacros.h>
  2330. int main(void) {
  2331. /* If it's not defined as a macro, try to use as a symbol */
  2332. #ifndef minor
  2333. minor;
  2334. #endif
  2335. return 0;
  2336. }
  2337. -----------
  2338. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1ib0jy62/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1ib0jy62/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2339. stderr:
  2340. In file included from /usr/include/sys/sysmacros.h:22,
  2341. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1ib0jy62/testfile.c:2:
  2342. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2343. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2344. | ^~~~~~~
  2345. -----------
  2346. Header "sys/sysmacros.h" has symbol "minor" : YES
  2347. Running compile:
  2348. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp10kaddc6
  2349. Code:
  2350.  
  2351. #include <sys/sysmacros.h>
  2352. int main(void) {
  2353. /* If it's not defined as a macro, try to use as a symbol */
  2354. #ifndef makedev
  2355. makedev;
  2356. #endif
  2357. return 0;
  2358. }
  2359. -----------
  2360. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp10kaddc6/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp10kaddc6/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2361. stderr:
  2362. In file included from /usr/include/sys/sysmacros.h:22,
  2363. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp10kaddc6/testfile.c:2:
  2364. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2365. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2366. | ^~~~~~~
  2367. -----------
  2368. Header "sys/sysmacros.h" has symbol "makedev" : YES
  2369. Running compile:
  2370. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp4crymsn6
  2371. Code:
  2372.  
  2373. #include <sys/mkdev.h>
  2374. int main(void) {
  2375. /* If it's not defined as a macro, try to use as a symbol */
  2376. #ifndef major
  2377. major;
  2378. #endif
  2379. return 0;
  2380. }
  2381. -----------
  2382. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp4crymsn6/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp4crymsn6/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1
  2383. stderr:
  2384. /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp4crymsn6/testfile.c:2:18: fatal error: sys/mkdev.h: No such file or directory
  2385. 2 | #include <sys/mkdev.h>
  2386. | ^~~~~~~~~~~~~
  2387. compilation terminated.
  2388. -----------
  2389. Header "sys/mkdev.h" has symbol "major" : NO
  2390. Running compile:
  2391. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmaxdt0kd
  2392. Code:
  2393.  
  2394. #include <sched.h>
  2395. -----------
  2396. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmaxdt0kd/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmaxdt0kd/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2397. stderr:
  2398. In file included from /usr/include/sched.h:22,
  2399. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpmaxdt0kd/testfile.c:2:
  2400. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2401. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2402. | ^~~~~~~
  2403. -----------
  2404. Check usable header "sched.h" : YES
  2405. Running compile:
  2406. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpr_u1fqro
  2407. Code:
  2408.  
  2409. #define sched_getaffinity meson_disable_define_of_sched_getaffinity
  2410.  
  2411. #include <limits.h>
  2412. #undef sched_getaffinity
  2413.  
  2414. #ifdef __cplusplus
  2415. extern "C"
  2416. #endif
  2417. char sched_getaffinity (void);
  2418.  
  2419. #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity
  2420. fail fail fail this function is not going to work
  2421. #endif
  2422.  
  2423. int main(void) {
  2424. return sched_getaffinity ();
  2425. }
  2426. -----------
  2427. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpr_u1fqro/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpr_u1fqro/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2428. stderr:
  2429. In file included from /usr/include/bits/libc-header-start.h:33,
  2430. from /usr/include/limits.h:26,
  2431. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  2432. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  2433. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  2434. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpr_u1fqro/testfile.c:4:
  2435. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2436. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2437. | ^~~~~~~
  2438. -----------
  2439. Checking for function "sched_getaffinity" : YES
  2440. Running compile:
  2441. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmps1oqcksu
  2442. Code:
  2443.  
  2444. #include <xlocale.h>
  2445. -----------
  2446. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmps1oqcksu/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmps1oqcksu/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1
  2447. stderr:
  2448. /tmp/samuel/Volatile/mesa/src/build/meson-private/tmps1oqcksu/testfile.c:2:18: fatal error: xlocale.h: No such file or directory
  2449. 2 | #include <xlocale.h>
  2450. | ^~~~~~~~~~~
  2451. compilation terminated.
  2452. -----------
  2453. Check usable header "xlocale.h" : NO
  2454. Running compile:
  2455. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpaat9vq04
  2456. Code:
  2457.  
  2458. #include <linux/futex.h>
  2459. -----------
  2460. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpaat9vq04/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpaat9vq04/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2461. Check usable header "linux/futex.h" : YES
  2462. Running compile:
  2463. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyds1nn89
  2464. Code:
  2465.  
  2466. #include <endian.h>
  2467. -----------
  2468. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyds1nn89/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyds1nn89/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2469. stderr:
  2470. In file included from /usr/include/endian.h:21,
  2471. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpyds1nn89/testfile.c:2:
  2472. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2473. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2474. | ^~~~~~~
  2475. -----------
  2476. Check usable header "endian.h" : YES
  2477. Running compile:
  2478. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpquly5jcf
  2479. Code:
  2480.  
  2481. #include <dlfcn.h>
  2482. -----------
  2483. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpquly5jcf/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpquly5jcf/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2484. stderr:
  2485. In file included from /usr/include/dlfcn.h:22,
  2486. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpquly5jcf/testfile.c:2:
  2487. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2488. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2489. | ^~~~~~~
  2490. -----------
  2491. Check usable header "dlfcn.h" : YES
  2492. Running compile:
  2493. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp3540ch_b
  2494. Code:
  2495.  
  2496. #include <sys/shm.h>
  2497. -----------
  2498. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp3540ch_b/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp3540ch_b/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2499. stderr:
  2500. In file included from /usr/include/sys/shm.h:21,
  2501. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp3540ch_b/testfile.c:2:
  2502. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2503. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2504. | ^~~~~~~
  2505. -----------
  2506. Check usable header "sys/shm.h" : YES
  2507. Running compile:
  2508. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpk921hhdj
  2509. Code:
  2510.  
  2511. #include <cet.h>
  2512. -----------
  2513. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpk921hhdj/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpk921hhdj/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2514. Check usable header "cet.h" : YES
  2515. Running compile:
  2516. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpcbyhcp_q
  2517. Code:
  2518.  
  2519. #include <pthread_np.h>
  2520. -----------
  2521. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpcbyhcp_q/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpcbyhcp_q/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1
  2522. stderr:
  2523. /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpcbyhcp_q/testfile.c:2:18: fatal error: pthread_np.h: No such file or directory
  2524. 2 | #include <pthread_np.h>
  2525. | ^~~~~~~~~~~~~~
  2526. compilation terminated.
  2527. -----------
  2528. Check usable header "pthread_np.h" : NO
  2529. Running compile:
  2530. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpdsyzwqbh
  2531. Code:
  2532.  
  2533. #include <sys/inotify.h>
  2534. -----------
  2535. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpdsyzwqbh/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpdsyzwqbh/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2536. stderr:
  2537. In file included from /usr/include/bits/libc-header-start.h:33,
  2538. from /usr/include/stdint.h:26,
  2539. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h:9,
  2540. from /usr/include/sys/inotify.h:21,
  2541. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpdsyzwqbh/testfile.c:2:
  2542. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2543. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2544. | ^~~~~~~
  2545. -----------
  2546. Check usable header "sys/inotify.h" : YES
  2547. Running compile:
  2548. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpvz_w8ae9
  2549. Code:
  2550.  
  2551. #include <linux/udmabuf.h>
  2552. -----------
  2553. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpvz_w8ae9/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpvz_w8ae9/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2554. Check usable header "linux/udmabuf.h" : YES
  2555. Running compile:
  2556. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpcekuto9v
  2557. Code:
  2558.  
  2559. #define strtof meson_disable_define_of_strtof
  2560.  
  2561. #include <limits.h>
  2562. #undef strtof
  2563.  
  2564. #ifdef __cplusplus
  2565. extern "C"
  2566. #endif
  2567. char strtof (void);
  2568.  
  2569. #if defined __stub_strtof || defined __stub___strtof
  2570. fail fail fail this function is not going to work
  2571. #endif
  2572.  
  2573. int main(void) {
  2574. return strtof ();
  2575. }
  2576. -----------
  2577. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpcekuto9v/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpcekuto9v/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2578. stderr:
  2579. In file included from /usr/include/bits/libc-header-start.h:33,
  2580. from /usr/include/limits.h:26,
  2581. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  2582. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  2583. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  2584. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpcekuto9v/testfile.c:4:
  2585. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2586. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2587. | ^~~~~~~
  2588. -----------
  2589. Checking for function "strtof" : YES
  2590. Running compile:
  2591. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp7vf2eh3z
  2592. Code:
  2593.  
  2594. #define mkostemp meson_disable_define_of_mkostemp
  2595.  
  2596. #include <limits.h>
  2597. #undef mkostemp
  2598.  
  2599. #ifdef __cplusplus
  2600. extern "C"
  2601. #endif
  2602. char mkostemp (void);
  2603.  
  2604. #if defined __stub_mkostemp || defined __stub___mkostemp
  2605. fail fail fail this function is not going to work
  2606. #endif
  2607.  
  2608. int main(void) {
  2609. return mkostemp ();
  2610. }
  2611. -----------
  2612. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp7vf2eh3z/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp7vf2eh3z/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2613. stderr:
  2614. In file included from /usr/include/bits/libc-header-start.h:33,
  2615. from /usr/include/limits.h:26,
  2616. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  2617. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  2618. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  2619. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp7vf2eh3z/testfile.c:4:
  2620. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2621. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2622. | ^~~~~~~
  2623. -----------
  2624. Checking for function "mkostemp" : YES
  2625. Running compile:
  2626. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2rs3sthd
  2627. Code:
  2628.  
  2629. #define memfd_create meson_disable_define_of_memfd_create
  2630.  
  2631. #include <limits.h>
  2632. #undef memfd_create
  2633.  
  2634. #ifdef __cplusplus
  2635. extern "C"
  2636. #endif
  2637. char memfd_create (void);
  2638.  
  2639. #if defined __stub_memfd_create || defined __stub___memfd_create
  2640. fail fail fail this function is not going to work
  2641. #endif
  2642.  
  2643. int main(void) {
  2644. return memfd_create ();
  2645. }
  2646. -----------
  2647. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2rs3sthd/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2rs3sthd/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2648. stderr:
  2649. In file included from /usr/include/bits/libc-header-start.h:33,
  2650. from /usr/include/limits.h:26,
  2651. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  2652. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  2653. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  2654. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2rs3sthd/testfile.c:4:
  2655. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2656. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2657. | ^~~~~~~
  2658. -----------
  2659. Checking for function "memfd_create" : YES
  2660. Running compile:
  2661. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp367fismd
  2662. Code:
  2663.  
  2664. #define random_r meson_disable_define_of_random_r
  2665.  
  2666. #include <limits.h>
  2667. #undef random_r
  2668.  
  2669. #ifdef __cplusplus
  2670. extern "C"
  2671. #endif
  2672. char random_r (void);
  2673.  
  2674. #if defined __stub_random_r || defined __stub___random_r
  2675. fail fail fail this function is not going to work
  2676. #endif
  2677.  
  2678. int main(void) {
  2679. return random_r ();
  2680. }
  2681. -----------
  2682. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp367fismd/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp367fismd/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2683. stderr:
  2684. In file included from /usr/include/bits/libc-header-start.h:33,
  2685. from /usr/include/limits.h:26,
  2686. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  2687. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  2688. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  2689. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp367fismd/testfile.c:4:
  2690. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2691. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2692. | ^~~~~~~
  2693. -----------
  2694. Checking for function "random_r" : YES
  2695. Running compile:
  2696. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpbioql82i
  2697. Code:
  2698.  
  2699. #define flock meson_disable_define_of_flock
  2700.  
  2701. #include <limits.h>
  2702. #undef flock
  2703.  
  2704. #ifdef __cplusplus
  2705. extern "C"
  2706. #endif
  2707. char flock (void);
  2708.  
  2709. #if defined __stub_flock || defined __stub___flock
  2710. fail fail fail this function is not going to work
  2711. #endif
  2712.  
  2713. int main(void) {
  2714. return flock ();
  2715. }
  2716. -----------
  2717. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpbioql82i/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpbioql82i/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2718. stderr:
  2719. In file included from /usr/include/bits/libc-header-start.h:33,
  2720. from /usr/include/limits.h:26,
  2721. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  2722. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  2723. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  2724. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpbioql82i/testfile.c:4:
  2725. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2726. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2727. | ^~~~~~~
  2728. -----------
  2729. Checking for function "flock" : YES
  2730. Running compile:
  2731. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1w30xsgm
  2732. Code:
  2733.  
  2734. #define strtok_r meson_disable_define_of_strtok_r
  2735.  
  2736. #include <limits.h>
  2737. #undef strtok_r
  2738.  
  2739. #ifdef __cplusplus
  2740. extern "C"
  2741. #endif
  2742. char strtok_r (void);
  2743.  
  2744. #if defined __stub_strtok_r || defined __stub___strtok_r
  2745. fail fail fail this function is not going to work
  2746. #endif
  2747.  
  2748. int main(void) {
  2749. return strtok_r ();
  2750. }
  2751. -----------
  2752. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1w30xsgm/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1w30xsgm/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2753. stderr:
  2754. In file included from /usr/include/bits/libc-header-start.h:33,
  2755. from /usr/include/limits.h:26,
  2756. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  2757. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  2758. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  2759. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1w30xsgm/testfile.c:4:
  2760. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2761. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2762. | ^~~~~~~
  2763. -----------
  2764. Checking for function "strtok_r" : YES
  2765. Running compile:
  2766. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpvaagcrm6
  2767. Code:
  2768.  
  2769. #define getrandom meson_disable_define_of_getrandom
  2770.  
  2771. #include <limits.h>
  2772. #undef getrandom
  2773.  
  2774. #ifdef __cplusplus
  2775. extern "C"
  2776. #endif
  2777. char getrandom (void);
  2778.  
  2779. #if defined __stub_getrandom || defined __stub___getrandom
  2780. fail fail fail this function is not going to work
  2781. #endif
  2782.  
  2783. int main(void) {
  2784. return getrandom ();
  2785. }
  2786. -----------
  2787. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpvaagcrm6/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpvaagcrm6/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2788. stderr:
  2789. In file included from /usr/include/bits/libc-header-start.h:33,
  2790. from /usr/include/limits.h:26,
  2791. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  2792. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  2793. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  2794. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpvaagcrm6/testfile.c:4:
  2795. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2796. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2797. | ^~~~~~~
  2798. -----------
  2799. Checking for function "getrandom" : YES
  2800. Running compile:
  2801. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp7_d7s6kt
  2802. Code:
  2803.  
  2804. #define qsort_s meson_disable_define_of_qsort_s
  2805.  
  2806. #include <limits.h>
  2807. #undef qsort_s
  2808.  
  2809. #ifdef __cplusplus
  2810. extern "C"
  2811. #endif
  2812. char qsort_s (void);
  2813.  
  2814. #if defined __stub_qsort_s || defined __stub___qsort_s
  2815. fail fail fail this function is not going to work
  2816. #endif
  2817.  
  2818. int main(void) {
  2819. return qsort_s ();
  2820. }
  2821. -----------
  2822. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp7_d7s6kt/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp7_d7s6kt/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  2823. stderr:
  2824. In file included from /usr/include/bits/libc-header-start.h:33,
  2825. from /usr/include/limits.h:26,
  2826. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  2827. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  2828. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  2829. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp7_d7s6kt/testfile.c:4:
  2830. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2831. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2832. | ^~~~~~~
  2833. /usr/bin/ld: /tmp/samuel/ccWXWdnu.o: in function `main':
  2834. /usr/src/debug/mesa/build/meson-private/tmp7_d7s6kt/testfile.c:17:(.text+0xa): undefined reference to `qsort_s'
  2835. collect2: error: ld returned 1 exit status
  2836. -----------
  2837. Running compile:
  2838. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpnpdqmpho
  2839. Code:
  2840.  
  2841. int main(void) {
  2842.  
  2843. /* With some toolchains (MSYS2/mingw for example) the compiler
  2844. * provides various builtins which are not really implemented and
  2845. * fall back to the stdlib where they aren't provided and fail at
  2846. * build/link time. In case the user provides a header, including
  2847. * the header didn't lead to the function being defined, and the
  2848. * function we are checking isn't a builtin itself we assume the
  2849. * builtin is not functional and we just error out. */
  2850. #if !1 && !defined(qsort_s) && !0
  2851. #error "No definition for __builtin_qsort_s found in the prefix"
  2852. #endif
  2853.  
  2854. #ifdef __has_builtin
  2855. #if !__has_builtin(__builtin_qsort_s)
  2856. #error "__builtin_qsort_s not found"
  2857. #endif
  2858. #elif ! defined(qsort_s)
  2859. __builtin_qsort_s;
  2860. #endif
  2861. return 0;
  2862. }
  2863. -----------
  2864. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpnpdqmpho/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpnpdqmpho/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
  2865. stderr:
  2866. /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpnpdqmpho/testfile.c: In function 'main':
  2867. /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpnpdqmpho/testfile.c:17:18: error: #error "__builtin_qsort_s not found"
  2868. 17 | #error "__builtin_qsort_s not found"
  2869. | ^~~~~
  2870. -----------
  2871. Checking for function "qsort_s" : NO
  2872. Running compile:
  2873. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_y_pg7iw
  2874. Code:
  2875.  
  2876. #define posix_fallocate meson_disable_define_of_posix_fallocate
  2877.  
  2878. #include <limits.h>
  2879. #undef posix_fallocate
  2880.  
  2881. #ifdef __cplusplus
  2882. extern "C"
  2883. #endif
  2884. char posix_fallocate (void);
  2885.  
  2886. #if defined __stub_posix_fallocate || defined __stub___posix_fallocate
  2887. fail fail fail this function is not going to work
  2888. #endif
  2889.  
  2890. int main(void) {
  2891. return posix_fallocate ();
  2892. }
  2893. -----------
  2894. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_y_pg7iw/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_y_pg7iw/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2895. stderr:
  2896. In file included from /usr/include/bits/libc-header-start.h:33,
  2897. from /usr/include/limits.h:26,
  2898. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  2899. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  2900. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  2901. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp_y_pg7iw/testfile.c:4:
  2902. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2903. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2904. | ^~~~~~~
  2905. -----------
  2906. Checking for function "posix_fallocate" : YES
  2907. Running compile:
  2908. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp6k9tfjzm
  2909. Code:
  2910.  
  2911. #define secure_getenv meson_disable_define_of_secure_getenv
  2912.  
  2913. #include <limits.h>
  2914. #undef secure_getenv
  2915.  
  2916. #ifdef __cplusplus
  2917. extern "C"
  2918. #endif
  2919. char secure_getenv (void);
  2920.  
  2921. #if defined __stub_secure_getenv || defined __stub___secure_getenv
  2922. fail fail fail this function is not going to work
  2923. #endif
  2924.  
  2925. int main(void) {
  2926. return secure_getenv ();
  2927. }
  2928. -----------
  2929. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp6k9tfjzm/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp6k9tfjzm/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2930. stderr:
  2931. In file included from /usr/include/bits/libc-header-start.h:33,
  2932. from /usr/include/limits.h:26,
  2933. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  2934. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  2935. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  2936. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp6k9tfjzm/testfile.c:4:
  2937. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2938. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2939. | ^~~~~~~
  2940. -----------
  2941. Checking for function "secure_getenv" : YES
  2942. Running compile:
  2943. Working directory: /tmp/samuel/tmpl1nb3u78
  2944. Code:
  2945. int i = static_cast<int>(0);
  2946. -----------
  2947. Command line: `c++ /tmp/samuel/tmpl1nb3u78/testfile.cpp -o /tmp/samuel/tmpl1nb3u78/output.obj -D_FILE_OFFSET_BITS=64 -c -std=c++17` -> 0
  2948. Compiler accepts -std=c++17: YES
  2949. Running compile:
  2950. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp9nq_gxn_
  2951. Code:
  2952.  
  2953. #define _GNU_SOURCE
  2954. #include <stdlib.h>
  2955.  
  2956. static int dcomp(const void *l, const void *r, void *t) { return 0; }
  2957.  
  2958. int main(int ac, char **av) {
  2959. int arr[] = { 1 };
  2960. void *t = NULL;
  2961. qsort_r((void*)&arr[0], 1, 1, dcomp, t);
  2962. return (0);
  2963. }
  2964. -----------
  2965. Command line: `c++ /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp9nq_gxn_/testfile.cpp -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp9nq_gxn_/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=c++17 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="25.0.4-arch1.1"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DHAVE_OPENGL=1 -DHAVE_OPENGL_ES_1=0 -DHAVE_OPENGL_ES_2=1 -DHAVE_R300 -DHAVE_R600 -DHAVE_RADEONSI -DHAVE_NOUVEAU -DHAVE_VIRGL -DHAVE_SVGA -DHAVE_LLVMPIPE -DHAVE_SOFTPIPE -DHAVE_IRIS -DHAVE_CROCUS -DHAVE_I915 -DHAVE_ZINK -DHAVE_D3D12 -DHAVE_SWRAST -DHAVE_NVK -DVIDEO_CODEC_VC1DEC=1 -DVIDEO_CODEC_H264DEC=1 -DVIDEO_CODEC_H264ENC=1 -DVIDEO_CODEC_H265DEC=1 -DVIDEO_CODEC_H265ENC=1 -DVIDEO_CODEC_AV1DEC=1 -DVIDEO_CODEC_AV1ENC=1 -DVIDEO_CODEC_VP9DEC=1 -DHAVE_X11_PLATFORM -DHAVE_WAYLAND_PLATFORM -DHAVE_SURFACELESS_PLATFORM -DHAVE_DRM_PLATFORM -DHAVE_XCB_PLATFORM -DUSE_LIBGLVND=1 -DHAVE_GALLIUM_D3D12_VIDEO -DHAVE_ST_VDPAU -DHAVE_VA_SURFACE_ATTRIB_DRM_FORMAT_MODIFIERS -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DGLAPI_EXPORT_PROTO_ENTRY_POINTS=0 -DALLOW_KCMP -DMESA_DEBUG=0 -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_OPTIMIZE -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -DHAVE_UINT128 -DHAVE_REALLOCARRAY -DHAVE_FMEMOPEN -D_GNU_SOURCE -DUSE_SSE41 -DHAVE___BUILTIN_IA32_CLFLUSHOPT -DUSE_GCC_ATOMIC_BUILTINS -DUSE_X86_64_ASM -DMAJOR_IN_SYSMACROS -DHAS_SCHED_H -DHAS_SCHED_GETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_SYS_INOTIFY_H -DHAVE_LINUX_UDMABUF_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_MEMFD_CREATE -DHAVE_RANDOM_R -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_GETRANDOM -DHAVE_POSIX_FALLOCATE -DHAVE_SECURE_GETENV -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  2966. stderr:
  2967. /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp9nq_gxn_/testfile.cpp:2:13: warning: "_GNU_SOURCE" redefined
  2968. 2 | #define _GNU_SOURCE
  2969. | ^~~~~~~~~~~
  2970. <command-line>: note: this is the location of the previous definition
  2971. In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39,
  2972. from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:683,
  2973. from /usr/include/c++/14.2.1/cstdlib:41,
  2974. from /usr/include/c++/14.2.1/stdlib.h:36,
  2975. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp9nq_gxn_/testfile.cpp:3:
  2976. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2977. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2978. | ^~~~~~~
  2979. -----------
  2980. Checking if "GNU qsort_r" links: YES
  2981. Running compile:
  2982. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmprqplc630
  2983. Code:
  2984.  
  2985. #include <time.h>
  2986. int main(void) {
  2987. /* If it's not defined as a macro, try to use as a symbol */
  2988. #ifndef struct timespec
  2989. struct timespec;
  2990. #endif
  2991. return 0;
  2992. }
  2993. -----------
  2994. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmprqplc630/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmprqplc630/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  2995. stderr:
  2996. In file included from /usr/include/time.h:25,
  2997. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmprqplc630/testfile.c:2:
  2998. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2999. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3000. | ^~~~~~~
  3001. /tmp/samuel/Volatile/mesa/src/build/meson-private/tmprqplc630/testfile.c: In function 'main':
  3002. /tmp/samuel/Volatile/mesa/src/build/meson-private/tmprqplc630/testfile.c:5:28: warning: extra tokens at end of #ifndef directive
  3003. 5 | #ifndef struct timespec
  3004. | ^~~~~~~~
  3005. -----------
  3006. Header "time.h" has symbol "struct timespec" : YES
  3007. Running compile:
  3008. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2soqwn0y
  3009. Code:
  3010. #include <threads.h>
  3011. #include <limits.h>
  3012.  
  3013. #if defined __stub_thrd_create || defined __stub___thrd_create
  3014. fail fail fail this function is not going to work
  3015. #endif
  3016.  
  3017. int main(void) {
  3018. void *a = (void*) &thrd_create;
  3019. long long b = (long long) a;
  3020. return (int) b;
  3021. }
  3022. -----------
  3023. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2soqwn0y/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2soqwn0y/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3024. stderr:
  3025. In file included from /usr/include/threads.h:22,
  3026. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp2soqwn0y/testfile.c:1:
  3027. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3028. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3029. | ^~~~~~~
  3030. -----------
  3031. Checking for function "thrd_create" : YES
  3032. Running compile:
  3033. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpivy7mjfo
  3034. Code:
  3035.  
  3036. #include <errno.h>
  3037. int main(void) {
  3038. /* If it's not defined as a macro, try to use as a symbol */
  3039. #ifndef program_invocation_name
  3040. program_invocation_name;
  3041. #endif
  3042. return 0;
  3043. }
  3044. -----------
  3045. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpivy7mjfo/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpivy7mjfo/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D_GNU_SOURCE` -> 0
  3046. stderr:
  3047. In file included from /usr/include/errno.h:25,
  3048. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpivy7mjfo/testfile.c:2:
  3049. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3050. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3051. | ^~~~~~~
  3052. -----------
  3053. Header "errno.h" has symbol "program_invocation_name" : YES
  3054. Running compile:
  3055. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp15g9vp43
  3056. Code:
  3057.  
  3058. #include <math.h>
  3059. int main(void) {
  3060. /* If it's not defined as a macro, try to use as a symbol */
  3061. #ifndef issignaling
  3062. issignaling;
  3063. #endif
  3064. return 0;
  3065. }
  3066. -----------
  3067. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp15g9vp43/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp15g9vp43/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D_GNU_SOURCE` -> 0
  3068. stderr:
  3069. In file included from /usr/include/bits/libc-header-start.h:33,
  3070. from /usr/include/math.h:27,
  3071. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp15g9vp43/testfile.c:2:
  3072. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3073. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3074. | ^~~~~~~
  3075. -----------
  3076. Header "math.h" has symbol "issignaling" : YES
  3077. Running compile:
  3078. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1fh721wc
  3079. Code:
  3080.  
  3081. #define posix_memalign meson_disable_define_of_posix_memalign
  3082.  
  3083. #include <limits.h>
  3084. #undef posix_memalign
  3085.  
  3086. #ifdef __cplusplus
  3087. extern "C"
  3088. #endif
  3089. char posix_memalign (void);
  3090.  
  3091. #if defined __stub_posix_memalign || defined __stub___posix_memalign
  3092. fail fail fail this function is not going to work
  3093. #endif
  3094.  
  3095. int main(void) {
  3096. return posix_memalign ();
  3097. }
  3098. -----------
  3099. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1fh721wc/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1fh721wc/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3100. stderr:
  3101. In file included from /usr/include/bits/libc-header-start.h:33,
  3102. from /usr/include/limits.h:26,
  3103. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  3104. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  3105. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  3106. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp1fh721wc/testfile.c:4:
  3107. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3108. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3109. | ^~~~~~~
  3110. -----------
  3111. Checking for function "posix_memalign" : YES
  3112. Running compile:
  3113. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpubhcwgpi
  3114. Code:
  3115. #include <sys/types.h>
  3116. #include <dirent.h>
  3117. void bar(void) {
  3118. struct dirent foo;
  3119. (void) ( foo.d_type );
  3120.  
  3121. (void) foo;
  3122. }
  3123. -----------
  3124. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpubhcwgpi/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpubhcwgpi/output.obj -c -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
  3125. stderr:
  3126. In file included from /usr/include/sys/types.h:25,
  3127. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpubhcwgpi/testfile.c:1:
  3128. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3129. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3130. | ^~~~~~~
  3131. -----------
  3132. Checking whether type "struct dirent" has member "d_type" : YES
  3133. Running compile:
  3134. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmptvkb1jns
  3135. Code:
  3136.  
  3137. #define _GNU_SOURCE
  3138. #include <stdlib.h>
  3139. #include <locale.h>
  3140. #ifdef HAVE_XLOCALE_H
  3141. #include <xlocale.h>
  3142. #endif
  3143. int main() {
  3144. locale_t loc = newlocale(LC_CTYPE_MASK, "C", NULL);
  3145. const char *s = "1.0";
  3146. char *end;
  3147. double d = strtod_l(s, &end, loc);
  3148. float f = strtof_l(s, &end, loc);
  3149. freelocale(loc);
  3150. return 0;
  3151. }
  3152. -----------
  3153. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmptvkb1jns/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmptvkb1jns/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="25.0.4-arch1.1"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DHAVE_OPENGL=1 -DHAVE_OPENGL_ES_1=0 -DHAVE_OPENGL_ES_2=1 -DHAVE_R300 -DHAVE_R600 -DHAVE_RADEONSI -DHAVE_NOUVEAU -DHAVE_VIRGL -DHAVE_SVGA -DHAVE_LLVMPIPE -DHAVE_SOFTPIPE -DHAVE_IRIS -DHAVE_CROCUS -DHAVE_I915 -DHAVE_ZINK -DHAVE_D3D12 -DHAVE_SWRAST -DHAVE_NVK -DVIDEO_CODEC_VC1DEC=1 -DVIDEO_CODEC_H264DEC=1 -DVIDEO_CODEC_H264ENC=1 -DVIDEO_CODEC_H265DEC=1 -DVIDEO_CODEC_H265ENC=1 -DVIDEO_CODEC_AV1DEC=1 -DVIDEO_CODEC_AV1ENC=1 -DVIDEO_CODEC_VP9DEC=1 -DHAVE_X11_PLATFORM -DHAVE_WAYLAND_PLATFORM -DHAVE_SURFACELESS_PLATFORM -DHAVE_DRM_PLATFORM -DHAVE_XCB_PLATFORM -DUSE_LIBGLVND=1 -DHAVE_GALLIUM_D3D12_VIDEO -DHAVE_ST_VDPAU -DHAVE_VA_SURFACE_ATTRIB_DRM_FORMAT_MODIFIERS -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DGLAPI_EXPORT_PROTO_ENTRY_POINTS=0 -DALLOW_KCMP -DMESA_DEBUG=0 -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_OPTIMIZE -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -DHAVE_UINT128 -DHAVE_REALLOCARRAY -DHAVE_FMEMOPEN -D_GNU_SOURCE -DUSE_SSE41 -DHAVE___BUILTIN_IA32_CLFLUSHOPT -DUSE_GCC_ATOMIC_BUILTINS -DUSE_X86_64_ASM -DMAJOR_IN_SYSMACROS -DHAS_SCHED_H -DHAS_SCHED_GETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_SYS_INOTIFY_H -DHAVE_LINUX_UDMABUF_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_MEMFD_CREATE -DHAVE_RANDOM_R -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_GETRANDOM -DHAVE_POSIX_FALLOCATE -DHAVE_SECURE_GETENV -DHAVE_GNU_QSORT_R -DHAVE_STRUCT_TIMESPEC -DHAVE_PROGRAM_INVOCATION_NAME -DHAVE_ISSIGNALING -DHAVE_POSIX_MEMALIGN -DHAVE_DIRENT_D_TYPE -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3154. stderr:
  3155. /tmp/samuel/Volatile/mesa/src/build/meson-private/tmptvkb1jns/testfile.c:2:13: warning: "_GNU_SOURCE" redefined
  3156. 2 | #define _GNU_SOURCE
  3157. | ^~~~~~~~~~~
  3158. <command-line>: note: this is the location of the previous definition
  3159. In file included from /usr/include/bits/libc-header-start.h:33,
  3160. from /usr/include/stdlib.h:26,
  3161. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmptvkb1jns/testfile.c:3:
  3162. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3163. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3164. | ^~~~~~~
  3165. -----------
  3166. Checking if "strtod has locale support" links: YES
  3167. Running compile:
  3168. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp9qmb5u3j
  3169. Code:
  3170. int main() { return 0; }
  3171. -----------
  3172. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp9qmb5u3j/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp9qmb5u3j/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-Bsymbolic -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3173. Checking if "Bsymbolic" links: YES
  3174. Running compile:
  3175. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwqi194z7
  3176. Code:
  3177. int main() { return 0; }
  3178. -----------
  3179. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwqi194z7/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwqi194z7/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,--version-script=/tmp/samuel/Volatile/mesa/src/mesa-25.0.4/build-support/conftest.map -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3180. Checking if "version-script" links: YES
  3181. Running compile:
  3182. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpaqagucy3
  3183. Code:
  3184. int main() { return 0; }
  3185. -----------
  3186. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpaqagucy3/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpaqagucy3/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,--dynamic-list=/tmp/samuel/Volatile/mesa/src/mesa-25.0.4/build-support/conftest.dyn -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3187. Checking if "dynamic-list" links: YES
  3188. Running compile:
  3189. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwxt486tv
  3190. Code:
  3191. int main(void) { return 0; }
  3192.  
  3193. -----------
  3194. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwxt486tv/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpwxt486tv/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--build-id=sha1 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3195. Compiler for C supports link arguments -Wl,--build-id=sha1: YES
  3196. Running compile:
  3197. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpp7vgbu7v
  3198. Code:
  3199.  
  3200. #define dlopen meson_disable_define_of_dlopen
  3201.  
  3202. #include <limits.h>
  3203. #undef dlopen
  3204.  
  3205. #ifdef __cplusplus
  3206. extern "C"
  3207. #endif
  3208. char dlopen (void);
  3209.  
  3210. #if defined __stub_dlopen || defined __stub___dlopen
  3211. fail fail fail this function is not going to work
  3212. #endif
  3213.  
  3214. int main(void) {
  3215. return dlopen ();
  3216. }
  3217. -----------
  3218. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpp7vgbu7v/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpp7vgbu7v/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3219. stderr:
  3220. In file included from /usr/include/bits/libc-header-start.h:33,
  3221. from /usr/include/limits.h:26,
  3222. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  3223. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  3224. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  3225. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpp7vgbu7v/testfile.c:4:
  3226. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3227. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3228. | ^~~~~~~
  3229. -----------
  3230. Checking for function "dlopen" : YES
  3231. Running compile:
  3232. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmps1a_7wdf
  3233. Code:
  3234.  
  3235. #define dladdr meson_disable_define_of_dladdr
  3236.  
  3237. #include <limits.h>
  3238. #undef dladdr
  3239.  
  3240. #ifdef __cplusplus
  3241. extern "C"
  3242. #endif
  3243. char dladdr (void);
  3244.  
  3245. #if defined __stub_dladdr || defined __stub___dladdr
  3246. fail fail fail this function is not going to work
  3247. #endif
  3248.  
  3249. int main(void) {
  3250. return dladdr ();
  3251. }
  3252. -----------
  3253. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmps1a_7wdf/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmps1a_7wdf/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3254. stderr:
  3255. In file included from /usr/include/bits/libc-header-start.h:33,
  3256. from /usr/include/limits.h:26,
  3257. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  3258. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  3259. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  3260. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmps1a_7wdf/testfile.c:4:
  3261. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3262. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3263. | ^~~~~~~
  3264. -----------
  3265. Checking for function "dladdr" with dependency : YES
  3266. Running compile:
  3267. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5v0rqsh_
  3268. Code:
  3269.  
  3270. #define dl_iterate_phdr meson_disable_define_of_dl_iterate_phdr
  3271.  
  3272. #include <limits.h>
  3273. #undef dl_iterate_phdr
  3274.  
  3275. #ifdef __cplusplus
  3276. extern "C"
  3277. #endif
  3278. char dl_iterate_phdr (void);
  3279.  
  3280. #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr
  3281. fail fail fail this function is not going to work
  3282. #endif
  3283.  
  3284. int main(void) {
  3285. return dl_iterate_phdr ();
  3286. }
  3287. -----------
  3288. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5v0rqsh_/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5v0rqsh_/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3289. stderr:
  3290. In file included from /usr/include/bits/libc-header-start.h:33,
  3291. from /usr/include/limits.h:26,
  3292. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  3293. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  3294. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  3295. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmp5v0rqsh_/testfile.c:4:
  3296. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3297. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3298. | ^~~~~~~
  3299. -----------
  3300. Checking for function "dl_iterate_phdr" : YES
  3301. Running compile:
  3302. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpypsl_tdd
  3303. Code:
  3304.  
  3305. #define clock_gettime meson_disable_define_of_clock_gettime
  3306.  
  3307. #include <limits.h>
  3308. #undef clock_gettime
  3309.  
  3310. #ifdef __cplusplus
  3311. extern "C"
  3312. #endif
  3313. char clock_gettime (void);
  3314.  
  3315. #if defined __stub_clock_gettime || defined __stub___clock_gettime
  3316. fail fail fail this function is not going to work
  3317. #endif
  3318.  
  3319. int main(void) {
  3320. return clock_gettime ();
  3321. }
  3322. -----------
  3323. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpypsl_tdd/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpypsl_tdd/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3324. stderr:
  3325. In file included from /usr/include/bits/libc-header-start.h:33,
  3326. from /usr/include/limits.h:26,
  3327. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:210,
  3328. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h:7,
  3329. from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h:34,
  3330. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpypsl_tdd/testfile.c:4:
  3331. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3332. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3333. | ^~~~~~~
  3334. -----------
  3335. Checking for function "clock_gettime" : YES
  3336. Determining dependency 'zlib' with pkg-config executable '/usr/bin/pkg-config'
  3337. env[PKG_CONFIG_PATH]:
  3338. env[PKG_CONFIG]: /usr/bin/pkg-config
  3339. -----------
  3340. Called: `/usr/bin/pkg-config --modversion zlib` -> 0
  3341. stdout:
  3342. 1.3.1
  3343. -----------
  3344. env[PKG_CONFIG_PATH]:
  3345. env[PKG_CONFIG]: /usr/bin/pkg-config
  3346. -----------
  3347. Called: `/usr/bin/pkg-config --cflags zlib` -> 0
  3348. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  3349. env[PKG_CONFIG_PATH]:
  3350. env[PKG_CONFIG]: /usr/bin/pkg-config
  3351. -----------
  3352. Called: `/usr/bin/pkg-config --libs zlib` -> 0
  3353. stdout:
  3354. -L/usr/lib -lz
  3355. -----------
  3356. env[PKG_CONFIG_PATH]:
  3357. env[PKG_CONFIG]: /usr/bin/pkg-config
  3358. -----------
  3359. Called: `/usr/bin/pkg-config --libs zlib` -> 0
  3360. stdout:
  3361. -lz
  3362. -----------
  3363. Run-time dependency zlib found: YES 1.3.1
  3364. Determining dependency 'libzstd' with pkg-config executable '/usr/bin/pkg-config'
  3365. env[PKG_CONFIG_PATH]:
  3366. env[PKG_CONFIG]: /usr/bin/pkg-config
  3367. -----------
  3368. Called: `/usr/bin/pkg-config --modversion libzstd` -> 0
  3369. stdout:
  3370. 1.5.7
  3371. -----------
  3372. env[PKG_CONFIG_PATH]:
  3373. env[PKG_CONFIG]: /usr/bin/pkg-config
  3374. -----------
  3375. Called: `/usr/bin/pkg-config --cflags libzstd` -> 0
  3376. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  3377. env[PKG_CONFIG_PATH]:
  3378. env[PKG_CONFIG]: /usr/bin/pkg-config
  3379. -----------
  3380. Called: `/usr/bin/pkg-config --libs libzstd` -> 0
  3381. stdout:
  3382. -L/usr/lib -lzstd
  3383. -----------
  3384. env[PKG_CONFIG_PATH]:
  3385. env[PKG_CONFIG]: /usr/bin/pkg-config
  3386. -----------
  3387. Called: `/usr/bin/pkg-config --libs libzstd` -> 0
  3388. stdout:
  3389. -lzstd
  3390. -----------
  3391. Run-time dependency libzstd found: YES 1.5.7
  3392. Run-time dependency threads found: YES
  3393. Running compile:
  3394. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpfyfmz1gz
  3395. Code:
  3396. #include <pthread.h>
  3397. #include <limits.h>
  3398.  
  3399. #if defined __stub_pthread_setaffinity_np || defined __stub___pthread_setaffinity_np
  3400. fail fail fail this function is not going to work
  3401. #endif
  3402.  
  3403. int main(void) {
  3404. void *a = (void*) &pthread_setaffinity_np;
  3405. long long b = (long long) a;
  3406. return (int) b;
  3407. }
  3408. -----------
  3409. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpfyfmz1gz/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpfyfmz1gz/output.exe -pthread -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3410. stderr:
  3411. In file included from /usr/include/pthread.h:21,
  3412. from /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpfyfmz1gz/testfile.c:1:
  3413. /usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3414. 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3415. | ^~~~~~~
  3416. -----------
  3417. Checking for function "pthread_setaffinity_np" with dependency threads: YES
  3418. Determining dependency 'expat' with pkg-config executable '/usr/bin/pkg-config'
  3419. env[PKG_CONFIG_PATH]:
  3420. env[PKG_CONFIG]: /usr/bin/pkg-config
  3421. -----------
  3422. Called: `/usr/bin/pkg-config --modversion expat` -> 0
  3423. stdout:
  3424. 2.7.1
  3425. -----------
  3426. env[PKG_CONFIG_PATH]:
  3427. env[PKG_CONFIG]: /usr/bin/pkg-config
  3428. -----------
  3429. Called: `/usr/bin/pkg-config --cflags expat` -> 0
  3430. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  3431. env[PKG_CONFIG_PATH]:
  3432. env[PKG_CONFIG]: /usr/bin/pkg-config
  3433. -----------
  3434. Called: `/usr/bin/pkg-config --libs expat` -> 0
  3435. stdout:
  3436. -L/usr/lib -lexpat
  3437. -----------
  3438. env[PKG_CONFIG_PATH]:
  3439. env[PKG_CONFIG]: /usr/bin/pkg-config
  3440. -----------
  3441. Called: `/usr/bin/pkg-config --libs expat` -> 0
  3442. stdout:
  3443. -lexpat
  3444. -----------
  3445. Run-time dependency expat found: YES 2.7.1
  3446. Running compile:
  3447. Working directory: /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpkncuj9v2
  3448. Code:
  3449. int main(void) { return 0; }
  3450.  
  3451. -----------
  3452. Command line: `cc /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpkncuj9v2/testfile.c -o /tmp/samuel/Volatile/mesa/src/build/meson-private/tmpkncuj9v2/output.exe -march=x86-64 -mtune=generic -Os -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/tmp/samuel/Volatile/mesa/src=/usr/src/debug/mesa -g1 -D_FILE_OFFSET_BITS=64 -O0 -lm -Wl,--allow-shlib-undefined -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 0
  3453. Library m found: YES
  3454. Message: libdrm 2.4.121 needed because amdgpu has the highest requirement
  3455. Determining dependency 'libdrm_intel' with pkg-config executable '/usr/bin/pkg-config'
  3456. env[PKG_CONFIG_PATH]:
  3457. env[PKG_CONFIG]: /usr/bin/pkg-config
  3458. -----------
  3459. Called: `/usr/bin/pkg-config --modversion libdrm_intel` -> 0
  3460. stdout:
  3461. 2.4.124
  3462. -----------
  3463. env[PKG_CONFIG_PATH]:
  3464. env[PKG_CONFIG]: /usr/bin/pkg-config
  3465. -----------
  3466. Called: `/usr/bin/pkg-config --cflags libdrm_intel` -> 0
  3467. stdout:
  3468. -I/usr/include/libdrm
  3469. -----------
  3470. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  3471. env[PKG_CONFIG_PATH]:
  3472. env[PKG_CONFIG]: /usr/bin/pkg-config
  3473. -----------
  3474. Called: `/usr/bin/pkg-config --libs libdrm_intel` -> 0
  3475. stdout:
  3476. -L/usr/lib -ldrm_intel -ldrm
  3477. -----------
  3478. env[PKG_CONFIG_PATH]:
  3479. env[PKG_CONFIG]: /usr/bin/pkg-config
  3480. -----------
  3481. Called: `/usr/bin/pkg-config --libs libdrm_intel` -> 0
  3482. stdout:
  3483. -ldrm_intel -ldrm
  3484. -----------
  3485. Run-time dependency libdrm_intel found: YES 2.4.124
  3486. Determining dependency 'libdrm_amdgpu' with pkg-config executable '/usr/bin/pkg-config'
  3487. env[PKG_CONFIG_PATH]:
  3488. env[PKG_CONFIG]: /usr/bin/pkg-config
  3489. -----------
  3490. Called: `/usr/bin/pkg-config --modversion libdrm_amdgpu` -> 0
  3491. stdout:
  3492. 2.4.124
  3493. -----------
  3494. env[PKG_CONFIG_PATH]:
  3495. env[PKG_CONFIG]: /usr/bin/pkg-config
  3496. -----------
  3497. Called: `/usr/bin/pkg-config --cflags libdrm_amdgpu` -> 0
  3498. stdout:
  3499. -I/usr/include/libdrm
  3500. -----------
  3501. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  3502. env[PKG_CONFIG_PATH]:
  3503. env[PKG_CONFIG]: /usr/bin/pkg-config
  3504. -----------
  3505. Called: `/usr/bin/pkg-config --libs libdrm_amdgpu` -> 0
  3506. stdout:
  3507. -L/usr/lib -ldrm_amdgpu
  3508. -----------
  3509. env[PKG_CONFIG_PATH]:
  3510. env[PKG_CONFIG]: /usr/bin/pkg-config
  3511. -----------
  3512. Called: `/usr/bin/pkg-config --libs libdrm_amdgpu` -> 0
  3513. stdout:
  3514. -ldrm_amdgpu
  3515. -----------
  3516. Run-time dependency libdrm_amdgpu found: YES 2.4.124
  3517. Determining dependency 'libdrm' with pkg-config executable '/usr/bin/pkg-config'
  3518. env[PKG_CONFIG_PATH]:
  3519. env[PKG_CONFIG]: /usr/bin/pkg-config
  3520. -----------
  3521. Called: `/usr/bin/pkg-config --modversion libdrm` -> 0
  3522. stdout:
  3523. 2.4.124
  3524. -----------
  3525. env[PKG_CONFIG_PATH]:
  3526. env[PKG_CONFIG]: /usr/bin/pkg-config
  3527. -----------
  3528. Called: `/usr/bin/pkg-config --cflags libdrm` -> 0
  3529. stdout:
  3530. -I/usr/include/libdrm
  3531. -----------
  3532. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  3533. env[PKG_CONFIG_PATH]:
  3534. env[PKG_CONFIG]: /usr/bin/pkg-config
  3535. -----------
  3536. Called: `/usr/bin/pkg-config --libs libdrm` -> 0
  3537. stdout:
  3538. -L/usr/lib -ldrm
  3539. -----------
  3540. env[PKG_CONFIG_PATH]:
  3541. env[PKG_CONFIG]: /usr/bin/pkg-config
  3542. -----------
  3543. Called: `/usr/bin/pkg-config --libs libdrm` -> 0
  3544. stdout:
  3545. -ldrm
  3546. -----------
  3547. Run-time dependency libdrm found: YES 2.4.124
  3548. Determining dependency 'libudev' with pkg-config executable '/usr/bin/pkg-config'
  3549. env[PKG_CONFIG_PATH]:
  3550. env[PKG_CONFIG]: /usr/bin/pkg-config
  3551. -----------
  3552. Called: `/usr/bin/pkg-config --modversion libudev` -> 0
  3553. stdout:
  3554. 257
  3555. -----------
  3556. env[PKG_CONFIG_PATH]:
  3557. env[PKG_CONFIG]: /usr/bin/pkg-config
  3558. -----------
  3559. Called: `/usr/bin/pkg-config --cflags libudev` -> 0
  3560. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  3561. env[PKG_CONFIG_PATH]:
  3562. env[PKG_CONFIG]: /usr/bin/pkg-config
  3563. -----------
  3564. Called: `/usr/bin/pkg-config --libs libudev` -> 0
  3565. stdout:
  3566. -L/usr/lib -ludev
  3567. -----------
  3568. env[PKG_CONFIG_PATH]:
  3569. env[PKG_CONFIG]: /usr/bin/pkg-config
  3570. -----------
  3571. Called: `/usr/bin/pkg-config --libs libudev` -> 0
  3572. stdout:
  3573. -ludev
  3574. -----------
  3575. Run-time dependency libudev found: YES 257
  3576. llvm-config binary missing from cross or native file, or env var undefined.
  3577. Trying a default llvm-config fallback at llvm-config
  3578. Trying a default llvm-config fallback at llvm-config-20.1
  3579. Trying a default llvm-config fallback at llvm-config20.1
  3580. Trying a default llvm-config fallback at llvm-config-20
  3581. Trying a default llvm-config fallback at llvm-config20
  3582. Trying a default llvm-config fallback at llvm-config-19.1
  3583. Trying a default llvm-config fallback at llvm-config19.1
  3584. Trying a default llvm-config fallback at llvm-config-19
  3585. Trying a default llvm-config fallback at llvm-config19
  3586. Trying a default llvm-config fallback at llvm-config-18.1
  3587. Trying a default llvm-config fallback at llvm-config18.1
  3588. Trying a default llvm-config fallback at llvm-config-18
  3589. Trying a default llvm-config fallback at llvm-config18
  3590. Trying a default llvm-config fallback at llvm-config-17
  3591. Trying a default llvm-config fallback at llvm-config17
  3592. Trying a default llvm-config fallback at llvm-config-16
  3593. Trying a default llvm-config fallback at llvm-config16
  3594. Trying a default llvm-config fallback at llvm-config-15
  3595. Trying a default llvm-config fallback at llvm-config15
  3596. Trying a default llvm-config fallback at llvm-config-14
  3597. Trying a default llvm-config fallback at llvm-config14
  3598. Trying a default llvm-config fallback at llvm-config-13
  3599. Trying a default llvm-config fallback at llvm-config13
  3600. Trying a default llvm-config fallback at llvm-config-12
  3601. Trying a default llvm-config fallback at llvm-config12
  3602. Trying a default llvm-config fallback at llvm-config-11
  3603. Trying a default llvm-config fallback at llvm-config11
  3604. Trying a default llvm-config fallback at llvm-config-10
  3605. Trying a default llvm-config fallback at llvm-config10
  3606. Trying a default llvm-config fallback at llvm-config-9
  3607. Trying a default llvm-config fallback at llvm-config90
  3608. Trying a default llvm-config fallback at llvm-config-8
  3609. Trying a default llvm-config fallback at llvm-config80
  3610. Trying a default llvm-config fallback at llvm-config-7
  3611. Trying a default llvm-config fallback at llvm-config70
  3612. Trying a default llvm-config fallback at llvm-config-6.0
  3613. Trying a default llvm-config fallback at llvm-config60
  3614. Trying a default llvm-config fallback at llvm-config-5.0
  3615. Trying a default llvm-config fallback at llvm-config50
  3616. Trying a default llvm-config fallback at llvm-config-4.0
  3617. Trying a default llvm-config fallback at llvm-config40
  3618. Trying a default llvm-config fallback at llvm-config-3.9
  3619. Trying a default llvm-config fallback at llvm-config39
  3620. Trying a default llvm-config fallback at llvm-config-3.8
  3621. Trying a default llvm-config fallback at llvm-config38
  3622. Trying a default llvm-config fallback at llvm-config-3.7
  3623. Trying a default llvm-config fallback at llvm-config37
  3624. Trying a default llvm-config fallback at llvm-config-3.6
  3625. Trying a default llvm-config fallback at llvm-config36
  3626. Trying a default llvm-config fallback at llvm-config-3.5
  3627. Trying a default llvm-config fallback at llvm-config35
  3628. Trying a default llvm-config fallback at llvm-config-20
  3629. Trying a default llvm-config fallback at llvm-config-devel
  3630. Trying a default llvm-config fallback at llvm-config-64
  3631. llvm-config found: YES (/usr/bin/llvm-config) 19.1.7
  3632. -----------
  3633. Called: `/usr/bin/llvm-config --components` -> 0
  3634. stdout:
  3635. aarch64 aarch64asmparser aarch64codegen aarch64desc aarch64disassembler aarch64info aarch64utils aggressiveinstcombine all all-targets amdgpu amdgpuasmparser amdgpucodegen amdgpudesc amdgpudisassembler amdgpuinfo amdgputargetmca amdgpuutils analysis arm armasmparser armcodegen armdesc armdisassembler arminfo armutils asmparser asmprinter avr avrasmparser avrcodegen avrdesc avrdisassembler avrinfo binaryformat bitreader bitstreamreader bitwriter bpf bpfasmparser bpfcodegen bpfdesc bpfdisassembler bpfinfo cfguard codegen codegendata codegentypes core coroutines coverage debuginfobtf debuginfocodeview debuginfodwarf debuginfogsym debuginfologicalview debuginfomsf debuginfopdb demangle dlltooldriver dwarflinker dwarflinkerclassic dwarflinkerparallel dwp engine executionengine extensions filecheck frontenddriver frontendhlsl frontendoffloading frontendopenacc frontendopenmp fuzzercli fuzzmutate globalisel hexagon hexagonasmparser hexagoncodegen hexagondesc hexagondisassembler hexagoninfo hipstdpar instcombine instrumentation interfacestub interpreter ipo irprinter irreader jitlink lanai lanaiasmparser lanaicodegen lanaidesc lanaidisassembler lanaiinfo libdriver lineeditor linker loongarch loongarchasmparser loongarchcodegen loongarchdesc loongarchdisassembler loongarchinfo lto mc mca mcdisassembler mcjit mcparser mips mipsasmparser mipscodegen mipsdesc mipsdisassembler mipsinfo mirparser msp430 msp430asmparser msp430codegen msp430desc msp430disassembler msp430info native nativecodegen nvptx nvptxcodegen nvptxdesc nvptxinfo objcarcopts objcopy object objectyaml option orcdebugging orcjit orcshared orctargetprocess passes perfjitevents powerpc powerpcasmparser powerpccodegen powerpcdesc powerpcdisassembler powerpcinfo profiledata remarks riscv riscvasmparser riscvcodegen riscvdesc riscvdisassembler riscvinfo riscvtargetmca runtimedyld sandboxir scalaropts selectiondag sparc sparcasmparser sparccodegen sparcdesc sparcdisassembler sparcinfo support symbolize systemz systemzasmparser systemzcodegen systemzdesc systemzdisassembler systemzinfo tablegen target targetparser textapi textapibinaryreader transformutils ve veasmparser vecodegen vectorize vedesc vedisassembler veinfo webassembly webassemblyasmparser webassemblycodegen webassemblydesc webassemblydisassembler webassemblyinfo webassemblyutils windowsdriver windowsmanifest x86 x86asmparser x86codegen x86desc x86disassembler x86info x86targetmca xcore xcorecodegen xcoredesc xcoredisassembler xcoreinfo xray
  3636. -----------
  3637. -----------
  3638. Called: `/usr/bin/llvm-config --cppflags` -> 0
  3639. stdout:
  3640. -I/usr/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
  3641. -----------
  3642. -----------
  3643. Called: `/usr/bin/llvm-config --shared-mode` -> 0
  3644. stdout:
  3645. shared
  3646. -----------
  3647. -----------
  3648. Called: `/usr/bin/llvm-config --libfiles --link-static` -> 0
  3649. stdout:
  3650. /usr/lib/libLLVMWindowsManifest.a /usr/lib/libLLVMXRay.a /usr/lib/libLLVMLibDriver.a /usr/lib/libLLVMDlltoolDriver.a /usr/lib/libLLVMTextAPIBinaryReader.a /usr/lib/libLLVMCoverage.a /usr/lib/libLLVMLineEditor.a /usr/lib/libLLVMSandboxIR.a /usr/lib/libLLVMXCoreDisassembler.a /usr/lib/libLLVMXCoreCodeGen.a /usr/lib/libLLVMXCoreDesc.a /usr/lib/libLLVMXCoreInfo.a /usr/lib/libLLVMX86TargetMCA.a /usr/lib/libLLVMX86Disassembler.a /usr/lib/libLLVMX86AsmParser.a /usr/lib/libLLVMX86CodeGen.a /usr/lib/libLLVMX86Desc.a /usr/lib/libLLVMX86Info.a /usr/lib/libLLVMWebAssemblyDisassembler.a /usr/lib/libLLVMWebAssemblyAsmParser.a /usr/lib/libLLVMWebAssemblyCodeGen.a /usr/lib/libLLVMWebAssemblyUtils.a /usr/lib/libLLVMWebAssemblyDesc.a /usr/lib/libLLVMWebAssemblyInfo.a /usr/lib/libLLVMVEDisassembler.a /usr/lib/libLLVMVEAsmParser.a /usr/lib/libLLVMVECodeGen.a /usr/lib/libLLVMVEDesc.a /usr/lib/libLLVMVEInfo.a /usr/lib/libLLVMSystemZDisassembler.a /usr/lib/libLLVMSystemZAsmParser.a /usr/lib/libLLVMSystemZCodeGen.a /usr/lib/libLLVMSystemZDesc.a /usr/lib/libLLVMSystemZInfo.a /usr/lib/libLLVMSparcDisassembler.a /usr/lib/libLLVMSparcAsmParser.a /usr/lib/libLLVMSparcCodeGen.a /usr/lib/libLLVMSparcDesc.a /usr/lib/libLLVMSparcInfo.a /usr/lib/libLLVMRISCVTargetMCA.a /usr/lib/libLLVMRISCVDisassembler.a /usr/lib/libLLVMRISCVAsmParser.a /usr/lib/libLLVMRISCVCodeGen.a /usr/lib/libLLVMRISCVDesc.a /usr/lib/libLLVMRISCVInfo.a /usr/lib/libLLVMPowerPCDisassembler.a /usr/lib/libLLVMPowerPCAsmParser.a /usr/lib/libLLVMPowerPCCodeGen.a /usr/lib/libLLVMPowerPCDesc.a /usr/lib/libLLVMPowerPCInfo.a /usr/lib/libLLVMNVPTXCodeGen.a /usr/lib/libLLVMNVPTXDesc.a /usr/lib/libLLVMNVPTXInfo.a /usr/lib/libLLVMMSP430Disassembler.a /usr/lib/libLLVMMSP430AsmParser.a /usr/lib/libLLVMMSP430CodeGen.a /usr/lib/libLLVMMSP430Desc.a /usr/lib/libLLVMMSP430Info.a /usr/lib/libLLVMMipsDisassembler.a /usr/lib/libLLVMMipsAsmParser.a /usr/lib/libLLVMMipsCodeGen.a /usr/lib/libLLVMMipsDesc.a /usr/lib/libLLVMMipsInfo.a /usr/lib/libLLVMLoongArchDisassembler.a /usr/lib/libLLVMLoongArchAsmParser.a /usr/lib/libLLVMLoongArchCodeGen.a /usr/lib/libLLVMLoongArchDesc.a /usr/lib/libLLVMLoongArchInfo.a /usr/lib/libLLVMLanaiDisassembler.a /usr/lib/libLLVMLanaiCodeGen.a /usr/lib/libLLVMLanaiAsmParser.a /usr/lib/libLLVMLanaiDesc.a /usr/lib/libLLVMLanaiInfo.a /usr/lib/libLLVMHexagonDisassembler.a /usr/lib/libLLVMHexagonCodeGen.a /usr/lib/libLLVMHexagonAsmParser.a /usr/lib/libLLVMHexagonDesc.a /usr/lib/libLLVMHexagonInfo.a /usr/lib/libLLVMBPFDisassembler.a /usr/lib/libLLVMBPFAsmParser.a /usr/lib/libLLVMBPFCodeGen.a /usr/lib/libLLVMBPFDesc.a /usr/lib/libLLVMBPFInfo.a /usr/lib/libLLVMAVRDisassembler.a /usr/lib/libLLVMAVRAsmParser.a /usr/lib/libLLVMAVRCodeGen.a /usr/lib/libLLVMAVRDesc.a /usr/lib/libLLVMAVRInfo.a /usr/lib/libLLVMARMDisassembler.a /usr/lib/libLLVMARMAsmParser.a /usr/lib/libLLVMARMCodeGen.a /usr/lib/libLLVMARMDesc.a /usr/lib/libLLVMARMUtils.a /usr/lib/libLLVMARMInfo.a /usr/lib/libLLVMAMDGPUTargetMCA.a /usr/lib/libLLVMAMDGPUDisassembler.a /usr/lib/libLLVMAMDGPUAsmParser.a /usr/lib/libLLVMAMDGPUCodeGen.a /usr/lib/libLLVMAMDGPUDesc.a /usr/lib/libLLVMAMDGPUUtils.a /usr/lib/libLLVMAMDGPUInfo.a /usr/lib/libLLVMAArch64Disassembler.a /usr/lib/libLLVMAArch64AsmParser.a /usr/lib/libLLVMAArch64CodeGen.a /usr/lib/libLLVMAArch64Desc.a /usr/lib/libLLVMAArch64Utils.a /usr/lib/libLLVMAArch64Info.a /usr/lib/libLLVMPerfJITEvents.a /usr/lib/libLLVMOrcDebugging.a /usr/lib/libLLVMOrcJIT.a /usr/lib/libLLVMWindowsDriver.a /usr/lib/libLLVMMCJIT.a /usr/lib/libLLVMJITLink.a /usr/lib/libLLVMInterpreter.a /usr/lib/libLLVMExecutionEngine.a /usr/lib/libLLVMRuntimeDyld.a /usr/lib/libLLVMOrcTargetProcess.a /usr/lib/libLLVMOrcShared.a /usr/lib/libLLVMDWP.a /usr/lib/libLLVMDebugInfoLogicalView.a /usr/lib/libLLVMDebugInfoGSYM.a /usr/lib/libLLVMOption.a /usr/lib/libLLVMObjectYAML.a /usr/lib/libLLVMObjCopy.a /usr/lib/libLLVMMCA.a /usr/lib/libLLVMMCDisassembler.a /usr/lib/libLLVMLTO.a /usr/lib/libLLVMPasses.a /usr/lib/libLLVMHipStdPar.a /usr/lib/libLLVMCFGuard.a /usr/lib/libLLVMCoroutines.a /usr/lib/libLLVMipo.a /usr/lib/libLLVMVectorize.a /usr/lib/libLLVMLinker.a /usr/lib/libLLVMInstrumentation.a /usr/lib/libLLVMFrontendOpenMP.a /usr/lib/libLLVMFrontendOffloading.a /usr/lib/libLLVMFrontendOpenACC.a /usr/lib/libLLVMFrontendHLSL.a /usr/lib/libLLVMFrontendDriver.a /usr/lib/libLLVMExtensions.a /usr/lib/libLLVMDWARFLinkerParallel.a /usr/lib/libLLVMDWARFLinkerClassic.a /usr/lib/libLLVMDWARFLinker.a /usr/lib/libLLVMCodeGenData.a /usr/lib/libLLVMGlobalISel.a /usr/lib/libLLVMMIRParser.a /usr/lib/libLLVMAsmPrinter.a /usr/lib/libLLVMSelectionDAG.a /usr/lib/libLLVMCodeGen.a /usr/lib/libLLVMTarget.a /usr/lib/libLLVMObjCARCOpts.a /usr/lib/libLLVMCodeGenTypes.a /usr/lib/libLLVMIRPrinter.a /usr/lib/libLLVMInterfaceStub.a /usr/lib/libLLVMFileCheck.a /usr/lib/libLLVMFuzzMutate.a /usr/lib/libLLVMScalarOpts.a /usr/lib/libLLVMInstCombine.a /usr/lib/libLLVMAggressiveInstCombine.a /usr/lib/libLLVMTransformUtils.a /usr/lib/libLLVMBitWriter.a /usr/lib/libLLVMAnalysis.a /usr/lib/libLLVMProfileData.a /usr/lib/libLLVMSymbolize.a /usr/lib/libLLVMDebugInfoBTF.a /usr/lib/libLLVMDebugInfoPDB.a /usr/lib/libLLVMDebugInfoMSF.a /usr/lib/libLLVMDebugInfoDWARF.a /usr/lib/libLLVMObject.a /usr/lib/libLLVMTextAPI.a /usr/lib/libLLVMMCParser.a /usr/lib/libLLVMIRReader.a /usr/lib/libLLVMAsmParser.a /usr/lib/libLLVMMC.a /usr/lib/libLLVMDebugInfoCodeView.a /usr/lib/libLLVMBitReader.a /usr/lib/libLLVMFuzzerCLI.a /usr/lib/libLLVMCore.a /usr/lib/libLLVMRemarks.a /usr/lib/libLLVMBitstreamReader.a /usr/lib/libLLVMBinaryFormat.a /usr/lib/libLLVMTargetParser.a /usr/lib/libLLVMTableGen.a /usr/lib/libLLVMSupport.a /usr/lib/libLLVMDemangle.a
  3651. -----------
  3652. -----------
  3653. Called: `/usr/bin/llvm-config --libs --ldflags --link-static --system-libs amdgpu asmparser bitreader bitwriter core coverage engine executionengine instcombine instrumentation ipo irreader libdriver linker lto mcdisassembler mcjit native objcarcopts option profiledata scalaropts target transformutils all-targets coroutines frontenddriver frontendhlsl frontendopenmp windowsdriver` -> 0
  3654. stdout:
  3655. -L/usr/lib
  3656. -lLLVMWindowsDriver -lLLVMFrontendHLSL -lLLVMFrontendDriver -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMWebAssemblyDisassembler -lLLVMWebAssemblyAsmParser -lLLVMWebAssemblyCodeGen -lLLVMWebAssemblyUtils -lLLVMWebAssemblyDesc -lLLVMWebAssemblyInfo -lLLVMVEDisassembler -lLLVMVEAsmParser -lLLVMVECodeGen -lLLVMVEDesc -lLLVMVEInfo -lLLVMSystemZDisassembler -lLLVMSystemZAsmParser -lLLVMSystemZCodeGen -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSparcDisassembler -lLLVMSparcAsmParser -lLLVMSparcCodeGen -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMRISCVTargetMCA -lLLVMRISCVDisassembler -lLLVMRISCVAsmParser -lLLVMRISCVCodeGen -lLLVMRISCVDesc -lLLVMRISCVInfo -lLLVMPowerPCDisassembler -lLLVMPowerPCAsmParser -lLLVMPowerPCCodeGen -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMMSP430Disassembler -lLLVMMSP430AsmParser -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMipsDisassembler -lLLVMMipsAsmParser -lLLVMMipsCodeGen -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMLoongArchDisassembler -lLLVMLoongArchAsmParser -lLLVMLoongArchCodeGen -lLLVMLoongArchDesc -lLLVMLoongArchInfo -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFAsmParser -lLLVMBPFCodeGen -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMAVRDisassembler -lLLVMAVRAsmParser -lLLVMAVRCodeGen -lLLVMAVRDesc -lLLVMAVRInfo -lLLVMARMDisassembler -lLLVMARMAsmParser -lLLVMARMCodeGen -lLLVMARMDesc -lLLVMARMUtils -lLLVMARMInfo -lLLVMAArch64Disassembler -lLLVMAArch64AsmParser -lLLVMAArch64CodeGen -lLLVMAArch64Desc -lLLVMAArch64Utils -lLLVMAArch64Info -lLLVMX86TargetMCA -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMMCJIT -lLLVMLTO -lLLVMExtensions -lLLVMLibDriver -lLLVMOption -lLLVMInterpreter -lLLVMExecutionEngine -lLLVMRuntimeDyld -lLLVMOrcTargetProcess -lLLVMOrcShared -lLLVMCoverage -lLLVMAMDGPUTargetMCA -lLLVMMCA -lLLVMAMDGPUDisassembler -lLLVMMCDisassembler -lLLVMAMDGPUAsmParser -lLLVMAMDGPUCodeGen -lLLVMPasses -lLLVMCoroutines -lLLVMCFGuard -lLLVMMIRParser -lLLVMIRPrinter -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMLinker -lLLVMFrontendOpenMP -lLLVMFrontendOffloading -lLLVMHipStdPar -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMCodeGen -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMAggressiveInstCombine -lLLVMObjCARCOpts -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAMDGPUDesc -lLLVMAMDGPUUtils -lLLVMCodeGenTypes -lLLVMAnalysis -lLLVMProfileData -lLLVMSymbolize -lLLVMDebugInfoBTF -lLLVMDebugInfoPDB -lLLVMDebugInfoMSF -lLLVMDebugInfoDWARF -lLLVMObject -lLLVMTextAPI -lLLVMMCParser -lLLVMIRReader -lLLVMAsmParser -lLLVMBitReader -lLLVMCore -lLLVMRemarks -lLLVMBitstreamReader -lLLVMAMDGPUInfo -lLLVMMC -lLLVMDebugInfoCodeView -lLLVMBinaryFormat -lLLVMTargetParser -lLLVMSupport -lLLVMDemangle
  3657. -lrt -ldl -lm -lz -lzstd.so.1.5.6 -lxml2
  3658. -----------
  3659. Run-time dependency LLVM (modules: amdgpu, asmparser, bitreader, bitwriter, core, coverage, engine, executionengine, instcombine, instrumentation, ipo, irreader, libdriver, linker, lto, mcdisassembler, mcjit, native, objcarcopts, option, profiledata, scalaropts, target, transformutils, all-targets, coroutines, frontenddriver, frontendhlsl, frontendopenmp, lto, windowsdriver) found: YES 19.1.7
  3660. Got config-tool variable has-rtti : YES
  3661. Determining dependency 'LLVMSPIRVLib' with pkg-config executable '/usr/bin/pkg-config'
  3662. env[PKG_CONFIG_PATH]:
  3663. env[PKG_CONFIG]: /usr/bin/pkg-config
  3664. -----------
  3665. Called: `/usr/bin/pkg-config --modversion LLVMSPIRVLib` -> 0
  3666. stdout:
  3667. 19.1.0.0
  3668. -----------
  3669. env[PKG_CONFIG_PATH]:
  3670. env[PKG_CONFIG]: /usr/bin/pkg-config
  3671. -----------
  3672. Called: `/usr/bin/pkg-config --cflags LLVMSPIRVLib` -> 0
  3673. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  3674. env[PKG_CONFIG_PATH]:
  3675. env[PKG_CONFIG]: /usr/bin/pkg-config
  3676. -----------
  3677. Called: `/usr/bin/pkg-config --libs LLVMSPIRVLib` -> 0
  3678. stdout:
  3679. -L/usr/lib -lLLVMSPIRVLib
  3680. -----------
  3681. env[PKG_CONFIG_PATH]:
  3682. env[PKG_CONFIG]: /usr/bin/pkg-config
  3683. -----------
  3684. Called: `/usr/bin/pkg-config --libs LLVMSPIRVLib` -> 0
  3685. stdout:
  3686. -lLLVMSPIRVLib
  3687. -----------
  3688. Run-time dependency llvmspirvlib found: YES 19.1.0.0
  3689. Determining dependency 'SPIRV-Tools' with pkg-config executable '/usr/bin/pkg-config'
  3690. env[PKG_CONFIG_PATH]:
  3691. env[PKG_CONFIG]: /usr/bin/pkg-config
  3692. -----------
  3693. Called: `/usr/bin/pkg-config --modversion SPIRV-Tools` -> 0
  3694. stdout:
  3695. 2025.1.1
  3696. -----------
  3697. env[PKG_CONFIG_PATH]:
  3698. env[PKG_CONFIG]: /usr/bin/pkg-config
  3699. -----------
  3700. Called: `/usr/bin/pkg-config --cflags SPIRV-Tools` -> 0
  3701. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  3702. env[PKG_CONFIG_PATH]:
  3703. env[PKG_CONFIG]: /usr/bin/pkg-config
  3704. -----------
  3705. Called: `/usr/bin/pkg-config --libs SPIRV-Tools` -> 0
  3706. stdout:
  3707. -L/usr/lib -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link
  3708. -----------
  3709. env[PKG_CONFIG_PATH]:
  3710. env[PKG_CONFIG]: /usr/bin/pkg-config
  3711. -----------
  3712. Called: `/usr/bin/pkg-config --libs SPIRV-Tools` -> 0
  3713. stdout:
  3714. -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link
  3715. -----------
  3716. Run-time dependency spirv-tools found: YES 2025.1.1
  3717. Got config-tool variable libdir : /usr/lib
  3718. Library clang-cpp found: YES
  3719.  
  3720. mesa-25.0.4/meson.build:1921:23: ERROR: C++ shared or static library 'clangBasic' not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement