Re: RHEL 8 HPC cluster meson.build:1680:13: ERROR: Neither a subproject directory nor a llvm.wrap file was found.

Rob Kudyba <[email protected]> Mon, 7 Aug 2023 16:42:32 -0400
Newsgroups gmane.comp.video.mesa3d.user
Message-ID <CAD6rq1VPUYaanxRZO5CbJD=d5R1AGiQiu-QEtBHmgBM9yrZTyw@mail.gmail.com>
--0000000000001a4c4406025b4ab6
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

I created a subprojects/llvm.wrap file containing:
[wrap-git]
url=3Dhttps://gitlab.gnome.org/GNOME/glib.git
revision=3Dglib-2-62
depth=3D1

[provide]
glib-2.0=3Dglib_dep
gobject-2.0=3Dgobject_dep
gio-2.0=3Dgio_dep
Which gets me further but still ends with:

llvm| Subproject *llvm* finished.


*WARNING:* Variable 'dep_llvm' in the subproject 'subprojects/llvm' is not
found

Dependency *llvm (modules: bitwriter, engine, mcdisassembler, mcjit, core,
executionengine, scalaropts, transformutils, instcombine, native)* from
subproject *subprojects/llvm* found: *NO*


../meson.build:1680:13: *ERROR:* Dependency 'llvm (modules: bitwriter,
engine, mcdisassembler, mcjit, core, executionengine, scalaropts,
transformutils, instcombine, native)' is required but not found.

Is this the correct place to ask?

On Fri, Jul 28, 2023 at 2:41=E2=80=AFPM Rob Kudyba <[email protected]> wr=
ote:

> Similar to the error mentioned in "I have build llvm and clang with
> source, set llvm-config path to environment variable, but when i tried to
> build mesa, it cant detect llvm subModule
> <https://github.com/mesonbuild/meson/issues/11503>" meson setup errors
> out with meson.build:1680:13: ERROR: Neither a subproject directory nor a
> llvm.wrap file was found.
>
> meson --version
> 1.2.0
> Installed into Anaconda 2022-3.
>
> I tried using various permutations of:
> -Dllvm=3Denabled -Dshared-llvm=3Denabled
> -Dcmake_prefix_path=3D/path/to/llvm/16.0.6/bin
> same error, here's the entire output.
>
> ~/.local/bin/meson setup -Dllvm=3Denabled -Dshared-llvm=3Denabled
> -Dcmake_prefix_path=3D/path/to/llvm/16.0.6/bin builddir/ --default-librar=
y
> shared --native-file custom-llvm.ini
> The Meson build system
> Version: 1.2.0
> Source dir: /path/to/me/mesa
> Build dir: /path/to/me/mesa/builddir
> Build type: native build
> Project name: mesa
> Project version: 23.3.0-devel
> C compiler for the host machine: cc (gcc 8.3.1 "cc (GCC) 8.3.1 20191121
> (Red Hat 8.3.1-5)")
> C linker for the host machine: cc ld.bfd 2.30-119
> C++ compiler for the host machine: c++ (gcc 13.0.1 "c++ (GCC) 13.0.1
> 20230412 (experimental)")
> C++ linker for the host machine: c++ ld.bfd 2.30-119
> Host machine cpu family: x86_64
> Host machine cpu: x86_64
> Checking if "-mtls-dialect=3Dgnu2" runs: YES
> Checking if "split TLSDESC" : links: YES
> Found pkg-config: /usr/bin/pkg-config (1.4.2)
> Found CMake: /path/to/cmake/cmake-3.22.1-linux-x86_64/bin/cmake (3.22.1)
> WARNING: CMake Toolchain: Failed to determine CMake compilers state
> Run-time dependency vdpau found: NO (tried pkgconfig and cmake)
> Program glslangValidator found: YES (/usr/bin/glslangValidator)
> Run-time dependency libomxil-bellagio found: NO (tried pkgconfig and cmak=
e)
> Run-time dependency libtizonia found: NO (tried pkgconfig and cmake)
> Run-time dependency libtizplatform found: NO (tried pkgconfig and cmake)
> Run-time dependency tizilheaders found: NO (tried pkgconfig and cmake)
> Run-time dependency libva found: NO (tried pkgconfig and cmake)
> Program python3 found: YES (/path/to/anaconda3-2022.05/bin/python3)
> Fetching value of define "ETIME" : 62
> Checking for function "bswap32" : YES
> Checking for function "bswap64" : YES
> Checking for function "clz" : YES
> Checking for function "clzll" : YES
> Checking for function "ctz" : YES
> Checking for function "expect" : YES
> Checking for function "ffs" : YES
> Checking for function "ffsll" : YES
> Checking for function "popcount" : YES
> Checking for function "popcountll" : YES
> Checking for function "unreachable" : YES
> Checking for function "types_compatible_p" : NO
> Compiler for C supports function attribute const: YES
> Compiler for C supports function attribute flatten: YES
> Compiler for C supports function attribute malloc: YES
> Compiler for C supports function attribute pure: YES
> Compiler for C supports function attribute unused: YES
> Compiler for C supports function attribute warn_unused_result: YES
> Compiler for C supports function attribute weak: YES
> Compiler for C supports function attribute format: YES
> Compiler for C supports function attribute packed: YES
> Compiler for C supports function attribute returns_nonnull: YES
> Compiler for C supports function attribute alias: YES
> Compiler for C supports function attribute noreturn: YES
> Compiler for C supports function attribute visibility:hidden: YES
> Checking if "__uint128_t" compiles: YES
> Checking for function "reallocarray" : YES
> Checking for function "fmemopen" : YES
> Checking if "gc-sections" : links: YES
> Compiler for C supports arguments -Werror=3Dimplicit-function-declaration=
:
> YES
> Compiler for C supports arguments -Werror=3Dmissing-prototypes: YES
> Compiler for C supports arguments -Werror=3Dreturn-type: YES
> Compiler for C supports arguments -Werror=3Dempty-body: YES
> Compiler for C supports arguments -Werror=3Dincompatible-pointer-types: Y=
ES
> Compiler for C supports arguments -Werror=3Dint-conversion: YES
> Compiler for C supports arguments -Wimplicit-fallthrough: YES
> Compiler for C supports arguments -Wmisleading-indentation: YES
> Compiler for C supports arguments -Wno-missing-field-initializers: YES
> Compiler for C supports arguments -Wno-format-truncation: YES
> Compiler for C supports arguments -Wno-nonnull-compare: YES
> Compiler for C supports arguments -fno-math-errno: YES
> Compiler for C supports arguments -fno-trapping-math: YES
> Compiler for C supports arguments -Qunused-arguments: NO
> Compiler for C supports arguments -fno-common: YES
> Compiler for C supports arguments -Wno-microsoft-enum-value: NO
> Compiler for C supports arguments -Wno-unused-function: YES
> Compiler for C supports arguments -Werror=3Dformat: YES
> Compiler for C supports arguments -Wformat-security: YES
> Compiler for C supports arguments -Werror=3Dthread-safety: NO
> Compiler for C supports arguments -ffunction-sections: YES
> Compiler for C supports arguments -fdata-sections: YES
> Compiler for C++ supports arguments -Werror=3Dreturn-type: YES
> Compiler for C++ supports arguments -Werror=3Dempty-body: YES
> Compiler for C++ supports arguments -Wmisleading-indentation: YES
> Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES
> Compiler for C++ supports arguments -Wno-missing-field-initializers: YES
> Compiler for C++ supports arguments -Wno-format-truncation: YES
> Compiler for C++ supports arguments -fno-math-errno: YES
> Compiler for C++ supports arguments -fno-trapping-math: YES
> Compiler for C++ supports arguments -Qunused-arguments: NO
> Compiler for C++ supports arguments -flifetime-dse=3D1: YES
> Compiler for C++ supports arguments -Wno-microsoft-enum-value: NO
> Compiler for C++ supports arguments -Werror=3Dformat: YES
> Compiler for C++ supports arguments -Wformat-security: YES
> Compiler for C++ supports arguments -ffunction-sections: YES
> Compiler for C++ supports arguments -fdata-sections: YES
> Compiler for C supports arguments -Wno-override-init: YES
> Compiler for C supports arguments -Wno-initializer-overrides: NO
> Compiler for C supports arguments -Werror=3Dpointer-arith: YES
> Compiler for C supports arguments -Werror=3Dvla: YES
> Compiler for C supports arguments -Werror=3Dgnu-empty-initializer: NO
> Compiler for C++ supports arguments -Werror=3Dpointer-arith: YES
> Compiler for C++ supports arguments -Werror=3Dvla: YES
> Compiler for C++ supports arguments -Werror=3Dgnu-empty-initializer: NO
> Checking if "GCC atomic builtins" compiles: YES
> Checking if "GCC atomic builtins required -latomic" : links: YES
> Checking if "GCC 64bit atomics" with dependency : links: YES
> Library ws2_32 found: NO
> Header "sys/sysmacros.h" has symbol "major" : YES
> Header "sys/sysmacros.h" has symbol "minor" : YES
> Header "sys/sysmacros.h" has symbol "makedev" : YES
> Header "sys/mkdev.h" has symbol "major" : NO
> Check usable header "sched.h" : YES
> Checking for function "sched_getaffinity" : YES
> Check usable header "xlocale.h" : NO
> Check usable header "linux/futex.h" : YES
> Check usable header "endian.h" : YES
> Check usable header "dlfcn.h" : YES
> Check usable header "sys/shm.h" : YES
> Check usable header "cet.h" : YES
> Check usable header "pthread_np.h" : NO
> Check usable header "renderdoc_app.h" : NO
> Check usable header "sys/inotify.h" : YES
> Checking for function "strtof" : YES
> Checking for function "mkostemp" : YES
> Checking for function "memfd_create" : YES
> Checking for function "random_r" : YES
> Checking for function "flock" : YES
> Checking for function "strtok_r" : YES
> Checking for function "getrandom" : YES
> Checking for function "qsort_s" : NO
> Checking for function "posix_fallocate" : YES
> Checking if "GNU qsort_r" : links: YES
> Header "time.h" has symbol "struct timespec" : YES
> Checking for function "thrd_create" : NO
> Header "errno.h" has symbol "program_invocation_name" : YES
> Header "math.h" has symbol "issignaling" : YES
> Checking for function "posix_memalign" : YES
> Checking whether type "struct dirent" has member "d_type" : YES
> Checking if "strtod has locale support" : links: YES
> Checking if "Bsymbolic" : links: YES
> Checking if "version-script" : links: YES
> Checking if "dynamic-list" : links: YES
> Compiler for C supports link arguments -Wl,--build-id=3Dsha1: YES
> Checking for function "dlopen" : NO
> Library dl found: YES
> Checking for function "dladdr" with dependency -ldl: YES
> Checking for function "dl_iterate_phdr" : YES
> Checking for function "clock_gettime" : YES
> Run-time dependency zlib found: YES 1.2.12
> Run-time dependency libzstd found: YES 1.4.9
> Run-time dependency threads found: YES
> Checking for function "pthread_setaffinity_np" with dependency threads:
> YES
> Run-time dependency expat found: YES 2.4.4
> Library m found: YES
> Message: libdrm 2.4.110 needed because amdgpu has the highest requirement
> Run-time dependency libdrm_intel found: YES 2.4.111
> Run-time dependency libdrm_amdgpu found: YES 2.4.111
> Run-time dependency libdrm_radeon found: YES 2.4.111
> Run-time dependency libdrm_nouveau found: YES 2.4.111
> Run-time dependency libdrm found: YES 2.4.111
> Run-time dependency libudev found: YES 239
> llvm-config found: YES (/path/to/llvm/16.0.6/bin/llvm-config) 18.0.0
> Run-time dependency LLVM (modules: amdgpu(missing), asmparser, bitreader,
> bitwriter, core, engine, executionengine, instcombine, ipo, mcdisassemble=
r,
> mcjit, native, scalaropts, transformutils, coroutines, lto) found: NO
> (tried cmake and config-tool)
> Looking for a fallback subproject for the dependency llvm (modules:
> bitwriter, engine, mcdisassembler, mcjit, core, executionengine,
> scalaropts, transformutils, instcombine, amdgpu, bitreader, ipo, asmparse=
r,
> native)
> Building fallback subproject with default_library=3Dshared
>
> meson.build:1680:13: ERROR: Neither a subproject directory nor a llvm.wra=
p
> file was found.
>
> Is this a known issue? Pardon the directory obfuscation...
>

--0000000000001a4c4406025b4ab6
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr">I created a subprojects/llvm.wrap file co=
ntaining:<br><font face=3D"monospace">[wrap-git]<br>url=3D<a href=3D"https:=
//gitlab.gnome.org/GNOME/glib.git">https://gitlab.gnome.org/GNOME/glib.git<=
/a><br>revision=3Dglib-2-62<br>depth=3D1<br><br>[provide]<br>glib-2.0=3Dgli=
b_dep<br>gobject-2.0=3Dgobject_dep<br>gio-2.0=3Dgio_dep</font><div>Which ge=
ts me further but still ends with:</div><div><p style=3D"margin:0px;font-st=
retch:normal;font-size:15px;line-height:normal;font-family:Menlo;font-size-=
adjust:none;font-kerning:auto;font-variant-alternates:normal;font-variant-l=
igatures:normal;font-variant-numeric:normal;font-variant-east-asian:normal;=
font-feature-settings:normal;color:rgb(0,0,0)"><span style=3D"font-variant-=
ligatures:no-common-ligatures">llvm| Subproject <b>llvm</b> finished.</span=
></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:15px;line-height:norma=
l;font-family:Menlo;font-size-adjust:none;font-kerning:auto;font-variant-al=
ternates:normal;font-variant-ligatures:normal;font-variant-numeric:normal;f=
ont-variant-east-asian:normal;font-feature-settings:normal;color:rgb(0,0,0)=
;min-height:18px"><span style=3D"font-variant-ligatures:no-common-ligatures=
"></span><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:15px;line-height:norma=
l;font-family:Menlo;font-size-adjust:none;font-kerning:auto;font-variant-al=
ternates:normal;font-variant-ligatures:normal;font-variant-numeric:normal;f=
ont-variant-east-asian:normal;font-feature-settings:normal;color:rgb(0,0,0)=
"><span style=3D"font-variant-ligatures:no-common-ligatures;color:rgb(159,1=
60,28)"><b>WARNING:</b></span><span style=3D"font-variant-ligatures:no-comm=
on-ligatures"> Variable &#39;dep_llvm&#39; in the subproject &#39;subprojec=
ts/llvm&#39; is not found</span></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:15px;line-height:norma=
l;font-family:Menlo;font-size-adjust:none;font-kerning:auto;font-variant-al=
ternates:normal;font-variant-ligatures:normal;font-variant-numeric:normal;f=
ont-variant-east-asian:normal;font-feature-settings:normal;color:rgb(0,0,0)=
"><span style=3D"font-variant-ligatures:no-common-ligatures">Dependency <b>=
llvm (modules: bitwriter, engine, mcdisassembler, mcjit, core, executioneng=
ine, scalaropts, transformutils, instcombine, native)</b> from subproject <=
b>subprojects/llvm</b> found: </span><span style=3D"font-variant-ligatures:=
no-common-ligatures;color:rgb(180,36,25)"><b>NO</b></span></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:15px;line-height:norma=
l;font-family:Menlo;font-size-adjust:none;font-kerning:auto;font-variant-al=
ternates:normal;font-variant-ligatures:normal;font-variant-numeric:normal;f=
ont-variant-east-asian:normal;font-feature-settings:normal;color:rgb(0,0,0)=
;min-height:18px"><span style=3D"font-variant-ligatures:no-common-ligatures=
"></span><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:15px;line-height:norma=
l;font-family:Menlo;font-size-adjust:none;font-kerning:auto;font-variant-al=
ternates:normal;font-variant-ligatures:normal;font-variant-numeric:normal;f=
ont-variant-east-asian:normal;font-feature-settings:normal;color:rgb(0,0,0)=
"><span style=3D"font-variant-ligatures:no-common-ligatures">../meson.build=
:1680:13: </span><span style=3D"font-variant-ligatures:no-common-ligatures;=
color:rgb(180,36,25)"><b>ERROR:</b></span><span style=3D"font-variant-ligat=
ures:no-common-ligatures"> Dependency &#39;llvm (modules: bitwriter, engine=
, mcdisassembler, mcjit, core, executionengine, scalaropts, transformutils,=
 instcombine, native)&#39; is required but not found.</span></p>
</div><div><br></div><div>Is this the correct place to ask?</div></div><br>=
<div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Fri, Ju=
l 28, 2023 at 2:41=E2=80=AFPM Rob Kudyba &lt;<a href=3D"mailto:rk3199@colum=
bia.edu">[email protected]</a>&gt; wrote:<br></div><blockquote class=3D"g=
mail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left-width:1px;border-=
left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div =
dir=3D"ltr">Similar=C2=A0to the error mentioned in &quot;<a href=3D"https:/=
/github.com/mesonbuild/meson/issues/11503" target=3D"_blank">I have build l=
lvm and clang with source, set llvm-config path to environment variable, bu=
t when i tried to build mesa, it cant detect llvm subModule</a>&quot; <font=
 face=3D"monospace">meson setup</font> errors out with<font face=3D"monospa=
ce">=C2=A0meson.build:1680:13: ERROR: Neither a subproject directory nor a =
llvm.wrap file was found.</font><br><div><br></div><div>meson --version<br>=
1.2.0<br></div><div>Installed into Anaconda 2022-3.</div><div><br></div><di=
v>I tried using various permutations of:<br><font face=3D"monospace">-Dllvm=
=3Denabled -Dshared-llvm=3Denabled -Dcmake_prefix_path=3D/path/to/llvm/16.0=
.6/bin<br>same error, here&#39;s the entire output.</font><br><br><font fac=
e=3D"monospace">~/.local/bin/meson setup -Dllvm=3Denabled -Dshared-llvm=3De=
nabled -Dcmake_prefix_path=3D/path/to/llvm/16.0.6/bin builddir/ --default-l=
ibrary shared --native-file custom-llvm.ini<br>The Meson build system<br>Ve=
rsion: 1.2.0<br>Source dir: /path/to/me/mesa<br>Build dir: /path/to/me/mesa=
/builddir<br>Build type: native build<br>Project name: mesa<br>Project vers=
ion: 23.3.0-devel<br>C compiler for the host machine: cc (gcc 8.3.1 &quot;c=
c (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5)&quot;)<br>C linker for the host ma=
chine: cc ld.bfd 2.30-119<br>C++ compiler for the host machine: c++ (gcc 13=
.0.1 &quot;c++ (GCC) 13.0.1 20230412 (experimental)&quot;)<br>C++ linker fo=
r the host machine: c++ ld.bfd 2.30-119<br>Host machine cpu family: x86_64<=
br>Host machine cpu: x86_64<br>Checking if &quot;-mtls-dialect=3Dgnu2&quot;=
 runs: YES<br>Checking if &quot;split TLSDESC&quot; : links: YES <br>Found =
pkg-config: /usr/bin/pkg-config (1.4.2)<br>Found CMake: /path/to/cmake/cmak=
e-3.22.1-linux-x86_64/bin/cmake (3.22.1)<br>WARNING: CMake Toolchain: Faile=
d to determine CMake compilers state<br>Run-time dependency vdpau found: NO=
 (tried pkgconfig and cmake)<br>Program glslangValidator found: YES (/usr/b=
in/glslangValidator)<br>Run-time dependency libomxil-bellagio found: NO (tr=
ied pkgconfig and cmake)<br>Run-time dependency libtizonia found: NO (tried=
 pkgconfig and cmake)<br>Run-time dependency libtizplatform found: NO (trie=
d pkgconfig and cmake)<br>Run-time dependency tizilheaders found: NO (tried=
 pkgconfig and cmake)<br>Run-time dependency libva found: NO (tried pkgconf=
ig and cmake)<br>Program python3 found: YES (/path/to/anaconda3-2022.05/bin=
/python3)<br>Fetching value of define &quot;ETIME&quot; : 62 <br>Checking f=
or function &quot;bswap32&quot; : YES <br>Checking for function &quot;bswap=
64&quot; : YES <br>Checking for function &quot;clz&quot; : YES <br>Checking=
 for function &quot;clzll&quot; : YES <br>Checking for function &quot;ctz&q=
uot; : YES <br>Checking for function &quot;expect&quot; : YES <br>Checking =
for function &quot;ffs&quot; : YES <br>Checking for function &quot;ffsll&qu=
ot; : YES <br>Checking for function &quot;popcount&quot; : YES <br>Checking=
 for function &quot;popcountll&quot; : YES <br>Checking for function &quot;=
unreachable&quot; : YES <br>Checking for function &quot;types_compatible_p&=
quot; : NO <br>Compiler for C supports function attribute const: YES <br>Co=
mpiler for C supports function attribute flatten: YES <br>Compiler for C su=
pports function attribute malloc: YES <br>Compiler for C supports function =
attribute pure: YES <br>Compiler for C supports function attribute unused: =
YES <br>Compiler for C supports function attribute warn_unused_result: YES =
<br>Compiler for C supports function attribute weak: YES <br>Compiler for C=
 supports function attribute format: YES <br>Compiler for C supports functi=
on attribute packed: YES <br>Compiler for C supports function attribute ret=
urns_nonnull: YES <br>Compiler for C supports function attribute alias: YES=
 <br>Compiler for C supports function attribute noreturn: YES <br>Compiler =
for C supports function attribute visibility:hidden: YES <br>Checking if &q=
uot;__uint128_t&quot; compiles: YES <br>Checking for function &quot;realloc=
array&quot; : YES <br>Checking for function &quot;fmemopen&quot; : YES <br>=
Checking if &quot;gc-sections&quot; : links: YES <br>Compiler for C support=
s arguments -Werror=3Dimplicit-function-declaration: YES <br>Compiler for C=
 supports arguments -Werror=3Dmissing-prototypes: YES <br>Compiler for C su=
pports arguments -Werror=3Dreturn-type: YES <br>Compiler for C supports arg=
uments -Werror=3Dempty-body: YES <br>Compiler for C supports arguments -Wer=
ror=3Dincompatible-pointer-types: YES <br>Compiler for C supports arguments=
 -Werror=3Dint-conversion: YES <br>Compiler for C supports arguments -Wimpl=
icit-fallthrough: YES <br>Compiler for C supports arguments -Wmisleading-in=
dentation: YES <br>Compiler for C supports arguments -Wno-missing-field-ini=
tializers: YES <br>Compiler for C supports arguments -Wno-format-truncation=
: YES <br>Compiler for C supports arguments -Wno-nonnull-compare: YES <br>C=
ompiler for C supports arguments -fno-math-errno: YES <br>Compiler for C su=
pports arguments -fno-trapping-math: YES <br>Compiler for C supports argume=
nts -Qunused-arguments: NO <br>Compiler for C supports arguments -fno-commo=
n: YES <br>Compiler for C supports arguments -Wno-microsoft-enum-value: NO =
<br>Compiler for C supports arguments -Wno-unused-function: YES <br>Compile=
r for C supports arguments -Werror=3Dformat: YES <br>Compiler for C support=
s arguments -Wformat-security: YES <br>Compiler for C supports arguments -W=
error=3Dthread-safety: NO <br>Compiler for C supports arguments -ffunction-=
sections: YES <br>Compiler for C supports arguments -fdata-sections: YES <b=
r>Compiler for C++ supports arguments -Werror=3Dreturn-type: YES <br>Compil=
er for C++ supports arguments -Werror=3Dempty-body: YES <br>Compiler for C+=
+ supports arguments -Wmisleading-indentation: YES <br>Compiler for C++ sup=
ports arguments -Wno-non-virtual-dtor: YES <br>Compiler for C++ supports ar=
guments -Wno-missing-field-initializers: YES <br>Compiler for C++ supports =
arguments -Wno-format-truncation: YES <br>Compiler for C++ supports argumen=
ts -fno-math-errno: YES <br>Compiler for C++ supports arguments -fno-trappi=
ng-math: YES <br>Compiler for C++ supports arguments -Qunused-arguments: NO=
 <br>Compiler for C++ supports arguments -flifetime-dse=3D1: YES <br>Compil=
er for C++ supports arguments -Wno-microsoft-enum-value: NO <br>Compiler fo=
r C++ supports arguments -Werror=3Dformat: YES <br>Compiler for C++ support=
s arguments -Wformat-security: YES <br>Compiler for C++ supports arguments =
-ffunction-sections: YES <br>Compiler for C++ supports arguments -fdata-sec=
tions: YES <br>Compiler for C supports arguments -Wno-override-init: YES <b=
r>Compiler for C supports arguments -Wno-initializer-overrides: NO <br>Comp=
iler for C supports arguments -Werror=3Dpointer-arith: YES <br>Compiler for=
 C supports arguments -Werror=3Dvla: YES <br>Compiler for C supports argume=
nts -Werror=3Dgnu-empty-initializer: NO <br>Compiler for C++ supports argum=
ents -Werror=3Dpointer-arith: YES <br>Compiler for C++ supports arguments -=
Werror=3Dvla: YES <br>Compiler for C++ supports arguments -Werror=3Dgnu-emp=
ty-initializer: NO <br>Checking if &quot;GCC atomic builtins&quot; compiles=
: YES <br>Checking if &quot;GCC atomic builtins required -latomic&quot; : l=
inks: YES <br>Checking if &quot;GCC 64bit atomics&quot; with dependency : l=
inks: YES <br>Library ws2_32 found: NO<br>Header &quot;sys/sysmacros.h&quot=
; has symbol &quot;major&quot; : YES <br>Header &quot;sys/sysmacros.h&quot;=
 has symbol &quot;minor&quot; : YES <br>Header &quot;sys/sysmacros.h&quot; =
has symbol &quot;makedev&quot; : YES <br>Header &quot;sys/mkdev.h&quot; has=
 symbol &quot;major&quot; : NO <br>Check usable header &quot;sched.h&quot; =
: YES <br>Checking for function &quot;sched_getaffinity&quot; : YES <br>Che=
ck usable header &quot;xlocale.h&quot; : NO <br>Check usable header &quot;l=
inux/futex.h&quot; : YES <br>Check usable header &quot;endian.h&quot; : YES=
 <br>Check usable header &quot;dlfcn.h&quot; : YES <br>Check usable header =
&quot;sys/shm.h&quot; : YES <br>Check usable header &quot;cet.h&quot; : YES=
 <br>Check usable header &quot;pthread_np.h&quot; : NO <br>Check usable hea=
der &quot;renderdoc_app.h&quot; : NO <br>Check usable header &quot;sys/inot=
ify.h&quot; : YES <br>Checking for function &quot;strtof&quot; : YES <br>Ch=
ecking for function &quot;mkostemp&quot; : YES <br>Checking for function &q=
uot;memfd_create&quot; : YES <br>Checking for function &quot;random_r&quot;=
 : YES <br>Checking for function &quot;flock&quot; : YES <br>Checking for f=
unction &quot;strtok_r&quot; : YES <br>Checking for function &quot;getrando=
m&quot; : YES <br>Checking for function &quot;qsort_s&quot; : NO <br>Checki=
ng for function &quot;posix_fallocate&quot; : YES <br>Checking if &quot;GNU=
 qsort_r&quot; : links: YES <br>Header &quot;time.h&quot; has symbol &quot;=
struct timespec&quot; : YES <br>Checking for function &quot;thrd_create&quo=
t; : NO <br>Header &quot;errno.h&quot; has symbol &quot;program_invocation_=
name&quot; : YES <br>Header &quot;math.h&quot; has symbol &quot;issignaling=
&quot; : YES <br>Checking for function &quot;posix_memalign&quot; : YES <br=
>Checking whether type &quot;struct dirent&quot; has member &quot;d_type&qu=
ot; : YES <br>Checking if &quot;strtod has locale support&quot; : links: YE=
S <br>Checking if &quot;Bsymbolic&quot; : links: YES <br>Checking if &quot;=
version-script&quot; : links: YES <br>Checking if &quot;dynamic-list&quot; =
: links: YES <br>Compiler for C supports link arguments -Wl,--build-id=3Dsh=
a1: YES <br>Checking for function &quot;dlopen&quot; : NO <br>Library dl fo=
und: YES<br>Checking for function &quot;dladdr&quot; with dependency -ldl: =
YES <br>Checking for function &quot;dl_iterate_phdr&quot; : YES <br>Checkin=
g for function &quot;clock_gettime&quot; : YES <br>Run-time dependency zlib=
 found: YES 1.2.12<br>Run-time dependency libzstd found: YES 1.4.9<br>Run-t=
ime dependency threads found: YES<br>Checking for function &quot;pthread_se=
taffinity_np&quot; with dependency threads: YES <br>Run-time dependency exp=
at found: YES 2.4.4<br>Library m found: YES<br>Message: libdrm 2.4.110 need=
ed because amdgpu has the highest requirement<br>Run-time dependency libdrm=
_intel found: YES 2.4.111<br>Run-time dependency libdrm_amdgpu found: YES 2=
.4.111<br>Run-time dependency libdrm_radeon found: YES 2.4.111<br>Run-time =
dependency libdrm_nouveau found: YES 2.4.111<br>Run-time dependency libdrm =
found: YES 2.4.111<br>Run-time dependency libudev found: YES 239<br>llvm-co=
nfig found: YES (/path/to/llvm/16.0.6/bin/llvm-config) 18.0.0<br>Run-time d=
ependency LLVM (modules: amdgpu(missing), asmparser, bitreader, bitwriter, =
core, engine, executionengine, instcombine, ipo, mcdisassembler, mcjit, nat=
ive, scalaropts, transformutils, coroutines, lto) found: NO (tried cmake an=
d config-tool)<br>Looking for a fallback subproject for the dependency llvm=
 (modules: bitwriter, engine, mcdisassembler, mcjit, core, executionengine,=
 scalaropts, transformutils, instcombine, amdgpu, bitreader, ipo, asmparser=
, native)<br>Building fallback subproject with default_library=3Dshared<br>=
<br>meson.build:1680:13: ERROR: Neither a subproject directory nor a llvm.w=
rap file was found.</font><br></div><div><font face=3D"monospace"><br></fon=
t></div><div><font face=3D"arial, sans-serif">Is this a known issue? Pardon=
 the directory obfuscation...</font></div></div>
</blockquote></div></div>

--0000000000001a4c4406025b4ab6--