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 'dep_llvm' in the subproject 'subprojec= ts/llvm' 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 'llvm (modules: bitwriter, engine= , mcdisassembler, mcjit, core, executionengine, scalaropts, transformutils,= instcombine, native)' 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 <<a href=3D"mailto:rk3199@colum= bia.edu">[email protected]</a>> 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 "<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>" <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'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 "c= c (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5)")<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 "c++ (GCC) 13.0.1 20230412 (experimental)")<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 "-mtls-dialect=3Dgnu2"= runs: YES<br>Checking if "split TLSDESC" : 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 "ETIME" : 62 <br>Checking f= or function "bswap32" : YES <br>Checking for function "bswap= 64" : YES <br>Checking for function "clz" : YES <br>Checking= for function "clzll" : YES <br>Checking for function "ctz&q= uot; : YES <br>Checking for function "expect" : YES <br>Checking = for function "ffs" : YES <br>Checking for function "ffsll&qu= ot; : YES <br>Checking for function "popcount" : YES <br>Checking= for function "popcountll" : YES <br>Checking for function "= unreachable" : YES <br>Checking for function "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" compiles: YES <br>Checking for function "realloc= array" : YES <br>Checking for function "fmemopen" : YES <br>= Checking if "gc-sections" : 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 "GCC atomic builtins" compiles= : YES <br>Checking if "GCC atomic builtins required -latomic" : l= inks: YES <br>Checking if "GCC 64bit atomics" with dependency : l= inks: YES <br>Library ws2_32 found: NO<br>Header "sys/sysmacros.h"= ; has symbol "major" : YES <br>Header "sys/sysmacros.h"= has symbol "minor" : YES <br>Header "sys/sysmacros.h" = has symbol "makedev" : YES <br>Header "sys/mkdev.h" has= symbol "major" : NO <br>Check usable header "sched.h" = : YES <br>Checking for function "sched_getaffinity" : YES <br>Che= ck usable header "xlocale.h" : NO <br>Check usable header "l= inux/futex.h" : YES <br>Check usable header "endian.h" : YES= <br>Check usable header "dlfcn.h" : YES <br>Check usable header = "sys/shm.h" : YES <br>Check usable header "cet.h" : YES= <br>Check usable header "pthread_np.h" : NO <br>Check usable hea= der "renderdoc_app.h" : NO <br>Check usable header "sys/inot= ify.h" : YES <br>Checking for function "strtof" : YES <br>Ch= ecking for function "mkostemp" : YES <br>Checking for function &q= uot;memfd_create" : YES <br>Checking for function "random_r"= : YES <br>Checking for function "flock" : YES <br>Checking for f= unction "strtok_r" : YES <br>Checking for function "getrando= m" : YES <br>Checking for function "qsort_s" : NO <br>Checki= ng for function "posix_fallocate" : YES <br>Checking if "GNU= qsort_r" : links: YES <br>Header "time.h" has symbol "= struct timespec" : YES <br>Checking for function "thrd_create&quo= t; : NO <br>Header "errno.h" has symbol "program_invocation_= name" : YES <br>Header "math.h" has symbol "issignaling= " : YES <br>Checking for function "posix_memalign" : YES <br= >Checking whether type "struct dirent" has member "d_type&qu= ot; : YES <br>Checking if "strtod has locale support" : links: YE= S <br>Checking if "Bsymbolic" : links: YES <br>Checking if "= version-script" : links: YES <br>Checking if "dynamic-list" = : links: YES <br>Compiler for C supports link arguments -Wl,--build-id=3Dsh= a1: YES <br>Checking for function "dlopen" : NO <br>Library dl fo= und: YES<br>Checking for function "dladdr" with dependency -ldl: = YES <br>Checking for function "dl_iterate_phdr" : YES <br>Checkin= g for function "clock_gettime" : 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 "pthread_se= taffinity_np" 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--