Created
May 3, 2022 20:50
-
-
Save lygstate/7ede4c340a1704565efe3892f232faf2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@78a5bd676ef9:/home/lygstate/work/mesa/subprojects/llvm-project/_build# ninja | |
[145/3592] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.obj | |
In file included from /home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Process.cpp:110: | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Process.inc: In function 'llvm::VersionTuple llvm::GetWindowsOSVersion()': | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Process.inc:490:19: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'RtlGetVersionPtr' {aka 'long int (*)(_OSVERSIONINFOW*)'} [-Wcast-function-type] | |
490 | auto getVer = (RtlGetVersionPtr)::GetProcAddress(hMod, "RtlGetVersion"); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[152/3592] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.obj | |
In file included from /home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Signals.cpp:253: | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Signals.inc: In function 'bool load64BitDebugHelp()': | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Signals.inc:165:26: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpMiniDumpWriteDump' {aka 'int (*)(void*, long unsigned int, void*, MINIDUMP_TYPE, _MINIDUMP_EXCEPTION_INFORMATION*, _MINIDUMP_USER_STREAM_INFORMATION*, _MINIDUMP_CALLBACK_INFORMATION*)'} [-Wcast-function-type] | |
165 | fMiniDumpWriteDump = (fpMiniDumpWriteDump) | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
166 | ::GetProcAddress(hLib, "MiniDumpWriteDump"); | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Signals.inc:167:20: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpStackWalk64' {aka 'int (*)(long unsigned int, void*, void*, _tagSTACKFRAME64*, void*, int (*)(void*, long long unsigned int, void*, long unsigned int, long unsigned int*), void* (*)(void*, long long unsigned int), long long unsigned int (*)(void*, long long unsigned int), long long unsigned int (*)(void*, void*, _tagADDRESS64*))'} [-Wcast-function-type] | |
167 | fStackWalk64 = (fpStackWalk64) | |
| ^~~~~~~~~~~~~~~ | |
168 | ::GetProcAddress(hLib, "StackWalk64"); | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Signals.inc:169:27: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymGetModuleBase64' {aka 'long long unsigned int (*)(void*, long long unsigned int)'} [-Wcast-function-type] | |
169 | fSymGetModuleBase64 = (fpSymGetModuleBase64) | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
170 | ::GetProcAddress(hLib, "SymGetModuleBase64"); | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Signals.inc:171:28: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymGetSymFromAddr64' {aka 'int (*)(void*, long long unsigned int, long long unsigned int*, _IMAGEHLP_SYMBOL64*)'} [-Wcast-function-type] | |
171 | fSymGetSymFromAddr64 = (fpSymGetSymFromAddr64) | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
172 | ::GetProcAddress(hLib, "SymGetSymFromAddr64"); | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Signals.inc:173:29: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymGetLineFromAddr64' {aka 'int (*)(void*, long long unsigned int, long unsigned int*, _IMAGEHLP_LINE64*)'} [-Wcast-function-type] | |
173 | fSymGetLineFromAddr64 = (fpSymGetLineFromAddr64) | |
| ^~~~~~~~~~~~~~~~~~~~~~~~ | |
174 | ::GetProcAddress(hLib, "SymGetLineFromAddr64"); | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Signals.inc:175:27: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymGetModuleInfo64' {aka 'int (*)(void*, long long unsigned int, _IMAGEHLP_MODULE64*)'} [-Wcast-function-type] | |
175 | fSymGetModuleInfo64 = (fpSymGetModuleInfo64) | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
176 | ::GetProcAddress(hLib, "SymGetModuleInfo64"); | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Signals.inc:177:33: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymFunctionTableAccess64' {aka 'void* (*)(void*, long long unsigned int)'} [-Wcast-function-type] | |
177 | fSymFunctionTableAccess64 = (fpSymFunctionTableAccess64) | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
178 | ::GetProcAddress(hLib, "SymFunctionTableAccess64"); | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Signals.inc:179:22: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymSetOptions' {aka 'long unsigned int (*)(long unsigned int)'} [-Wcast-function-type] | |
179 | fSymSetOptions = (fpSymSetOptions)::GetProcAddress(hLib, "SymSetOptions"); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Signals.inc:180:22: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymInitialize' {aka 'int (*)(void*, const char*, int)'} [-Wcast-function-type] | |
180 | fSymInitialize = (fpSymInitialize)::GetProcAddress(hLib, "SymInitialize"); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/lygstate/work/mesa/subprojects/llvm-project/llvm/lib/Support/Windows/Signals.inc:181:31: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpEnumerateLoadedModules' {aka 'int (*)(void*, int (*)(const char*, long long unsigned int, long unsigned int, void*), void*)'} [-Wcast-function-type] | |
181 | fEnumerateLoadedModules = (fpEnumerateLoadedModules) | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
182 | ::GetProcAddress(hLib, "EnumerateLoadedModules64"); | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[212/3592] Configuring NATIVE LLVM... | |
FAILED: NATIVE/CMakeCache.txt | |
cd /home/lygstate/work/mesa/subprojects/llvm-project/_build/NATIVE && /usr/bin/cmake -G Ninja -DCMAKE_MAKE_PROGRAM="/usr/bin/ninja" -DCMAKE_C_COMPILER_LAUNCHER="" -DCMAKE_CXX_COMPILER_LAUNCHER="" -DCMAKE_C_COMPILER=/usr/bin/x86_64-w64-mingw32-gcc-posix -DCMAKE_CXX_COMPILER=/usr/bin/x86_64-w64-mingw32-g++-posix /home/lygstate/work/mesa/subprojects/llvm-project/llvm -DLLVM_TARGET_IS_CROSSCOMPILE_HOST=TRUE -DLLVM_TARGETS_TO_BUILD="AMDGPU;X86" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="" -DLLVM_DEFAULT_TARGET_TRIPLE="x86_64-w64-windows-gnu" -DLLVM_TARGET_ARCH="host" -DLLVM_ENABLE_PROJECTS="clang;lld;libclc" -DLLVM_EXTERNAL_PROJECTS="" -DLLVM_ENABLE_RUNTIMES="" -DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN="OFF" -DCMAKE_BUILD_TYPE=Release -DLLVM_EXTERNAL_CLANG_SOURCE_DIR=/home/lygstate/work/mesa/subprojects/llvm-project/llvm/../clang | |
-- The C compiler identification is GNU 10.0.0 | |
-- The CXX compiler identification is GNU 10.0.0 | |
-- The ASM compiler identification is GNU | |
-- Found assembler: /usr/bin/x86_64-w64-mingw32-gcc-posix | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - failed | |
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc-posix | |
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc-posix - works | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - failed | |
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-g++-posix | |
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-g++-posix - works | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/GNUInstallDirs.cmake:225 (message): | |
Unable to determine default CMAKE_INSTALL_LIBDIR directory because no | |
target architecture is known. Please enable at least one language before | |
including GNUInstallDirs. | |
Call Stack (most recent call first): | |
CMakeLists.txt:54 (include) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- bolt project is disabled | |
-- clang project is enabled | |
-- clang-tools-extra project is disabled | |
-- compiler-rt project is disabled | |
-- cross-project-tests project is disabled | |
-- libc project is disabled | |
-- libclc project is enabled | |
-- libcxx project is disabled | |
-- libcxxabi project is disabled | |
-- libunwind project is disabled | |
-- lld project is enabled | |
-- lldb project is disabled | |
-- mlir project is disabled | |
-- openmp project is disabled | |
-- polly project is disabled | |
-- pstl project is disabled | |
-- flang project is disabled | |
-- Looking for dlfcn.h | |
-- Looking for dlfcn.h - not found | |
-- Looking for errno.h | |
-- Looking for errno.h - found | |
-- Looking for fcntl.h | |
-- Looking for fcntl.h - found | |
-- Looking for link.h | |
-- Looking for link.h - not found | |
-- Looking for malloc/malloc.h | |
-- Looking for malloc/malloc.h - not found | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for signal.h | |
-- Looking for signal.h - found | |
-- Looking for sys/ioctl.h | |
-- Looking for sys/ioctl.h - not found | |
-- Looking for sys/mman.h | |
-- Looking for sys/mman.h - not found | |
-- Looking for sys/param.h | |
-- Looking for sys/param.h - found | |
-- Looking for sys/resource.h | |
-- Looking for sys/resource.h - not found | |
-- Looking for sys/stat.h | |
-- Looking for sys/stat.h - found | |
-- Looking for sys/time.h | |
-- Looking for sys/time.h - found | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for sysexits.h | |
-- Looking for sysexits.h - not found | |
-- Looking for termios.h | |
-- Looking for termios.h - not found | |
-- Looking for unistd.h | |
-- Looking for unistd.h - found | |
-- Looking for valgrind/valgrind.h | |
-- Looking for valgrind/valgrind.h - not found | |
-- Looking for fenv.h | |
-- Looking for fenv.h - found | |
-- Looking for FE_ALL_EXCEPT | |
-- Looking for FE_ALL_EXCEPT - found | |
-- Looking for FE_INEXACT | |
-- Looking for FE_INEXACT - found | |
-- Looking for mach/mach.h | |
-- Looking for mach/mach.h - not found | |
-- Looking for histedit.h | |
-- Looking for histedit.h - not found | |
-- Looking for CrashReporterClient.h | |
-- Looking for CrashReporterClient.h - not found | |
-- Looking for linux/magic.h | |
-- Looking for linux/magic.h - not found | |
-- Looking for linux/nfs_fs.h | |
-- Looking for linux/nfs_fs.h - not found | |
-- Looking for linux/smb.h | |
-- Looking for linux/smb.h - not found | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Looking for pthread_getspecific in pthread | |
-- Looking for pthread_getspecific in pthread - found | |
-- Looking for pthread_rwlock_init in pthread | |
-- Looking for pthread_rwlock_init in pthread - found | |
-- Looking for pthread_mutex_lock in pthread | |
-- Looking for pthread_mutex_lock in pthread - found | |
-- Looking for dlopen in dl | |
-- Looking for dlopen in dl - not found | |
-- Looking for clock_gettime in rt | |
-- Looking for clock_gettime in rt - not found | |
-- Looking for pfm_initialize in pfm | |
-- Looking for pfm_initialize in pfm - not found | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
-- Found Threads: TRUE | |
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.11") | |
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) | |
-- Could NOT find Terminfo (missing: Terminfo_LIBRARIES Terminfo_LINKABLE) | |
-- Looking for xar_open in xar | |
-- Looking for xar_open in xar - not found | |
-- Looking for arc4random | |
-- Looking for arc4random - not found | |
-- Looking for backtrace | |
-- Looking for backtrace - not found | |
-- Could NOT find Backtrace (missing: Backtrace_LIBRARY) | |
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW | |
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed | |
-- Looking for __register_frame | |
-- Looking for __register_frame - not found | |
-- Looking for __deregister_frame | |
-- Looking for __deregister_frame - not found | |
-- Looking for __unw_add_dynamic_fde | |
-- Looking for __unw_add_dynamic_fde - not found | |
-- Looking for _Unwind_Backtrace | |
-- Looking for _Unwind_Backtrace - found | |
-- Looking for getpagesize | |
-- Looking for getpagesize - not found | |
-- Looking for sysconf | |
-- Looking for sysconf - not found | |
-- Looking for getrusage | |
-- Looking for getrusage - not found | |
-- Looking for setrlimit | |
-- Looking for setrlimit - not found | |
-- Looking for isatty | |
-- Looking for isatty - found | |
-- Looking for futimens | |
-- Looking for futimens - not found | |
-- Looking for futimes | |
-- Looking for futimes - not found | |
-- Looking for sigaltstack | |
-- Looking for sigaltstack - not found | |
-- Looking for lseek64 | |
-- Looking for lseek64 - found | |
-- Looking for mallctl | |
-- Looking for mallctl - not found | |
-- Looking for mallinfo | |
-- Looking for mallinfo - not found | |
-- Looking for mallinfo2 | |
-- Looking for mallinfo2 - not found | |
-- Looking for malloc_zone_statistics | |
-- Looking for malloc_zone_statistics - not found | |
-- Looking for getrlimit | |
-- Looking for getrlimit - not found | |
-- Looking for posix_spawn | |
-- Looking for posix_spawn - not found | |
-- Looking for pread | |
-- Looking for pread - not found | |
-- Looking for sbrk | |
-- Looking for sbrk - not found | |
-- Looking for strerror | |
-- Looking for strerror - found | |
-- Looking for strerror_r | |
-- Looking for strerror_r - not found | |
-- Looking for strerror_s | |
-- Looking for strerror_s - found | |
-- Looking for setenv | |
-- Looking for setenv - not found | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Failed | |
-- Looking for __GLIBC__ | |
-- Looking for __GLIBC__ - not found | |
-- Looking for pthread_getname_np | |
-- Looking for pthread_getname_np - found | |
-- Looking for pthread_setname_np | |
-- Looking for pthread_setname_np - found | |
-- Looking for proc_pid_rusage | |
-- Looking for proc_pid_rusage - not found | |
-- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE | |
-- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE - Success | |
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB | |
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success | |
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB | |
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success | |
-- Performing Test LLVM_HAS_ATOMICS | |
-- Performing Test LLVM_HAS_ATOMICS - Success | |
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG | |
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success | |
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG | |
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed | |
-- Performing Test HAS_MAYBE_UNINITIALIZED | |
-- Performing Test HAS_MAYBE_UNINITIALIZED - Success | |
-- Native target architecture is X86 | |
-- Threads enabled. | |
-- Doxygen disabled. | |
-- Go bindings disabled. | |
-- Ninja version: 1.10.1 | |
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) | |
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) | |
-- OCaml bindings disabled. | |
-- Could NOT find Python module pygments | |
-- Could NOT find Python module pygments.lexers.c_cpp | |
-- Could NOT find Python module yaml | |
-- LLVM host triple: i686-w64-windows-gnu | |
-- LLVM default target triple: x86_64-w64-windows-gnu | |
-- Performing Test C_SUPPORTS_FPIC | |
-- Performing Test C_SUPPORTS_FPIC - Success | |
-- Performing Test CXX_SUPPORTS_FPIC | |
-- Performing Test CXX_SUPPORTS_FPIC - Success | |
-- Building with -fPIC | |
-- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION | |
-- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success | |
-- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION | |
-- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success | |
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG | |
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success | |
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME | |
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success | |
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME | |
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success | |
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW | |
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed | |
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG | |
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success | |
-- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG | |
-- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed | |
-- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG | |
-- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed | |
-- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG | |
-- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success | |
-- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG | |
-- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success | |
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG | |
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed | |
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG | |
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed | |
-- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG | |
-- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Success | |
-- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG | |
-- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG - Success | |
-- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG | |
-- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG - Success | |
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG | |
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success | |
-- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR | |
-- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - Failed | |
-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG | |
-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success | |
-- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL | |
-- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success | |
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP | |
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed | |
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG | |
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Failed | |
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG | |
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Failed | |
-- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG | |
-- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success | |
-- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG | |
-- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success | |
-- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS | |
-- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Failed | |
-- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS | |
-- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success | |
-- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS | |
-- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success | |
-- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS | |
-- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success | |
-- Performing Test C_SUPPORTS_FDATA_SECTIONS | |
-- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success | |
-- Performing Test CXX_SUPPORTS_FDATA_SECTIONS | |
-- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success | |
-- Looking for os_signpost_interval_begin | |
-- Looking for os_signpost_interval_begin - not found | |
-- Found Python3: /usr/bin/python3.9 (found suitable version "3.9.2", minimum required is "3.6") found components: Interpreter | |
CMake Error: Unable to find the executable at any of: | |
/home/lygstate/work/mesa/subprojects/llvm-project/_build/NATIVE/CMakeFiles/CMakeTmp/cmTC_c7763 | |
/home/lygstate/work/mesa/subprojects/llvm-project/_build/NATIVE/CMakeFiles/CMakeTmp/Debug/cmTC_c7763 | |
/home/lygstate/work/mesa/subprojects/llvm-project/_build/NATIVE/CMakeFiles/CMakeTmp/Development/cmTC_c7763 | |
Change Dir: /home/lygstate/work/mesa/subprojects/llvm-project/_build/NATIVE/CMakeFiles/CMakeTmp | |
Run Build Command(s):/usr/bin/ninja cmTC_c7763 && [1/2] Building CXX object CMakeFiles/cmTC_c7763.dir/getErrc.cpp.o | |
[2/2] Linking CXX executable cmTC_c7763 | |
-- Failed to get errc messages | |
-- Linker detection: GNU ld | |
-- Performing Test HAS_WERROR_GLOBAL_CTORS | |
-- Performing Test HAS_WERROR_GLOBAL_CTORS - Failed | |
-- Found Git: /usr/bin/git (found version "2.30.2") | |
-- Targeting AMDGPU | |
-- Targeting X86 | |
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") | |
-- SPIR-V Headers location is not specified. Will try to download | |
spirv.hpp from https://github.com/KhronosGroup/SPIRV-Headers into | |
/home/lygstate/work/mesa/subprojects/llvm-project/_build/NATIVE/projects/SPIRV-LLVM-Translator/SPIRV-Headers | |
-- Building SPIRV-Header examples | |
-- Installing SPIRV-Header | |
-- Checking for one of the modules 'SPIRV-Tools' | |
-- Looking for sys/resource.h | |
-- Looking for sys/resource.h - not found | |
-- Clang version: 14.0.3 | |
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG | |
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed | |
-- Looking for include file sys/inotify.h | |
-- Looking for include file sys/inotify.h - not found | |
-- Not building amdgpu-arch: hsa-runtime64 not found | |
-- LLD version: 14.0.3 | |
-- Registering Bye as a pass plugin (static build: OFF) | |
-- git version: v0.0.0 normalized to 0.0.0 | |
-- Version: 1.6.0 | |
-- Looking for shm_open in rt | |
-- Looking for shm_open in rt - not found | |
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 | |
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success | |
-- Performing Test HAVE_CXX_FLAG_WALL | |
-- Performing Test HAVE_CXX_FLAG_WALL - Success | |
-- Performing Test HAVE_CXX_FLAG_WEXTRA | |
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success | |
-- Performing Test HAVE_CXX_FLAG_WSHADOW | |
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success | |
-- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE | |
-- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success | |
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 | |
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed | |
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING | |
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success | |
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS | |
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success | |
-- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS | |
-- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - Success | |
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING | |
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success | |
-- Performing Test HAVE_CXX_FLAG_WD654 | |
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed | |
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY | |
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed | |
-- Performing Test HAVE_CXX_FLAG_COVERAGE | |
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Success | |
-- Performing Test HAVE_GNU_POSIX_REGEX | |
-- Performing Test HAVE_GNU_POSIX_REGEX | |
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile | |
-- Performing Test HAVE_POSIX_REGEX | |
-- Performing Test HAVE_POSIX_REGEX | |
-- Performing Test HAVE_POSIX_REGEX -- failed to compile | |
CMake Warning at /home/lygstate/work/mesa/subprojects/llvm-project/third-party/benchmark/CMakeLists.txt:308 (message): | |
Using std::regex with exceptions disabled is not fully supported | |
-- Performing Test HAVE_STEADY_CLOCK | |
-- Performing Test HAVE_STEADY_CLOCK | |
CMake Error: Unable to find the executable at any of: | |
/home/lygstate/work/mesa/subprojects/llvm-project/_build/NATIVE/CMakeFiles/CMakeTmp/cmTC_0bdd6 | |
/home/lygstate/work/mesa/subprojects/llvm-project/_build/NATIVE/CMakeFiles/CMakeTmp/Debug/cmTC_0bdd6 | |
/home/lygstate/work/mesa/subprojects/llvm-project/_build/NATIVE/CMakeFiles/CMakeTmp/Development/cmTC_0bdd6 | |
-- Performing Test HAVE_STEADY_CLOCK -- compiled but failed to run | |
-- Configuring incomplete, errors occurred! | |
See also "/home/lygstate/work/mesa/subprojects/llvm-project/_build/NATIVE/CMakeFiles/CMakeOutput.log". | |
See also "/home/lygstate/work/mesa/subprojects/llvm-project/_build/NATIVE/CMakeFiles/CMakeError.log". | |
[225/3592] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/GlobalISelEmitter.cpp.obj | |
ninja: build stopped: subcommand failed. | |
root@78a5bd676ef9:/home/lygstate/work/mesa/subprojects/llvm-project/_build# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment